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

23 lines
758 B
JSON
Raw Normal View History

2020-01-31 00:31:57 +00:00
{
"config": {
"abort": {
2020-05-13 18:27:21 +00:00
"already_configured": "[%key::common::config_flow::abort::already_configured_account%]"
2020-01-31 00:31:57 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
2020-01-31 00:31:57 +00:00
"too_many_requests": "Massa sol\u00b7licituds, torna-ho a intentar m\u00e9s tard.",
2020-10-04 00:05:05 +00:00
"unknown": "Error inesperat"
2020-01-31 00:31:57 +00:00
},
"step": {
"user": {
"data": {
"password": "Contrasenya",
"username": "Nom d'usuari"
},
"description": "Introdueix les teves credencials.",
"title": "Garmin Connect"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-31 00:31:57 +00:00
}