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

29 lines
852 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "El servei ja est\u00e0 configurat"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-06-25 00:08:30 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3"
2020-05-13 18:27:21 +00:00
},
"step": {
2021-02-03 10:46:49 +00:00
"api_key": {
"data": {
"api_key": "Clau API"
}
},
2020-05-13 18:27:21 +00:00
"user": {
"data": {
2020-07-19 00:03:02 +00:00
"api_key": "Clau API",
2020-05-13 18:27:21 +00:00
"host": "Amfitri\u00f3",
2020-07-19 00:03:02 +00:00
"location": "Ubicaci\u00f3",
2020-05-15 00:02:56 +00:00
"name": "Nom",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Utilitza un certificat SSL",
2021-02-03 10:46:49 +00:00
"statistics_only": "Nom\u00e9s les estad\u00edstiques",
2020-05-15 00:02:56 +00:00
"verify_ssl": "Verifica el certificat SSL"
2020-05-13 18:27:21 +00:00
}
}
}
}
}