mirror of
https://github.com/home-assistant/frontend.git
synced 2025-05-03 01:28:43 +00:00
Update translations
This commit is contained in:
parent
f435c38aa5
commit
cbdd641d5f
@ -705,6 +705,11 @@
|
|||||||
"name": "Název",
|
"name": "Název",
|
||||||
"entity_id": "Entity ID"
|
"entity_id": "Entity ID"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"auth_store": {
|
||||||
|
"ask": "Chcete toto přihlášení uložit?",
|
||||||
|
"decline": "Ne děkuji",
|
||||||
|
"confirm": "Uložit login"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
|
@ -12,7 +12,8 @@
|
|||||||
"dev-events": "Begivenheder",
|
"dev-events": "Begivenheder",
|
||||||
"dev-templates": "Skabeloner",
|
"dev-templates": "Skabeloner",
|
||||||
"dev-mqtt": "MQTT",
|
"dev-mqtt": "MQTT",
|
||||||
"dev-info": "Udvikler Information"
|
"dev-info": "Udvikler Information",
|
||||||
|
"calendar": "Kalender"
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"default": {
|
"default": {
|
||||||
@ -236,6 +237,27 @@
|
|||||||
"initializing": "Initialiserer ({query_stage})",
|
"initializing": "Initialiserer ({query_stage})",
|
||||||
"dead": "Død ({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": {
|
"state_badge": {
|
||||||
@ -282,19 +304,24 @@
|
|||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"header": "Konfigurer Home Assistant",
|
"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": {
|
"core": {
|
||||||
"caption": "Generelt",
|
"caption": "Generelt",
|
||||||
|
"description": "Valider din konfigurationsfil og kontroller serveren",
|
||||||
"section": {
|
"section": {
|
||||||
"core": {
|
"core": {
|
||||||
"header": "Konfiguration og server kontrol",
|
"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": {
|
"validation": {
|
||||||
"heading": "Konfigurations validering ",
|
"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",
|
"check_config": "Tjek konfiguration",
|
||||||
"valid": "Konfiguration gyldig!",
|
"valid": "Konfiguration gyldig!",
|
||||||
"invalid": "Konfigurationen ugyldig"
|
"invalid": "Konfigurationen ugyldig"
|
||||||
},
|
},
|
||||||
"reloading": {
|
"reloading": {
|
||||||
"heading": "Genindlæsning af konfiguration",
|
"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",
|
"core": "Genindlæs system",
|
||||||
"group": "Genindlæs grupper",
|
"group": "Genindlæs grupper",
|
||||||
"automation": "Genindlæs automatiseringer",
|
"automation": "Genindlæs automatiseringer",
|
||||||
@ -333,6 +360,7 @@
|
|||||||
"duplicate": "Kopier",
|
"duplicate": "Kopier",
|
||||||
"delete": "Slet",
|
"delete": "Slet",
|
||||||
"delete_confirm": "Sikker på, at du vil slette?",
|
"delete_confirm": "Sikker på, at du vil slette?",
|
||||||
|
"unsupported_platform": "Ikke understøttet platform: {platform}",
|
||||||
"type_select": "Udløser type",
|
"type_select": "Udløser type",
|
||||||
"type": {
|
"type": {
|
||||||
"event": {
|
"event": {
|
||||||
@ -432,6 +460,9 @@
|
|||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
"label": "Betingelse"
|
"label": "Betingelse"
|
||||||
|
},
|
||||||
|
"event": {
|
||||||
|
"service_data": "Service data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -444,18 +475,39 @@
|
|||||||
"zwave": {
|
"zwave": {
|
||||||
"caption": "Z-Wave",
|
"caption": "Z-Wave",
|
||||||
"description": "Administrer dit Z-Wave netværk"
|
"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": {
|
"profile": {
|
||||||
"push_notifications": {
|
"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"
|
"link_promo": "Lær mere"
|
||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"header": "Sprog",
|
"header": "Sprog",
|
||||||
|
"link_promo": "Hjælpe med at oversætte",
|
||||||
"dropdown_label": "Sprog"
|
"dropdown_label": "Sprog"
|
||||||
},
|
},
|
||||||
"themes": {
|
"themes": {
|
||||||
"header": "Tema",
|
"header": "Tema",
|
||||||
|
"error_no_theme": "Ingen temaer til rådighed.",
|
||||||
|
"link_promo": "Lær om temaer",
|
||||||
"dropdown_label": "Tema"
|
"dropdown_label": "Tema"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -487,6 +539,21 @@
|
|||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Afvis"
|
"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": {
|
"alarm_control_panel": {
|
||||||
"code": "Kode",
|
"code": "Kode",
|
||||||
"clear_code": "Nulstil",
|
"clear_code": "Nulstil",
|
||||||
@ -494,11 +561,41 @@
|
|||||||
"arm_home": "Tilkoble hjemme",
|
"arm_home": "Tilkoble hjemme",
|
||||||
"arm_away": "Tilkoble ude"
|
"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": {
|
"lock": {
|
||||||
"code": "Kode"
|
"code": "Kode",
|
||||||
|
"lock": "Lås",
|
||||||
|
"unlock": "Lås op"
|
||||||
|
},
|
||||||
|
"media_player": {
|
||||||
|
"source": "Kilde"
|
||||||
},
|
},
|
||||||
"vacuum": {
|
"vacuum": {
|
||||||
"actions": {
|
"actions": {
|
||||||
|
"resume_cleaning": "Genoptag rengøring",
|
||||||
|
"return_to_base": "Tilbage til dock",
|
||||||
|
"start_cleaning": "Start rengøring",
|
||||||
"turn_on": "Tænd",
|
"turn_on": "Tænd",
|
||||||
"turn_off": "Sluk"
|
"turn_off": "Sluk"
|
||||||
}
|
}
|
||||||
@ -524,10 +621,29 @@
|
|||||||
"day": "{count} {count, plural,\none {dag}\nother {dage}\n}",
|
"day": "{count} {count, plural,\none {dag}\nother {dage}\n}",
|
||||||
"week": "{count} {count, plural,\none {uge}\nother {uger}\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": {
|
"auth_store": {
|
||||||
"decline": "Nej tak"
|
"ask": "Vil du gemme dette login?",
|
||||||
|
"decline": "Nej tak",
|
||||||
|
"confirm": "Gem login"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
@ -565,7 +681,8 @@
|
|||||||
"switch": "Kontakt",
|
"switch": "Kontakt",
|
||||||
"updater": "Opdater",
|
"updater": "Opdater",
|
||||||
"weblink": "Link",
|
"weblink": "Link",
|
||||||
"zwave": "Z-Wave"
|
"zwave": "Z-Wave",
|
||||||
|
"vacuum": "Støvsuger"
|
||||||
},
|
},
|
||||||
"attribute": {
|
"attribute": {
|
||||||
"weather": {
|
"weather": {
|
||||||
|
@ -529,7 +529,7 @@
|
|||||||
"profile": {
|
"profile": {
|
||||||
"push_notifications": {
|
"push_notifications": {
|
||||||
"header": "Push Notifications",
|
"header": "Push Notifications",
|
||||||
"description": "Send notifications to this device",
|
"description": "Send notifications to this device.",
|
||||||
"error_load_platform": "Configure notify.html5.",
|
"error_load_platform": "Configure notify.html5.",
|
||||||
"error_use_https": "Requires SSL enabled for frontend.",
|
"error_use_https": "Requires SSL enabled for frontend.",
|
||||||
"push_notifications": "Push notifications",
|
"push_notifications": "Push notifications",
|
||||||
|
@ -705,6 +705,11 @@
|
|||||||
"name": "Nombre",
|
"name": "Nombre",
|
||||||
"entity_id": "ID de la entidad"
|
"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": {
|
"domain": {
|
||||||
|
@ -100,11 +100,11 @@
|
|||||||
"on": "Frio"
|
"on": "Frio"
|
||||||
},
|
},
|
||||||
"door": {
|
"door": {
|
||||||
"off": "Cerrado",
|
"off": "Cerrada",
|
||||||
"on": "Abierto"
|
"on": "Abierto"
|
||||||
},
|
},
|
||||||
"garage_door": {
|
"garage_door": {
|
||||||
"off": "Cerrado",
|
"off": "Cerrada",
|
||||||
"on": "Abierto"
|
"on": "Abierto"
|
||||||
},
|
},
|
||||||
"heat": {
|
"heat": {
|
||||||
@ -112,7 +112,7 @@
|
|||||||
"on": "Caliente"
|
"on": "Caliente"
|
||||||
},
|
},
|
||||||
"window": {
|
"window": {
|
||||||
"off": "Cerrado",
|
"off": "Cerrada",
|
||||||
"on": "Abierto"
|
"on": "Abierto"
|
||||||
},
|
},
|
||||||
"lock": {
|
"lock": {
|
||||||
@ -525,6 +525,27 @@
|
|||||||
"delete_user": "Borrar usuario"
|
"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": {
|
"sidebar": {
|
||||||
@ -630,6 +651,7 @@
|
|||||||
"aux_heat": "Calor auxiliar"
|
"aux_heat": "Calor auxiliar"
|
||||||
},
|
},
|
||||||
"lock": {
|
"lock": {
|
||||||
|
"code": "Código",
|
||||||
"lock": "Bloquear",
|
"lock": "Bloquear",
|
||||||
"unlock": "Desbloquear"
|
"unlock": "Desbloquear"
|
||||||
},
|
},
|
||||||
@ -657,8 +679,11 @@
|
|||||||
"future": "En {time}",
|
"future": "En {time}",
|
||||||
"never": "Nunca",
|
"never": "Nunca",
|
||||||
"duration": {
|
"duration": {
|
||||||
|
"second": "{count} {count, plural,\none {segundo}\nother {segundos}\n}",
|
||||||
"minute": "{count} {count, plural,\none {minuto}\nother {minutos}\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": {
|
"history_charts": {
|
||||||
@ -676,8 +701,14 @@
|
|||||||
"dialogs": {
|
"dialogs": {
|
||||||
"more_info_settings": {
|
"more_info_settings": {
|
||||||
"save": "Guardar",
|
"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": {
|
"domain": {
|
||||||
@ -715,7 +746,8 @@
|
|||||||
"switch": "Interruptor",
|
"switch": "Interruptor",
|
||||||
"updater": "Actualizador",
|
"updater": "Actualizador",
|
||||||
"weblink": "Enlace web",
|
"weblink": "Enlace web",
|
||||||
"zwave": "Z-Wave"
|
"zwave": "Z-Wave",
|
||||||
|
"vacuum": "Aspiradora"
|
||||||
},
|
},
|
||||||
"attribute": {
|
"attribute": {
|
||||||
"weather": {
|
"weather": {
|
||||||
|
@ -677,7 +677,7 @@
|
|||||||
},
|
},
|
||||||
"relative_time": {
|
"relative_time": {
|
||||||
"past": "{time} ezelőtt",
|
"past": "{time} ezelőtt",
|
||||||
"future": "{time} múlva",
|
"future": "{time} később",
|
||||||
"never": "Soha",
|
"never": "Soha",
|
||||||
"duration": {
|
"duration": {
|
||||||
"second": "{count} {count, plural,\n one {másodperccel}\n other {másodperccel}\n}",
|
"second": "{count} {count, plural,\n one {másodperccel}\n other {másodperccel}\n}",
|
||||||
|
@ -504,7 +504,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"caption": "Skrypt",
|
"caption": "Skrypty",
|
||||||
"description": "Twórz i edytuj skrypty"
|
"description": "Twórz i edytuj skrypty"
|
||||||
},
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
@ -525,6 +525,27 @@
|
|||||||
"delete_user": "Usuń użytkownika"
|
"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": {
|
"sidebar": {
|
||||||
@ -684,6 +705,11 @@
|
|||||||
"name": "Nazwa",
|
"name": "Nazwa",
|
||||||
"entity_id": "Identyfikator encji"
|
"entity_id": "Identyfikator encji"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"auth_store": {
|
||||||
|
"ask": "Czy chcesz zapamiętać dane logowania?",
|
||||||
|
"decline": "Nie, dziękuję",
|
||||||
|
"confirm": "Zapamiętaj"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"config": "Configurações",
|
"config": "Configurações",
|
||||||
"states": "Visão geral",
|
"states": "Visão geral",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"logbook": "Eventos",
|
"logbook": "Log de eventos",
|
||||||
"history": "Histórico",
|
"history": "Histórico",
|
||||||
"mailbox": "Caixa de correio",
|
"mailbox": "Caixa de correio",
|
||||||
"shopping_list": "Lista de compras",
|
"shopping_list": "Lista de compras",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"dev-events": "Eventos",
|
"dev-events": "Eventos",
|
||||||
"dev-templates": "Modelos",
|
"dev-templates": "Modelos",
|
||||||
"dev-mqtt": "",
|
"dev-mqtt": "",
|
||||||
"dev-info": "Informação",
|
"dev-info": "Informações",
|
||||||
"calendar": "Calendário"
|
"calendar": "Calendário"
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
@ -693,8 +693,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification_toast": {
|
"notification_toast": {
|
||||||
"entity_turned_on": "{entidade} ligado(a).",
|
"entity_turned_on": "{entity} ligado(a).",
|
||||||
"entity_turned_off": "{entidade} desligado(a).",
|
"entity_turned_off": "{entity} desligado(a).",
|
||||||
"service_called": "Serviço {service} chamado.",
|
"service_called": "Serviço {service} chamado.",
|
||||||
"service_call_failed": "Falha ao chamar o serviço {service}.",
|
"service_call_failed": "Falha ao chamar o serviço {service}.",
|
||||||
"connection_lost": "Conexão perdida. Reconectando…"
|
"connection_lost": "Conexão perdida. Reconectando…"
|
||||||
@ -724,7 +724,7 @@
|
|||||||
"image_processing": "Processamento de imagem",
|
"image_processing": "Processamento de imagem",
|
||||||
"input_boolean": "Botão alternar",
|
"input_boolean": "Botão alternar",
|
||||||
"input_datetime": "Entrada de data e hora",
|
"input_datetime": "Entrada de data e hora",
|
||||||
"input_select": "Entrada de seleção",
|
"input_select": "Selecione uma entrada",
|
||||||
"input_number": "Entrada numérica",
|
"input_number": "Entrada numérica",
|
||||||
"input_text": "Entrada de texto",
|
"input_text": "Entrada de texto",
|
||||||
"light": "Luz",
|
"light": "Luz",
|
||||||
|
@ -705,6 +705,11 @@
|
|||||||
"name": "Название",
|
"name": "Название",
|
||||||
"entity_id": "ID объекта"
|
"entity_id": "ID объекта"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"auth_store": {
|
||||||
|
"ask": "Вы хотите сохранить этот логин?",
|
||||||
|
"decline": "Нет, спасибо",
|
||||||
|
"confirm": "Сохранить логин"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
|
@ -525,6 +525,27 @@
|
|||||||
"delete_user": "Ta bort användare"
|
"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": {
|
"sidebar": {
|
||||||
@ -684,6 +705,11 @@
|
|||||||
"name": "Namn",
|
"name": "Namn",
|
||||||
"entity_id": "Enhets-ID"
|
"entity_id": "Enhets-ID"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"auth_store": {
|
||||||
|
"ask": "Vill du spara den här inloggningen?",
|
||||||
|
"decline": "Nej tack",
|
||||||
|
"confirm": "Spara inloggning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user