1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/google_cloud/strings.json
2025-10-28 10:33:10 +01:00

34 lines
968 B
JSON

{
"config": {
"error": {
"invalid_file": "Invalid service account JSON file"
},
"step": {
"user": {
"data": {
"uploaded_key_file": "Upload service account JSON file"
},
"description": "Upload your Google Cloud service account JSON file that you can create at {url}."
}
}
},
"options": {
"step": {
"init": {
"data": {
"encoding": "Default audio encoder",
"gain": "Default volume gain (in dB) of the voice",
"gender": "Default gender of the voice",
"language": "Default language of the voice",
"pitch": "Default pitch of the voice",
"profiles": "Default audio profiles",
"speed": "Default rate/speed of the voice",
"stt_model": "Speech-to-Text model",
"text_type": "Default text type",
"voice": "Default voice name (overrides language and gender)"
}
}
}
}
}