[ci skip] Translation update
parent
5ebbeff42d
commit
cc27986cac
|
@ -2,7 +2,7 @@
|
|||
"state": {
|
||||
"_": {
|
||||
"idle": "Laukimo re\u017eimas",
|
||||
"recording": "\u012era\u0161ymas",
|
||||
"recording": "\u012era\u0161oma",
|
||||
"streaming": "Transliuojama"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"cool": "V\u0117sina",
|
||||
"dry": "D\u017eiovina",
|
||||
"heat": "\u0160ildo",
|
||||
"heat_cool": "\u0160ildo/V\u0117sina",
|
||||
"off": "I\u0161jungta"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_plants": "Ingen planter er funnet p\u00e5 denne kontoen"
|
||||
"no_plants": "Ingen anlegg funnet p\u00e5 denne kontoen"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ugyldig godkjenning"
|
||||
|
@ -9,9 +9,9 @@
|
|||
"step": {
|
||||
"plant": {
|
||||
"data": {
|
||||
"plant_id": "Plante"
|
||||
"plant_id": "Anlegg"
|
||||
},
|
||||
"title": "Velg din plante"
|
||||
"title": "Velg ditt anlegg"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
"invalid_individual_address": "El valor no coincideix amb el patr\u00f3 d'adre\u00e7a KNX individual.\n'area.line.device'",
|
||||
"invalid_ip_address": "Adre\u00e7a IPv4 inv\u00e0lida.",
|
||||
"invalid_signature": "La contrasenya per desxifrar el fitxer `.knxkeys` \u00e9s incorrecta.",
|
||||
"keyfile_invalid_signature": "La contrasenya per desxifrar el fitxer `.knxkeys` \u00e9s incorrecta.",
|
||||
"keyfile_no_backbone_key": "El fitxer `.knxkeys` no cont\u00e9 una clau de 'backbone' per a l'encaminament segur.",
|
||||
"keyfile_no_tunnel_for_host": "El fitxer `.knxkeys` no cont\u00e9 credencials per a l'amfitri\u00f3 `{host}`.",
|
||||
"keyfile_not_found": "No s'ha trobat el fitxer `.knxkeys` especificat a la ruta config/.storage/knx/",
|
||||
"no_router_discovered": "No s'ha descobert cap encaminador ('router') KNXnet/IP a la xarxa.",
|
||||
"no_tunnel_discovered": "No s'ha trobat cap servidor de tunelitzaci\u00f3 KNX a la xarxa.",
|
||||
"unsupported_tunnel_type": "El tipus de t\u00fanel seleccionat no \u00e9s compatible amb la passarel\u00b7la."
|
||||
|
@ -20,7 +24,8 @@
|
|||
"data": {
|
||||
"connection_type": "Tipus de connexi\u00f3 KNX"
|
||||
},
|
||||
"description": "Introdueix el tipus de connexi\u00f3 a utilitzar per a la connexi\u00f3 KNX.\n AUTOM\u00c0TICA: la integraci\u00f3 s'encarrega de la connectivitat al bus KNX realitzant una exploraci\u00f3 de la passarel\u00b7la.\n T\u00daNEL: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant un t\u00fanel.\n ENCAMINAMENT: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant l'encaminament."
|
||||
"description": "Introdueix el tipus de connexi\u00f3 a utilitzar per a la connexi\u00f3 KNX.\n AUTOM\u00c0TICA: la integraci\u00f3 s'encarrega de la connectivitat al bus KNX realitzant una exploraci\u00f3 de la passarel\u00b7la.\n T\u00daNEL: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant un t\u00fanel.\n ENCAMINAMENT: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant l'encaminament.",
|
||||
"title": "Connexi\u00f3 KNX"
|
||||
},
|
||||
"manual_tunnel": {
|
||||
"data": {
|
||||
|
@ -36,7 +41,8 @@
|
|||
"port": "Port del dispositiu de tunelitzaci\u00f3 KNX/IP.",
|
||||
"route_back": "Activa-ho si el teun servidor de tunelitzaci\u00f3 KNXnet/IP est\u00e0 darrere una NAT. Nom\u00e9s s'aplica a connexions UDP."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 de connexi\u00f3 del dispositiu de t\u00fanel."
|
||||
"description": "Introdueix la informaci\u00f3 de connexi\u00f3 del dispositiu de t\u00fanel.",
|
||||
"title": "Configuraci\u00f3 del t\u00fanel"
|
||||
},
|
||||
"routing": {
|
||||
"data": {
|
||||
|
@ -50,7 +56,8 @@
|
|||
"individual_address": "Adre\u00e7a KNX per utilitzar amb Home Assistant, p. ex. `0.0.4`",
|
||||
"local_ip": "Deixa-ho en blanc per utilitzar el descobriment autom\u00e0tic."
|
||||
},
|
||||
"description": "Configura les opcions d'encaminament."
|
||||
"description": "Configura les opcions d'encaminament.",
|
||||
"title": "Encaminament"
|
||||
},
|
||||
"secure_key_source": {
|
||||
"description": "Selecciona com vols configurar KNX/IP Secure.",
|
||||
|
@ -58,7 +65,8 @@
|
|||
"secure_knxkeys": "Utilitza un fitxer `.knxkeys` que contingui les claus de seguretat IP (IP Secure)",
|
||||
"secure_routing_manual": "Configura manualment la clau troncal de seguretat IP (IP Secure)",
|
||||
"secure_tunnel_manual": "Configura manualment les credencials de seguretat IP (IP Secure)"
|
||||
}
|
||||
},
|
||||
"title": "KNX IP-Secure"
|
||||
},
|
||||
"secure_knxkeys": {
|
||||
"data": {
|
||||
|
@ -69,7 +77,8 @@
|
|||
"knxkeys_filename": "S'espera que el fitxer es trobi al teu directori de configuraci\u00f3 a `.storage/knx/`.\nA Home Assistant aix\u00f2 estaria a `/config/.storage/knx/`\nExemple: `el_meu_projecte.knxkeys`",
|
||||
"knxkeys_password": "S'ha definit durant l'exportaci\u00f3 del fitxer des d'ETS."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 del teu fitxer `.knxkeys`."
|
||||
"description": "Introdueix la informaci\u00f3 del teu fitxer `.knxkeys`.",
|
||||
"title": "Fitxer de claus ('keyfile')"
|
||||
},
|
||||
"secure_routing_manual": {
|
||||
"data": {
|
||||
|
@ -80,7 +89,8 @@
|
|||
"backbone_key": "Es pot veure dins l'informe de 'Seguretat' d'un projecte ETS. Per exemple: '00112233445566778899AABBCCDDEEFF'",
|
||||
"sync_latency_tolerance": "El valor per defecte \u00e9s 1000."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure)."
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure).",
|
||||
"title": "Encaminament segur"
|
||||
},
|
||||
"secure_tunnel_manual": {
|
||||
"data": {
|
||||
|
@ -93,13 +103,15 @@
|
|||
"user_id": "Sovint \u00e9s el n\u00famero del t\u00fanel +1. Per tant, 'T\u00fanel 2' tindria l'ID d'usuari '3'.",
|
||||
"user_password": "Contrasenya per a la connexi\u00f3 t\u00fanel espec\u00edfica configurada al panell 'Propietats' del t\u00fanel a ETS."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure)."
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure).",
|
||||
"title": "T\u00fanels segurs"
|
||||
},
|
||||
"tunnel": {
|
||||
"data": {
|
||||
"gateway": "Connexi\u00f3 t\u00fanel KNX"
|
||||
},
|
||||
"description": "Selecciona una passarel\u00b7la d'enlla\u00e7 de la llista."
|
||||
"description": "Selecciona una passarel\u00b7la d'enlla\u00e7 de la llista.",
|
||||
"title": "T\u00fanel"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -111,6 +123,10 @@
|
|||
"invalid_individual_address": "El valor no coincideix amb el patr\u00f3 d'adre\u00e7a KNX individual.\n'area.line.device'",
|
||||
"invalid_ip_address": "Adre\u00e7a IPv4 inv\u00e0lida.",
|
||||
"invalid_signature": "La contrasenya per desxifrar el fitxer `.knxkeys` \u00e9s incorrecta.",
|
||||
"keyfile_invalid_signature": "La contrasenya per desxifrar el fitxer `.knxkeys` \u00e9s incorrecta.",
|
||||
"keyfile_no_backbone_key": "El fitxer `.knxkeys` no cont\u00e9 una clau de 'backbone' per a l'encaminament segur.",
|
||||
"keyfile_no_tunnel_for_host": "El fitxer `.knxkeys` no cont\u00e9 credencials per a l'amfitri\u00f3 `{host}`.",
|
||||
"keyfile_not_found": "No s'ha trobat el fitxer `.knxkeys` especificat a la ruta config/.storage/knx/",
|
||||
"no_router_discovered": "No s'ha descobert cap encaminador ('router') KNXnet/IP a la xarxa.",
|
||||
"no_tunnel_discovered": "No s'ha trobat cap servidor de tunelitzaci\u00f3 KNX a la xarxa.",
|
||||
"unsupported_tunnel_type": "El tipus de t\u00fanel seleccionat no \u00e9s compatible amb la passarel\u00b7la."
|
||||
|
@ -124,13 +140,15 @@
|
|||
"data_description": {
|
||||
"rate_limit": "Telegrames de sortida m\u00e0xims per segon.\nUtilitza `0` per desactivar la limitaci\u00f3. Recomanat: 0 o, de 20 a 40",
|
||||
"state_updater": "Configuraci\u00f3 predeterminadament per llegir els estats del bus KNX. Si est\u00e0 desactivat, Home Assistant no obtindr\u00e0 activament els estats del bus KNX. Les opcions d'entitat `sync_state` poden substituir-ho."
|
||||
}
|
||||
},
|
||||
"title": "Configuraci\u00f3 de la comunicaci\u00f3"
|
||||
},
|
||||
"connection_type": {
|
||||
"data": {
|
||||
"connection_type": "Tipus de connexi\u00f3 KNX"
|
||||
},
|
||||
"description": "Introdueix el tipus de connexi\u00f3 a utilitzar per a la connexi\u00f3 KNX.\n AUTOM\u00c0TICA: la integraci\u00f3 s'encarrega de la connectivitat al bus KNX realitzant una exploraci\u00f3 de la passarel\u00b7la.\n T\u00daNEL: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant un t\u00fanel.\n ENCAMINAMENT: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant l'encaminament."
|
||||
"description": "Introdueix el tipus de connexi\u00f3 a utilitzar per a la connexi\u00f3 KNX.\n AUTOM\u00c0TICA: la integraci\u00f3 s'encarrega de la connectivitat al bus KNX realitzant una exploraci\u00f3 de la passarel\u00b7la.\n T\u00daNEL: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant un t\u00fanel.\n ENCAMINAMENT: la integraci\u00f3 es connectar\u00e0 al bus KNX mitjan\u00e7ant l'encaminament.",
|
||||
"title": "Connexi\u00f3 KNX"
|
||||
},
|
||||
"manual_tunnel": {
|
||||
"data": {
|
||||
|
@ -146,13 +164,15 @@
|
|||
"port": "Port del dispositiu de tunelitzaci\u00f3 KNX/IP.",
|
||||
"route_back": "Activa-ho si el teun servidor de tunelitzaci\u00f3 KNXnet/IP est\u00e0 darrere una NAT. Nom\u00e9s s'aplica a connexions UDP."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 de connexi\u00f3 del dispositiu de t\u00fanel."
|
||||
"description": "Introdueix la informaci\u00f3 de connexi\u00f3 del dispositiu de t\u00fanel.",
|
||||
"title": "Configuraci\u00f3 del t\u00fanel"
|
||||
},
|
||||
"options_init": {
|
||||
"menu_options": {
|
||||
"communication_settings": "Configuraci\u00f3 de la comunicaci\u00f3",
|
||||
"connection_type": "Configura la interf\u00edcie KNX"
|
||||
}
|
||||
},
|
||||
"title": "Configuraci\u00f3 de KNX"
|
||||
},
|
||||
"routing": {
|
||||
"data": {
|
||||
|
@ -166,7 +186,8 @@
|
|||
"individual_address": "Adre\u00e7a KNX per utilitzar amb Home Assistant, p. ex. `0.0.4`",
|
||||
"local_ip": "Deixa-ho en blanc per utilitzar el descobriment autom\u00e0tic."
|
||||
},
|
||||
"description": "Configura les opcions d'encaminament."
|
||||
"description": "Configura les opcions d'encaminament.",
|
||||
"title": "Encaminament"
|
||||
},
|
||||
"secure_key_source": {
|
||||
"description": "Selecciona com vols configurar KNX/IP Secure.",
|
||||
|
@ -174,7 +195,8 @@
|
|||
"secure_knxkeys": "Utilitza un fitxer `.knxkeys` que contingui les claus de seguretat IP (IP Secure)",
|
||||
"secure_routing_manual": "Configura manualment la clau troncal de seguretat IP (IP Secure)",
|
||||
"secure_tunnel_manual": "Configura manualment les credencials de seguretat IP (IP Secure)"
|
||||
}
|
||||
},
|
||||
"title": "KNX IP-Secure"
|
||||
},
|
||||
"secure_knxkeys": {
|
||||
"data": {
|
||||
|
@ -185,7 +207,8 @@
|
|||
"knxkeys_filename": "S'espera que el fitxer es trobi al teu directori de configuraci\u00f3 a `.storage/knx/`.\nA Home Assistant aix\u00f2 estaria a `/config/.storage/knx/`\nExemple: `el_meu_projecte.knxkeys`",
|
||||
"knxkeys_password": "S'ha definit durant l'exportaci\u00f3 del fitxer des d'ETS."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 del teu fitxer `.knxkeys`."
|
||||
"description": "Introdueix la informaci\u00f3 del teu fitxer `.knxkeys`.",
|
||||
"title": "Fitxer de claus ('keyfile')"
|
||||
},
|
||||
"secure_routing_manual": {
|
||||
"data": {
|
||||
|
@ -196,7 +219,8 @@
|
|||
"backbone_key": "Es pot veure dins l'informe de 'Seguretat' d'un projecte ETS. Per exemple: '00112233445566778899AABBCCDDEEFF'",
|
||||
"sync_latency_tolerance": "El valor per defecte \u00e9s 1000."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure)."
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure).",
|
||||
"title": "Encaminament segur"
|
||||
},
|
||||
"secure_tunnel_manual": {
|
||||
"data": {
|
||||
|
@ -209,13 +233,15 @@
|
|||
"user_id": "Sovint \u00e9s el n\u00famero del t\u00fanel +1. Per tant, 'T\u00fanel 2' tindria l'ID d'usuari '3'.",
|
||||
"user_password": "Contrasenya per a la connexi\u00f3 t\u00fanel espec\u00edfica configurada al panell 'Propietats' del t\u00fanel a ETS."
|
||||
},
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure)."
|
||||
"description": "Introdueix la informaci\u00f3 de seguretat IP (IP Secure).",
|
||||
"title": "T\u00fanels segurs"
|
||||
},
|
||||
"tunnel": {
|
||||
"data": {
|
||||
"gateway": "Connexi\u00f3 t\u00fanel KNX"
|
||||
},
|
||||
"description": "Selecciona una passarel\u00b7la d'enlla\u00e7 de la llista."
|
||||
"description": "Selecciona una passarel\u00b7la d'enlla\u00e7 de la llista.",
|
||||
"title": "T\u00fanel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,9 +6,11 @@
|
|||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"file_not_found": "The specified `.knxkeys` file was not found in the path config/.storage/knx/",
|
||||
"invalid_backbone_key": "Invalid backbone key. 32 hexadecimal numbers expected.",
|
||||
"invalid_individual_address": "Value does not match pattern for KNX individual address.\n'area.line.device'",
|
||||
"invalid_ip_address": "Invalid IPv4 address.",
|
||||
"invalid_signature": "The password to decrypt the `.knxkeys` file is wrong.",
|
||||
"keyfile_invalid_signature": "The password to decrypt the `.knxkeys` file is wrong.",
|
||||
"keyfile_no_backbone_key": "The `.knxkeys` file does not contain a backbone key for secure routing.",
|
||||
"keyfile_no_tunnel_for_host": "The `.knxkeys` file does not contain credentials for host `{host}`.",
|
||||
|
@ -116,9 +118,11 @@
|
|||
"options": {
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"file_not_found": "The specified `.knxkeys` file was not found in the path config/.storage/knx/",
|
||||
"invalid_backbone_key": "Invalid backbone key. 32 hexadecimal numbers expected.",
|
||||
"invalid_individual_address": "Value does not match pattern for KNX individual address.\n'area.line.device'",
|
||||
"invalid_ip_address": "Invalid IPv4 address.",
|
||||
"invalid_signature": "The password to decrypt the `.knxkeys` file is wrong.",
|
||||
"keyfile_invalid_signature": "The password to decrypt the `.knxkeys` file is wrong.",
|
||||
"keyfile_no_backbone_key": "The `.knxkeys` file does not contain a backbone key for secure routing.",
|
||||
"keyfile_no_tunnel_for_host": "The `.knxkeys` file does not contain credentials for host `{host}`.",
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
"invalid_individual_address": "El valor no coincide con el patr\u00f3n de la direcci\u00f3n KNX individual. 'area.line.device'",
|
||||
"invalid_ip_address": "Direcci\u00f3n IPv4 no v\u00e1lida.",
|
||||
"invalid_signature": "La contrase\u00f1a para descifrar el archivo `.knxkeys` es incorrecta.",
|
||||
"keyfile_invalid_signature": "La contrase\u00f1a para descifrar el archivo `.knxkeys` es incorrecta.",
|
||||
"keyfile_no_backbone_key": "El archivo `.knxkeys` no contiene una clave principal para el enrutamiento seguro.",
|
||||
"keyfile_no_tunnel_for_host": "El archivo `.knxkeys` no contiene credenciales para el host `{host}`.",
|
||||
"keyfile_not_found": "El archivo `.knxkeys` especificado no se encontr\u00f3 en la ruta config/.storage/knx/",
|
||||
"no_router_discovered": "No se ha descubierto ning\u00fan router KNXnet/IP en la red.",
|
||||
"no_tunnel_discovered": "No se pudo encontrar un servidor de t\u00fanel KNX en tu red.",
|
||||
"unsupported_tunnel_type": "El tipo de t\u00fanel seleccionado no es compatible con la puerta de enlace."
|
||||
|
@ -20,7 +24,8 @@
|
|||
"data": {
|
||||
"connection_type": "Tipo de conexi\u00f3n KNX"
|
||||
},
|
||||
"description": "Por favor, introduce el tipo de conexi\u00f3n que debemos usar para tu conexi\u00f3n KNX.\n AUTOM\u00c1TICO: la integraci\u00f3n se encarga de la conectividad a tu bus KNX mediante la realizaci\u00f3n de un escaneo de la puerta de enlace.\n T\u00daNELES: la integraci\u00f3n se conectar\u00e1 a tu bus KNX a trav\u00e9s de t\u00faneles.\n ENRUTAMIENTO: la integraci\u00f3n se conectar\u00e1 a su tus KNX a trav\u00e9s del enrutamiento."
|
||||
"description": "Por favor, introduce el tipo de conexi\u00f3n que debemos usar para tu conexi\u00f3n KNX.\n AUTOM\u00c1TICO: la integraci\u00f3n se encarga de la conectividad a tu bus KNX mediante la realizaci\u00f3n de un escaneo de la puerta de enlace.\n T\u00daNELES: la integraci\u00f3n se conectar\u00e1 a tu bus KNX a trav\u00e9s de t\u00faneles.\n ENRUTAMIENTO: la integraci\u00f3n se conectar\u00e1 a su tus KNX a trav\u00e9s del enrutamiento.",
|
||||
"title": "Conexi\u00f3n KNX"
|
||||
},
|
||||
"manual_tunnel": {
|
||||
"data": {
|
||||
|
@ -36,7 +41,8 @@
|
|||
"port": "Puerto del dispositivo de t\u00fanel KNX/IP.",
|
||||
"route_back": "Habilitar si tu servidor de t\u00fanel IP/KNXnet est\u00e1 detr\u00e1s de NAT. Solo aplica para conexiones UDP."
|
||||
},
|
||||
"description": "Por favor, introduce la informaci\u00f3n de conexi\u00f3n de tu dispositivo de t\u00fanel."
|
||||
"description": "Por favor, introduce la informaci\u00f3n de conexi\u00f3n de tu dispositivo de t\u00fanel.",
|
||||
"title": "Configuraci\u00f3n del t\u00fanel"
|
||||
},
|
||||
"routing": {
|
||||
"data": {
|
||||
|
@ -50,7 +56,8 @@
|
|||
"individual_address": "Direcci\u00f3n KNX que usar\u00e1 Home Assistant, por ejemplo, `0.0.4`",
|
||||
"local_ip": "D\u00e9jalo en blanco para usar el descubrimiento autom\u00e1tico."
|
||||
},
|
||||
"description": "Por favor, configura las opciones de enrutamiento."
|
||||
"description": "Por favor, configura las opciones de enrutamiento.",
|
||||
"title": "Enrutado"
|
||||
},
|
||||
"secure_key_source": {
|
||||
"description": "Selecciona c\u00f3mo deseas configurar KNX/IP Secure.",
|
||||
|
@ -58,7 +65,8 @@
|
|||
"secure_knxkeys": "Utilizar un archivo `.knxkeys` que contenga claves seguras de IP",
|
||||
"secure_routing_manual": "Configurar la clave de red troncal segura de IP manualmente",
|
||||
"secure_tunnel_manual": "Configurar las credenciales seguras de IP manualmente"
|
||||
}
|
||||
},
|
||||
"title": "KNX IP Secure"
|
||||
},
|
||||
"secure_knxkeys": {
|
||||
"data": {
|
||||
|
@ -69,7 +77,8 @@
|
|||
"knxkeys_filename": "Se espera que el archivo se encuentre en tu directorio de configuraci\u00f3n en `.storage/knx/`.\nEn Home Assistant OS ser\u00eda `/config/.storage/knx/`\nEjemplo: `mi_proyecto.knxkeys`",
|
||||
"knxkeys_password": "Esto se configur\u00f3 al exportar el archivo desde ETS."
|
||||
},
|
||||
"description": "Por favor, introduce la informaci\u00f3n de tu archivo `.knxkeys`."
|
||||
"description": "Por favor, introduce la informaci\u00f3n de tu archivo `.knxkeys`.",
|
||||
"title": "Archivo de clave"
|
||||
},
|
||||
"secure_routing_manual": {
|
||||
"data": {
|
||||
|
@ -80,7 +89,8 @@
|
|||
"backbone_key": "Se puede ver en el informe de 'Seguridad' de un proyecto ETS. Ej. '00112233445566778899AABBCCDDEEFF'",
|
||||
"sync_latency_tolerance": "El valor predeterminado es 1000."
|
||||
},
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura."
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura.",
|
||||
"title": "Enrutado seguro"
|
||||
},
|
||||
"secure_tunnel_manual": {
|
||||
"data": {
|
||||
|
@ -93,13 +103,15 @@
|
|||
"user_id": "Este suele ser el n\u00famero de t\u00fanel +1. Por tanto, 'T\u00fanel 2' tendr\u00eda ID de usuario '3'.",
|
||||
"user_password": "Contrase\u00f1a para la conexi\u00f3n de t\u00fanel espec\u00edfica establecida en el panel 'Propiedades' del t\u00fanel en ETS."
|
||||
},
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura."
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura.",
|
||||
"title": "T\u00fanel seguro"
|
||||
},
|
||||
"tunnel": {
|
||||
"data": {
|
||||
"gateway": "Conexi\u00f3n de t\u00fanel KNX"
|
||||
},
|
||||
"description": "Por favor, selecciona una puerta de enlace de la lista."
|
||||
"description": "Por favor, selecciona una puerta de enlace de la lista.",
|
||||
"title": "T\u00fanel"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -111,6 +123,10 @@
|
|||
"invalid_individual_address": "El valor no coincide con el patr\u00f3n de la direcci\u00f3n KNX individual. 'area.line.device'",
|
||||
"invalid_ip_address": "Direcci\u00f3n IPv4 no v\u00e1lida.",
|
||||
"invalid_signature": "La contrase\u00f1a para descifrar el archivo `.knxkeys` es incorrecta.",
|
||||
"keyfile_invalid_signature": "La contrase\u00f1a para descifrar el archivo `.knxkeys` es incorrecta.",
|
||||
"keyfile_no_backbone_key": "El archivo `.knxkeys` no contiene una clave principal para el enrutamiento seguro.",
|
||||
"keyfile_no_tunnel_for_host": "El archivo `.knxkeys` no contiene credenciales para el host `{host}`.",
|
||||
"keyfile_not_found": "El archivo `.knxkeys` especificado no se encontr\u00f3 en la ruta config/.storage/knx/",
|
||||
"no_router_discovered": "No se ha descubierto ning\u00fan router KNXnet/IP en la red.",
|
||||
"no_tunnel_discovered": "No se pudo encontrar un servidor de t\u00fanel KNX en tu red.",
|
||||
"unsupported_tunnel_type": "El tipo de t\u00fanel seleccionado no es compatible con la puerta de enlace."
|
||||
|
@ -124,13 +140,15 @@
|
|||
"data_description": {
|
||||
"rate_limit": "N\u00famero m\u00e1ximo de telegramas salientes por segundo.\n`0` para deshabilitar el l\u00edmite. Recomendado: 0 o 20 a 40",
|
||||
"state_updater": "Establece los valores predeterminados para leer los estados del bus KNX. Cuando est\u00e1 deshabilitado, Home Assistant no recuperar\u00e1 activamente los estados de entidad del bus KNX. Puede ser anulado por las opciones de entidad `sync_state`."
|
||||
}
|
||||
},
|
||||
"title": "Configuraci\u00f3n de comunicaci\u00f3n"
|
||||
},
|
||||
"connection_type": {
|
||||
"data": {
|
||||
"connection_type": "Tipo de conexi\u00f3n KNX"
|
||||
},
|
||||
"description": "Por favor, introduce el tipo de conexi\u00f3n que debemos usar para tu conexi\u00f3n KNX.\n AUTOM\u00c1TICO: la integraci\u00f3n se encarga de la conectividad a tu bus KNX mediante la realizaci\u00f3n de un escaneo de la puerta de enlace.\n T\u00daNELES: la integraci\u00f3n se conectar\u00e1 a tu bus KNX a trav\u00e9s de t\u00faneles.\n ENRUTAMIENTO: la integraci\u00f3n se conectar\u00e1 a su tus KNX a trav\u00e9s del enrutamiento."
|
||||
"description": "Por favor, introduce el tipo de conexi\u00f3n que debemos usar para tu conexi\u00f3n KNX.\n AUTOM\u00c1TICO: la integraci\u00f3n se encarga de la conectividad a tu bus KNX mediante la realizaci\u00f3n de un escaneo de la puerta de enlace.\n T\u00daNELES: la integraci\u00f3n se conectar\u00e1 a tu bus KNX a trav\u00e9s de t\u00faneles.\n ENRUTAMIENTO: la integraci\u00f3n se conectar\u00e1 a su tus KNX a trav\u00e9s del enrutamiento.",
|
||||
"title": "Conexi\u00f3n KNX"
|
||||
},
|
||||
"manual_tunnel": {
|
||||
"data": {
|
||||
|
@ -146,13 +164,15 @@
|
|||
"port": "Puerto del dispositivo de t\u00fanel KNX/IP.",
|
||||
"route_back": "Habilitar si tu servidor de t\u00fanel IP/KNXnet est\u00e1 detr\u00e1s de NAT. Solo aplica para conexiones UDP."
|
||||
},
|
||||
"description": "Por favor, introduce la informaci\u00f3n de conexi\u00f3n de tu dispositivo de t\u00fanel."
|
||||
"description": "Por favor, introduce la informaci\u00f3n de conexi\u00f3n de tu dispositivo de t\u00fanel.",
|
||||
"title": "Configuraci\u00f3n del t\u00fanel"
|
||||
},
|
||||
"options_init": {
|
||||
"menu_options": {
|
||||
"communication_settings": "Configuraci\u00f3n de comunicaci\u00f3n",
|
||||
"connection_type": "Configurar interfaz KNX"
|
||||
}
|
||||
},
|
||||
"title": "Configuraci\u00f3n KNX"
|
||||
},
|
||||
"routing": {
|
||||
"data": {
|
||||
|
@ -166,7 +186,8 @@
|
|||
"individual_address": "Direcci\u00f3n KNX que usar\u00e1 Home Assistant, por ejemplo, `0.0.4`",
|
||||
"local_ip": "D\u00e9jalo en blanco para usar el descubrimiento autom\u00e1tico."
|
||||
},
|
||||
"description": "Por favor, configura las opciones de enrutamiento."
|
||||
"description": "Por favor, configura las opciones de enrutamiento.",
|
||||
"title": "Enrutado"
|
||||
},
|
||||
"secure_key_source": {
|
||||
"description": "Selecciona c\u00f3mo deseas configurar KNX/IP Secure.",
|
||||
|
@ -174,7 +195,8 @@
|
|||
"secure_knxkeys": "Utilizar un archivo `.knxkeys` que contenga claves seguras de IP",
|
||||
"secure_routing_manual": "Configurar la clave de red troncal segura de IP manualmente",
|
||||
"secure_tunnel_manual": "Configurar las credenciales seguras de IP manualmente"
|
||||
}
|
||||
},
|
||||
"title": "KNX IP Secure"
|
||||
},
|
||||
"secure_knxkeys": {
|
||||
"data": {
|
||||
|
@ -185,7 +207,8 @@
|
|||
"knxkeys_filename": "Se espera que el archivo se encuentre en tu directorio de configuraci\u00f3n en `.storage/knx/`.\nEn Home Assistant OS ser\u00eda `/config/.storage/knx/`\nEjemplo: `mi_proyecto.knxkeys`",
|
||||
"knxkeys_password": "Esto se configur\u00f3 al exportar el archivo desde ETS."
|
||||
},
|
||||
"description": "Por favor, introduce la informaci\u00f3n de tu archivo `.knxkeys`."
|
||||
"description": "Por favor, introduce la informaci\u00f3n de tu archivo `.knxkeys`.",
|
||||
"title": "Archivo de clave"
|
||||
},
|
||||
"secure_routing_manual": {
|
||||
"data": {
|
||||
|
@ -196,7 +219,8 @@
|
|||
"backbone_key": "Se puede ver en el informe de 'Seguridad' de un proyecto ETS. Ej. '00112233445566778899AABBCCDDEEFF'",
|
||||
"sync_latency_tolerance": "El valor predeterminado es 1000."
|
||||
},
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura."
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura.",
|
||||
"title": "Enrutado seguro"
|
||||
},
|
||||
"secure_tunnel_manual": {
|
||||
"data": {
|
||||
|
@ -209,13 +233,15 @@
|
|||
"user_id": "Este suele ser el n\u00famero de t\u00fanel +1. Por tanto, 'T\u00fanel 2' tendr\u00eda ID de usuario '3'.",
|
||||
"user_password": "Contrase\u00f1a para la conexi\u00f3n de t\u00fanel espec\u00edfica establecida en el panel 'Propiedades' del t\u00fanel en ETS."
|
||||
},
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura."
|
||||
"description": "Por favor, introduce tu informaci\u00f3n de IP segura.",
|
||||
"title": "T\u00fanel seguro"
|
||||
},
|
||||
"tunnel": {
|
||||
"data": {
|
||||
"gateway": "Conexi\u00f3n de t\u00fanel KNX"
|
||||
},
|
||||
"description": "Por favor, selecciona una puerta de enlace de la lista."
|
||||
"description": "Por favor, selecciona una puerta de enlace de la lista.",
|
||||
"title": "T\u00fanel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"ok": "",
|
||||
"ok": "Ok",
|
||||
"problem": "Problem"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -26,6 +26,21 @@
|
|||
}
|
||||
},
|
||||
"entity": {
|
||||
"climate": {
|
||||
"plugwise": {
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"asleep": "Nit",
|
||||
"away": "A fora",
|
||||
"home": "A casa",
|
||||
"no_frost": "Anti-gelades",
|
||||
"vacation": "Vacances"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"dhw_mode": {
|
||||
"state": {
|
||||
|
|
|
@ -26,6 +26,21 @@
|
|||
}
|
||||
},
|
||||
"entity": {
|
||||
"climate": {
|
||||
"plugwise": {
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"asleep": "Noche",
|
||||
"away": "Ausente",
|
||||
"home": "En casa",
|
||||
"no_frost": "Antihielo",
|
||||
"vacation": "Vacaciones"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"dhw_mode": {
|
||||
"state": {
|
||||
|
|
|
@ -26,6 +26,21 @@
|
|||
}
|
||||
},
|
||||
"entity": {
|
||||
"climate": {
|
||||
"plugwise": {
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"asleep": "Noc",
|
||||
"away": "Pre\u010d",
|
||||
"home": "Doma",
|
||||
"no_frost": "Ochrana proti mrazu",
|
||||
"vacation": "Dovolenka"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"dhw_mode": {
|
||||
"state": {
|
||||
|
|
|
@ -26,6 +26,21 @@
|
|||
}
|
||||
},
|
||||
"entity": {
|
||||
"climate": {
|
||||
"plugwise": {
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"asleep": "\u591c\u9593\u6a21\u5f0f",
|
||||
"away": "\u96e2\u5bb6\u6a21\u5f0f",
|
||||
"home": "\u5728\u5bb6\u6a21\u5f0f",
|
||||
"no_frost": "\u9632\u971c\u6a21\u5f0f",
|
||||
"vacation": "\u5ea6\u5047\u6a21\u5f0f"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"dhw_mode": {
|
||||
"state": {
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El dispositiu ja est\u00e0 configurat"
|
||||
},
|
||||
"error": {
|
||||
"api_error": "S'ha produ\u00eft un error a l'API: {error}",
|
||||
"cannot_connect": "Ha fallat la connexi\u00f3",
|
||||
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
|
||||
"unknown": "Error inesperat: {error}"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Amfitri\u00f3",
|
||||
"password": "Contrasenya",
|
||||
"port": "Port",
|
||||
"use_https": "Activa HTTPS",
|
||||
"username": "Nom d'usuari"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "This camera is already configured"
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"api_error": "API error occurred: {error}",
|
||||
"cannot_connect": "Failed to connect with the camera",
|
||||
"invalid_auth": "Invalid username or password",
|
||||
"cannot_connect": "Failed to connect",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"unknown": "Unexpected error: {error}"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Password",
|
||||
"port": "Port",
|
||||
"use_https": "Enable HTTPS",
|
||||
"username": "Username",
|
||||
"password": "Password"
|
||||
"username": "Username"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El dispositivo ya est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"api_error": "Ocurri\u00f3 un error de API: {error}",
|
||||
"cannot_connect": "No se pudo conectar",
|
||||
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
|
||||
"unknown": "Error inesperado: {error}"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Contrase\u00f1a",
|
||||
"port": "Puerto",
|
||||
"use_https": "Habilitar HTTPS",
|
||||
"username": "Nombre de usuario"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protocolo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_illuminance": "Dabartinis {entity_name} ap\u0161vietimas"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "I\u0161jungta",
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Ar norite nustatyti \u201eSonos\u201c?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -52,9 +52,20 @@
|
|||
},
|
||||
"issues": {
|
||||
"deprecate_smart_sensor": {
|
||||
"description": "Der einheitliche Sensor \u201eErkanntes Objekt\u201c f\u00fcr intelligente Erkennungen ist jetzt veraltet. Er wurde durch einzelne bin\u00e4re Smart Detection Sensoren f\u00fcr jeden Smart Detection Typ ersetzt. Bitte aktualisiere alle Vorlagen oder Automatisierungen entsprechend.",
|
||||
"description": "Der einheitliche Sensor \"Erkanntes Objekt\" f\u00fcr intelligente Erkennungen ist jetzt veraltet. Er wurde durch individuelle Bin\u00e4rsensoren f\u00fcr jeden intelligenten Erkennungstyp ersetzt.\n\nIm Folgenden findest du die erkannten Automatisierungen oder Skripte, die eine oder mehrere der veralteten Entit\u00e4ten verwenden:\n{items}\nDie obige Liste ist m\u00f6glicherweise unvollst\u00e4ndig und enth\u00e4lt keine Vorlagen, die innerhalb von Dashboards verwendet werden. Bitte aktualisiere alle Vorlagen, Automatisierungen oder Skripte entsprechend.",
|
||||
"title": "Smart Detection Sensor veraltet"
|
||||
},
|
||||
"deprecated_service_set_doorbell_message": {
|
||||
"fix_flow": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Der Dienst \"unifiprotect.set_doorbell_message\" wird zugunsten der neuen Entit\u00e4t \"Doorbell Text\", die zu jedem Doorbell-Ger\u00e4t hinzugef\u00fcgt wird, verworfen. Er wird in v2023.3.0 entfernt. Bitte aktualisiere, um den [`text.set_value`-Dienst]({link}) zu verwenden.",
|
||||
"title": "set_doorbell_message ist veraltet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "set_doorbell_message ist veraltet"
|
||||
},
|
||||
"ea_setup_failed": {
|
||||
"description": "Du verwendest v{version} von UniFi Protect, eine Early-Access-Version. Beim Versuch, die Integration zu laden, ist ein nicht behebbarer Fehler aufgetreten. Bitte f\u00fchre ein [Downgrade auf eine stabile Version](https://www.home-assistant.io/integrations/unifiprotect#downgrading-unifi-protect) von UniFi Protect durch, um die Integration weiterhin zu verwenden. \n\nFehler: {error}",
|
||||
"title": "Einrichtungsfehler bei Verwendung der Early-Access Version"
|
||||
|
|
|
@ -52,9 +52,20 @@
|
|||
},
|
||||
"issues": {
|
||||
"deprecate_smart_sensor": {
|
||||
"description": "Jednotn\u00fd sn\u00edma\u010d \u201eDetekovan\u00fd objekt\u201c pre inteligentn\u00e9 detekcie je teraz zastaran\u00fd. Bol nahraden\u00fd samostatn\u00fdmi bin\u00e1rnymi sn\u00edma\u010dmi inteligentnej detekcie pre ka\u017ed\u00fd typ inteligentnej detekcie. Pod\u013ea toho aktualizujte v\u0161etky \u0161abl\u00f3ny alebo automatiz\u00e1cie.",
|
||||
"description": "Unifikovan\u00fd sn\u00edma\u010d \u201eZisten\u00fd objekt\u201c pre inteligentn\u00e9 detekcie je teraz zastaran\u00fd. Bol nahraden\u00fd samostatn\u00fdmi bin\u00e1rnymi sn\u00edma\u010dmi inteligentnej detekcie pre ka\u017ed\u00fd typ inteligentnej detekcie. \n\nNi\u017e\u0161ie s\u00fa uveden\u00e9 zisten\u00e9 automatiz\u00e1cie alebo skripty, ktor\u00e9 pou\u017e\u00edvaj\u00fa jednu alebo viacero zastaran\u00fdch ent\u00edt:\n{items}\nVy\u0161\u0161ie uveden\u00fd zoznam m\u00f4\u017ee by\u0165 ne\u00fapln\u00fd a nezah\u0155\u0148a pou\u017eitie \u0161abl\u00f3n v informa\u010dn\u00fdch paneloch. Pod\u013ea toho aktualizujte v\u0161etky \u0161abl\u00f3ny, automatiz\u00e1cie alebo skripty.",
|
||||
"title": "Inteligentn\u00fd detek\u010dn\u00fd senzor zastaran\u00fd"
|
||||
},
|
||||
"deprecated_service_set_doorbell_message": {
|
||||
"fix_flow": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Slu\u017eba \u201eunifiprotect.set_doorbell_message\u201c je zastaran\u00e1 v prospech novej entity Doorbell Text pridanej do ka\u017ed\u00e9ho zariadenia Doorbell. Bude odstr\u00e1nen\u00e1 vo verzii 2023.3.0. Aktualizujte, aby ste mohli pou\u017e\u00edva\u0165 slu\u017ebu [`text.set_value`]({link}).",
|
||||
"title": "set_doorbell_message je zastaran\u00fd"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "set_doorbell_message je zastaran\u00fd"
|
||||
},
|
||||
"ea_setup_failed": {
|
||||
"description": "Pou\u017e\u00edvate v{version} UniFi Protect, \u010do je verzia skor\u00e9ho pr\u00edstupu. Pri pokuse o na\u010d\u00edtanie integr\u00e1cie sa vyskytla neodstr\u00e1nite\u013en\u00e1 chyba. Ak chcete pokra\u010dova\u0165 v pou\u017e\u00edvan\u00ed integr\u00e1cie, [prejdite na stabiln\u00fa verziu](https://www.home-assistant.io/integrations/unifiprotect#downgrading-unifi-protect) UniFi Protect. \n\n Chyba: {error}",
|
||||
"title": "Chyba nastavenia pri pou\u017eit\u00ed verzie predbe\u017en\u00e9ho pr\u00edstupu"
|
||||
|
|
|
@ -52,9 +52,20 @@
|
|||
},
|
||||
"issues": {
|
||||
"deprecate_smart_sensor": {
|
||||
"description": "\u7528\u65bc\u667a\u80fd\u5075\u6e2c\u7684\u7d71\u4e00 \"\u5075\u6e2c\u7269\u4ef6\" \u611f\u6e2c\u5668\u5df2\u68c4\u7528\uff0c\u6539\u4ee5\u500b\u5225\u667a\u80fd\u5075\u6e2c\u985e\u578b\u7684\u667a\u80fd\u5075\u6e2c\u4e8c\u9032\u4f4d\u611f\u6e2c\u5668\u4f86\u53d6\u4ee3\u3002\u8acb\u66f4\u65b0\u76f8\u5c0d\u61c9\u7684\u6a21\u677f\u6216\u81ea\u52d5\u5316\u3002",
|
||||
"description": "\u7528\u65bc\u667a\u80fd\u5075\u6e2c\u7684\u7d71\u4e00 \"\u5075\u6e2c\u7269\u4ef6\" \u611f\u6e2c\u5668\u5df2\u68c4\u7528\uff0c\u6539\u4ee5\u500b\u5225\u667a\u80fd\u5075\u6e2c\u985e\u578b\u7684\u667a\u80fd\u5075\u6e2c\u4e8c\u9032\u4f4d\u611f\u6e2c\u5668\u4f86\u53d6\u4ee3\u3002\n\n\u4e0b\u65b9\u70ba\u5df2\u767c\u73fe\u4f7f\u7528\u4e00\u500b\u6216\u4ee5\u4e0a\u5df2\u505c\u6b62\u4f7f\u7528\u5be6\u9ad4\u7684\u81ea\u52d5\u5316\u6216\u8173\u672c\uff1a\n{items}\n\u4e0a\u65b9\u5217\u8868\u53ef\u80fd\u4e0d\u5b8c\u6574\u3001\u4e26\u672a\u5305\u542b\u4efb\u4f55\u65bc\u4e3b\u9762\u677f\u4e2d\u6a21\u677f\u4e4b\u4f7f\u7528\u3002\u8acb\u66f4\u65b0\u76f8\u5c0d\u61c9\u7684\u6a21\u677f\u3001\u81ea\u52d5\u5316\u6216\u8173\u672c\u3002",
|
||||
"title": "\u667a\u80fd\u5075\u6e2c\u611f\u6e2c\u5668\u5df2\u505c\u7528"
|
||||
},
|
||||
"deprecated_service_set_doorbell_message": {
|
||||
"fix_flow": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "`unifiprotect.set_doorbell_message` \u670d\u52d9\u5df2\u505c\u6b62\u4f7f\u7528\u3001\u4ee5\u65b0\u589e\u81f3\u6bcf\u4e00\u500b\u9580\u9234\u88dd\u7f6e\u7684\u5168\u65b0\u9580\u9234\u6587\u5b57\u5be6\u9ad4\u9032\u884c\u53d6\u4ee3\u3002\u5c07\u6703\u65bc v2023.3.0 \u7248\u9032\u884c\u79fb\u9664\u3002\u8acb\u66f4\u65b0\u4f7f\u7528 [`text.set_value` service]({link})\u3002",
|
||||
"title": "set_doorbell_message \u5df2\u505c\u6b62\u4f7f\u7528"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "set_doorbell_message \u5df2\u505c\u6b62\u4f7f\u7528"
|
||||
},
|
||||
"ea_setup_failed": {
|
||||
"description": "\u6b63\u5728\u4f7f\u7528\u7684 UniFi Protect v{version} \u7248\u6436\u5148\u9ad4\u9a57\u7248\u3002\u5617\u8a66\u8f09\u5165\u6574\u5408\u6642\u767c\u751f\u4e0d\u53ef\u6062\u5fa9\u7684\u932f\u8aa4\u3002\u8acb[\u964d\u7d1a\u81f3\u7a69\u5b9a\u7248\u672c](https://www.home-assistant.io/integrations/unifiprotect#downgrading-unifi-protect) \u4e4b UniFi Protect \u4ee5\u7e7c\u7e8c\u4f7f\u7528\u6b64\u6574\u5408\u3002\n\n\u932f\u8aa4\uff1a{error}",
|
||||
"title": "\u4f7f\u7528\u6436\u5148\u9ad4\u9a57\u7248\u8a2d\u5b9a\u932f\u8aa4"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"docked": "Prikabinta"
|
||||
"docked": "Priparkuotas"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue