1
0
Fork 0

added a more clear error message when the language for voice input is missing

This commit is contained in:
sspanak 2025-03-07 11:39:24 +02:00 committed by Dimo Karaivanov
parent 6d34082209
commit 6873d302b2
14 changed files with 15 additions and 0 deletions

View file

@ -162,6 +162,7 @@
<string name="voice_input_error_generic">Erreur de saisie vocale</string>
<string name="voice_input_error_no_permissions">Pas d\'autorisation pour le microphone</string>
<string name="voice_input_error_language_not_supported">Langue non prise en charge</string>
<string name="voice_input_error_language_missing">Langue absente de lappareil</string>
<string name="voice_input_error_network_failed">Échec de la connexion réseau</string>
<string name="voice_input_error_no_network">Pas de connexion Internet</string>
<string name="voice_input_error_not_available">La saisie vocale n\'est pas disponible</string>