Voice input (#531)
This commit is contained in:
parent
7a19d6bcf7
commit
c64c8dac5c
39 changed files with 837 additions and 53 deletions
|
|
@ -120,5 +120,14 @@
|
|||
<string name="key_yellow">Pulsante giallo</string>
|
||||
<string name="key_blue">Pulsante blu</string>
|
||||
<string name="key_volume_mute">Muto</string>
|
||||
<string name="voice_input_listening">Parli</string>
|
||||
<string name="voice_input_mic_permission_is_needed">Devi concedere l\'autorizzazione al microfono per utilizzare l\'input vocale.</string>
|
||||
<string name="voice_input_error_generic">Errore di input vocale</string>
|
||||
<string name="voice_input_error_no_permissions">Nessuna autorizzazione per il microfono</string>
|
||||
<string name="voice_input_error_language_not_supported">Lingua non supportata</string>
|
||||
<string name="voice_input_error_network_failed">Connessione di rete fallita</string>
|
||||
<string name="voice_input_error_no_network">Nessuna connessione Internet</string>
|
||||
<string name="voice_input_error_not_available">L\'input vocale non è disponibile</string>
|
||||
<string name="voice_input_stopping">Spegnimento del microfono…</string>
|
||||
</resources>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue