mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
[ci skip] Translation update
This commit is contained in:
parent
353a014496
commit
d3511a3496
@ -6,6 +6,10 @@
|
||||
"missing_configuration": "Consulte la documentaci\u00f3n sobre c\u00f3mo configurar Almond."
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"description": "\u00bfDesea configurar Home Assistant para conectarse a Almond proporcionado por el complemento Hass.io: {addon} ?",
|
||||
"title": "Almond a trav\u00e9s del complemento Hass.io"
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "Seleccione el m\u00e9todo de autenticaci\u00f3n"
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
"snmp_error": "El servidor SNMP est\u00e1 apagado o la impresora no es compatible.",
|
||||
"wrong_host": "Nombre del host o direcci\u00f3n IP no v\u00e1lidos."
|
||||
},
|
||||
"flow_title": "Impresora Brother: {model} {serial_number}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
@ -17,6 +18,13 @@
|
||||
},
|
||||
"description": "Configure la integraci\u00f3n de impresoras Brother. Si tiene problemas con la configuraci\u00f3n, vaya a: https://www.home-assistant.io/integrations/brother",
|
||||
"title": "Impresora Brother"
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
"data": {
|
||||
"type": "Tipo de impresora"
|
||||
},
|
||||
"description": "\u00bfQuiere a\u00f1adir la Impresora Brother {model} con el n\u00famero de serie `{serial_number}` a Home Assistant?",
|
||||
"title": "Impresora Brother encontrada"
|
||||
}
|
||||
},
|
||||
"title": "Impresora Brother"
|
||||
|
18
homeassistant/components/spotify/.translations/es.json
Normal file
18
homeassistant/components/spotify/.translations/es.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_setup": "S\u00f3lo puedes configurar una cuenta de Spotify.",
|
||||
"authorize_url_timeout": "Tiempo de espera agotado para la autorizaci\u00f3n de la url.",
|
||||
"missing_configuration": "La integraci\u00f3n de Spotify no est\u00e1 configurada. Por favor, siga la documentaci\u00f3n."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Autentificado con \u00e9xito con Spotify."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Elija el m\u00e9todo de autenticaci\u00f3n"
|
||||
}
|
||||
},
|
||||
"title": "Spotify"
|
||||
}
|
||||
}
|
13
homeassistant/components/spotify/.translations/no.json
Normal file
13
homeassistant/components/spotify/.translations/no.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"create_entry": {
|
||||
"default": "Vellykket autentisering med Spotify."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Velg autentiseringsmetode"
|
||||
}
|
||||
},
|
||||
"title": "Spotify"
|
||||
}
|
||||
}
|
@ -11,8 +11,8 @@
|
||||
},
|
||||
"error": {
|
||||
"cant_connect": "Kunne ikke oprette forbindelse til enheden. [Gennemg\u00e5 dokumentationen] (https://www.home-assistant.io/integrations/vizio/), og bekr\u00e6ft, at: \n - Enheden er t\u00e6ndt \n - Enheden er tilsluttet netv\u00e6rket \n - De angivne v\u00e6rdier er korrekte \n f\u00f8r du fors\u00f8ger at indsende igen.",
|
||||
"host_exists": "V\u00e6rt er allerede konfigureret.",
|
||||
"name_exists": "Navn er allerede konfigureret.",
|
||||
"host_exists": "Vizio-enhed med den specificerede v\u00e6rt er allerede konfigureret.",
|
||||
"name_exists": "Vizio-enhed med det specificerede navn er allerede konfigureret.",
|
||||
"tv_needs_token": "N\u00e5r enhedstypen er 'tv', skal der bruges en gyldig adgangstoken."
|
||||
},
|
||||
"step": {
|
||||
|
@ -3,6 +3,7 @@
|
||||
"abort": {
|
||||
"already_in_progress": "Configurar el flujo para el componente vizio que ya est\u00e1 en marcha.",
|
||||
"already_setup": "Esta entrada ya ha sido configurada.",
|
||||
"already_setup_with_diff_host_and_name": "Esta entrada parece haber sido ya configurada con un host y un nombre diferentes basados en su n\u00famero de serie. Elimine las entradas antiguas de su archivo configuration.yaml y del men\u00fa Integraciones antes de volver a intentar agregar este dispositivo.",
|
||||
"host_exists": "Host ya configurado del componente de Vizio",
|
||||
"name_exists": "Nombre ya configurado del componente de Vizio",
|
||||
"updated_options": "Esta entrada ya ha sido configurada pero las opciones definidas en la configuraci\u00f3n no coinciden con los valores de las opciones importadas previamente, por lo que la entrada de la configuraci\u00f3n ha sido actualizada en consecuencia.",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"no_flows": "Du skal konfigurere Withings, f\u00f8r du kan godkende med den. L\u00e6s venligst dokumentationen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Godkendt med Withings for den valgte profil."
|
||||
"default": "Godkendt med Withings."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
|
@ -1,12 +1,17 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"authorize_url_timeout": "Tiempo de espera agotado para la autorizaci\u00f3n de la url.",
|
||||
"missing_configuration": "La integraci\u00f3n de Withings no est\u00e1 configurada. Por favor, siga la documentaci\u00f3n.",
|
||||
"no_flows": "Debe configurar Withings antes de poder autenticarse con \u00e9l. Por favor, lea la documentaci\u00f3n."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Autenticado correctamente con Withings para el perfil seleccionado."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Elija el m\u00e9todo de autenticaci\u00f3n"
|
||||
},
|
||||
"profile": {
|
||||
"data": {
|
||||
"profile": "Perfil"
|
||||
|
Loading…
x
Reference in New Issue
Block a user