mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
248 lines
7.6 KiB
TypeScript
248 lines
7.6 KiB
TypeScript
enum Countries {
|
|
"Afghanistan" = "Afghanistan",
|
|
"Åland Islands" = "Åland Islands",
|
|
"Albania" = "Albania",
|
|
"Algeria" = "Algeria",
|
|
"American Samoa" = "American Samoa",
|
|
"Andorra" = "Andorra",
|
|
"Angola" = "Angola",
|
|
"Anguilla" = "Anguilla",
|
|
"Antarctica" = "Antarctica",
|
|
"Antigua and Barbuda" = "Antigua and Barbuda",
|
|
"Argentina" = "Argentina",
|
|
"Armenia" = "Armenia",
|
|
"Aruba" = "Aruba",
|
|
"Australia" = "Australia",
|
|
"Austria" = "Austria",
|
|
"Azerbaijan" = "Azerbaijan",
|
|
"Bahamas" = "Bahamas",
|
|
"Bahrain" = "Bahrain",
|
|
"Bangladesh" = "Bangladesh",
|
|
"Barbados" = "Barbados",
|
|
"Belarus" = "Belarus",
|
|
"Belgium" = "Belgium",
|
|
"Belize" = "Belize",
|
|
"Benin" = "Benin",
|
|
"Bermuda" = "Bermuda",
|
|
"Bhutan" = "Bhutan",
|
|
"Bolivia" = "Bolivia",
|
|
"Bosnia and Herzegovina" = "Bosnia and Herzegovina",
|
|
"Botswana" = "Botswana",
|
|
"Bouvet Island" = "Bouvet Island",
|
|
"Brazil" = "Brazil",
|
|
"British Indian Ocean Territory" = "British Indian Ocean Territory",
|
|
"Brunei Darussalam" = "Brunei Darussalam",
|
|
"Bulgaria" = "Bulgaria",
|
|
"Burkina Faso" = "Burkina Faso",
|
|
"Burundi" = "Burundi",
|
|
"Cambodia" = "Cambodia",
|
|
"Cameroon" = "Cameroon",
|
|
"Canada" = "Canada",
|
|
"Cape Verde" = "Cape Verde",
|
|
"Cayman Islands" = "Cayman Islands",
|
|
"Central African Republic" = "Central African Republic",
|
|
"Chad" = "Chad",
|
|
"Chile" = "Chile",
|
|
"China" = "China",
|
|
"Christmas Island" = "Christmas Island",
|
|
"Cocos (Keeling) Islands" = "Cocos (Keeling) Islands",
|
|
"Colombia" = "Colombia",
|
|
"Comoros" = "Comoros",
|
|
"Congo" = "Congo",
|
|
"Congo, The Democratic Republic of the" = "Congo, The Democratic Republic of the",
|
|
"Cook Islands" = "Cook Islands",
|
|
"Costa Rica" = "Costa Rica",
|
|
"Cote d'Ivoire" = "Cote d'Ivoire",
|
|
"Croatia" = "Croatia",
|
|
"Cuba" = "Cuba",
|
|
"Cyprus" = "Cyprus",
|
|
"Czech Republic" = "Czech Republic",
|
|
"Denmark" = "Denmark",
|
|
"Djibouti" = "Djibouti",
|
|
"Dominica" = "Dominica",
|
|
"Dominican Republic" = "Dominican Republic",
|
|
"Ecuador" = "Ecuador",
|
|
"Egypt" = "Egypt",
|
|
"El Salvador" = "El Salvador",
|
|
"Equatorial Guinea" = "Equatorial Guinea",
|
|
"Eritrea" = "Eritrea",
|
|
"Estonia" = "Estonia",
|
|
"Ethiopia" = "Ethiopia",
|
|
"Falkland Islands (Malvinas)" = "Falkland Islands (Malvinas)",
|
|
"Faroe Islands" = "Faroe Islands",
|
|
"Fiji" = "Fiji",
|
|
"Finland" = "Finland",
|
|
"France" = "France",
|
|
"French Guiana" = "French Guiana",
|
|
"French Polynesia" = "French Polynesia",
|
|
"French Southern Territories" = "French Southern Territories",
|
|
"Gabon" = "Gabon",
|
|
"Gambia" = "Gambia",
|
|
"Georgia" = "Georgia",
|
|
"Germany" = "Germany",
|
|
"Ghana" = "Ghana",
|
|
"Gibraltar" = "Gibraltar",
|
|
"Greece" = "Greece",
|
|
"Greenland" = "Greenland",
|
|
"Grenada" = "Grenada",
|
|
"Guadeloupe" = "Guadeloupe",
|
|
"Guam" = "Guam",
|
|
"Guatemala" = "Guatemala",
|
|
"Guernsey" = "Guernsey",
|
|
"Guinea" = "Guinea",
|
|
"Guinea-Bissau" = "Guinea-Bissau",
|
|
"Guyana" = "Guyana",
|
|
"Haiti" = "Haiti",
|
|
"Heard Island and Mcdonald Islands" = "Heard Island and Mcdonald Islands",
|
|
"Holy See (Vatican City State)" = "Holy See (Vatican City State)",
|
|
"Honduras" = "Honduras",
|
|
"Hong Kong" = "Hong Kong",
|
|
"Hungary" = "Hungary",
|
|
"Iceland" = "Iceland",
|
|
"India" = "India",
|
|
"Indonesia" = "Indonesia",
|
|
"Iran" = "Iran",
|
|
"Iraq" = "Iraq",
|
|
"Ireland" = "Ireland",
|
|
"Isle of Man" = "Isle of Man",
|
|
"Israel" = "Israel",
|
|
"Italy" = "Italy",
|
|
"Jamaica" = "Jamaica",
|
|
"Japan" = "Japan",
|
|
"Jersey" = "Jersey",
|
|
"Jordan" = "Jordan",
|
|
"Kazakhstan" = "Kazakhstan",
|
|
"Kenya" = "Kenya",
|
|
"Kiribati" = "Kiribati",
|
|
"North Korea" = "North Korea",
|
|
"South Korea" = "South Korea",
|
|
"Kuwait" = "Kuwait",
|
|
"Kyrgyzstan" = "Kyrgyzstan",
|
|
"Lao People's Democratic Republic" = "Lao People's Democratic Republic",
|
|
"Latvia" = "Latvia",
|
|
"Lebanon" = "Lebanon",
|
|
"Lesotho" = "Lesotho",
|
|
"Liberia" = "Liberia",
|
|
"Libyan Arab Jamahiriya" = "Libyan Arab Jamahiriya",
|
|
"Liechtenstein" = "Liechtenstein",
|
|
"Lithuania" = "Lithuania",
|
|
"Luxembourg" = "Luxembourg",
|
|
"Macao" = "Macao",
|
|
"Macedonia" = "Macedonia",
|
|
"Madagascar" = "Madagascar",
|
|
"Malawi" = "Malawi",
|
|
"Malaysia" = "Malaysia",
|
|
"Maldives" = "Maldives",
|
|
"Mali" = "Mali",
|
|
"Malta" = "Malta",
|
|
"Marshall Islands" = "Marshall Islands",
|
|
"Martinique" = "Martinique",
|
|
"Mauritania" = "Mauritania",
|
|
"Mauritius" = "Mauritius",
|
|
"Mayotte" = "Mayotte",
|
|
"Mexico" = "Mexico",
|
|
"Micronesia" = "Micronesia",
|
|
"Moldova" = "Moldova",
|
|
"Monaco" = "Monaco",
|
|
"Mongolia" = "Mongolia",
|
|
"Montserrat" = "Montserrat",
|
|
"Morocco" = "Morocco",
|
|
"Mozambique" = "Mozambique",
|
|
"Myanmar" = "Myanmar",
|
|
"Namibia" = "Namibia",
|
|
"Nauru" = "Nauru",
|
|
"Nepal" = "Nepal",
|
|
"Netherlands" = "Netherlands",
|
|
"Netherlands Antilles" = "Netherlands Antilles",
|
|
"New Caledonia" = "New Caledonia",
|
|
"New Zealand" = "New Zealand",
|
|
"Nicaragua" = "Nicaragua",
|
|
"Niger" = "Niger",
|
|
"Nigeria" = "Nigeria",
|
|
"Niue" = "Niue",
|
|
"Norfolk Island" = "Norfolk Island",
|
|
"Northern Mariana Islands" = "Northern Mariana Islands",
|
|
"Norway" = "Norway",
|
|
"Oman" = "Oman",
|
|
"Pakistan" = "Pakistan",
|
|
"Palau" = "Palau",
|
|
"Palestine State" = "Palestine State",
|
|
"Panama" = "Panama",
|
|
"Papua New Guinea" = "Papua New Guinea",
|
|
"Paraguay" = "Paraguay",
|
|
"Peru" = "Peru",
|
|
"Philippines" = "Philippines",
|
|
"Pitcairn" = "Pitcairn",
|
|
"Poland" = "Poland",
|
|
"Portugal" = "Portugal",
|
|
"Puerto Rico" = "Puerto Rico",
|
|
"Qatar" = "Qatar",
|
|
"Reunion" = "Reunion",
|
|
"Romania" = "Romania",
|
|
"Russian Federation" = "Russian Federation",
|
|
"Rwanda" = "Rwanda",
|
|
"Saint Helena" = "Saint Helena",
|
|
"Saint Kitts and Nevis" = "Saint Kitts and Nevis",
|
|
"Saint Lucia" = "Saint Lucia",
|
|
"Saint Pierre and Miquelon" = "Saint Pierre and Miquelon",
|
|
"Saint Vincent and the Grenadines" = "Saint Vincent and the Grenadines",
|
|
"Samoa" = "Samoa",
|
|
"San Marino" = "San Marino",
|
|
"Sao Tome and Principe" = "Sao Tome and Principe",
|
|
"Saudi Arabia" = "Saudi Arabia",
|
|
"Senegal" = "Senegal",
|
|
"Serbia and Montenegro" = "Serbia and Montenegro",
|
|
"Seychelles" = "Seychelles",
|
|
"Sierra Leone" = "Sierra Leone",
|
|
"Singapore" = "Singapore",
|
|
"Slovakia" = "Slovakia",
|
|
"Slovenia" = "Slovenia",
|
|
"Solomon Islands" = "Solomon Islands",
|
|
"Somalia" = "Somalia",
|
|
"South Africa" = "South Africa",
|
|
"South Georgia and the South Sandwich Islands" = "South Georgia and the South Sandwich Islands",
|
|
"Spain" = "Spain",
|
|
"Sri Lanka" = "Sri Lanka",
|
|
"Sudan" = "Sudan",
|
|
"Suriname" = "Suriname",
|
|
"Svalbard and Jan Mayen" = "Svalbard and Jan Mayen",
|
|
"Swaziland" = "Swaziland",
|
|
"Sweden" = "Sweden",
|
|
"Switzerland" = "Switzerland",
|
|
"Syrian Arab Republic" = "Syrian Arab Republic",
|
|
"Taiwan, Province of China" = "Taiwan, Province of China",
|
|
"Tajikistan" = "Tajikistan",
|
|
"Tanzania" = "Tanzania",
|
|
"Thailand" = "Thailand",
|
|
"Timor-Leste" = "Timor-Leste",
|
|
"Togo" = "Togo",
|
|
"Tokelau" = "Tokelau",
|
|
"Tonga" = "Tonga",
|
|
"Trinidad and Tobago" = "Trinidad and Tobago",
|
|
"Tunisia" = "Tunisia",
|
|
"Turkey" = "Turkey",
|
|
"Turkmenistan" = "Turkmenistan",
|
|
"Turks and Caicos Islands" = "Turks and Caicos Islands",
|
|
"Tuvalu" = "Tuvalu",
|
|
"Uganda" = "Uganda",
|
|
"Ukraine" = "Ukraine",
|
|
"United Arab Emirates" = "United Arab Emirates",
|
|
"United Kingdom" = "United Kingdom",
|
|
"United States" = "United States",
|
|
"United States Minor Outlying Islands" = "United States Minor Outlying Islands",
|
|
"Uruguay" = "Uruguay",
|
|
"Uzbekistan" = "Uzbekistan",
|
|
"Vanuatu" = "Vanuatu",
|
|
"Venezuela" = "Venezuela",
|
|
"Viet Nam" = "Viet Nam",
|
|
"Virgin Islands, British" = "Virgin Islands, British",
|
|
"Virgin Islands, U.S." = "Virgin Islands, U.S.",
|
|
"Wallis and Futuna" = "Wallis and Futuna",
|
|
"Western Sahara" = "Western Sahara",
|
|
"Yemen" = "Yemen",
|
|
"Zambia" = "Zambia",
|
|
"Zimbabwe" = "Zimbabwe",
|
|
}
|
|
|
|
export default Countries;
|