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

42 lines
1.5 KiB
JSON
Raw Normal View History

2019-11-27 00:32:16 +00:00
{
"config": {
2019-11-28 00:32:18 +00:00
"error": {
"error_auth_app": "ID d'aplicaci\u00f3 o secret incorrectes",
"error_auth_mfa": "Codi incorrecte",
"error_auth_user": "Nom d'usuari o contrasenya incorrectes"
},
2019-11-27 00:32:16 +00:00
"step": {
2019-11-28 00:32:18 +00:00
"auth_app": {
"data": {
"app_id": "ID d'aplicaci\u00f3",
"app_secret": "Secret"
},
2019-12-31 00:32:20 +00:00
"description": "ID d'aplicaci\u00f3 i codi secret de <a href=\"https://my.starline.ru/developer\" target=\"_blank\">compte de desenvolupador de StarLine</a>",
2019-11-28 00:32:18 +00:00
"title": "Credencials d'aplicaci\u00f3"
},
2019-11-27 00:32:16 +00:00
"auth_captcha": {
2019-11-28 00:32:18 +00:00
"data": {
"captcha_code": "Codi des de imatge"
},
2019-11-27 00:32:16 +00:00
"description": "{captcha_img}",
"title": "Captcha"
},
"auth_mfa": {
"data": {
"mfa_code": "Codi SMS"
},
2019-11-28 00:32:18 +00:00
"description": "Introdueix el codi rebut al n\u00famero {phone_number}",
2019-11-27 00:32:16 +00:00
"title": "Verificaci\u00f3 en dos passos"
},
"auth_user": {
"data": {
"password": "Contrasenya",
"username": "Nom d'usuari"
},
2019-11-28 00:32:18 +00:00
"description": "Correu electr\u00f2nic i contrasenya del compte StarLine",
2019-11-27 00:32:16 +00:00
"title": "Credencials d\u2019usuari"
}
},
"title": "StarLine"
}
}