1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/mikrotik/translations/ca.json

44 lines
1.4 KiB
JSON
Raw Normal View History

2020-01-31 01:31:57 +01:00
{
"config": {
"abort": {
2022-10-03 02:31:05 +02:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
2020-01-31 01:31:57 +01:00
},
"error": {
2020-10-04 02:05:05 +02:00
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
2020-11-11 12:10:09 +01:00
"name_exists": "El nom existeix"
2020-01-31 01:31:57 +01:00
},
"step": {
2022-10-03 02:31:05 +02:00
"reauth_confirm": {
"data": {
"password": "Contrasenya"
},
"description": "La contrasenya de {username} \u00e9s inv\u00e0lida.",
"title": "Reautenticaci\u00f3 de la integraci\u00f3"
},
2020-01-31 01:31:57 +01:00
"user": {
"data": {
"host": "Amfitri\u00f3",
"name": "Nom",
"password": "Contrasenya",
"port": "Port",
2020-02-02 01:31:45 +01:00
"username": "Nom d'usuari",
"verify_ssl": "Utilitza SSL"
},
"title": "Configuraci\u00f3 de Mikrotik Router"
2020-01-31 01:31:57 +01:00
}
2020-04-15 18:51:07 +02:00
}
2020-01-31 01:31:57 +01:00
},
"options": {
"step": {
"device_tracker": {
"data": {
2020-02-02 01:31:45 +01:00
"arp_ping": "Activa el ping ARP",
"detection_time": "Interval per considerar a casa",
"force_dhcp": "For\u00e7a l'escaneig mitjan\u00e7ant DHCP"
2020-01-31 01:31:57 +01:00
}
}
}
2020-04-16 22:00:10 +02:00
}
2020-01-31 01:31:57 +01:00
}