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

25 lines
898 B
JSON
Raw Normal View History

2021-02-18 00:07:45 +00:00
{
"config": {
"abort": {
2021-10-02 12:59:05 +00:00
"already_configured": "El compte ja est\u00e0 configurat",
2021-02-18 00:07:45 +00:00
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
},
"error": {
2021-05-12 00:04:03 +00:00
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
2021-02-18 00:07:45 +00:00
},
"step": {
2021-04-23 00:03:48 +00:00
"reauth_confirm": {
"description": "La integraci\u00f3 SmartTub ha de tornar a autenticar el teu compte",
"title": "Reautenticaci\u00f3 de la integraci\u00f3"
},
2021-02-18 00:07:45 +00:00
"user": {
"data": {
"email": "Correu electr\u00f2nic",
"password": "Contrasenya"
},
"description": "Introdueix el correu electr\u00f2nic i la contrasenya de SmartTub per iniciar sessi\u00f3",
"title": "Inici de sessi\u00f3"
}
}
}
}