@dydxprotocol/v4-localization 0.0.6

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.
Files changed (68) hide show
  1. package/.github/workflows/publish.yml +38 -0
  2. package/.gitleaks.toml +17 -0
  3. package/.gitleaksignore +0 -0
  4. package/.nvmrc +1 -0
  5. package/config/countries.json +1117 -0
  6. package/config/localization/app.ts +23 -0
  7. package/config/localization/de/app.json +1316 -0
  8. package/config/localization/de/tooltips.json +228 -0
  9. package/config/localization/en/app.json +1316 -0
  10. package/config/localization/en/tooltips.json +228 -0
  11. package/config/localization/es/app.json +1311 -0
  12. package/config/localization/es/tooltips.json +228 -0
  13. package/config/localization/fr/app.json +1311 -0
  14. package/config/localization/fr/tooltips.json +228 -0
  15. package/config/localization/ja/app.json +1311 -0
  16. package/config/localization/ja/tooltips.json +228 -0
  17. package/config/localization/ko/app.json +1316 -0
  18. package/config/localization/ko/tooltips.json +228 -0
  19. package/config/localization/languages.json +43 -0
  20. package/config/localization/pt/app.json +1311 -0
  21. package/config/localization/pt/tooltips.json +228 -0
  22. package/config/localization/ru/app.json +1316 -0
  23. package/config/localization/ru/tooltips.json +228 -0
  24. package/config/localization/tooltip.ts +23 -0
  25. package/config/localization/tr/app.json +1311 -0
  26. package/config/localization/tr/tooltips.json +228 -0
  27. package/config/localization/zh-CN/app.json +1124 -0
  28. package/config/localization/zh-CN/tooltips.json +228 -0
  29. package/config/localization_notifications/de/app.json +40 -0
  30. package/config/localization_notifications/en/app.json +40 -0
  31. package/config/localization_notifications/es/app.json +40 -0
  32. package/config/localization_notifications/fr/app.json +40 -0
  33. package/config/localization_notifications/index.ts +23 -0
  34. package/config/localization_notifications/ja/app.json +40 -0
  35. package/config/localization_notifications/ko/app.json +40 -0
  36. package/config/localization_notifications/pt/app.json +40 -0
  37. package/config/localization_notifications/ru/app.json +40 -0
  38. package/config/localization_notifications/tr/app.json +40 -0
  39. package/config/localization_notifications/zh-CN/app.json +40 -0
  40. package/config/localizations_native/de/app.json +451 -0
  41. package/config/localizations_native/en/app.json +451 -0
  42. package/config/localizations_native/es/app.json +451 -0
  43. package/config/localizations_native/fr/app.json +451 -0
  44. package/config/localizations_native/index.ts +23 -0
  45. package/config/localizations_native/ja/app.json +451 -0
  46. package/config/localizations_native/ko/app.json +451 -0
  47. package/config/localizations_native/pt/app.json +451 -0
  48. package/config/localizations_native/ru/app.json +451 -0
  49. package/config/localizations_native/tr/app.json +451 -0
  50. package/config/localizations_native/zh-CN/app.json +398 -0
  51. package/config/markets.json +700 -0
  52. package/config/prod/walletsV2.json +646 -0
  53. package/config/staging/walletsV2.json +646 -0
  54. package/config/version_ios.json +14 -0
  55. package/index.ts +25 -0
  56. package/package.json +22 -0
  57. package/readme.md +63 -0
  58. package/scripts/codegen_localization_app +0 -0
  59. package/scripts/codegen_localization_app.swift +59 -0
  60. package/scripts/codegen_localization_tooltips.swift +46 -0
  61. package/scripts/generated/app.ts +1356 -0
  62. package/scripts/generated/tooltips.ts +134 -0
  63. package/scripts/merge_jsons.sh +48 -0
  64. package/scripts/publish-if-not-exists.sh +21 -0
  65. package/v4/staging/markets.json +704 -0
  66. package/wallet_connect/dapps.json +4836 -0
  67. package/wallet_connect/index.ts +7 -0
  68. package/wallet_connect/wallets.json +4033 -0
@@ -0,0 +1,1117 @@
1
+ [
2
+ {
3
+ "countryName":"Andorra",
4
+ "countryCode":"AD"
5
+ },
6
+ {
7
+ "countryName":"United Arab Emirates",
8
+ "nativeName":"الإمارات العربية المتحدة",
9
+ "countryCode":"AE"
10
+ },
11
+ {
12
+ "countryName":"Afghanistan",
13
+ "nativeName":"افغانستان",
14
+ "countryCode":"AF"
15
+ },
16
+ {
17
+ "countryName":"Antigua and Barbuda",
18
+ "countryCode":"AG"
19
+ },
20
+ {
21
+ "countryName":"Anguilla",
22
+ "countryCode":"AI"
23
+ },
24
+ {
25
+ "countryName":"Albania",
26
+ "nativeName":"Shqipëri",
27
+ "countryCode":"AL"
28
+ },
29
+ {
30
+ "countryName":"Armenia",
31
+ "countryCode":"AM"
32
+ },
33
+ {
34
+ "countryName":"Netherlands Antilles",
35
+ "countryCode":"AN"
36
+ },
37
+ {
38
+ "countryName":"Angola",
39
+ "countryCode":"AO"
40
+ },
41
+ {
42
+ "countryName":"Antarctica",
43
+ "countryCode":"AQ"
44
+ },
45
+ {
46
+ "countryName":"Argentina",
47
+ "countryCode":"AR"
48
+ },
49
+ {
50
+ "countryName":"American Samoa",
51
+ "countryCode":"AS"
52
+ },
53
+ {
54
+ "countryName":"Austria",
55
+ "nativeName":"Österreich",
56
+ "countryCode":"AT"
57
+ },
58
+ {
59
+ "countryName":"Australia",
60
+ "countryCode":"AU"
61
+ },
62
+ {
63
+ "countryName":"Aruba",
64
+ "countryCode":"AW"
65
+ },
66
+ {
67
+ "countryName":"Azerbaijan",
68
+ "nativeName":"Azərbaycan",
69
+ "countryCode":"AZ"
70
+ },
71
+ {
72
+ "countryName":"Bosnia and Herzegovina",
73
+ "nativeName":"Босна и Херцеговина",
74
+ "countryCode":"BA"
75
+ },
76
+ {
77
+ "countryName":"Barbados",
78
+ "countryCode":"BB"
79
+ },
80
+ {
81
+ "countryName":"Bangladesh",
82
+ "nativeName":"বাংলাদেশ",
83
+ "countryCode":"BD"
84
+ },
85
+ {
86
+ "countryName":"Belgium",
87
+ "nativeName":"België",
88
+ "countryCode":"BE"
89
+ },
90
+ {
91
+ "countryName":"Burkina Faso",
92
+ "countryCode":"BF"
93
+ },
94
+ {
95
+ "countryName":"Bulgaria",
96
+ "nativeName":"България",
97
+ "countryCode":"BG"
98
+ },
99
+ {
100
+ "countryName":"Bahrain",
101
+ "nativeName":"البحرين",
102
+ "countryCode":"BH"
103
+ },
104
+ {
105
+ "countryName":"Burundi",
106
+ "nativeName":"Uburundi",
107
+ "countryCode":"BI"
108
+ },
109
+ {
110
+ "countryName":"Benin",
111
+ "nativeName":"Bénin",
112
+ "countryCode":"BJ"
113
+ },
114
+ {
115
+ "countryName":"Saint Barthelemy",
116
+ "countryCode":"BL"
117
+ },
118
+ {
119
+ "countryName":"Bermuda",
120
+ "countryCode":"BM"
121
+ },
122
+ {
123
+ "countryName":"Brunei Darussalam",
124
+ "countryCode":"BN"
125
+ },
126
+ {
127
+ "countryName":"Bolivia",
128
+ "countryCode":"BO"
129
+ },
130
+ {
131
+ "countryName":"Brazil",
132
+ "nativeName":"Brasil",
133
+ "countryCode":"BR"
134
+ },
135
+ {
136
+ "countryName":"Bahamas",
137
+ "countryCode":"BS"
138
+ },
139
+ {
140
+ "countryName":"Bhutan",
141
+ "nativeName":"འབྲུག",
142
+ "countryCode":"BT"
143
+ },
144
+ {
145
+ "countryName":"Bouvet Island",
146
+ "countryCode":"BV"
147
+ },
148
+ {
149
+ "countryName":"Botswana",
150
+ "countryCode":"BW"
151
+ },
152
+ {
153
+ "countryName":"Belarus",
154
+ "countryCode":"BY"
155
+ },
156
+ {
157
+ "countryName":"Belize",
158
+ "countryCode":"BZ"
159
+ },
160
+ {
161
+ "countryName":"Canada",
162
+ "countryCode":"CA"
163
+ },
164
+ {
165
+ "countryName":"Cocos (Keeling) Islands",
166
+ "countryCode":"CC"
167
+ },
168
+ {
169
+ "countryName":"Congo, The Democratic Republic of the",
170
+ "nativeName":"Kinshasa",
171
+ "countryCode":"CD"
172
+ },
173
+ {
174
+ "countryName":"Central African Republic",
175
+ "nativeName":"République centrafricaine",
176
+ "countryCode":"CF"
177
+ },
178
+ {
179
+ "countryName":"Congo",
180
+ "nativeName":"Brazzaville",
181
+ "countryCode":"CG"
182
+ },
183
+ {
184
+ "countryName":"Switzerland",
185
+ "nativeName":"Schweiz",
186
+ "countryCode":"CH"
187
+ },
188
+ {
189
+ "countryName":"Cote D'Ivoire",
190
+ "nativeName":"Ivory Coast",
191
+ "countryCode":"CI"
192
+ },
193
+ {
194
+ "countryName":"Cook Islands",
195
+ "countryCode":"CK"
196
+ },
197
+ {
198
+ "countryName":"Chile",
199
+ "countryCode":"CL"
200
+ },
201
+ {
202
+ "countryName":"Cameroon",
203
+ "nativeName":"Cameroun",
204
+ "countryCode":"CM"
205
+ },
206
+ {
207
+ "countryName":"China",
208
+ "nativeName":"中国",
209
+ "countryCode":"CN"
210
+ },
211
+ {
212
+ "countryName":"Colombia",
213
+ "countryCode":"CO"
214
+ },
215
+ {
216
+ "countryName":"Costa Rica",
217
+ "countryCode":"CR"
218
+ },
219
+ {
220
+ "countryName":"Serbia and Montenegro",
221
+ "countryCode":"CS"
222
+ },
223
+ {
224
+ "countryName":"Cuba",
225
+ "countryCode":"CU"
226
+ },
227
+ {
228
+ "countryName":"Cape Verde",
229
+ "nativeName":"Kabu Verdi",
230
+ "countryCode":"CV"
231
+ },
232
+ {
233
+ "countryName":"Curacao",
234
+ "countryCode":"CW"
235
+ },
236
+ {
237
+ "countryName":"Christmas Island",
238
+ "countryCode":"CX"
239
+ },
240
+ {
241
+ "countryName":"Cyprus",
242
+ "nativeName":"Κύπρος",
243
+ "countryCode":"CY"
244
+ },
245
+ {
246
+ "countryName":"Czech Republic",
247
+ "nativeName":"Česká republika",
248
+ "countryCode":"CZ"
249
+ },
250
+ {
251
+ "countryName":"Germany",
252
+ "nativeName":"Deutschland",
253
+ "countryCode":"DE"
254
+ },
255
+ {
256
+ "countryName":"Djibouti",
257
+ "countryCode":"DJ"
258
+ },
259
+ {
260
+ "countryName":"Denmark",
261
+ "nativeName":"Danmark",
262
+ "countryCode":"DK"
263
+ },
264
+ {
265
+ "countryName":"Dominica",
266
+ "nativeName":"República Dominicana",
267
+ "countryCode":"DM"
268
+ },
269
+ {
270
+ "countryName":"Dominican Republic",
271
+ "countryCode":"DO"
272
+ },
273
+ {
274
+ "countryName":"Algeria",
275
+ "nativeName":"الجزائر",
276
+ "countryCode":"DZ"
277
+ },
278
+ {
279
+ "countryName":"Ecuador",
280
+ "countryCode":"EC"
281
+ },
282
+ {
283
+ "countryName":"Estonia",
284
+ "nativeName":"Eesti",
285
+ "countryCode":"EE"
286
+ },
287
+ {
288
+ "countryName":"Egypt",
289
+ "nativeName":"مصر",
290
+ "countryCode":"EG"
291
+ },
292
+ {
293
+ "countryName":"Western Sahara",
294
+ "nativeName":"الصحراء الغربية",
295
+ "countryCode":"EH"
296
+ },
297
+ {
298
+ "countryName":"Eritrea",
299
+ "countryCode":"ER"
300
+ },
301
+ {
302
+ "countryName":"Spain",
303
+ "nativeName":"España",
304
+ "countryCode":"ES"
305
+ },
306
+ {
307
+ "countryName":"Ethiopia",
308
+ "countryCode":"ET"
309
+ },
310
+ {
311
+ "countryName":"Finland",
312
+ "nativeName":"Suomi",
313
+ "countryCode":"FI"
314
+ },
315
+ {
316
+ "countryName":"Fiji",
317
+ "countryCode":"FJ"
318
+ },
319
+ {
320
+ "countryName":"Falkland Islands",
321
+ "nativeName":"Islas Malvinas",
322
+ "countryCode":"FK"
323
+ },
324
+ {
325
+ "countryName":"Micronesia, Federated States of",
326
+ "countryCode":"FM"
327
+ },
328
+ {
329
+ "countryName":"Faroe Islands",
330
+ "nativeName":"Føroyar",
331
+ "countryCode":"FO"
332
+ },
333
+ {
334
+ "countryName":"France",
335
+ "countryCode":"FR"
336
+ },
337
+ {
338
+ "countryName":"Gabon",
339
+ "countryCode":"GA"
340
+ },
341
+ {
342
+ "countryName":"United Kingdom",
343
+ "nativeName":"England, Northern Ireland, Scotland, and Wales",
344
+ "countryCode":"GB"
345
+ },
346
+ {
347
+ "countryName":"Grenada",
348
+ "countryCode":"GD"
349
+ },
350
+ {
351
+ "countryName":"Georgia",
352
+ "nativeName":"საქართველო",
353
+ "countryCode":"GE"
354
+ },
355
+ {
356
+ "countryName":"French Guiana",
357
+ "countryCode":"GF"
358
+ },
359
+ {
360
+ "countryName":"Guernsey",
361
+ "countryCode":"GG"
362
+ },
363
+ {
364
+ "countryName":"Ghana",
365
+ "nativeName":"Gaana",
366
+ "countryCode":"GH"
367
+ },
368
+ {
369
+ "countryName":"Gibraltar",
370
+ "countryCode":"GI"
371
+ },
372
+ {
373
+ "countryName":"Greenland",
374
+ "nativeName":"Kalaallit Nunaat",
375
+ "countryCode":"GL"
376
+ },
377
+ {
378
+ "countryName":"Gambia",
379
+ "countryCode":"GM"
380
+ },
381
+ {
382
+ "countryName":"Guinea",
383
+ "nativeName":"Guinée",
384
+ "countryCode":"GN"
385
+ },
386
+ {
387
+ "countryName":"Guadeloupe",
388
+ "countryCode":"GP"
389
+ },
390
+ {
391
+ "countryName":"Equatorial Guinea",
392
+ "nativeName":"Guinea Ecuatorial",
393
+ "countryCode":"GQ"
394
+ },
395
+ {
396
+ "countryName":"Greece",
397
+ "nativeName":"Ελλάδα",
398
+ "countryCode":"GR"
399
+ },
400
+ {
401
+ "countryName":"South Georgia and the South Sandwich Islands",
402
+ "countryCode":"GS"
403
+ },
404
+ {
405
+ "countryName":"Guatemala",
406
+ "countryCode":"GT"
407
+ },
408
+ {
409
+ "countryName":"Guam",
410
+ "countryCode":"GU"
411
+ },
412
+ {
413
+ "countryName":"Guinea-Bissau",
414
+ "nativeName":"Guiné Bissau",
415
+ "countryCode":"GW"
416
+ },
417
+ {
418
+ "countryName":"Guyana",
419
+ "countryCode":"GY"
420
+ },
421
+ {
422
+ "countryName":"British Indian Ocean Territory",
423
+ "countryCode":"IO"
424
+ },
425
+ {
426
+ "countryName":"Hong Kong",
427
+ "nativeName":"香港",
428
+ "countryCode":"HK"
429
+ },
430
+ {
431
+ "countryName":"Heard Island and Mcdonald Islands",
432
+ "countryCode":"HM"
433
+ },
434
+ {
435
+ "countryName":"Honduras",
436
+ "countryCode":"HN"
437
+ },
438
+ {
439
+ "countryName":"Croatia",
440
+ "nativeName":"Hrvatska",
441
+ "countryCode":"HR"
442
+ },
443
+ {
444
+ "countryName":"Haiti",
445
+ "countryCode":"HT"
446
+ },
447
+ {
448
+ "countryName":"Hungary",
449
+ "nativeName":"Magyarország",
450
+ "countryCode":"HU"
451
+ },
452
+ {
453
+ "countryName":"Indonesia",
454
+ "countryCode":"ID"
455
+ },
456
+ {
457
+ "countryName":"Ireland",
458
+ "countryCode":"IE"
459
+ },
460
+ {
461
+ "countryName":"Israel",
462
+ "nativeName":"ישראל",
463
+ "countryCode":"IL"
464
+ },
465
+ {
466
+ "countryName":"Isle of Man",
467
+ "countryCode":"IM"
468
+ },
469
+ {
470
+ "countryName":"India",
471
+ "nativeName":"भारत",
472
+ "countryCode":"IN"
473
+ },
474
+ {
475
+ "countryName":"Iraq",
476
+ "countryCode":"IQ"
477
+ },
478
+ {
479
+ "countryName":"Iran, Islamic Republic Of",
480
+ "countryCode":"IR"
481
+ },
482
+ {
483
+ "countryName":"Iceland",
484
+ "nativeName":"Ísland",
485
+ "countryCode":"IS"
486
+ },
487
+ {
488
+ "countryName":"Italy",
489
+ "nativeName":"Italia",
490
+ "countryCode":"IT"
491
+ },
492
+ {
493
+ "countryName":"Jersey",
494
+ "countryCode":"JE"
495
+ },
496
+ {
497
+ "countryName":"Jamaica",
498
+ "countryCode":"JM"
499
+ },
500
+ {
501
+ "countryName":"Jordan",
502
+ "nativeName":"الأردن",
503
+ "countryCode":"JO"
504
+ },
505
+ {
506
+ "countryName":"Japan",
507
+ "nativeName":"日本",
508
+ "countryCode":"JP"
509
+ },
510
+ {
511
+ "countryName":"Kenya",
512
+ "countryCode":"KE"
513
+ },
514
+ {
515
+ "countryName":"Kyrgyzstan",
516
+ "nativeName":"Кыргызстан",
517
+ "countryCode":"KG"
518
+ },
519
+ {
520
+ "countryName":"Cambodia",
521
+ "nativeName":"កម្ពុជា",
522
+ "countryCode":"KH"
523
+ },
524
+ {
525
+ "countryName":"Kiribati",
526
+ "countryCode":"KI"
527
+ },
528
+ {
529
+ "countryName":"Comoros",
530
+ "nativeName":"جزر القمر",
531
+ "countryCode":"KM"
532
+ },
533
+ {
534
+ "countryName":"Saint Kitts and Nevis",
535
+ "countryCode":"KN"
536
+ },
537
+ {
538
+ "countryName":"Korea, Democratic People's Republic of (North)",
539
+ "countryCode":"KP"
540
+ },
541
+ {
542
+ "countryName":"Korea, Republic of (South)",
543
+ "nativeName":"대한민국",
544
+ "countryCode":"KR"
545
+ },
546
+ {
547
+ "countryName":"Kuwait",
548
+ "nativeName":"الكويت",
549
+ "countryCode":"KW"
550
+ },
551
+ {
552
+ "countryName":"Cayman Islands",
553
+ "countryCode":"KY"
554
+ },
555
+ {
556
+ "countryName":"Kazakhstan",
557
+ "nativeName":"Казахстан",
558
+ "countryCode":"KZ"
559
+ },
560
+ {
561
+ "countryName":"Lao",
562
+ "nativeName":"ລາວ",
563
+ "countryCode":"LA"
564
+ },
565
+ {
566
+ "countryName":"Lebanon",
567
+ "nativeName":"لبنان",
568
+ "countryCode":"LB"
569
+ },
570
+ {
571
+ "countryName":"Saint Lucia",
572
+ "countryCode":"LC"
573
+ },
574
+ {
575
+ "countryName":"Liechtenstein",
576
+ "countryCode":"LI"
577
+ },
578
+ {
579
+ "countryName":"Sri Lanka",
580
+ "nativeName":"ශ්‍රී ලංකාව",
581
+ "countryCode":"LK"
582
+ },
583
+ {
584
+ "countryName":"Liberia",
585
+ "countryCode":"LR"
586
+ },
587
+ {
588
+ "countryName":"Lesotho",
589
+ "countryCode":"LS"
590
+ },
591
+ {
592
+ "countryName":"Lithuania",
593
+ "nativeName":"Lietuva",
594
+ "countryCode":"LT"
595
+ },
596
+ {
597
+ "countryName":"Luxembourg",
598
+ "countryCode":"LU"
599
+ },
600
+ {
601
+ "countryName":"Latvia",
602
+ "nativeName":"Latvija",
603
+ "countryCode":"LV"
604
+ },
605
+ {
606
+ "countryName":"Libyan",
607
+ "nativeName":"ليبيا",
608
+ "countryCode":"LY"
609
+ },
610
+ {
611
+ "countryName":"Morocco",
612
+ "nativeName":"المغرب",
613
+ "countryCode":"MA"
614
+ },
615
+ {
616
+ "countryName":"Monaco",
617
+ "countryCode":"MC"
618
+ },
619
+ {
620
+ "countryName":"Moldova",
621
+ "nativeName":"Republica Moldova",
622
+ "countryCode":"MD"
623
+ },
624
+ {
625
+ "countryName":"Montenegro",
626
+ "nativeName":"Crna Gora",
627
+ "countryCode":"ME"
628
+ },
629
+ {
630
+ "countryName":"Saint Martin",
631
+ "nativeName":"Saint-Martin (partie française)",
632
+ "countryCode":"MF"
633
+ },
634
+ {
635
+ "countryName":"Madagascar",
636
+ "nativeName":"Madagasikara",
637
+ "countryCode":"MG"
638
+ },
639
+ {
640
+ "countryName":"Marshall Islands",
641
+ "countryCode":"MH"
642
+ },
643
+ {
644
+ "countryName":"Macedonia (FYROM)",
645
+ "nativeName":"Македонија",
646
+ "countryCode":"MK"
647
+ },
648
+ {
649
+ "countryName":"Mali",
650
+ "countryCode":"ML"
651
+ },
652
+ {
653
+ "countryName":"Myanmar",
654
+ "countryCode":"MM"
655
+ },
656
+ {
657
+ "countryName":"Mongolia",
658
+ "nativeName":"Монгол",
659
+ "countryCode":"MN"
660
+ },
661
+ {
662
+ "countryName":"Macao",
663
+ "nativeName":"澳門",
664
+ "countryCode":"MO"
665
+ },
666
+ {
667
+ "countryName":"Northern Mariana Islands",
668
+ "countryCode":"MP"
669
+ },
670
+ {
671
+ "countryName":"Martinique",
672
+ "countryCode":"MQ"
673
+ },
674
+ {
675
+ "countryName":"Mauritania",
676
+ "nativeName":"موريتانيا",
677
+ "countryCode":"MR"
678
+ },
679
+ {
680
+ "countryName":"Montserrat",
681
+ "countryCode":"MS"
682
+ },
683
+ {
684
+ "countryName":"Malta",
685
+ "countryCode":"MT"
686
+ },
687
+ {
688
+ "countryName":"Mauritius",
689
+ "nativeName":"Moris",
690
+ "countryCode":"MU"
691
+ },
692
+ {
693
+ "countryName":"Maldives",
694
+ "countryCode":"MV"
695
+ },
696
+ {
697
+ "countryName":"Malawi",
698
+ "countryCode":"MW"
699
+ },
700
+ {
701
+ "countryName":"Mexico",
702
+ "nativeName":"México",
703
+ "countryCode":"MX"
704
+ },
705
+ {
706
+ "countryName":"Malaysia",
707
+ "countryCode":"MY"
708
+ },
709
+ {
710
+ "countryName":"Mozambique",
711
+ "nativeName":"Moçambique",
712
+ "countryCode":"MZ"
713
+ },
714
+ {
715
+ "countryName":"Namibia",
716
+ "nativeName":"Namibië",
717
+ "countryCode":"NA"
718
+ },
719
+ {
720
+ "countryName":"New Caledonia",
721
+ "nativeName":"Nouvelle-Calédonie",
722
+ "countryCode":"NC"
723
+ },
724
+ {
725
+ "countryName":"Niger",
726
+ "nativeName":"Nijar",
727
+ "countryCode":"NE"
728
+ },
729
+ {
730
+ "countryName":"Norfolk Island",
731
+ "countryCode":"NF"
732
+ },
733
+ {
734
+ "countryName":"Nigeria",
735
+ "countryCode":"NG"
736
+ },
737
+ {
738
+ "countryName":"Nicaragua",
739
+ "countryCode":"NI"
740
+ },
741
+ {
742
+ "countryName":"Netherlands",
743
+ "nativeName":"Nederland",
744
+ "countryCode":"NL"
745
+ },
746
+ {
747
+ "countryName":"Norway",
748
+ "nativeName":"Norge",
749
+ "countryCode":"NO"
750
+ },
751
+ {
752
+ "countryName":"Nepal",
753
+ "nativeName":"नेपाल",
754
+ "countryCode":"NP"
755
+ },
756
+ {
757
+ "countryName":"Nauru",
758
+ "countryCode":"NR"
759
+ },
760
+ {
761
+ "countryName":"Niue",
762
+ "countryCode":"NU"
763
+ },
764
+ {
765
+ "countryName":"New Zealand",
766
+ "countryCode":"NZ"
767
+ },
768
+ {
769
+ "countryName":"Oman",
770
+ "nativeName":"عُمان",
771
+ "countryCode":"OM"
772
+ },
773
+ {
774
+ "countryName":"Panama",
775
+ "nativeName":"Panamá",
776
+ "countryCode":"PA"
777
+ },
778
+ {
779
+ "countryName":"Peru",
780
+ "nativeName":"Perú",
781
+ "countryCode":"PE"
782
+ },
783
+ {
784
+ "countryName":"French Polynesia",
785
+ "nativeName":"Polynésie française",
786
+ "countryCode":"PF"
787
+ },
788
+ {
789
+ "countryName":"Papua New Guinea",
790
+ "countryCode":"PG"
791
+ },
792
+ {
793
+ "countryName":"Philippines",
794
+ "countryCode":"PH"
795
+ },
796
+ {
797
+ "countryName":"Pakistan",
798
+ "nativeName":"پاکستان",
799
+ "countryCode":"PK"
800
+ },
801
+ {
802
+ "countryName":"Poland",
803
+ "nativeName":"Polska",
804
+ "countryCode":"PL"
805
+ },
806
+ {
807
+ "countryName":"St. Pierre and Miquelon",
808
+ "nativeName":"Saint-Pierre-et-Miquelon",
809
+ "countryCode":"PM"
810
+ },
811
+ {
812
+ "countryName":"Pitcairn",
813
+ "countryCode":"PN"
814
+ },
815
+ {
816
+ "countryName":"Puerto Rico",
817
+ "countryCode":"PR"
818
+ },
819
+ {
820
+ "countryName":"Palestinian Territory, Occupied",
821
+ "countryCode":"PS"
822
+ },
823
+ {
824
+ "countryName":"Portugal",
825
+ "countryCode":"PT"
826
+ },
827
+ {
828
+ "countryName":"Palau",
829
+ "countryCode":"PW"
830
+ },
831
+ {
832
+ "countryName":"Paraguay",
833
+ "countryCode":"PY"
834
+ },
835
+ {
836
+ "countryName":"Qatar",
837
+ "nativeName":"قطر",
838
+ "countryCode":"QA"
839
+ },
840
+ {
841
+ "countryName":"Reunion",
842
+ "countryCode":"RE"
843
+ },
844
+ {
845
+ "countryName":"Romania",
846
+ "nativeName":"România",
847
+ "countryCode":"RO"
848
+ },
849
+ {
850
+ "countryName":"Serbia",
851
+ "nativeName":"Србија",
852
+ "countryCode":"RS"
853
+ },
854
+ {
855
+ "countryName":"Russian",
856
+ "nativeName":"Россия",
857
+ "countryCode":"RU"
858
+ },
859
+ {
860
+ "countryName":"Rwanda",
861
+ "countryCode":"RW"
862
+ },
863
+ {
864
+ "countryName":"Saudi Arabia",
865
+ "nativeName":"المملكة العربية السعودية",
866
+ "countryCode":"SA"
867
+ },
868
+ {
869
+ "countryName":"Solomon Islands",
870
+ "countryCode":"SB"
871
+ },
872
+ {
873
+ "countryName":"Seychelles",
874
+ "countryCode":"SC"
875
+ },
876
+ {
877
+ "countryName":"Sudan",
878
+ "countryCode":"SD"
879
+ },
880
+ {
881
+ "countryName":"Sweden",
882
+ "nativeName":"Sverige",
883
+ "countryCode":"SE"
884
+ },
885
+ {
886
+ "countryName":"Singapore",
887
+ "countryCode":"SG"
888
+ },
889
+ {
890
+ "countryName":"Saint Helena",
891
+ "countryCode":"SH"
892
+ },
893
+ {
894
+ "countryName":"Slovenia",
895
+ "nativeName":"Slovenija",
896
+ "countryCode":"SI"
897
+ },
898
+ {
899
+ "countryName":"Svalbard and Jan Mayen",
900
+ "countryCode":"SJ"
901
+ },
902
+ {
903
+ "countryName":"Slovakia",
904
+ "nativeName":"Slovensko",
905
+ "countryCode":"SK"
906
+ },
907
+ {
908
+ "countryName":"Sierra Leone",
909
+ "countryCode":"SL"
910
+ },
911
+ {
912
+ "countryName":"San Marino",
913
+ "countryCode":"SM"
914
+ },
915
+ {
916
+ "countryName":"Senegal",
917
+ "nativeName":"Sénégal",
918
+ "countryCode":"SN"
919
+ },
920
+ {
921
+ "countryName":"Somalia",
922
+ "nativeName":"Soomaaliya",
923
+ "countryCode":"SO"
924
+ },
925
+ {
926
+ "countryName":"SuricountryName",
927
+ "countryCode":"SR"
928
+ },
929
+ {
930
+ "countryName":"South Sudan",
931
+ "countryCode":"SS"
932
+ },
933
+ {
934
+ "countryName":"Sao Tome and Principe",
935
+ "nativeName":"São Tomé e Príncipe",
936
+ "countryCode":"ST"
937
+ },
938
+ {
939
+ "countryName":"El Salvador",
940
+ "countryCode":"SV"
941
+ },
942
+ {
943
+ "countryName":"Sint Maarten",
944
+ "countryCode":"SX"
945
+ },
946
+ {
947
+ "countryName":"Syria",
948
+ "countryCode":"SY"
949
+ },
950
+ {
951
+ "countryName":"Swaziland",
952
+ "countryCode":"SZ"
953
+ },
954
+ {
955
+ "countryName":"Turks and Caicos Islands",
956
+ "countryCode":"TC"
957
+ },
958
+ {
959
+ "countryName":"Chad",
960
+ "nativeName":"Tchad",
961
+ "countryCode":"TD"
962
+ },
963
+ {
964
+ "countryName":"French Southern Territories",
965
+ "countryCode":"TF"
966
+ },
967
+ {
968
+ "countryName":"Togo",
969
+ "countryCode":"TG"
970
+ },
971
+ {
972
+ "countryName":"Thailand",
973
+ "nativeName":"ไทย",
974
+ "countryCode":"TH"
975
+ },
976
+ {
977
+ "countryName":"Tajikistan",
978
+ "countryCode":"TJ"
979
+ },
980
+ {
981
+ "countryName":"Tokelau",
982
+ "countryCode":"TK"
983
+ },
984
+ {
985
+ "countryName":"Timor-Leste",
986
+ "countryCode":"TL"
987
+ },
988
+ {
989
+ "countryName":"Turkmenistan",
990
+ "countryCode":"TM"
991
+ },
992
+ {
993
+ "countryName":"Tunisia",
994
+ "nativeName":"تونس",
995
+ "countryCode":"TN"
996
+ },
997
+ {
998
+ "countryName":"Tonga",
999
+ "countryCode":"TO"
1000
+ },
1001
+ {
1002
+ "countryName":"Turkey",
1003
+ "nativeName":"Türkiye",
1004
+ "countryCode":"TR"
1005
+ },
1006
+ {
1007
+ "countryName":"Trinidad and Tobago",
1008
+ "countryCode":"TT"
1009
+ },
1010
+ {
1011
+ "countryName":"Tuvalu",
1012
+ "countryCode":"TV"
1013
+ },
1014
+ {
1015
+ "countryName":"Taiwan",
1016
+ "nativeName":"台灣",
1017
+ "countryCode":"TW"
1018
+ },
1019
+ {
1020
+ "countryName":"Tanzania, United Republic of",
1021
+ "countryCode":"TZ"
1022
+ },
1023
+ {
1024
+ "countryName":"Ukraine",
1025
+ "nativeName":"Україна",
1026
+ "countryCode":"UA"
1027
+ },
1028
+ {
1029
+ "countryName":"Uganda",
1030
+ "countryCode":"UG"
1031
+ },
1032
+ {
1033
+ "countryName":"United States Minor Outlying Islands",
1034
+ "countryCode":"UM"
1035
+ },
1036
+ {
1037
+ "countryName":"United States",
1038
+ "countryCode":"US"
1039
+ },
1040
+ {
1041
+ "countryName":"Uruguay",
1042
+ "countryCode":"UY"
1043
+ },
1044
+ {
1045
+ "countryName":"Uzbekistan",
1046
+ "nativeName":"Oʻzbekiston",
1047
+ "countryCode":"UZ"
1048
+ },
1049
+ {
1050
+ "countryName":"Holy See",
1051
+ "nativeName":"Vatican City State",
1052
+ "countryCode":"VA"
1053
+ },
1054
+ {
1055
+ "countryName":"Saint Vincent and the Grenadines",
1056
+ "countryCode":"VC"
1057
+ },
1058
+ {
1059
+ "countryName":"Venezuela",
1060
+ "countryCode":"VE"
1061
+ },
1062
+ {
1063
+ "countryName":"Virgin Islands, British",
1064
+ "countryCode":"VG"
1065
+ },
1066
+ {
1067
+ "countryName":"Virgin Islands, U.S.",
1068
+ "countryCode":"VI"
1069
+ },
1070
+ {
1071
+ "countryName":"Viet Nam",
1072
+ "nativeName":"Việt Nam",
1073
+ "countryCode":"VN"
1074
+ },
1075
+ {
1076
+ "countryName":"Vanuatu",
1077
+ "countryCode":"VU"
1078
+ },
1079
+ {
1080
+ "countryName":"Wallis and Futuna",
1081
+ "nativeName":"Wallis-et-Futuna",
1082
+ "countryCode":"WF"
1083
+ },
1084
+ {
1085
+ "countryName":"Samoa",
1086
+ "countryCode":"WS"
1087
+ },
1088
+ {
1089
+ "countryName":"Samoa",
1090
+ "countryCode":"WS"
1091
+ },
1092
+ {
1093
+ "countryName":"Kosovo",
1094
+ "countryCode":"XK"
1095
+ },
1096
+ {
1097
+ "countryName":"Yemen (Aden)",
1098
+ "nativeName":"اليمن",
1099
+ "countryCode":"YE"
1100
+ },
1101
+ {
1102
+ "countryName":"Mayotte",
1103
+ "countryCode":"YT"
1104
+ },
1105
+ {
1106
+ "countryName":"South Africa",
1107
+ "countryCode":"ZA"
1108
+ },
1109
+ {
1110
+ "countryName":"Zambia",
1111
+ "countryCode":"ZM"
1112
+ },
1113
+ {
1114
+ "countryName":"Zimbabwe",
1115
+ "countryCode":"ZW"
1116
+ }
1117
+ ]