diff --git a/json/ca.json b/json/ca.json index 540f84d..d3baf1d 100644 --- a/json/ca.json +++ b/json/ca.json @@ -153,6 +153,11 @@ "label": "Veu catalana", "name": "catalan España", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Catalan Spain", + "catalan Espagne", + "catalán España" + ], "language": "ca-ES", "rate": 1, "pitch": 1, diff --git a/json/de.json b/json/de.json index 1a3c30d..31251c2 100644 --- a/json/de.json +++ b/json/de.json @@ -453,6 +453,11 @@ "label": "Deutsche Stimme", "name": "deutsch Deutschland", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "German Germany", + "allemand Allemagne", + "alemán Alemania" + ], "language": "de-DE", "rate": 1, "pitch": 1, diff --git a/json/en.json b/json/en.json index 6d7a717..451558d 100644 --- a/json/en.json +++ b/json/en.json @@ -1333,8 +1333,12 @@ }, { "label": "US voice", - "name": "english United-States", + "name": "English United States", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "anglais États-Unis", + "inglés Estados Unidos" + ], "language": "en-US", "rate": 1, "pitch": 1, @@ -1345,8 +1349,12 @@ }, { "label": "UK voice", - "name": "english Great Britain", + "name": "English United Kingdom", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "anglais Royaume-Uni", + "inglés Reino Unido" + ], "language": "en-GB", "rate": 1, "pitch": 1, diff --git a/json/es.json b/json/es.json index 2a0a31e..bebb185 100644 --- a/json/es.json +++ b/json/es.json @@ -897,6 +897,10 @@ "label": "Voz de España", "name": "español España", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Spanish Spain", + "espagnol Espagne" + ], "language": "es-ES", "rate": 1, "pitch": 1, @@ -909,6 +913,10 @@ "label": "Voz de Estados Unidos", "name": "español Estados Unidos", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Spanish United States", + "espagnol États-Unis" + ], "language": "es-US", "rate": 1, "pitch": 1, diff --git a/json/fr.json b/json/fr.json index 24c48d6..1d01d9f 100644 --- a/json/fr.json +++ b/json/fr.json @@ -714,6 +714,10 @@ "label": "Voix française", "name": "français France", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "French France", + "francés Francia" + ], "language": "fr-FR", "rate": 1, "pitch": 1, @@ -726,6 +730,10 @@ "label": "Voix canadienne", "name": "français Canada", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "French Canada", + "francés Canadá" + ], "language": "fr-CA", "rate": 1, "pitch": 1, diff --git a/json/it.json b/json/it.json index 8d56284..6085dcd 100644 --- a/json/it.json +++ b/json/it.json @@ -373,6 +373,11 @@ "label": "Voce italiana", "name": "italiano Italia", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Italian Italy", + "italien Italie", + "italiano Italia" + ], "language": "it-IT", "rate": 1, "pitch": 1, diff --git a/json/nl.json b/json/nl.json index 9e2b64e..7af006f 100644 --- a/json/nl.json +++ b/json/nl.json @@ -394,6 +394,11 @@ "label": "Nederlandse stem (Nederland)", "name": "nederlands Nederland", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Dutch Netherlands", + "néerlandais Pays-Bas", + "neerlandés Países Bajos" + ], "language": "nl-NL", "rate": 1, "pitch": 1, @@ -406,6 +411,11 @@ "label": "Nederlandse stem (België)", "name": "nederlands België", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Dutch Belgium", + "néerlandais Belgique", + "neerlandés Bélgica" + ], "language": "nl-BE", "rate": 1, "pitch": 1, diff --git a/json/pt.json b/json/pt.json index d2b1be7..c525a00 100644 --- a/json/pt.json +++ b/json/pt.json @@ -449,6 +449,11 @@ "label": "Voz do Portugal", "name": "português Portugal", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Portuguese Portugal", + "portugais Portugal", + "portugués Portugal" + ], "language": "pt-PT", "rate": 1, "pitch": 1, @@ -461,6 +466,11 @@ "label": "Voz do Brasil", "name": "português Brasil", "note": "On Android, voice selection is only supported at a system level and Web Speech API doesn't return a true list of voices available, just a list of languages and regions", + "altNames": [ + "Portuguese Brazil", + "portugais Brésil", + "portugués Brasil" + ], "language": "pt-BR", "rate": 1, "pitch": 1,