add strings for charts country selection

This commit is contained in:
vrifox 2023-07-18 16:30:24 +02:00
parent f638ebbdb8
commit dae923af91
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
4 changed files with 328 additions and 0 deletions

View file

@ -81,5 +81,69 @@
"lyrics": {
"load": "Fetching Lyrics",
"void": "No Lyrics"
},
"countries": {
"AE": "United Arab Emirates",
"AR": "Argentina",
"AT": "Austria",
"AU": "Australia",
"BE": "Belgium",
"BO": "Bolivia",
"BR": "Brazil",
"CA": "Canada",
"CH": "Switzerland",
"CL": "Chile",
"CO": "Colombia",
"CR": "Costa Rica",
"CZ": "Czechia",
"DE": "Germany",
"DK": "Denmark",
"DO": "Dominican Republic",
"EC": "Ecuador",
"EE": "Estonia",
"EG": "Egypt",
"ES": "Spain",
"FI": "Finland",
"FR": "France",
"GB": "United Kingdom",
"GT": "Guatemala",
"HN": "Honduras",
"HU": "Hungary",
"ID": "Indonesia",
"IE": "Ireland",
"IL": "Israel",
"IN": "India",
"IS": "Iceland",
"IT": "Italy",
"JP": "Japan",
"KE": "Kenya",
"KR": "South Korea",
"LU": "Luxembourg",
"MX": "Mexico",
"NG": "Nigeria",
"NI": "Nicaragua",
"NL": "Netherlands",
"NO": "Norway",
"NZ": "New Zealand",
"PA": "Panama",
"PE": "Peru",
"PL": "Poland",
"PT": "Portugal",
"PY": "Paraguay",
"RO": "Romania",
"RS": "Serbia",
"RU": "Russia",
"SA": "Saudi Arabia",
"SE": "Sweden",
"SV": "El Salvador",
"TR": "Turkey",
"TZ": "Tanzania",
"UA": "Ukraine",
"UG": "Uganda",
"US": "United States",
"UY": "Uruguay",
"ZA": "South Africa",
"ZW": "Zimbabwe",
"ZZ": "Global"
}
}