mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
[ci skip] Translation update
This commit is contained in:
parent
fb1acfccc9
commit
6a9ecf0015
@ -2,6 +2,19 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"existing_instance_updated": "Se ha actualizado la configuraci\u00f3n existente."
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "No se conect\u00f3."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Contrase\u00f1a",
|
||||
"port": "Puerto",
|
||||
"username": "Nombre de usuario"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -5,7 +5,7 @@
|
||||
},
|
||||
"error": {
|
||||
"certificate_fetch_failed": "Can not fetch certificate from this host and port combination",
|
||||
"connection_timeout": "Timeout whemn connecting to this host",
|
||||
"connection_timeout": "Timeout when connecting to this host",
|
||||
"host_port_exists": "This host and port combination is already configured",
|
||||
"resolve_failed": "This host can not be resolved"
|
||||
},
|
||||
|
@ -5,7 +5,7 @@
|
||||
},
|
||||
"error": {
|
||||
"certificate_fetch_failed": "Non \u00e8 possibile recuperare il certificato da questa combinazione di host e porta",
|
||||
"connection_timeout": "Tempo scaduto durante la connessione a questo host",
|
||||
"connection_timeout": "Tempo scaduto collegandosi a questo host",
|
||||
"host_port_exists": "Questa combinazione di host e porta \u00e8 gi\u00e0 configurata",
|
||||
"resolve_failed": "Questo host non pu\u00f2 essere risolto"
|
||||
},
|
||||
|
@ -39,6 +39,17 @@
|
||||
},
|
||||
"title": "Pasarela Zigbee deCONZ"
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"close": "Cerrar",
|
||||
"dim_down": "Bajar la intensidad",
|
||||
"dim_up": "Subir la intensidad",
|
||||
"left": "Izquierda",
|
||||
"right": "Derecha",
|
||||
"turn_off": "Apagar",
|
||||
"turn_on": "Encender"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"async_step_deconz_devices": {
|
||||
|
@ -56,6 +56,18 @@
|
||||
"right": "Prawo",
|
||||
"turn_off": "Wy\u0142\u0105cz",
|
||||
"turn_on": "W\u0142\u0105cz"
|
||||
},
|
||||
"trigger_type": {
|
||||
"remote_button_double_press": "Przycisk \"{subtype}\" podw\u00f3jnie naci\u015bni\u0119ty",
|
||||
"remote_button_long_press": "Przycisk \"{subtype}\" naci\u015bni\u0119ty w spos\u00f3b ci\u0105g\u0142y",
|
||||
"remote_button_long_release": "Przycisk \"{subtype}\" zwolniony po d\u0142ugim naci\u015bni\u0119ciu",
|
||||
"remote_button_quadruple_press": "Przycisk \"{subtype}\" czterokrotnie naci\u015bni\u0119ty",
|
||||
"remote_button_quintuple_press": "Przycisk \"{subtype}\" pi\u0119ciokrotnie naci\u015bni\u0119ty",
|
||||
"remote_button_rotated": "Przycisk obr\u00f3cony \"{subtype}\"",
|
||||
"remote_button_short_press": "Przycisk \"{subtype}\" naci\u015bni\u0119ty",
|
||||
"remote_button_short_release": "Przycisk \"{subtype}\" zwolniony",
|
||||
"remote_button_triple_press": "Przycisk \"{subtype}\" trzykrotnie naci\u015bni\u0119ty",
|
||||
"remote_gyro_activated": "Urz\u0105dzenie potrz\u0105\u015bni\u0119te"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
|
@ -41,6 +41,35 @@
|
||||
},
|
||||
"title": "deCONZ Zigbee prehod"
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"both_buttons": "Oba gumba",
|
||||
"button_1": "Prvi gumb",
|
||||
"button_2": "Drugi gumb",
|
||||
"button_3": "Tretji gumb",
|
||||
"button_4": "\u010cetrti gumb",
|
||||
"close": "Zapri",
|
||||
"dim_down": "Zatemnite",
|
||||
"dim_up": "pove\u010dajte mo\u010d",
|
||||
"left": "Levo",
|
||||
"open": "Odprto",
|
||||
"right": "Desno",
|
||||
"turn_off": "Ugasni",
|
||||
"turn_on": "Pri\u017egi"
|
||||
},
|
||||
"trigger_type": {
|
||||
"remote_button_double_press": "Dvakrat kliknete gumb \"{subtype}\"",
|
||||
"remote_button_long_press": "\"{subtype}\" gumb neprekinjeno pritisnjen",
|
||||
"remote_button_long_release": "\"{subtype}\" gumb spro\u0161\u010den po dolgem pritisku",
|
||||
"remote_button_quadruple_press": "\"{subtype}\" gumb \u0161tirikrat kliknjen",
|
||||
"remote_button_quintuple_press": "\"{subtype}\" gumb petkrat kliknjen",
|
||||
"remote_button_rotated": "Gumb \"{subtype}\" zasukan",
|
||||
"remote_button_short_press": "Pritisnjen \"{subtype}\" gumb",
|
||||
"remote_button_short_release": "Gumb \"{subtype}\" spro\u0161\u010den",
|
||||
"remote_button_triple_press": "Gumb \"{subtype}\" trikrat kliknjen",
|
||||
"remote_gyro_activated": "Naprava se je pretresla"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"async_step_deconz_devices": {
|
||||
|
12
homeassistant/components/iaqualink/.translations/es.json
Normal file
12
homeassistant/components/iaqualink/.translations/es.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Contrase\u00f1a",
|
||||
"username": "Usuario / correo electr\u00f3nico"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/iaqualink/.translations/sl.json
Normal file
21
homeassistant/components/iaqualink/.translations/sl.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_setup": "Konfigurirate lahko samo eno povezavo iAqualink."
|
||||
},
|
||||
"error": {
|
||||
"connection_failure": "Ne morete vzpostaviti povezave z iAqualink. Preverite va\u0161e uporabni\u0161ko ime in geslo."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Geslo",
|
||||
"username": "Uporabni\u0161ko ime / e-po\u0161tni naslov"
|
||||
},
|
||||
"description": "Prosimo, vnesite uporabni\u0161ko ime in geslo za iAqualink ra\u010dun.",
|
||||
"title": "Pove\u017eite se z iAqualink"
|
||||
}
|
||||
},
|
||||
"title": "Jandy iAqualink"
|
||||
}
|
||||
}
|
@ -9,7 +9,8 @@
|
||||
},
|
||||
"error": {
|
||||
"invalid_credentials": "Credenciales no v\u00e1lidas",
|
||||
"invalid_username": "Nombre de usuario no v\u00e1lido"
|
||||
"invalid_username": "Nombre de usuario no v\u00e1lido",
|
||||
"user_already_configured": "La cuenta ya ha sido configurada"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
@ -1,8 +1,16 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"turn_off": "Apagar {entity_name}",
|
||||
"turn_on": "Encender {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} est\u00e1 apagada",
|
||||
"is_on": "{entity_name} est\u00e1 encendida"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{nombre} desactivado",
|
||||
"turn_on": "{nombre} activado"
|
||||
"turn_off": "{entity_name} apagada",
|
||||
"turn_on": "{entity_name} encendida"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,14 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"toggle": "Preklopite {entity_name}",
|
||||
"turn_off": "Izklopite {entity_name}",
|
||||
"turn_on": "Vklopite {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} je izklopljen",
|
||||
"is_on": "{entity_name} je vklopljen"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{name} izklopljeno",
|
||||
"turn_on": "{name} vklopljeno"
|
||||
|
15
homeassistant/components/linky/.translations/es.json
Normal file
15
homeassistant/components/linky/.translations/es.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"username_exists": "Cuenta ya configurada"
|
||||
},
|
||||
"error": {
|
||||
"wrong_login": "Error de inicio de sesi\u00f3n: compruebe su direcci\u00f3n de correo electr\u00f3nico y contrase\u00f1a"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Introduzca sus credenciales"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
13
homeassistant/components/solaredge/.translations/es.json
Normal file
13
homeassistant/components/solaredge/.translations/es.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "La clave de la API para este sitio",
|
||||
"name": "El nombre de esta instalaci\u00f3n"
|
||||
},
|
||||
"title": "Definir los par\u00e1metros de la API para esta instalaci\u00f3n"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/solaredge/.translations/sl.json
Normal file
21
homeassistant/components/solaredge/.translations/sl.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"site_exists": "Ta site_id je \u017ee nastavljen"
|
||||
},
|
||||
"error": {
|
||||
"site_exists": "Ta site_id je \u017ee nastavljen"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API klju\u010d za to stran",
|
||||
"name": "Ime te namestitve",
|
||||
"site_id": "SolarEdge site-ID"
|
||||
},
|
||||
"title": "Dolo\u010dite parametre API za to namestitev"
|
||||
}
|
||||
},
|
||||
"title": "SolarEdge"
|
||||
}
|
||||
}
|
16
homeassistant/components/switch/.translations/es.json
Normal file
16
homeassistant/components/switch/.translations/es.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"turn_off": "Apagar {entity_name}",
|
||||
"turn_on": "Encender {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"turn_off": "{entity_name} apagado",
|
||||
"turn_on": "{entity_name} encendido"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{entity_name} apagado",
|
||||
"turn_on": "{entity_name} encendido"
|
||||
}
|
||||
}
|
||||
}
|
17
homeassistant/components/switch/.translations/sl.json
Normal file
17
homeassistant/components/switch/.translations/sl.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"toggle": "Preklopite {entity_name}",
|
||||
"turn_off": "Izklopite {entity_name}",
|
||||
"turn_on": "Vklopite {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"turn_off": "{entity_name} izklopljen",
|
||||
"turn_on": "{entity_name} vklopljen"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{entity_name} izklopljen",
|
||||
"turn_on": "{entity_name} vklopljen"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,7 +1,17 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"not_internet_accessible": "Su instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes de Traccar."
|
||||
"not_internet_accessible": "Su instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes de Traccar.",
|
||||
"one_instance_allowed": "S\u00f3lo se necesita una \u00fanica instancia."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Para enviar eventos a Home Assistant, necesitar\u00e1 configurar la funci\u00f3n de webhook en Traccar.\n\nUtilice la siguiente url: ``{webhook_url}``\n\nConsulte la [documentaci\u00f3n]({docs_url}) para m\u00e1s detalles."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "\u00bfEst\u00e1 seguro de querer configurar Traccar?",
|
||||
"title": "Configurar Traccar"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_exists": "Direcci\u00f3n ya configurada."
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "No se conect\u00f3."
|
||||
},
|
||||
|
@ -3,6 +3,9 @@
|
||||
"abort": {
|
||||
"port_exists": "Este puerto ya est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"port_exists": "Este puerto ya est\u00e1 configurado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user