mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
[ci skip] Translation update
This commit is contained in:
parent
461b86a04b
commit
cc1d50491b
@ -21,7 +21,7 @@
|
||||
"map": "Map",
|
||||
"media_browser": "Media Browser",
|
||||
"profile": "Profile",
|
||||
"shopping_list": "Shopping list",
|
||||
"shopping_list": "Shopping List",
|
||||
"states": "Overview"
|
||||
},
|
||||
"state_attributes": {
|
||||
@ -520,6 +520,7 @@
|
||||
"previous": "Previous",
|
||||
"refresh": "Refresh",
|
||||
"save": "Save",
|
||||
"skip": "Skip",
|
||||
"successfully_deleted": "Successfully deleted",
|
||||
"successfully_saved": "Successfully saved",
|
||||
"undo": "Undo",
|
||||
@ -1212,7 +1213,7 @@
|
||||
"trigger": "Trigger"
|
||||
},
|
||||
"event": {
|
||||
"context_user_pick": "Add user",
|
||||
"context_user_pick": "Select user",
|
||||
"context_user_picked": "User firing event",
|
||||
"context_users": "Limit to events triggered by",
|
||||
"event_data": "Event data",
|
||||
@ -1311,6 +1312,22 @@
|
||||
"only_editable": "Only automations defined in automations.yaml are editable.",
|
||||
"pick_automation": "Pick automation to edit",
|
||||
"show_info_automation": "Show info about automation"
|
||||
},
|
||||
"thingtalk": {
|
||||
"create": "Create automation",
|
||||
"link_devices": {
|
||||
"ambiguous_entities": "One or more devices have more than one matching entity, please pick the one you want to use.",
|
||||
"header": "Great! Now we need to link some devices",
|
||||
"unknown_placeholder": "Unknown placeholder"
|
||||
},
|
||||
"task_selection": {
|
||||
"error_empty": "Enter a command or tap skip.",
|
||||
"error_unsupported": "We couldn't create an automation for that (yet?).",
|
||||
"for_example": "For example:",
|
||||
"header": "Create a new automation",
|
||||
"introduction": "Type below what this automation should do, and we will try to convert it into a Home Assistant automation.",
|
||||
"language_note": "Note: Only English is supported for now."
|
||||
}
|
||||
}
|
||||
},
|
||||
"cloud": {
|
||||
@ -3302,6 +3319,9 @@
|
||||
"header": "Vibrate"
|
||||
}
|
||||
},
|
||||
"shopping_list": {
|
||||
"start_conversation": "Start conversation"
|
||||
},
|
||||
"shopping-list": {
|
||||
"add_item": "Add item",
|
||||
"clear_completed": "Clear completed",
|
||||
|
@ -960,7 +960,7 @@
|
||||
"connection_lost": "Ühendus kadunud. Taasühendamine...",
|
||||
"dismiss": "Loobu",
|
||||
"service_call_failed": "Teenuse {service} väljakutsumine ebaõnnestus.",
|
||||
"started": "Koduabiline on käivitunud!",
|
||||
"started": "Home Assistant on käivitunud!",
|
||||
"starting": "Home Assistant käivitub, kõik elemendid ei pruugi veel saadaval olla",
|
||||
"triggered": "Käivitati {name}"
|
||||
},
|
||||
|
@ -590,7 +590,7 @@
|
||||
"video": "וידאו"
|
||||
},
|
||||
"documentation": "תיעוד",
|
||||
"learn_adding_local_media": "למד עוד אודות הוספת מדיה ב{תיעוד}."
|
||||
"learn_adding_local_media": "למד עוד אודות הוספת מדיה ב-{documentation}."
|
||||
},
|
||||
"picture-upload": {
|
||||
"label": "תמונה",
|
||||
@ -615,9 +615,16 @@
|
||||
"second": "{count} {count, plural,\n one {שנייה}\n other {שניות}\n}",
|
||||
"week": "{count} {count, plural,\n one {שבוע}\n other {שבועות}\n}"
|
||||
},
|
||||
"future": "ב{time}",
|
||||
"future": "בעוד {time}",
|
||||
"never": "אף פעם לא",
|
||||
"past": "מלפני {time}"
|
||||
"past": "לפני {time}",
|
||||
"past_duration": {
|
||||
"day": "לפני {count} {count, plural,\n one {day}\n other {days}\n}",
|
||||
"hour": "לפני {count} {count, plural,\n one {hour}\n other {hours}\n}",
|
||||
"minute": "לפני {count} {count, plural,\n one {minute}\n other {minutes}\n}",
|
||||
"second": "לפני {count} {count, plural,\n one {second}\n other {seconds}\n}",
|
||||
"week": "לפני {count} {count, plural,\n one {week}\n other {weeks}\n}"
|
||||
}
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "שירות"
|
||||
@ -707,6 +714,7 @@
|
||||
"dismiss": "סגור",
|
||||
"edit": "ערוך יישות",
|
||||
"history": "היסטוריה",
|
||||
"last_changed": "שונה לאחרונה",
|
||||
"person": {
|
||||
"create_zone": "צור אזור מהמיקום הנוכחי"
|
||||
},
|
||||
@ -763,6 +771,13 @@
|
||||
}
|
||||
},
|
||||
"quick-bar": {
|
||||
"commands": {
|
||||
"server_control": {
|
||||
"perform_action": "{action} שרת",
|
||||
"restart": "הפעל מחדש",
|
||||
"stop": "עצור"
|
||||
}
|
||||
},
|
||||
"filter_placeholder": "מסנן ישויות"
|
||||
},
|
||||
"voice_command": {
|
||||
@ -2467,6 +2482,9 @@
|
||||
"description": "כרטיס ה־Glance שימושי עבור קיבוץ מספר חיישנים לסקירה קומפקטית.",
|
||||
"name": "Glance"
|
||||
},
|
||||
"grid": {
|
||||
"name": "רשת"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "הכרטיס History Graph מאפשר לך להציג גרף עבור כל אחת מהישויות המפורטות.",
|
||||
"name": "גרף ההיסטוריה"
|
||||
@ -2942,6 +2960,10 @@
|
||||
"header": "מודלי אימות מרובה גורמים"
|
||||
},
|
||||
"push_notifications": {
|
||||
"add_device_prompt": {
|
||||
"input_label": "שם התקן",
|
||||
"title": "איך לקרוא להתקן זה?"
|
||||
},
|
||||
"description": "שלח התראות למכשיר זה.",
|
||||
"error_load_platform": "הגדר את notify.html5.",
|
||||
"error_use_https": "נדרש SSL מופעל עבור הממשק.",
|
||||
|
@ -2759,6 +2759,10 @@
|
||||
"description": "La scheda Occhiata è utile per raggruppare più sensori in una panoramica compatta.",
|
||||
"name": "Vista"
|
||||
},
|
||||
"grid": {
|
||||
"description": "La scheda Griglia consente di mostrare più schede in una griglia.",
|
||||
"name": "Griglia"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "La scheda Grafico Storico consente di visualizzare un grafico per ciascuna delle entità elencate.",
|
||||
"name": "Grafico cronologico"
|
||||
|
@ -59,7 +59,7 @@
|
||||
"comfort": "Komfort",
|
||||
"eco": "Øko",
|
||||
"home": "Hjem",
|
||||
"normal": "",
|
||||
"normal": "Normal",
|
||||
"sleep": "Sove"
|
||||
}
|
||||
}
|
||||
@ -111,11 +111,11 @@
|
||||
},
|
||||
"binary_sensor": {
|
||||
"battery": {
|
||||
"off": "Normalt",
|
||||
"off": "Normal",
|
||||
"on": "Lavt"
|
||||
},
|
||||
"cold": {
|
||||
"off": "",
|
||||
"off": "Normal",
|
||||
"on": "Kald"
|
||||
},
|
||||
"connectivity": {
|
||||
@ -167,7 +167,7 @@
|
||||
"on": "Hjemme"
|
||||
},
|
||||
"problem": {
|
||||
"off": "",
|
||||
"off": "OK",
|
||||
"on": ""
|
||||
},
|
||||
"safety": {
|
||||
@ -239,7 +239,7 @@
|
||||
"locked": "Låst",
|
||||
"not_home": "Borte",
|
||||
"off": "Av",
|
||||
"ok": "",
|
||||
"ok": "OK",
|
||||
"on": "På",
|
||||
"open": "Åpen",
|
||||
"opening": "Åpner",
|
||||
@ -271,7 +271,7 @@
|
||||
"home": "Hjemme"
|
||||
},
|
||||
"plant": {
|
||||
"ok": "",
|
||||
"ok": "OK",
|
||||
"problem": "Problem"
|
||||
},
|
||||
"remote": {
|
||||
@ -739,7 +739,7 @@
|
||||
"cancel": "Avbryt",
|
||||
"close": "Lukk",
|
||||
"default_confirmation_title": "Er du sikker?",
|
||||
"ok": ""
|
||||
"ok": "OK"
|
||||
},
|
||||
"helper_settings": {
|
||||
"counter": {
|
||||
@ -795,7 +795,7 @@
|
||||
"more_info_control": {
|
||||
"controls": "Kontroller",
|
||||
"details": "Detaljer",
|
||||
"dismiss": "Avvis dialogboksen",
|
||||
"dismiss": "Avvis dialog",
|
||||
"edit": "Redigér entitet",
|
||||
"history": "Historie",
|
||||
"last_changed": "Sist endret",
|
||||
@ -1372,11 +1372,11 @@
|
||||
"link_learn_more": "Finn ut mer om hvordan du oppretter webhook-drevne automasjoner.",
|
||||
"loading": "Laster inn ...",
|
||||
"manage": "Administrer",
|
||||
"no_hooks_yet": "Ser ut som du ikke har noen webhooks ennå. Kom i gang ved å konfigurere en ",
|
||||
"no_hooks_yet": "Ser ut som du ikke har noen webhook'er ennå. Kom i gang ved å konfigurere en ",
|
||||
"no_hooks_yet_link_automation": "webhook-automasjon",
|
||||
"no_hooks_yet_link_integration": "webhook-basert integrasjon",
|
||||
"no_hooks_yet2": " eller ved å opprette en ",
|
||||
"title": ""
|
||||
"title": "Webhook'er"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
@ -1406,11 +1406,11 @@
|
||||
"dialog_cloudhook": {
|
||||
"available_at": "Webhook er tilgjengelig på følgende URL:",
|
||||
"close": "Lukk",
|
||||
"confirm_disable": "Er du sikker på at du vil deaktivere denne webhook?",
|
||||
"confirm_disable": "Er du sikker på at du vil deaktivere denne webhook'en?",
|
||||
"copied_to_clipboard": "Kopiert til utklippstavle",
|
||||
"info_disable_webhook": "Hvis du ikke lenger ønsker å bruke denne webhook, kan du",
|
||||
"info_disable_webhook": "Hvis du ikke lenger ønsker å bruke denne webhook'en, kan du",
|
||||
"link_disable_webhook": "deaktiver den",
|
||||
"managed_by_integration": "Denne webhook administreres av en integrasjon og kan ikke deaktiveres.",
|
||||
"managed_by_integration": "Denne webhook'en administreres av en integrasjon og kan ikke deaktiveres.",
|
||||
"view_documentation": "Vis dokumentasjon",
|
||||
"webhook_for": "Webhook for {name}"
|
||||
},
|
||||
@ -1465,7 +1465,7 @@
|
||||
"feature_amazon_alexa": "Integrasjon med Amazon Alexa",
|
||||
"feature_google_home": "Integrasjon med Google Assistant",
|
||||
"feature_remote_control": "Kontroller Home Assistent når du er borte fra hjemmet",
|
||||
"feature_webhook_apps": "Enkel integrasjon med nettbaserte apper som OwnTracks",
|
||||
"feature_webhook_apps": "Enkel integrasjon med webhookbaserte apper som OwnTracks",
|
||||
"headline": "Start prøveversjon",
|
||||
"information": "Opprett en konto for å starte en gratis prøveperiode på en måned med Home Assistant Cloud. Ingen betalingsinformasjon nødvendig.",
|
||||
"information2": "Prøveperioden vil gi deg tilgang til alle fordelene med Home Assistant Cloud, inkludert:",
|
||||
@ -1619,7 +1619,7 @@
|
||||
},
|
||||
"filter": {
|
||||
"filter": "",
|
||||
"hidden_entities": "{number} skjult {number, plural,\n one {entitet}\n other {entiteter}\n}",
|
||||
"hidden_entities": "{number} {number, plural,\n one {skjult entitet}\n other {skjulte entiteter}\n}",
|
||||
"show_all": "Vis alle",
|
||||
"show_disabled": "Vis deaktiverte entiteter",
|
||||
"show_readonly": "Vis skrivebeskyttede entiteter",
|
||||
@ -1645,7 +1645,7 @@
|
||||
"selected": "{number} valgte",
|
||||
"status": {
|
||||
"disabled": "Deaktivert",
|
||||
"ok": "",
|
||||
"ok": "OK",
|
||||
"readonly": "Skrivebeskyttet",
|
||||
"restored": "Gjennopprettet",
|
||||
"unavailable": "Utilgjengelig"
|
||||
@ -2760,7 +2760,7 @@
|
||||
"name": "Blikk"
|
||||
},
|
||||
"grid": {
|
||||
"description": "Med Rutenett-kortet kan du vise flere kort i et rutenett.",
|
||||
"description": "Med Rutenett-kortet kan du vise flere kort i et rutenett",
|
||||
"name": "Rutenettet"
|
||||
},
|
||||
"history-graph": {
|
||||
|
@ -579,7 +579,7 @@
|
||||
"changed_to_state": "gewijzigd in {state}",
|
||||
"cleared_device_class": "niets gedetecteerd (geen {device_class} gedetecteerd)",
|
||||
"detected_device_class": "gedetecteerd {device_class}",
|
||||
"rose": "roos",
|
||||
"rose": "opkomst",
|
||||
"set": "stel in",
|
||||
"turned_off": "is uitgeschakeld",
|
||||
"turned_on": "is ingeschakeld",
|
||||
|
@ -2651,6 +2651,7 @@
|
||||
"button": "Gumb",
|
||||
"buttons": "Gumbi",
|
||||
"call-service": "Kliči Storitev",
|
||||
"cast": "Zasedba",
|
||||
"conditional": "Pogojno",
|
||||
"divider": "Razdelilnik",
|
||||
"section": "Sekcija",
|
||||
@ -2727,6 +2728,10 @@
|
||||
"description": "Kartica Glance je uporabna za združevanje več senzorjev v kompaktnem pregledu.",
|
||||
"name": "Pregled"
|
||||
},
|
||||
"grid": {
|
||||
"description": "Kartica Mreža omogoča prikaz več kartic v mreži.",
|
||||
"name": "Mreža"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "Kartica Zgodovinski grafikon omogoča prikaz grafa za vsako od naštetih entitet.",
|
||||
"name": "Graf zgodovine"
|
||||
|
Loading…
x
Reference in New Issue
Block a user