mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Update translations
This commit is contained in:
parent
f435c38aa5
commit
cbdd641d5f
@ -705,6 +705,11 @@
|
||||
"name": "Název",
|
||||
"entity_id": "Entity ID"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "Chcete toto přihlášení uložit?",
|
||||
"decline": "Ne děkuji",
|
||||
"confirm": "Uložit login"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -12,7 +12,8 @@
|
||||
"dev-events": "Begivenheder",
|
||||
"dev-templates": "Skabeloner",
|
||||
"dev-mqtt": "MQTT",
|
||||
"dev-info": "Udvikler Information"
|
||||
"dev-info": "Udvikler Information",
|
||||
"calendar": "Kalender"
|
||||
},
|
||||
"state": {
|
||||
"default": {
|
||||
@ -236,6 +237,27 @@
|
||||
"initializing": "Initialiserer ({query_stage})",
|
||||
"dead": "Død ({query_stage})"
|
||||
}
|
||||
},
|
||||
"weather": {
|
||||
"clear-night": "Klart, nat",
|
||||
"cloudy": "Overskyet",
|
||||
"fog": "Tåge",
|
||||
"hail": "Hagl",
|
||||
"lightning": "Lyn",
|
||||
"lightning-rainy": "Lyn, regnvejr",
|
||||
"partlycloudy": "Delvist overskyet",
|
||||
"rainy": "Regnfuldt",
|
||||
"snowy": "Snedækket",
|
||||
"snowy-rainy": "Snedækket, regnfuldt"
|
||||
},
|
||||
"vacuum": {
|
||||
"cleaning": "Rengøring",
|
||||
"error": "Fejl",
|
||||
"idle": "Inaktiv",
|
||||
"off": "Off",
|
||||
"on": "On",
|
||||
"paused": "Sat på pause",
|
||||
"returning": "Vender tilbage til dock"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -282,19 +304,24 @@
|
||||
},
|
||||
"config": {
|
||||
"header": "Konfigurer Home Assistant",
|
||||
"introduction": "Her er det muligt at konfigurere dine komponenter og Home Assistant. Ikke alt er muligt at konfigurere fra brugergrænsefladen endnu, men vi arbejder på det.",
|
||||
"core": {
|
||||
"caption": "Generelt",
|
||||
"description": "Valider din konfigurationsfil og kontroller serveren",
|
||||
"section": {
|
||||
"core": {
|
||||
"header": "Konfiguration og server kontrol",
|
||||
"introduction": "Ændring af din konfiguration kan det være en trættende proces. Vi ved det. Dette afsnit vil forsøge at gøre dit liv en smule nemmere.",
|
||||
"validation": {
|
||||
"heading": "Konfigurations validering ",
|
||||
"introduction": "Validér din konfiguration, hvis du for nylig lavede nogle ændringer i din konfiguration og vil sikre dig, at alt er validt",
|
||||
"check_config": "Tjek konfiguration",
|
||||
"valid": "Konfiguration gyldig!",
|
||||
"invalid": "Konfigurationen ugyldig"
|
||||
},
|
||||
"reloading": {
|
||||
"heading": "Genindlæsning af konfiguration",
|
||||
"introduction": "Nogle dele af Home Assistant kan genindlæse uden at kræve en genstart. Tryk på reload vil af montere deres nuværende konfiguration og indlæse den nye.",
|
||||
"core": "Genindlæs system",
|
||||
"group": "Genindlæs grupper",
|
||||
"automation": "Genindlæs automatiseringer",
|
||||
@ -333,6 +360,7 @@
|
||||
"duplicate": "Kopier",
|
||||
"delete": "Slet",
|
||||
"delete_confirm": "Sikker på, at du vil slette?",
|
||||
"unsupported_platform": "Ikke understøttet platform: {platform}",
|
||||
"type_select": "Udløser type",
|
||||
"type": {
|
||||
"event": {
|
||||
@ -432,6 +460,9 @@
|
||||
},
|
||||
"condition": {
|
||||
"label": "Betingelse"
|
||||
},
|
||||
"event": {
|
||||
"service_data": "Service data"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -444,18 +475,39 @@
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
"description": "Administrer dit Z-Wave netværk"
|
||||
},
|
||||
"users": {
|
||||
"description": "Administrer brugere",
|
||||
"picker": {
|
||||
"title": "Brugere"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Omdøb bruger",
|
||||
"change_password": "Skift adgangskode",
|
||||
"activate_user": "Aktivér bruger",
|
||||
"deactivate_user": "Deaktiver bruger",
|
||||
"delete_user": "Slet bruger"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Push notifikationer",
|
||||
"description": "Send meddelelser til denne enhed",
|
||||
"error_load_platform": "Konfigurer notify.html5",
|
||||
"error_use_https": "Kræver SSL aktiveret til frontend.",
|
||||
"push_notifications": "Push-meddelelser",
|
||||
"link_promo": "Lær mere"
|
||||
},
|
||||
"language": {
|
||||
"header": "Sprog",
|
||||
"link_promo": "Hjælpe med at oversætte",
|
||||
"dropdown_label": "Sprog"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "Ingen temaer til rådighed.",
|
||||
"link_promo": "Lær om temaer",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
@ -487,6 +539,21 @@
|
||||
"persistent_notification": {
|
||||
"dismiss": "Afvis"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "Aktiver"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Udfør"
|
||||
},
|
||||
"weather": {
|
||||
"cardinal_direction": {
|
||||
"sw": "SV",
|
||||
"w": "V",
|
||||
"wnw": "VNV",
|
||||
"wsw": "VSV"
|
||||
},
|
||||
"forecast": "Vejrudsigt"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Kode",
|
||||
"clear_code": "Nulstil",
|
||||
@ -494,11 +561,41 @@
|
||||
"arm_home": "Tilkoble hjemme",
|
||||
"arm_away": "Tilkoble ude"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Senest udløst",
|
||||
"trigger": "Udløser"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Position",
|
||||
"tilt_position": "Tippe position"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Hastighed",
|
||||
"oscillate": "Sving",
|
||||
"direction": "Retning"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Lysstyrke",
|
||||
"color_temperature": "Farvetemperatur",
|
||||
"effect": "Effekt"
|
||||
},
|
||||
"climate": {
|
||||
"on_off": "On \/ off",
|
||||
"fan_mode": "Ventilator tilstand"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Kode"
|
||||
"code": "Kode",
|
||||
"lock": "Lås",
|
||||
"unlock": "Lås op"
|
||||
},
|
||||
"media_player": {
|
||||
"source": "Kilde"
|
||||
},
|
||||
"vacuum": {
|
||||
"actions": {
|
||||
"resume_cleaning": "Genoptag rengøring",
|
||||
"return_to_base": "Tilbage til dock",
|
||||
"start_cleaning": "Start rengøring",
|
||||
"turn_on": "Tænd",
|
||||
"turn_off": "Sluk"
|
||||
}
|
||||
@ -524,10 +621,29 @@
|
||||
"day": "{count} {count, plural,\none {dag}\nother {dage}\n}",
|
||||
"week": "{count} {count, plural,\none {uge}\nother {uger}\n}"
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Indlæser statushistorik ...",
|
||||
"no_history_found": "Ingen statushistorik fundet."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Tændte for {entity} .",
|
||||
"entity_turned_off": "Slukkede for {entity}.",
|
||||
"service_called": "Servicen {service} kaldes.",
|
||||
"service_call_failed": "Kunne ikke få forbindelse til servicen {service} .",
|
||||
"connection_lost": "Forbindelse afbrudt. Opretter forbindelse igen..."
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
"save": "Gem",
|
||||
"name": "Navn"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"decline": "Nej tak"
|
||||
"ask": "Vil du gemme dette login?",
|
||||
"decline": "Nej tak",
|
||||
"confirm": "Gem login"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
@ -565,7 +681,8 @@
|
||||
"switch": "Kontakt",
|
||||
"updater": "Opdater",
|
||||
"weblink": "Link",
|
||||
"zwave": "Z-Wave"
|
||||
"zwave": "Z-Wave",
|
||||
"vacuum": "Støvsuger"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
|
@ -529,7 +529,7 @@
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Push Notifications",
|
||||
"description": "Send notifications to this device",
|
||||
"description": "Send notifications to this device.",
|
||||
"error_load_platform": "Configure notify.html5.",
|
||||
"error_use_https": "Requires SSL enabled for frontend.",
|
||||
"push_notifications": "Push notifications",
|
||||
|
@ -705,6 +705,11 @@
|
||||
"name": "Nombre",
|
||||
"entity_id": "ID de la entidad"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "¿Deseas guardar este inicio de sesión?",
|
||||
"decline": "No, gracias",
|
||||
"confirm": "Guardar inicio de sesión"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -100,11 +100,11 @@
|
||||
"on": "Frio"
|
||||
},
|
||||
"door": {
|
||||
"off": "Cerrado",
|
||||
"off": "Cerrada",
|
||||
"on": "Abierto"
|
||||
},
|
||||
"garage_door": {
|
||||
"off": "Cerrado",
|
||||
"off": "Cerrada",
|
||||
"on": "Abierto"
|
||||
},
|
||||
"heat": {
|
||||
@ -112,7 +112,7 @@
|
||||
"on": "Caliente"
|
||||
},
|
||||
"window": {
|
||||
"off": "Cerrado",
|
||||
"off": "Cerrada",
|
||||
"on": "Abierto"
|
||||
},
|
||||
"lock": {
|
||||
@ -525,6 +525,27 @@
|
||||
"delete_user": "Borrar usuario"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Notificaciones push",
|
||||
"description": "Enviar notificaciones a este dispositivo",
|
||||
"error_load_platform": "Configurar notify.html5.",
|
||||
"error_use_https": "Requiere SSL habilitado para frontend.",
|
||||
"push_notifications": "Notificaciones push",
|
||||
"link_promo": "Aprender más"
|
||||
},
|
||||
"language": {
|
||||
"header": "Idioma",
|
||||
"link_promo": "Ayuda traduciendo",
|
||||
"dropdown_label": "Idioma"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "No hay temas disponibles",
|
||||
"link_promo": "Aprenda sobre los temas",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
@ -630,6 +651,7 @@
|
||||
"aux_heat": "Calor auxiliar"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Código",
|
||||
"lock": "Bloquear",
|
||||
"unlock": "Desbloquear"
|
||||
},
|
||||
@ -657,8 +679,11 @@
|
||||
"future": "En {time}",
|
||||
"never": "Nunca",
|
||||
"duration": {
|
||||
"second": "{count} {count, plural,\none {segundo}\nother {segundos}\n}",
|
||||
"minute": "{count} {count, plural,\none {minuto}\nother {minutos}\n}",
|
||||
"hour": "{count} {count, plural,\none {hora}\nother {horas}\n}"
|
||||
"hour": "{count} {count, plural,\none {hora}\nother {horas}\n}",
|
||||
"day": "{count} {count, plural,\none {día}\nother {días}\n}",
|
||||
"week": "{count} {count, plural,\none {semana}\nother {semanas}\n}"
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
@ -676,8 +701,14 @@
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
"save": "Guardar",
|
||||
"name": "Nombre"
|
||||
"name": "Nombre",
|
||||
"entity_id": "Identificación de la entidad"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "¿Quieres guardar este inicio de sesión?",
|
||||
"decline": "No, gracias",
|
||||
"confirm": "Guardar usuario"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
@ -715,7 +746,8 @@
|
||||
"switch": "Interruptor",
|
||||
"updater": "Actualizador",
|
||||
"weblink": "Enlace web",
|
||||
"zwave": "Z-Wave"
|
||||
"zwave": "Z-Wave",
|
||||
"vacuum": "Aspiradora"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
|
@ -677,7 +677,7 @@
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} ezelőtt",
|
||||
"future": "{time} múlva",
|
||||
"future": "{time} később",
|
||||
"never": "Soha",
|
||||
"duration": {
|
||||
"second": "{count} {count, plural,\n one {másodperccel}\n other {másodperccel}\n}",
|
||||
|
@ -504,7 +504,7 @@
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skrypt",
|
||||
"caption": "Skrypty",
|
||||
"description": "Twórz i edytuj skrypty"
|
||||
},
|
||||
"zwave": {
|
||||
@ -525,6 +525,27 @@
|
||||
"delete_user": "Usuń użytkownika"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Powiadomienia push",
|
||||
"description": "Wysyłaj powiadomienia na to urządzenie",
|
||||
"error_load_platform": "Skonfiguruj notify.html5.",
|
||||
"error_use_https": "Wymagany protokół SSL dla interfejsu użytkownika.",
|
||||
"push_notifications": "Powiadomienia push",
|
||||
"link_promo": "Dowiedz się więcej"
|
||||
},
|
||||
"language": {
|
||||
"header": "Język",
|
||||
"link_promo": "Pomóż w tłumaczeniu",
|
||||
"dropdown_label": "Język"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Motyw",
|
||||
"error_no_theme": "Brak dostępnych motywów.",
|
||||
"link_promo": "Dowiedz się więcej o motywch",
|
||||
"dropdown_label": "Motyw"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
@ -684,6 +705,11 @@
|
||||
"name": "Nazwa",
|
||||
"entity_id": "Identyfikator encji"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "Czy chcesz zapamiętać dane logowania?",
|
||||
"decline": "Nie, dziękuję",
|
||||
"confirm": "Zapamiętaj"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -3,7 +3,7 @@
|
||||
"config": "Configurações",
|
||||
"states": "Visão geral",
|
||||
"map": "Mapa",
|
||||
"logbook": "Eventos",
|
||||
"logbook": "Log de eventos",
|
||||
"history": "Histórico",
|
||||
"mailbox": "Caixa de correio",
|
||||
"shopping_list": "Lista de compras",
|
||||
@ -12,7 +12,7 @@
|
||||
"dev-events": "Eventos",
|
||||
"dev-templates": "Modelos",
|
||||
"dev-mqtt": "",
|
||||
"dev-info": "Informação",
|
||||
"dev-info": "Informações",
|
||||
"calendar": "Calendário"
|
||||
},
|
||||
"state": {
|
||||
@ -683,7 +683,7 @@
|
||||
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
|
||||
"minute": "{count} {count, plural,\n one {minuto}\n other {minutos}\n}",
|
||||
"hour": "{count} {count, plural,\n one {hora}\n other {horas}\n}",
|
||||
"day": "{count} {count, plural,\n one {dia}\n other {dias}\n}",
|
||||
"day": "{count} {count, plural,\n one {dia}\n other {dias}\n}",
|
||||
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
|
||||
}
|
||||
},
|
||||
@ -693,8 +693,8 @@
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "{entidade} ligado(a).",
|
||||
"entity_turned_off": "{entidade} desligado(a).",
|
||||
"entity_turned_on": "{entity} ligado(a).",
|
||||
"entity_turned_off": "{entity} desligado(a).",
|
||||
"service_called": "Serviço {service} chamado.",
|
||||
"service_call_failed": "Falha ao chamar o serviço {service}.",
|
||||
"connection_lost": "Conexão perdida. Reconectando…"
|
||||
@ -724,7 +724,7 @@
|
||||
"image_processing": "Processamento de imagem",
|
||||
"input_boolean": "Botão alternar",
|
||||
"input_datetime": "Entrada de data e hora",
|
||||
"input_select": "Entrada de seleção",
|
||||
"input_select": "Selecione uma entrada",
|
||||
"input_number": "Entrada numérica",
|
||||
"input_text": "Entrada de texto",
|
||||
"light": "Luz",
|
||||
|
@ -705,6 +705,11 @@
|
||||
"name": "Название",
|
||||
"entity_id": "ID объекта"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "Вы хотите сохранить этот логин?",
|
||||
"decline": "Нет, спасибо",
|
||||
"confirm": "Сохранить логин"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "Ta bort användare"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Pushmeddelanden",
|
||||
"description": "Skicka meddelanden till den här enheten",
|
||||
"error_load_platform": "Konfigurera notify.html5.",
|
||||
"error_use_https": "Kräver att SSL aktiverat för frontend.",
|
||||
"push_notifications": "Pushmeddelanden",
|
||||
"link_promo": "Läs mer"
|
||||
},
|
||||
"language": {
|
||||
"header": "Språk",
|
||||
"link_promo": "Hjälp till att översätta",
|
||||
"dropdown_label": "Språk"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "Inga teman finns tillgängliga.",
|
||||
"link_promo": "Läs mer om teman",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
@ -684,6 +705,11 @@
|
||||
"name": "Namn",
|
||||
"entity_id": "Enhets-ID"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "Vill du spara den här inloggningen?",
|
||||
"decline": "Nej tack",
|
||||
"confirm": "Spara inloggning"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user