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

21 lines
720 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "El servei ja est\u00e0 configurat"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
2020-05-13 18:27:21 +00:00
"invalid_access_token": "[%key::common::config_flow::error::invalid_access_token%]",
"timeout": "S'ha acabat el temps d'espera durant la connexi\u00f3 a Tibber"
},
"step": {
"user": {
"data": {
"access_token": "Token d'acc\u00e9s"
},
"description": "Introdueix el token d'acc\u00e9s de https://developer.tibber.com/settings/accesstoken",
"title": "Tibber"
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-13 18:27:21 +00:00
}