mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Update translations
This commit is contained in:
parent
3a644621fe
commit
6faea73c9f
@ -28,7 +28,7 @@
|
|||||||
"disarmed": "Desactivada",
|
"disarmed": "Desactivada",
|
||||||
"armed_home": "Activada, mode a casa",
|
"armed_home": "Activada, mode a casa",
|
||||||
"armed_away": "Activada, mode fora",
|
"armed_away": "Activada, mode fora",
|
||||||
"armed_night": "Activada, mode nit",
|
"armed_night": "Activada, mode nocturn",
|
||||||
"pending": "Pendent",
|
"pending": "Pendent",
|
||||||
"arming": "Activant",
|
"arming": "Activant",
|
||||||
"disarming": "Desactivant",
|
"disarming": "Desactivant",
|
||||||
@ -871,7 +871,7 @@
|
|||||||
"disarm": "Desactivar",
|
"disarm": "Desactivar",
|
||||||
"arm_home": "Activar, a casa",
|
"arm_home": "Activar, a casa",
|
||||||
"arm_away": "Activar, fora",
|
"arm_away": "Activar, fora",
|
||||||
"arm_night": "Activar, nit",
|
"arm_night": "Activar, nocturn",
|
||||||
"armed_custom_bypass": "Bypass personalitzat"
|
"armed_custom_bypass": "Bypass personalitzat"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
|
@ -945,6 +945,10 @@
|
|||||||
"script": {
|
"script": {
|
||||||
"last_action": "Poslední akce"
|
"last_action": "Poslední akce"
|
||||||
},
|
},
|
||||||
|
"sun": {
|
||||||
|
"rising": "Vychází",
|
||||||
|
"setting": "Zapadá"
|
||||||
|
},
|
||||||
"updater": {
|
"updater": {
|
||||||
"title": "Pokyny pro aktualizaci"
|
"title": "Pokyny pro aktualizaci"
|
||||||
}
|
}
|
||||||
|
@ -301,7 +301,8 @@
|
|||||||
"period": "Zeitraum"
|
"period": "Zeitraum"
|
||||||
},
|
},
|
||||||
"logbook": {
|
"logbook": {
|
||||||
"showing_entries": "Zeige Einträge für"
|
"showing_entries": "Zeige Einträge für",
|
||||||
|
"period": "Zeitraum"
|
||||||
},
|
},
|
||||||
"mailbox": {
|
"mailbox": {
|
||||||
"empty": "Du hast keine Nachrichten",
|
"empty": "Du hast keine Nachrichten",
|
||||||
@ -435,8 +436,11 @@
|
|||||||
"seconds": "Sekunden"
|
"seconds": "Sekunden"
|
||||||
},
|
},
|
||||||
"geo_location": {
|
"geo_location": {
|
||||||
|
"label": "Geolokalisierung",
|
||||||
"source": "Quelle",
|
"source": "Quelle",
|
||||||
"enter": "Betrenten",
|
"zone": "Zone",
|
||||||
|
"event": "Ereignis:",
|
||||||
|
"enter": "Betreten",
|
||||||
"leave": "Verlassen"
|
"leave": "Verlassen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -572,7 +576,12 @@
|
|||||||
"caption": "ZHA",
|
"caption": "ZHA",
|
||||||
"description": "Zigbee Home Automation Netzwerkmanagement"
|
"description": "Zigbee Home Automation Netzwerkmanagement"
|
||||||
},
|
},
|
||||||
|
"area_registry": {
|
||||||
|
"caption": "Gebietsregister",
|
||||||
|
"description": "Überblick über alle Bereiche in Deinem Haus."
|
||||||
|
},
|
||||||
"entity_registry": {
|
"entity_registry": {
|
||||||
|
"caption": "Entitätsregister",
|
||||||
"description": "Überblick aller bekannten Elemente."
|
"description": "Überblick aller bekannten Elemente."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -744,7 +753,9 @@
|
|||||||
"add_item": "Artikel hinzufügen"
|
"add_item": "Artikel hinzufügen"
|
||||||
},
|
},
|
||||||
"empty_state": {
|
"empty_state": {
|
||||||
"title": "Willkommen zu Hause"
|
"title": "Willkommen zu Hause",
|
||||||
|
"no_devices": "Auf dieser Seite kannst du deine Geräte steuern, es sieht jedoch so aus, als hättest du noch keine eingerichtet. Gehe zur Integrationsseite, um damit zu beginnen.",
|
||||||
|
"go_to_integrations_page": "Gehe zur Integrationsseite."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
@ -776,12 +787,16 @@
|
|||||||
"para_sure": "Bist du dir sicher, dass du die Benutzeroberfläche selbst verwalten möchtest?",
|
"para_sure": "Bist du dir sicher, dass du die Benutzeroberfläche selbst verwalten möchtest?",
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"save": "Kontrolle übernehmen"
|
"save": "Kontrolle übernehmen"
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"raw_editor": "Raw-Konfigurationseditor"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"configure_ui": "Benutzeroberfläche konfigurieren",
|
"configure_ui": "Benutzeroberfläche konfigurieren",
|
||||||
"unused_entities": "Ungenutzte Elemente",
|
"unused_entities": "Ungenutzte Elemente",
|
||||||
"help": "Hilfe"
|
"help": "Hilfe",
|
||||||
|
"refresh": "Aktualisieren"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -958,7 +973,7 @@
|
|||||||
},
|
},
|
||||||
"sun": {
|
"sun": {
|
||||||
"elevation": "Höhe",
|
"elevation": "Höhe",
|
||||||
"rising": "Aufgehend",
|
"rising": "Aufgang",
|
||||||
"setting": "Untergang"
|
"setting": "Untergang"
|
||||||
},
|
},
|
||||||
"updater": {
|
"updater": {
|
||||||
@ -1014,7 +1029,11 @@
|
|||||||
"weblink": "Weblink",
|
"weblink": "Weblink",
|
||||||
"zwave": "Z-Wave",
|
"zwave": "Z-Wave",
|
||||||
"vacuum": "Staubsauger",
|
"vacuum": "Staubsauger",
|
||||||
"zha": "ZHA"
|
"zha": "ZHA",
|
||||||
|
"hassio": "Hass.io",
|
||||||
|
"homeassistant": "Home Assistant",
|
||||||
|
"lovelace": "Lovelace",
|
||||||
|
"system_health": "Systemzustand"
|
||||||
},
|
},
|
||||||
"attribute": {
|
"attribute": {
|
||||||
"weather": {
|
"weather": {
|
||||||
|
@ -423,6 +423,17 @@
|
|||||||
"event": "Evento:",
|
"event": "Evento:",
|
||||||
"enter": "Entrar",
|
"enter": "Entrar",
|
||||||
"leave": "Salir"
|
"leave": "Salir"
|
||||||
|
},
|
||||||
|
"webhook": {
|
||||||
|
"label": "Webhook"
|
||||||
|
},
|
||||||
|
"time_pattern": {
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"seconds": "Hass.io"
|
||||||
|
},
|
||||||
|
"geo_location": {
|
||||||
|
"event": "Evento:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -552,6 +563,9 @@
|
|||||||
"device_unavailable": "dispositivo no disponible",
|
"device_unavailable": "dispositivo no disponible",
|
||||||
"entity_unavailable": "entidad no disponible"
|
"entity_unavailable": "entidad no disponible"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"zha": {
|
||||||
|
"caption": "ZHA"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
@ -726,7 +740,8 @@
|
|||||||
"edit_card": {
|
"edit_card": {
|
||||||
"header": "Configuración de la tarjeta",
|
"header": "Configuración de la tarjeta",
|
||||||
"save": "Guardar",
|
"save": "Guardar",
|
||||||
"toggle_editor": "Cambiar editor"
|
"toggle_editor": "Cambiar editor",
|
||||||
|
"edit": "Editar"
|
||||||
},
|
},
|
||||||
"migrate": {
|
"migrate": {
|
||||||
"header": "Configuración inválida",
|
"header": "Configuración inválida",
|
||||||
@ -734,6 +749,9 @@
|
|||||||
"para_migrate": "Home Assistant puede agregar ID a todas sus tarjetas y vistas automáticamente por usted presionando el botón 'Migrar configuración'.",
|
"para_migrate": "Home Assistant puede agregar ID a todas sus tarjetas y vistas automáticamente por usted presionando el botón 'Migrar configuración'.",
|
||||||
"migrate": "Migrar configuración"
|
"migrate": "Migrar configuración"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"help": "Ayuda"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -951,7 +969,10 @@
|
|||||||
"updater": "Actualizador",
|
"updater": "Actualizador",
|
||||||
"weblink": "Enlace web",
|
"weblink": "Enlace web",
|
||||||
"zwave": "",
|
"zwave": "",
|
||||||
"vacuum": "Aspiradora"
|
"vacuum": "Aspiradora",
|
||||||
|
"zha": "ZHA",
|
||||||
|
"lovelace": "Lovelace",
|
||||||
|
"system_health": "Estado del sistema"
|
||||||
},
|
},
|
||||||
"attribute": {
|
"attribute": {
|
||||||
"weather": {
|
"weather": {
|
||||||
|
@ -574,7 +574,10 @@
|
|||||||
},
|
},
|
||||||
"zha": {
|
"zha": {
|
||||||
"caption": "ZHA",
|
"caption": "ZHA",
|
||||||
"description": "Gestión de red de Zigbee Home Automation"
|
"description": "Gestión de red de Zigbee Home Automation",
|
||||||
|
"services": {
|
||||||
|
"reconfigure": "Reconfigura el dispositivo ZHA (curar dispositivo). Usa esto si tienes problemas con el dispositivo. Si el dispositivo en cuestión es un dispositivo alimentado por batería, asegurate de que está activo y aceptando comandos cuando uses este servicio."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"area_registry": {
|
"area_registry": {
|
||||||
"caption": "Registro de área",
|
"caption": "Registro de área",
|
||||||
@ -754,6 +757,7 @@
|
|||||||
},
|
},
|
||||||
"empty_state": {
|
"empty_state": {
|
||||||
"title": "Bienvenido a casa",
|
"title": "Bienvenido a casa",
|
||||||
|
"no_devices": "Esta página te permite controlar tus dispositivos, aunque parece que aún no has configurado ninguno. Dirígete a la página de integraciones para empezar.",
|
||||||
"go_to_integrations_page": "Ir a la página de integraciones."
|
"go_to_integrations_page": "Ir a la página de integraciones."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user