core/homeassistant/components/honeywell/translations/ca.json

27 lines
867 B
JSON
Raw Normal View History

2021-07-21 00:11:58 +00:00
{
"config": {
"error": {
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
},
"step": {
"user": {
"data": {
"password": "Contrasenya",
"username": "Nom d'usuari"
},
2022-04-29 00:22:21 +00:00
"description": "Introdueix les credencials utilitzades per iniciar sessi\u00f3 a mytotalconnectcomfort.com."
}
}
},
"options": {
"step": {
"init": {
"data": {
"away_cool_temperature": "Temperatura freda, mode fora",
"away_heat_temperature": "Temperatura calenta, mode fora"
},
"description": "Opcions addicionals de configuraci\u00f3 de Honeywell. Les temperatures es configuren en Fahrenheit."
2021-07-21 00:11:58 +00:00
}
}
}
}