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

@ -173,6 +173,7 @@
<string name="voice_input_error_generic">Balso įvesties klaida</string>
<string name="voice_input_error_no_permissions">Nėra mikrofono leidimo</string>
<string name="voice_input_error_language_not_supported">Kalba nepalaikoma</string>
<string name="voice_input_error_language_missing">Kalba nėra įrenginyje</string>
<string name="voice_input_error_network_failed">Tinklo ryšys nepavyko</string>
<string name="voice_input_error_no_network">Nėra interneto ryšio</string>
<string name="voice_input_error_not_available">Balso įvestis nėra prieinama</string>