Update translations (#3687)

This commit is contained in:
Bram Kragten 2019-09-11 12:59:53 +02:00 committed by GitHub
parent 4aeca70f49
commit 8b44998e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 2227 additions and 139 deletions

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Aiguaneu", "snowy-rainy": "Aiguaneu",
"sunny": "Assolellat", "sunny": "Assolellat",
"windy": "Ventós", "windy": "Ventós",
"windy-variant": "Ventós" "windy-variant": "Ventós",
"exceptional": "Excepcional"
}, },
"vacuum": { "vacuum": {
"cleaning": "Netejant", "cleaning": "Netejant",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Informació" "title": "Informació"
},
"logs": {
"title": "Registres"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Esdeveniment:", "event": "Esdeveniment:",
"enter": "Entrar", "enter": "Entrar",
"leave": "Sortir" "leave": "Sortir"
},
"device": {
"label": "Dispositiu"
} }
}, },
"learn_more": "Més informació sobre els activadors" "learn_more": "Més informació sobre els activadors"
@ -544,6 +551,9 @@
"label": "Zona", "label": "Zona",
"entity": "Entitat amb ubicació", "entity": "Entitat amb ubicació",
"zone": "Zona" "zone": "Zona"
},
"device": {
"label": "Dispositiu"
} }
}, },
"learn_more": "Més informació sobre les condicions" "learn_more": "Més informació sobre les condicions"
@ -787,7 +797,9 @@
"heading": "Gestió del servidor", "heading": "Gestió del servidor",
"introduction": "Controla el servidor de Home Assistant... des de Home Assistant.", "introduction": "Controla el servidor de Home Assistant... des de Home Assistant.",
"restart": "Reinicia", "restart": "Reinicia",
"stop": "Atura" "stop": "Atura",
"confirm_restart": "Segur que vols reiniciar Home Assistant?",
"confirm_stop": "Segur que vols aturar Home Assistant?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "Desa", "save": "Desa",
"unsaved_changes": "Canvis sense desar", "unsaved_changes": "Canvis sense desar",
"saved": "Desat" "saved": "Desat"
},
"edit_lovelace": {
"header": "Títol de la interfície d'usuari Lovelace",
"explanation": "Aquest títol es mostra a sobre de cada visualització a Lovelace."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Carregant", "loading": "Carregant",
"cancel": "Cancel·la", "cancel": "Cancel·la",
"save": "Desa" "save": "Desa",
"successfully_saved": "S'ha desat correctament"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\n one {dia}\n other {dies}\n}", "day": "{count} {count, plural,\n one {dia}\n other {dies}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Velocitat", "speed": "Velocitat",
"oscillate": "Oscil·lació", "oscillate": "Oscil·lació",
"direction": "Direcció" "direction": "Direcció",
"forward": "Endavant",
"reverse": "Invers"
}, },
"light": { "light": {
"brightness": "Brillantor", "brightness": "Brillantor",
@ -1244,6 +1263,14 @@
"target_temperature": "Temperatura desitjada", "target_temperature": "Temperatura desitjada",
"operation": "Funcionament", "operation": "Funcionament",
"away_mode": "Mode fora" "away_mode": "Mode fora"
},
"timer": {
"actions": {
"start": "inicia",
"pause": "pausa",
"cancel": "cancel·la",
"finish": "finalitza"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "Opcions de sistema", "title": "Opcions de sistema",
"enable_new_entities_label": "Activa entitats afegides recentment.", "enable_new_entities_label": "Activa entitats afegides recentment.",
"enable_new_entities_description": "Si està desactivat, les entitats descobertes recentment no safegiran automàticament a Home Assistant." "enable_new_entities_description": "Si està desactivat, les entitats descobertes recentment no safegiran automàticament a Home Assistant."
},
"zha_device_info": {
"manuf": "per {manufacturer}",
"no_area": "Sense Àrea",
"services": {
"reconfigure": "Reconfigura el dispositiu ZHA (dispositiu curatiu). Utilitza-ho si tens problemes amb el dispositiu. Si el dispositiu en qüestió està alimentat per bateria, assegura't que estigui despert i accepti ordres quan utilitzis aquest servei.",
"updateDeviceName": "Estableix un nom personalitzat pel dispositiu al registre de dispositius.",
"remove": "Elimina un dispositiu de la xarxa ZigBee."
},
"zha_device_card": {
"device_name_placeholder": "Nom donat per l'usuari",
"area_picker_label": "Àrea",
"update_name_button": "Actualitzar Nom"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -730,7 +730,7 @@
}, },
"server_control": { "server_control": {
"caption": "Ovládání serveru", "caption": "Ovládání serveru",
"description": "Restart a zastavení serveru Home Asistent ", "description": "Restart a zastavení serveru Home Asistent",
"section": { "section": {
"validation": { "validation": {
"heading": "Ověření konfigurace", "heading": "Ověření konfigurace",
@ -752,7 +752,9 @@
"heading": "Správa serveru", "heading": "Správa serveru",
"introduction": "Ovládejte svůj Home Assistant server... z Home Assistant.", "introduction": "Ovládejte svůj Home Assistant server... z Home Assistant.",
"restart": "Restartovat", "restart": "Restartovat",
"stop": "Zastavit" "stop": "Zastavit",
"confirm_restart": "Opravdu chcete restartovat Home Assistant?",
"confirm_stop": "Opravdu chcete zastavit službu Home Assistant?"
} }
} }
} }
@ -1261,6 +1263,11 @@
"updater": { "updater": {
"title": "Pokyny pro aktualizaci" "title": "Pokyny pro aktualizaci"
} }
},
"options_flow": {
"form": {
"header": "Nastavení"
}
} }
}, },
"auth_store": { "auth_store": {
@ -1346,5 +1353,11 @@
"system-admin": "Správci", "system-admin": "Správci",
"system-users": "Uživatelé", "system-users": "Uživatelé",
"system-read-only": "Uživatelé jen pro čtení" "system-read-only": "Uživatelé jen pro čtení"
},
"config_entry": {
"disabled_by": {
"user": "Uživatel",
"integration": "Integrace"
}
} }
} }

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Snedækket, regnfuldt", "snowy-rainy": "Snedækket, regnfuldt",
"sunny": "Solrig", "sunny": "Solrig",
"windy": "Blæsende", "windy": "Blæsende",
"windy-variant": "Blæsende" "windy-variant": "Blæsende",
"exceptional": "Enestående"
}, },
"vacuum": { "vacuum": {
"cleaning": "Rengøring", "cleaning": "Rengøring",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Udvikler Information" "title": "Udvikler Information"
},
"logs": {
"title": "Logs"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Begivenhed", "event": "Begivenhed",
"enter": "Ankommer", "enter": "Ankommer",
"leave": "Forlad" "leave": "Forlad"
},
"device": {
"label": "Enhed"
} }
}, },
"learn_more": "Lær om udløsere" "learn_more": "Lær om udløsere"
@ -544,6 +551,9 @@
"label": "Zone", "label": "Zone",
"entity": "Enhed med placering", "entity": "Enhed med placering",
"zone": "Zone" "zone": "Zone"
},
"device": {
"label": "Enhed"
} }
}, },
"learn_more": "Lær om betingelser" "learn_more": "Lær om betingelser"
@ -787,7 +797,9 @@
"heading": "Serveradministration", "heading": "Serveradministration",
"introduction": "Administrer din Home Assistant server... fra Home Assistant.", "introduction": "Administrer din Home Assistant server... fra Home Assistant.",
"restart": "Genstart", "restart": "Genstart",
"stop": "Stop" "stop": "Stop",
"confirm_restart": "Er du sikker på, at du vil genstarte Home Assistant?",
"confirm_stop": "Er du sikker på, at du vil stoppe Home Assistant?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "Gem", "save": "Gem",
"unsaved_changes": "Ikke gemte ændringer", "unsaved_changes": "Ikke gemte ændringer",
"saved": "Gemt" "saved": "Gemt"
},
"edit_lovelace": {
"header": "Titel på din Lovelace UI",
"explanation": "Denne titel vises over alle dine visninger i Lovelace."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Indlæser", "loading": "Indlæser",
"cancel": "Annuller", "cancel": "Annuller",
"save": "Gem" "save": "Gem",
"successfully_saved": "Gemt med succes"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {dag}\nother {dage}\n}", "day": "{count} {count, plural,\none {dag}\nother {dage}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Hastighed", "speed": "Hastighed",
"oscillate": "Sving", "oscillate": "Sving",
"direction": "Retning" "direction": "Retning",
"forward": "Frem",
"reverse": "Baglæns"
}, },
"light": { "light": {
"brightness": "Lysstyrke", "brightness": "Lysstyrke",
@ -1244,6 +1263,14 @@
"target_temperature": "Ønsket temperatur", "target_temperature": "Ønsket temperatur",
"operation": "Drift", "operation": "Drift",
"away_mode": "Ikke til stede" "away_mode": "Ikke til stede"
},
"timer": {
"actions": {
"start": "start",
"pause": "pause",
"cancel": "annuller",
"finish": "afslut"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,19 @@
"title": "Systemindstillinger", "title": "Systemindstillinger",
"enable_new_entities_label": "Aktivér nyligt tilføjede enheder.", "enable_new_entities_label": "Aktivér nyligt tilføjede enheder.",
"enable_new_entities_description": "Hvis deaktiveret, tilføjes nyligt opdagede enheder ikke automatisk til Home Assistant." "enable_new_entities_description": "Hvis deaktiveret, tilføjes nyligt opdagede enheder ikke automatisk til Home Assistant."
},
"zha_device_info": {
"manuf": "af {manufacturer}",
"no_area": "Intet område",
"services": {
"reconfigure": "Genkonfigurer ZHA-enhed (helbred enhed). Brug dette hvis du har problemer med enheden. Hvis den pågældende enhed er en batteridrevet enhed skal du sørge for at den er vågen og accepterer kommandoer når du bruger denne service.",
"remove": "Fjern en enhed fra ZigBee-netværket."
},
"zha_device_card": {
"device_name_placeholder": "Navn",
"area_picker_label": "Område",
"update_name_button": "Opdater navn"
}
} }
}, },
"auth_store": { "auth_store": {
@ -1393,9 +1433,9 @@
}, },
"hvac_action": { "hvac_action": {
"off": "Fra", "off": "Fra",
"heating": "Varmer", "heating": "Opvarmning",
"cooling": "Køler", "cooling": "Køling",
"drying": "Tørrer", "drying": "Tørring",
"idle": "Inaktiv", "idle": "Inaktiv",
"fan": "Ventilator" "fan": "Ventilator"
} }

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Verschneit, regnerisch", "snowy-rainy": "Verschneit, regnerisch",
"sunny": "Sonnig", "sunny": "Sonnig",
"windy": "Windig", "windy": "Windig",
"windy-variant": "Windig" "windy-variant": "Windig",
"exceptional": "Außergewöhnlich"
}, },
"vacuum": { "vacuum": {
"cleaning": "Reinigen", "cleaning": "Reinigen",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Logs"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Ereignis:", "event": "Ereignis:",
"enter": "Betreten", "enter": "Betreten",
"leave": "Verlassen" "leave": "Verlassen"
},
"device": {
"label": "Gerät"
} }
}, },
"learn_more": "Erfahre mehr über Auslöser" "learn_more": "Erfahre mehr über Auslöser"
@ -787,7 +794,9 @@
"heading": "Serververwaltung", "heading": "Serververwaltung",
"introduction": "Verwalte Home Assistant… von Home Assistant aus.", "introduction": "Verwalte Home Assistant… von Home Assistant aus.",
"restart": "Neu starten", "restart": "Neu starten",
"stop": "Stoppen" "stop": "Stoppen",
"confirm_restart": "Möchten Sie Home Assistant wirklich neu starten?",
"confirm_stop": "Möchten Sie Home Assistant wirklich beenden?"
} }
} }
} }
@ -1123,7 +1132,8 @@
"common": { "common": {
"loading": "Laden", "loading": "Laden",
"cancel": "Abbrechen", "cancel": "Abbrechen",
"save": "Speichern" "save": "Speichern",
"successfully_saved": "Erfolgreich gespeichert"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {Tag}\nother {Tage}\n}", "day": "{count} {count, plural,\none {Tag}\nother {Tage}\n}",
@ -1199,7 +1209,9 @@
"fan": { "fan": {
"speed": "Geschwindigkeit", "speed": "Geschwindigkeit",
"oscillate": "Oszillieren", "oscillate": "Oszillieren",
"direction": "Richtung" "direction": "Richtung",
"forward": "Vorwärts",
"reverse": "Rückwärts"
}, },
"light": { "light": {
"brightness": "Helligkeit", "brightness": "Helligkeit",

View File

@ -97,8 +97,8 @@
"on": "Κρύο" "on": "Κρύο"
}, },
"door": { "door": {
"off": "Κλειστό", "off": "Κλειστή",
"on": "Άνοιγμα" "on": "Ανοιχτή"
}, },
"garage_door": { "garage_door": {
"off": "Κλειστό", "off": "Κλειστό",
@ -110,7 +110,7 @@
}, },
"window": { "window": {
"off": "Κλειστό", "off": "Κλειστό",
"on": "Άνοιγμα" "on": "Ανοιχτό"
}, },
"lock": { "lock": {
"off": "Κλειδωμένο", "off": "Κλειδωμένο",
@ -251,7 +251,8 @@
"snowy-rainy": "Χιονισμένο, βροχερό", "snowy-rainy": "Χιονισμένο, βροχερό",
"sunny": "Ηλιόλουστο", "sunny": "Ηλιόλουστο",
"windy": "Θυελλώδεις", "windy": "Θυελλώδεις",
"windy-variant": "Θυελλώδεις" "windy-variant": "Θυελλώδεις",
"exceptional": "Εξαιρετικό"
}, },
"vacuum": { "vacuum": {
"cleaning": "Καθαρισμός", "cleaning": "Καθαρισμός",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Πληροφορίες" "title": "Πληροφορίες"
},
"logs": {
"title": "Αρχεία καταγραφής"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Γεγονός:", "event": "Γεγονός:",
"enter": "Είσοδος", "enter": "Είσοδος",
"leave": "Αποχώρηση" "leave": "Αποχώρηση"
},
"device": {
"label": "Συσκευή"
} }
}, },
"learn_more": "Μάθετε περισσότερα σχετικά με τα εναύσματα" "learn_more": "Μάθετε περισσότερα σχετικά με τα εναύσματα"
@ -787,7 +794,9 @@
"heading": "Διαχείριση διακομιστή", "heading": "Διαχείριση διακομιστή",
"introduction": "Έλεγχος του διακομιστή Home Assistant... απο τον Home Assistant", "introduction": "Έλεγχος του διακομιστή Home Assistant... απο τον Home Assistant",
"restart": "Επανεκκίνηση", "restart": "Επανεκκίνηση",
"stop": "Στοπ" "stop": "Στοπ",
"confirm_restart": "Είστε βέβαιος ότι θέλετε να επανεκκινήσετε το Home Assistant;",
"confirm_stop": "Είστε βέβαιος ότι θέλετε να σταματήσετε το Home Assistant;"
} }
} }
} }
@ -1123,7 +1132,8 @@
"common": { "common": {
"loading": "Φόρτωση", "loading": "Φόρτωση",
"cancel": "Ακύρωση", "cancel": "Ακύρωση",
"save": "Αποθήκευση" "save": "Αποθήκευση",
"successfully_saved": "Αποθηκεύτηκε με επιτυχία"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\n one {μέρα}\n other {μέρες}\n}", "day": "{count} {count, plural,\n one {μέρα}\n other {μέρες}\n}",
@ -1199,7 +1209,9 @@
"fan": { "fan": {
"speed": "Ταχύτητα", "speed": "Ταχύτητα",
"oscillate": "Περιστροφή", "oscillate": "Περιστροφή",
"direction": "Κατεύθυνση" "direction": "Κατεύθυνση",
"forward": "Εμπρός",
"reverse": "Αντιστροφή"
}, },
"light": { "light": {
"brightness": "Φωτεινότητα", "brightness": "Φωτεινότητα",

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Snowy, rainy", "snowy-rainy": "Snowy, rainy",
"sunny": "Sunny", "sunny": "Sunny",
"windy": "Windy", "windy": "Windy",
"windy-variant": "Windy" "windy-variant": "Windy",
"exceptional": "Exceptional"
}, },
"vacuum": { "vacuum": {
"cleaning": "Cleaning", "cleaning": "Cleaning",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Logs"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Event:", "event": "Event:",
"enter": "Enter", "enter": "Enter",
"leave": "Leave" "leave": "Leave"
},
"device": {
"label": "Device"
} }
}, },
"learn_more": "Learn more about triggers" "learn_more": "Learn more about triggers"
@ -544,6 +551,9 @@
"label": "Zone", "label": "Zone",
"entity": "Entity with location", "entity": "Entity with location",
"zone": "Zone" "zone": "Zone"
},
"device": {
"label": "Device"
} }
}, },
"learn_more": "Learn more about conditions" "learn_more": "Learn more about conditions"
@ -787,7 +797,9 @@
"heading": "Server management", "heading": "Server management",
"introduction": "Control your Home Assistant server… from Home Assistant.", "introduction": "Control your Home Assistant server… from Home Assistant.",
"restart": "Restart", "restart": "Restart",
"stop": "Stop" "stop": "Stop",
"confirm_restart": "Are you sure you want to restart Home Assistant?",
"confirm_stop": "Are you sure you want to stop Home Assistant?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "Save", "save": "Save",
"unsaved_changes": "Unsaved changes", "unsaved_changes": "Unsaved changes",
"saved": "Saved" "saved": "Saved"
},
"edit_lovelace": {
"header": "Title of your Lovelace UI",
"explanation": "This title is shown above all your views in Lovelace."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Loading", "loading": "Loading",
"cancel": "Cancel", "cancel": "Cancel",
"save": "Save" "save": "Save",
"successfully_saved": "Successfully saved"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\n one {day}\n other {days}\n}", "day": "{count} {count, plural,\n one {day}\n other {days}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Speed", "speed": "Speed",
"oscillate": "Oscillate", "oscillate": "Oscillate",
"direction": "Direction" "direction": "Direction",
"forward": "Forward",
"reverse": "Reverse"
}, },
"light": { "light": {
"brightness": "Brightness", "brightness": "Brightness",
@ -1244,6 +1263,14 @@
"target_temperature": "Target temperature", "target_temperature": "Target temperature",
"operation": "Operation", "operation": "Operation",
"away_mode": "Away mode" "away_mode": "Away mode"
},
"timer": {
"actions": {
"start": "start",
"pause": "pause",
"cancel": "cancel",
"finish": "finish"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "System Options", "title": "System Options",
"enable_new_entities_label": "Enable newly added entities.", "enable_new_entities_label": "Enable newly added entities.",
"enable_new_entities_description": "If disabled, newly discovered entities will not be automatically added to Home Assistant." "enable_new_entities_description": "If disabled, newly discovered entities will not be automatically added to Home Assistant."
},
"zha_device_info": {
"manuf": "by {manufacturer}",
"no_area": "No Area",
"services": {
"reconfigure": "Reconfigure ZHA device (heal device). Use this if you are having issues with the device. If the device in question is a battery powered device please ensure it is awake and accepting commands when you use this service.",
"updateDeviceName": "Set a custom name for this device in the device registry.",
"remove": "Remove a device from the ZigBee network."
},
"zha_device_card": {
"device_name_placeholder": "User given name",
"area_picker_label": "Area",
"update_name_button": "Update Name"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Nevado, lluvioso", "snowy-rainy": "Nevado, lluvioso",
"sunny": "Soleado", "sunny": "Soleado",
"windy": "Ventoso", "windy": "Ventoso",
"windy-variant": "Ventoso" "windy-variant": "Ventoso",
"exceptional": "Excepcional"
}, },
"vacuum": { "vacuum": {
"cleaning": "Limpiando", "cleaning": "Limpiando",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Información" "title": "Información"
},
"logs": {
"title": "Registros"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Evento:", "event": "Evento:",
"enter": "Entrar", "enter": "Entrar",
"leave": "Salir" "leave": "Salir"
},
"device": {
"label": "Dispositivo"
} }
}, },
"learn_more": "Aprende más sobre los desencadenantes" "learn_more": "Aprende más sobre los desencadenantes"
@ -544,6 +551,9 @@
"label": "Zona", "label": "Zona",
"entity": "Entidad con la ubicación", "entity": "Entidad con la ubicación",
"zone": "Zona" "zone": "Zona"
},
"device": {
"label": "Dispositivo"
} }
}, },
"learn_more": "Aprende más sobre las condiciones" "learn_more": "Aprende más sobre las condiciones"
@ -787,7 +797,9 @@
"heading": "Gestión del servidor", "heading": "Gestión del servidor",
"introduction": "Controla tu servidor de Home Assistant... desde Home Assistant.", "introduction": "Controla tu servidor de Home Assistant... desde Home Assistant.",
"restart": "Reiniciar", "restart": "Reiniciar",
"stop": "Detener" "stop": "Detener",
"confirm_restart": "¿Seguro que quieres reiniciar Home Assistant?",
"confirm_stop": "¿Seguro que quieres detener Home Assistant?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "Guardar", "save": "Guardar",
"unsaved_changes": "Cambios no guardados", "unsaved_changes": "Cambios no guardados",
"saved": "Guardado" "saved": "Guardado"
},
"edit_lovelace": {
"header": "Título de tu interfaz de usuario de Lovelace",
"explanation": "Este título se muestra sobre todas tus vistas en Lovelace."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Cargando", "loading": "Cargando",
"cancel": "Cancelar", "cancel": "Cancelar",
"save": "Guardar" "save": "Guardar",
"successfully_saved": "Guardado correctamente"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {día}\nother {días}\n}", "day": "{count} {count, plural,\none {día}\nother {días}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Velocidad", "speed": "Velocidad",
"oscillate": "Oscilar", "oscillate": "Oscilar",
"direction": "Dirección" "direction": "Dirección",
"forward": "Adelante",
"reverse": "Inverso"
}, },
"light": { "light": {
"brightness": "Brillo", "brightness": "Brillo",
@ -1244,6 +1263,14 @@
"target_temperature": "Temperatura deseada", "target_temperature": "Temperatura deseada",
"operation": "Operación", "operation": "Operación",
"away_mode": "Modo ausente" "away_mode": "Modo ausente"
},
"timer": {
"actions": {
"start": "Iniciar",
"pause": "Pausar",
"cancel": "Cancelar",
"finish": "Terminar"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "Opciones del sistema", "title": "Opciones del sistema",
"enable_new_entities_label": "Activar entidades recién añadidas.", "enable_new_entities_label": "Activar entidades recién añadidas.",
"enable_new_entities_description": "Si está desactivado, las entidades recién descubiertas no se añadirán automáticamente a Home Assistant." "enable_new_entities_description": "Si está desactivado, las entidades recién descubiertas no se añadirán automáticamente a Home Assistant."
},
"zha_device_info": {
"manuf": "por {manufacturer}",
"no_area": "Ningún área",
"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, asegúrate de que está activo y aceptando comandos cuando uses este servicio.",
"updateDeviceName": "Establece un nombre personalizado para este dispositivo en el registro de dispositivos.",
"remove": "Eliminar un dispositivo de la red ZigBee."
},
"zha_device_card": {
"device_name_placeholder": "Nombre dado por el usuario",
"area_picker_label": "Área",
"update_name_button": "Cambiar nombre"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Lörtsine", "snowy-rainy": "Lörtsine",
"sunny": "Päikeseline", "sunny": "Päikeseline",
"windy": "Tuuline", "windy": "Tuuline",
"windy-variant": "Tuuline" "windy-variant": "Tuuline",
"exceptional": "Erakordne"
}, },
"vacuum": { "vacuum": {
"cleaning": "Puhastamine", "cleaning": "Puhastamine",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Logid"
} }
} }
}, },
@ -345,8 +349,8 @@
"delete_button": "Kustuta" "delete_button": "Kustuta"
}, },
"config": { "config": {
"header": "Home Assistant-i seadistamine", "header": "Home Assistant'i seadistamine",
"introduction": "Siin saab seadistada oma komponente ja Home Assistant-i. Mitte kõike ei saa veel kasutajaliidese kaudu seadistada, kuid me töötame selle nimel.", "introduction": "Siin saab seadistada oma komponente ja Home Assistant'i. Mitte kõike ei saa veel kasutajaliidese kaudu seadistada, kuid me töötame selle nimel.",
"core": { "core": {
"caption": "Üldine", "caption": "Üldine",
"description": "Home Assistant'i üldiste seadete muutmine", "description": "Home Assistant'i üldiste seadete muutmine",
@ -380,7 +384,7 @@
}, },
"reloading": { "reloading": {
"heading": "Seadete taaslaadimine", "heading": "Seadete taaslaadimine",
"introduction": "Mõned Home Assistant-i komponendid on taaslaetavad ilma taaskäivituseta. Taaslaadimise klõpsamisel tühistatakse nende praegused seaded ja laetakse uued.", "introduction": "Mõned Home Assistant'i komponendid on taaslaetavad ilma taaskäivituseta. Taaslaadimise klõpsamisel tühistatakse nende praegused seaded ja laetakse uued.",
"core": "Taaslae tuum", "core": "Taaslae tuum",
"group": "Taaslae grupid", "group": "Taaslae grupid",
"automation": "Taaslae automatiseeringud", "automation": "Taaslae automatiseeringud",
@ -388,7 +392,7 @@
}, },
"server_management": { "server_management": {
"heading": "Serveri haldamine", "heading": "Serveri haldamine",
"introduction": "Kontrolli oma Home Assistant serverit... Home Assistant-ist.", "introduction": "Kontrolli oma Home Assistant serverit... Home Assistant'ist.",
"restart": "Taaskäivita", "restart": "Taaskäivita",
"stop": "Peata" "stop": "Peata"
} }
@ -408,7 +412,7 @@
"description": "Loo ja redigeeri automatiseeringuid", "description": "Loo ja redigeeri automatiseeringuid",
"picker": { "picker": {
"header": "Automaatika redaktor", "header": "Automaatika redaktor",
"introduction": "Automaatika redaktor võimaldab teil luua ja muuta automatiseeringuid. Palun järgige allolevat linki, veendumaks, et oled Home Assistant-i õigesti seadistanud.", "introduction": "Automaatika redaktor võimaldab teil luua ja muuta automatiseeringuid. Palun järgige allolevat linki, veendumaks, et oled Home Assistant'i õigesti seadistanud.",
"pick_automation": "Vali muudetav automatiseering", "pick_automation": "Vali muudetav automatiseering",
"no_automations": "Me ei leidnud ühtegi muudetavat automatiseeringut", "no_automations": "Me ei leidnud ühtegi muudetavat automatiseeringut",
"add_automation": "Lisa automatiseering", "add_automation": "Lisa automatiseering",
@ -498,6 +502,9 @@
"event": "Sündmus:", "event": "Sündmus:",
"enter": "Sisenemine", "enter": "Sisenemine",
"leave": "Väljumine" "leave": "Väljumine"
},
"device": {
"label": "Seade"
} }
}, },
"learn_more": "Lisateave päästikute kohta" "learn_more": "Lisateave päästikute kohta"
@ -544,6 +551,9 @@
"label": "Ala", "label": "Ala",
"entity": "Asukohaga olem", "entity": "Asukohaga olem",
"zone": "Ala" "zone": "Ala"
},
"device": {
"label": "Seade"
} }
}, },
"learn_more": "Lisateave tingimuste kohta" "learn_more": "Lisateave tingimuste kohta"
@ -776,7 +786,7 @@
}, },
"reloading": { "reloading": {
"heading": "Konfiguratsiooni taaslaadimine", "heading": "Konfiguratsiooni taaslaadimine",
"introduction": "Mõned Home Assistant-i komponendid on taaslaetavad ilma taaskäivituseta. Taaslaadimise klõpsamisel tühistatakse nende praegused seaded ja laetakse uued.", "introduction": "Mõned Home Assistant'i komponendid on taaslaetavad ilma taaskäivituseta. Taaslaadimise klõpsamisel tühistatakse nende praegused seaded ja laetakse uued.",
"core": "Taaslae tuum", "core": "Taaslae tuum",
"group": "Taaslae grupid", "group": "Taaslae grupid",
"automation": "Taaslae automatiseeringud", "automation": "Taaslae automatiseeringud",
@ -785,9 +795,11 @@
}, },
"server_management": { "server_management": {
"heading": "Serveri haldamine", "heading": "Serveri haldamine",
"introduction": "Kontrolli oma Home Assistant serverit... Home Assistant-ist.", "introduction": "Kontrolli oma Home Assistant serverit... Home Assistant'ist.",
"restart": "Taaskäivita", "restart": "Taaskäivita",
"stop": "Peata" "stop": "Peata",
"confirm_restart": "Oled kindel, et soovid taaskäivitada Home Assistant'i?",
"confirm_stop": "Oled kindel, et soovid seisata Home Assistant'i?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "Salvesta", "save": "Salvesta",
"unsaved_changes": "Salvestamata muudatused", "unsaved_changes": "Salvestamata muudatused",
"saved": "Salvestatud" "saved": "Salvestatud"
},
"edit_lovelace": {
"header": "Lovelace kasutajaliidese pealkiri",
"explanation": "Seda pealkirja näidatakse kõikide Lovelace'i vaadete kohal."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Laadimine", "loading": "Laadimine",
"cancel": "Loobu", "cancel": "Loobu",
"save": "Salvesta" "save": "Salvesta",
"successfully_saved": "Edukalt salvestatud"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\n one {päev}\n other {päeva}\n}", "day": "{count} {count, plural,\n one {päev}\n other {päeva}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Kiirus", "speed": "Kiirus",
"oscillate": "Võnkumine", "oscillate": "Võnkumine",
"direction": "Suund" "direction": "Suund",
"forward": "Edaspidi",
"reverse": "Tagurpidi"
}, },
"light": { "light": {
"brightness": "Heledus", "brightness": "Heledus",
@ -1244,6 +1263,14 @@
"target_temperature": "Soovitud temperatuur", "target_temperature": "Soovitud temperatuur",
"operation": "Töörežiim", "operation": "Töörežiim",
"away_mode": "Eemalolekurežiim" "away_mode": "Eemalolekurežiim"
},
"timer": {
"actions": {
"start": "käivita",
"pause": "peata",
"cancel": "loobu",
"finish": "lõpeta"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "Süsteemi valikud", "title": "Süsteemi valikud",
"enable_new_entities_label": "Luba äsja lisatud olemid.", "enable_new_entities_label": "Luba äsja lisatud olemid.",
"enable_new_entities_description": "Kui see on keelatud, ei lisata äsja avastatud olemeid automaatselt Home Assistant'i." "enable_new_entities_description": "Kui see on keelatud, ei lisata äsja avastatud olemeid automaatselt Home Assistant'i."
},
"zha_device_info": {
"manuf": "{manufacturer}",
"no_area": "Ala puudub",
"services": {
"reconfigure": "Taasseadista (tervenda) ZHA seade. Kasuta seda, kui seadmega on probleeme. Kui seade on akutoitega, siis veendu, et see oleks ärkvel ja oleks valmis käske vastu võtma.",
"updateDeviceName": "Anna sellele seadmele seadmete registris kohandatud nimi.",
"remove": "Eemalda seade ZigBee võrgust."
},
"zha_device_card": {
"device_name_placeholder": "Kasutaja antud nimi",
"area_picker_label": "Ala",
"update_name_button": "Värskenda nime"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -892,7 +892,6 @@
"day": "\n{count} {count, plural,\n one {روز}\n other {روز ها}\n}\n", "day": "\n{count} {count, plural,\n one {روز}\n other {روز ها}\n}\n",
"week": "\n{count} {count, plural,\n one {هفته}\n other {هفته ها}\n}\n", "week": "\n{count} {count, plural,\n one {هفته}\n other {هفته ها}\n}\n",
"second": "ویرایشگر اتوماسیون اجازه می دهد تا شما را به ایجاد و ویرایش اتوماسیون بپردازید. لطفا پیوند زیر را بخوانید تا دستورالعمل ها را متوجه بشید تا مطمئن شوید که صفحه اصلی دستیار را به درستی پیکربندی کرده اید.", "second": "ویرایشگر اتوماسیون اجازه می دهد تا شما را به ایجاد و ویرایش اتوماسیون بپردازید. لطفا پیوند زیر را بخوانید تا دستورالعمل ها را متوجه بشید تا مطمئن شوید که صفحه اصلی دستیار را به درستی پیکربندی کرده اید.",
"minute": "{count} {count, plural, <span class=\"lokalise linebreak notranslate\"> one {<\/span> دقیقه {count, plural, <span class=\"lokalise linebreak notranslate\"> one {<\/span> دقیقه } <span class=\"lokalise linebreak notranslate\"> other {<\/span> دقیقه } <span class=\"lokalise linebreak notranslate\"> }<\/span>",
"hour": "{count} {تعداد, جمع,\nیکی {ساعت}\nدیگر {ساعت}\n}" "hour": "{count} {تعداد, جمع,\nیکی {ساعت}\nدیگر {ساعت}\n}"
}, },
"login-form": { "login-form": {

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Neige \/ Pluie", "snowy-rainy": "Neige \/ Pluie",
"sunny": "Soleil", "sunny": "Soleil",
"windy": "Vent", "windy": "Vent",
"windy-variant": "Vent" "windy-variant": "Vent",
"exceptional": "Exceptionnel"
}, },
"vacuum": { "vacuum": {
"cleaning": "Nettoyage", "cleaning": "Nettoyage",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Journaux"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Événement :", "event": "Événement :",
"enter": "Entre", "enter": "Entre",
"leave": "Quitte" "leave": "Quitte"
},
"device": {
"label": "Équipements"
} }
}, },
"learn_more": "En savoir plus sur les déclencheurs" "learn_more": "En savoir plus sur les déclencheurs"
@ -544,6 +551,9 @@
"label": "Zone", "label": "Zone",
"entity": "Entité avec localisation", "entity": "Entité avec localisation",
"zone": "Zone" "zone": "Zone"
},
"device": {
"label": "Appareil"
} }
}, },
"learn_more": "En savoir plus sur les conditions" "learn_more": "En savoir plus sur les conditions"
@ -787,7 +797,9 @@
"heading": "Gestion du serveur", "heading": "Gestion du serveur",
"introduction": "Contrôlez votre serveur Home Assistant ... depuis Home Assistant.", "introduction": "Contrôlez votre serveur Home Assistant ... depuis Home Assistant.",
"restart": "Redémarrer", "restart": "Redémarrer",
"stop": "Arrêter" "stop": "Arrêter",
"confirm_restart": "Êtes-vous sûr de vouloir redémarrer Home Assistant?",
"confirm_stop": "Êtes-vous sûr de vouloir arrêter Home Assistant?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "Enregistrer", "save": "Enregistrer",
"unsaved_changes": "Modifications non enregistrées", "unsaved_changes": "Modifications non enregistrées",
"saved": "Enregistré" "saved": "Enregistré"
},
"edit_lovelace": {
"header": "Titre de votre UI Lovelace",
"explanation": "Ce titre est affiché au-dessus de toutes vos vues dans Lovelace."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Chargement", "loading": "Chargement",
"cancel": "Annuler", "cancel": "Annuler",
"save": "Enregistrer" "save": "Enregistrer",
"successfully_saved": "Enregistré avec succès"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {jour}\nother {jours}\n}", "day": "{count} {count, plural,\none {jour}\nother {jours}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Vitesse", "speed": "Vitesse",
"oscillate": "Osciller", "oscillate": "Osciller",
"direction": "Direction" "direction": "Direction",
"forward": "En avant",
"reverse": "Sens inverse"
}, },
"light": { "light": {
"brightness": "Luminosité", "brightness": "Luminosité",
@ -1244,6 +1263,14 @@
"target_temperature": "Température cible", "target_temperature": "Température cible",
"operation": "Opération", "operation": "Opération",
"away_mode": "Mode \"Absent\"" "away_mode": "Mode \"Absent\""
},
"timer": {
"actions": {
"start": "démarrer",
"pause": "pause",
"cancel": "annuler",
"finish": "terminer"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "Options du système", "title": "Options du système",
"enable_new_entities_label": "Activer les entités nouvellement ajoutées.", "enable_new_entities_label": "Activer les entités nouvellement ajoutées.",
"enable_new_entities_description": "Si désactivé, les entités nouvellement découvertes ne seront pas ajoutées automatiquement à Home Assistant." "enable_new_entities_description": "Si désactivé, les entités nouvellement découvertes ne seront pas ajoutées automatiquement à Home Assistant."
},
"zha_device_info": {
"manuf": "par {manufacturer}",
"no_area": "Pas de pièce",
"services": {
"reconfigure": "Reconfigurer le périphérique ZHA. Utilisez cette option si vous rencontrez des problèmes avec le périphérique. Si l'appareil en question est un appareil alimenté par batterie, assurez-vous qu'il soit allumé et qu'il accepte les commandes lorsque vous utilisez ce service.",
"updateDeviceName": "Définissez un nom personnalisé pour ce périphérique dans le registre de périphériques.",
"remove": "Supprimer un appareil du réseau ZigBee."
},
"zha_device_card": {
"device_name_placeholder": "Nom personnalisé",
"area_picker_label": "Pièce",
"update_name_button": "Modifier le nom"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Havas, esős", "snowy-rainy": "Havas, esős",
"sunny": "Napos", "sunny": "Napos",
"windy": "Szeles", "windy": "Szeles",
"windy-variant": "Szeles" "windy-variant": "Szeles",
"exceptional": "Kivételes"
}, },
"vacuum": { "vacuum": {
"cleaning": "Takarítás", "cleaning": "Takarítás",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Infó" "title": "Infó"
},
"logs": {
"title": "Naplók"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Esemény:", "event": "Esemény:",
"enter": "Érkezés", "enter": "Érkezés",
"leave": "Távozás" "leave": "Távozás"
},
"device": {
"label": "Eszköz"
} }
}, },
"learn_more": "Tudj meg többet a triggerekről" "learn_more": "Tudj meg többet a triggerekről"
@ -544,6 +551,9 @@
"label": "Zóna", "label": "Zóna",
"entity": "Entitás helyszínnel", "entity": "Entitás helyszínnel",
"zone": "Zóna" "zone": "Zóna"
},
"device": {
"label": "Eszköz"
} }
}, },
"learn_more": "Tudj meg többet a feltételekről" "learn_more": "Tudj meg többet a feltételekről"
@ -783,7 +793,9 @@
"heading": "Szerver menedzsment", "heading": "Szerver menedzsment",
"introduction": "Home Assistant szerver vezérlése... a Home Assistant-ból.", "introduction": "Home Assistant szerver vezérlése... a Home Assistant-ból.",
"restart": "Újraindítás", "restart": "Újraindítás",
"stop": "Leállítás" "stop": "Leállítás",
"confirm_restart": "Biztosan újra akarod indítani a Home Assistantet?",
"confirm_stop": "Biztosan le akarod állítani a Home Assistantet?"
} }
} }
} }
@ -1050,6 +1062,10 @@
"save": "Mentés", "save": "Mentés",
"unsaved_changes": "Nem mentett változások", "unsaved_changes": "Nem mentett változások",
"saved": "Mentett" "saved": "Mentett"
},
"edit_lovelace": {
"header": "Lovelace UI címe",
"explanation": "Ez a cím jelenik meg minden nézet felett a Lovelace-ben."
} }
}, },
"menu": { "menu": {
@ -1119,7 +1135,8 @@
"common": { "common": {
"loading": "Betöltés", "loading": "Betöltés",
"cancel": "Mégse", "cancel": "Mégse",
"save": "Mentés" "save": "Mentés",
"successfully_saved": "Sikeresen elmentve"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {nap}\nother {nap}\n}", "day": "{count} {count, plural,\none {nap}\nother {nap}\n}",
@ -1195,7 +1212,9 @@
"fan": { "fan": {
"speed": "Sebesség", "speed": "Sebesség",
"oscillate": "Oszcilláció", "oscillate": "Oszcilláció",
"direction": "Irány" "direction": "Irány",
"forward": "Előre",
"reverse": "Fordított"
}, },
"light": { "light": {
"brightness": "Fényerő", "brightness": "Fényerő",
@ -1240,6 +1259,14 @@
"target_temperature": "Kívánt hőmérséklet", "target_temperature": "Kívánt hőmérséklet",
"operation": "Üzemmód", "operation": "Üzemmód",
"away_mode": "Távoli mód" "away_mode": "Távoli mód"
},
"timer": {
"actions": {
"start": "indítás",
"pause": "szünet",
"cancel": "elvet",
"finish": "befejezés"
}
} }
}, },
"components": { "components": {
@ -1306,6 +1333,19 @@
"title": "Rendszerbeállítások", "title": "Rendszerbeállítások",
"enable_new_entities_label": "Újonnan hozzáadott entitások engedélyezése.", "enable_new_entities_label": "Újonnan hozzáadott entitások engedélyezése.",
"enable_new_entities_description": "Ha le van tiltva, akkor az újonnan felfedezett entitások nem lesznek automatikusan hozzáadva a Home Assistant-hoz." "enable_new_entities_description": "Ha le van tiltva, akkor az újonnan felfedezett entitások nem lesznek automatikusan hozzáadva a Home Assistant-hoz."
},
"zha_device_info": {
"manuf": "{manufacurer} által",
"no_area": "Nincs Terület",
"services": {
"updateDeviceName": "Egyedi név beállítása ehhez az eszközhöz az eszköz nyilvántartásban.",
"remove": "Törölj egy eszközt a Zigbee hálózatból"
},
"zha_device_card": {
"device_name_placeholder": "Felhasználó utóneve",
"area_picker_label": "Terület",
"update_name_button": "Név frissítése"
}
} }
}, },
"auth_store": { "auth_store": {

1265
translations/hy.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Nevoso, piovoso", "snowy-rainy": "Nevoso, piovoso",
"sunny": "Soleggiato", "sunny": "Soleggiato",
"windy": "Ventoso", "windy": "Ventoso",
"windy-variant": "Ventoso" "windy-variant": "Ventoso",
"exceptional": "Eccezionale"
}, },
"vacuum": { "vacuum": {
"cleaning": "Pulendo", "cleaning": "Pulendo",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Informazioni" "title": "Informazioni"
},
"logs": {
"title": "Registri"
} }
} }
}, },
@ -349,7 +353,7 @@
"introduction": "Qui è possibile configurare i componenti e Home Assistant. Non è ancora possibile configurare tutto dall'interfaccia utente, ma ci stiamo lavorando.", "introduction": "Qui è possibile configurare i componenti e Home Assistant. Non è ancora possibile configurare tutto dall'interfaccia utente, ma ci stiamo lavorando.",
"core": { "core": {
"caption": "Generale", "caption": "Generale",
"description": "Convalidare il file di configurazione e controllare il server", "description": "Modifica la configurazione generale di Home Assistant",
"section": { "section": {
"core": { "core": {
"header": "Configurazione e controllo del server", "header": "Configurazione e controllo del server",
@ -364,7 +368,7 @@
"time_zone": "Fuso orario", "time_zone": "Fuso orario",
"unit_system": "Unità di misura", "unit_system": "Unità di misura",
"unit_system_imperial": "Imperiale", "unit_system_imperial": "Imperiale",
"unit_system_metric": "metrico", "unit_system_metric": "Metrico",
"imperial_example": "Fahrenheit, libbre", "imperial_example": "Fahrenheit, libbre",
"metric_example": "Celsius, chilogrammi", "metric_example": "Celsius, chilogrammi",
"save_button": "Salva" "save_button": "Salva"
@ -498,6 +502,9 @@
"event": "Evento:", "event": "Evento:",
"enter": "Ingresso", "enter": "Ingresso",
"leave": "Uscita" "leave": "Uscita"
},
"device": {
"label": "Dispositivo"
} }
}, },
"learn_more": "Per saperne di più sui trigger" "learn_more": "Per saperne di più sui trigger"
@ -544,6 +551,9 @@
"label": "Zona", "label": "Zona",
"entity": "Entità con posizione", "entity": "Entità con posizione",
"zone": "Zona" "zone": "Zona"
},
"device": {
"label": "Dispositivo"
} }
}, },
"learn_more": "Per saperne di più sulle condizioni" "learn_more": "Per saperne di più sulle condizioni"
@ -747,7 +757,10 @@
"unavailable": "Questa entità non è attualmente disponibile.", "unavailable": "Questa entità non è attualmente disponibile.",
"default_name": "Nuova area", "default_name": "Nuova area",
"delete": "ELIMINA", "delete": "ELIMINA",
"update": "AGGIORNA" "update": "AGGIORNA",
"enabled_label": "Abilita entità",
"enabled_cause": "Disabilitato da {cause}.",
"enabled_description": "Le entità disabilitate non verranno aggiunte a Home Assistant."
} }
}, },
"person": { "person": {
@ -784,7 +797,9 @@
"heading": "Gestione del server", "heading": "Gestione del server",
"introduction": "Controllare il server Home Assistant... da Home Assistant.", "introduction": "Controllare il server Home Assistant... da Home Assistant.",
"restart": "Riavviare", "restart": "Riavviare",
"stop": "Stop" "stop": "Stop",
"confirm_restart": "Sei sicuro di voler riavviare Home Assistant?",
"confirm_stop": "Sei sicuro di voler fermare Home Assistant?"
} }
} }
} }
@ -866,7 +881,7 @@
}, },
"page-authorize": { "page-authorize": {
"initializing": "Inizializzazione", "initializing": "Inizializzazione",
"authorizing_client": "Stai per dare accesso {clientId} alla tua istanza di Assistente Home.", "authorizing_client": "Stai per dare a {clientId} accesso alla tua istanza di Home Assistant.",
"logging_in_with": "Accesso con **{authProviderName}**.", "logging_in_with": "Accesso con **{authProviderName}**.",
"pick_auth_provider": "Oppure accedi con", "pick_auth_provider": "Oppure accedi con",
"abort_intro": "Login interrotto", "abort_intro": "Login interrotto",
@ -980,7 +995,7 @@
"integration": { "integration": {
"intro": "Dispositivi e servizi sono rappresentati in Home Assistant come integrazioni. È possibile impostarli ora, o farlo in seguito dalla schermata di configurazione.", "intro": "Dispositivi e servizi sono rappresentati in Home Assistant come integrazioni. È possibile impostarli ora, o farlo in seguito dalla schermata di configurazione.",
"more_integrations": "Di Più", "more_integrations": "Di Più",
"finish": "finire" "finish": "Finire"
}, },
"core-config": { "core-config": {
"intro": "Salve {name} , benvenuto su Home Assistant. Come vorresti nominare la tua casa?", "intro": "Salve {name} , benvenuto su Home Assistant. Come vorresti nominare la tua casa?",
@ -1051,6 +1066,10 @@
"save": "Salva", "save": "Salva",
"unsaved_changes": "Modifiche non salvate", "unsaved_changes": "Modifiche non salvate",
"saved": "Salvato" "saved": "Salvato"
},
"edit_lovelace": {
"header": "Titolo della tua interfaccia utente di Lovelace",
"explanation": "Questo titolo è mostrato sopra tutte le tue viste in Lovelace."
} }
}, },
"menu": { "menu": {
@ -1120,7 +1139,8 @@
"common": { "common": {
"loading": "Caricamento", "loading": "Caricamento",
"cancel": "Annulla", "cancel": "Annulla",
"save": "Salva" "save": "Salva",
"successfully_saved": "Salvataggio riuscito"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {giorno}\nother {giorni}\n}", "day": "{count} {count, plural,\none {giorno}\nother {giorni}\n}",
@ -1196,7 +1216,9 @@
"fan": { "fan": {
"speed": "Velocità", "speed": "Velocità",
"oscillate": "Oscillazione", "oscillate": "Oscillazione",
"direction": "Direzione" "direction": "Direzione",
"forward": "Avanti",
"reverse": "Indietro"
}, },
"light": { "light": {
"brightness": "Luminosità", "brightness": "Luminosità",
@ -1241,6 +1263,14 @@
"target_temperature": "Temperatura da raggiungere", "target_temperature": "Temperatura da raggiungere",
"operation": "Operazione", "operation": "Operazione",
"away_mode": "Modalità fuori casa" "away_mode": "Modalità fuori casa"
},
"timer": {
"actions": {
"start": "avvio",
"pause": "pausa",
"cancel": "annulla",
"finish": "finire"
}
} }
}, },
"components": { "components": {
@ -1302,6 +1332,25 @@
"success": { "success": {
"description": "Opzioni salvate correttamente." "description": "Opzioni salvate correttamente."
} }
},
"config_entry_system_options": {
"title": "Opzioni di sistema",
"enable_new_entities_label": "Abilita nuove entità aggiunte.",
"enable_new_entities_description": "Se disabilitato, le entità appena individuate non verranno automaticamente aggiunte a Home Assistant."
},
"zha_device_info": {
"manuf": "da {manufacturer}",
"no_area": "Nessuna Area",
"services": {
"reconfigure": "Riconfigurare il dispositivo ZHA (dispositivo di cura). Utilizzare questa opzione se riscontri problemi con il dispositivo. Se il dispositivo in questione è un dispositivo alimentato a batteria, assicurarsi che sia attivo e che accetti i comandi quando si utilizza questo servizio.",
"updateDeviceName": "Imposta un nome personalizzato per questo dispositivo nel registro dispositivi.",
"remove": "Rimuovi un dispositivo dalla rete ZigBee."
},
"zha_device_card": {
"device_name_placeholder": "Nome assegnato dall'utente",
"area_picker_label": "Area",
"update_name_button": "Aggiorna nome"
}
} }
}, },
"auth_store": { "auth_store": {
@ -1397,5 +1446,12 @@
"system-admin": "Amministratori", "system-admin": "Amministratori",
"system-users": "Utenti", "system-users": "Utenti",
"system-read-only": "Utenti di sola lettura" "system-read-only": "Utenti di sola lettura"
},
"config_entry": {
"disabled_by": {
"user": "Utente",
"integration": "Integrazione",
"config_entry": "Voce di configurazione"
}
} }
} }

View File

@ -251,7 +251,8 @@
"snowy-rainy": "진눈개비", "snowy-rainy": "진눈개비",
"sunny": "맑음", "sunny": "맑음",
"windy": "바람", "windy": "바람",
"windy-variant": "바람" "windy-variant": "바람",
"exceptional": "예외사항"
}, },
"vacuum": { "vacuum": {
"cleaning": "청소중", "cleaning": "청소중",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "정보" "title": "정보"
},
"logs": {
"title": "로그"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "이벤트:", "event": "이벤트:",
"enter": "입장", "enter": "입장",
"leave": "퇴장" "leave": "퇴장"
},
"device": {
"label": "기기"
} }
}, },
"learn_more": "트리거에 대해 더 알아보기" "learn_more": "트리거에 대해 더 알아보기"
@ -544,6 +551,9 @@
"label": "구역", "label": "구역",
"entity": "위치기반 구성요소", "entity": "위치기반 구성요소",
"zone": "구역" "zone": "구역"
},
"device": {
"label": "기기"
} }
}, },
"learn_more": "조건에 대해 더 알아보기" "learn_more": "조건에 대해 더 알아보기"
@ -787,7 +797,9 @@
"heading": "서버 관리", "heading": "서버 관리",
"introduction": "Home Assistant 서버를 제어합니다.", "introduction": "Home Assistant 서버를 제어합니다.",
"restart": "재시작", "restart": "재시작",
"stop": "중지" "stop": "중지",
"confirm_restart": "Home Assistant 를 재시작 하시겠습니까?",
"confirm_stop": "Home Assistant 를 중지 하시겠습니까?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "저장하기", "save": "저장하기",
"unsaved_changes": "저장되지 않은 변경사항", "unsaved_changes": "저장되지 않은 변경사항",
"saved": "저장되었습니다" "saved": "저장되었습니다"
},
"edit_lovelace": {
"header": "Lovelace UI 의 제목",
"explanation": "이 제목은 Lovelace 의 모든 화면의 상단에 표시됩니다."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "읽는중", "loading": "읽는중",
"cancel": "취소", "cancel": "취소",
"save": "저장" "save": "저장",
"successfully_saved": "성공적으로 저장되었습니다"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {일}\nother {일}\n}", "day": "{count} {count, plural,\none {일}\nother {일}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "속도", "speed": "속도",
"oscillate": "회전", "oscillate": "회전",
"direction": "방향" "direction": "방향",
"forward": "앞으로",
"reverse": "뒤로"
}, },
"light": { "light": {
"brightness": "밝기", "brightness": "밝기",
@ -1244,6 +1263,14 @@
"target_temperature": "희망 온도", "target_temperature": "희망 온도",
"operation": "운전", "operation": "운전",
"away_mode": "외출 모드" "away_mode": "외출 모드"
},
"timer": {
"actions": {
"start": "시작",
"pause": "일시정지",
"cancel": "취소",
"finish": "완료"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "시스템 옵션", "title": "시스템 옵션",
"enable_new_entities_label": "새로 추가된 구성요소를 활성화합니다.", "enable_new_entities_label": "새로 추가된 구성요소를 활성화합니다.",
"enable_new_entities_description": "비활성화한 경우 새로 검색된 구성요소는 Home Assistant 에 자동으로 추가되지 않습니다." "enable_new_entities_description": "비활성화한 경우 새로 검색된 구성요소는 Home Assistant 에 자동으로 추가되지 않습니다."
},
"zha_device_info": {
"manuf": "{manufacturer} 제조",
"no_area": "영역 없음",
"services": {
"reconfigure": "ZHA 장치를 다시 구성 합니다. (장치 복구). 장치에 문제가 있는 경우 사용해주세요. 장치가 배터리로 작동하는 경우, 이 서비스를 사용할 때 장치가 켜져있고 통신이 가능한 상태여야 합니다.",
"updateDeviceName": "이 기기의 사용자 정의 이름을 기기 레지스트리에 설정합니다.",
"remove": "Zigbee 네트워크에서 기기를 제거해주세요."
},
"zha_device_card": {
"device_name_placeholder": "사용자 지정 이름",
"area_picker_label": "영역",
"update_name_button": "이름 업데이트"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -327,6 +327,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Logger"
} }
} }
}, },
@ -498,6 +501,9 @@
"event": "Hendelse:", "event": "Hendelse:",
"enter": "Ankommer", "enter": "Ankommer",
"leave": "Forlater" "leave": "Forlater"
},
"device": {
"label": "Enheten"
} }
}, },
"learn_more": "Lær mer om utløsere" "learn_more": "Lær mer om utløsere"
@ -787,7 +793,9 @@
"heading": "Serveradministrasjon", "heading": "Serveradministrasjon",
"introduction": "Kontroller din Home Assistant server... fra Home Assistant.", "introduction": "Kontroller din Home Assistant server... fra Home Assistant.",
"restart": "Omstart", "restart": "Omstart",
"stop": "Stopp" "stop": "Stopp",
"confirm_restart": "Er du sikker på at du vil starte Home Assistant på nytt?",
"confirm_stop": "Er du sikker på at du vil stoppe Home Assistant?"
} }
} }
} }
@ -1199,7 +1207,9 @@
"fan": { "fan": {
"speed": "Hastighet", "speed": "Hastighet",
"oscillate": "Vandring", "oscillate": "Vandring",
"direction": "Retning" "direction": "Retning",
"forward": "Framover",
"reverse": "Omvendt"
}, },
"light": { "light": {
"brightness": "Lysstyrke", "brightness": "Lysstyrke",

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Sneeuw-, regenachtig", "snowy-rainy": "Sneeuw-, regenachtig",
"sunny": "Zonnig", "sunny": "Zonnig",
"windy": "Winderig", "windy": "Winderig",
"windy-variant": "Winderig" "windy-variant": "Winderig",
"exceptional": "Uitzonderlijk"
}, },
"vacuum": { "vacuum": {
"cleaning": "Reinigen", "cleaning": "Reinigen",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Logboek"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Gebeurtenis:", "event": "Gebeurtenis:",
"enter": "Invoeren", "enter": "Invoeren",
"leave": "Verlaten" "leave": "Verlaten"
},
"device": {
"label": "Apparaat"
} }
}, },
"learn_more": "Meer informatie over triggers" "learn_more": "Meer informatie over triggers"
@ -544,6 +551,9 @@
"label": "Zone", "label": "Zone",
"entity": "Entiteit met locatie", "entity": "Entiteit met locatie",
"zone": "Zone" "zone": "Zone"
},
"device": {
"label": "Apparaat"
} }
}, },
"learn_more": "Meer informatie over condities" "learn_more": "Meer informatie over condities"
@ -595,7 +605,7 @@
"description": "Beheer je Z-Wave-netwerk", "description": "Beheer je Z-Wave-netwerk",
"network_management": { "network_management": {
"header": "Z-Wave netwerkbeheer", "header": "Z-Wave netwerkbeheer",
"introduction": "Voer opdrachten uit die van invloed zijn op het Z-Wave-netwerk. Je krijgt geen feedback of de meeste commando's gelukt zijn, maar je kunt wel het OZW Logboek raadplegen om te proberen uit te vinden of het gelukt is." "introduction": "Voer opdrachten uit die van invloed zijn op het Z-Wave-netwerk. Je krijgt geen terugkoppeling of de meeste commando's gelukt zijn, maar je kunt wel het OZW Logboek raadplegen om te proberen uit te vinden of het gelukt is."
}, },
"network_status": { "network_status": {
"network_stopped": "Z-Wave netwerk gestopt", "network_stopped": "Z-Wave netwerk gestopt",
@ -630,7 +640,7 @@
"node_config": { "node_config": {
"header": "Node Configuratie Opties", "header": "Node Configuratie Opties",
"seconds": "Seconden", "seconds": "Seconden",
"set_wakeup": "Wakeup-interval instellen", "set_wakeup": "Activeringsinterval instellen",
"config_parameter": "Configuratie Parameter", "config_parameter": "Configuratie Parameter",
"config_value": "Configuratie Waarde", "config_value": "Configuratie Waarde",
"true": "Waar", "true": "Waar",
@ -787,7 +797,9 @@
"heading": "Serverbeheer", "heading": "Serverbeheer",
"introduction": "Beheer je Home Assistant-server ... vanuit Home Assistant.", "introduction": "Beheer je Home Assistant-server ... vanuit Home Assistant.",
"restart": "Herstarten", "restart": "Herstarten",
"stop": "Stop" "stop": "Stop",
"confirm_restart": "Weet je zeker dat je Home Assistant opnieuw wilt starten?",
"confirm_stop": "Weet je zeker dat je Home Assistant wilt afsluiten?"
} }
} }
} }
@ -825,7 +837,7 @@
}, },
"long_lived_access_tokens": { "long_lived_access_tokens": {
"header": "Toegangtokens met lange levensduur", "header": "Toegangtokens met lange levensduur",
"description": "Maak toegangstokens met een lange levensduur zodat je scripts kunnen communiceren met je Home Assistant-instantie. Elk token is tien jaar geldig vanaf geldig vanaf de aanmaakdatum. De volgende langlevende toegangstokens zijn momenteel actief.", "description": "Maak toegangstokens met een lange levensduur zodat je scripts kunnen communiceren met je Home Assistant-instantie. Elk token is tien jaar geldig vanaf de aanmaakdatum. De volgende langlevende toegangstokens zijn momenteel actief.",
"learn_auth_requests": "Kom te weten hoe je geverifieerde verzoeken kunt maken", "learn_auth_requests": "Kom te weten hoe je geverifieerde verzoeken kunt maken",
"created_at": "Gemaakt op {date}", "created_at": "Gemaakt op {date}",
"confirm_delete": "Weet je zeker dat je de toegangstoken voor {name} wilt verwijderen?", "confirm_delete": "Weet je zeker dat je de toegangstoken voor {name} wilt verwijderen?",
@ -1054,6 +1066,10 @@
"save": "Opslaan", "save": "Opslaan",
"unsaved_changes": "Niet-opgeslagen wijzigingen", "unsaved_changes": "Niet-opgeslagen wijzigingen",
"saved": "Opgeslagen" "saved": "Opgeslagen"
},
"edit_lovelace": {
"header": "Titel van je Lovelace UI",
"explanation": "Deze titel wordt vooral weergegeven in al je weergaven in Lovelace."
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Bezig met laden", "loading": "Bezig met laden",
"cancel": "Annuleren", "cancel": "Annuleren",
"save": "Opslaan" "save": "Opslaan",
"successfully_saved": "Succesvol opgeslagen"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {dag}\nother {dagen}\n}", "day": "{count} {count, plural,\none {dag}\nother {dagen}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Snelheid", "speed": "Snelheid",
"oscillate": "Oscilleren", "oscillate": "Oscilleren",
"direction": "Richting" "direction": "Richting",
"forward": "Voorwaarts",
"reverse": "Omkeren"
}, },
"light": { "light": {
"brightness": "Helderheid", "brightness": "Helderheid",
@ -1244,6 +1263,14 @@
"target_temperature": "Gewenste temperatuur", "target_temperature": "Gewenste temperatuur",
"operation": "Werking", "operation": "Werking",
"away_mode": "Afwezigheidsmodus" "away_mode": "Afwezigheidsmodus"
},
"timer": {
"actions": {
"start": "start",
"pause": "pauze",
"cancel": "annuleren",
"finish": "voltooien"
}
} }
}, },
"components": { "components": {
@ -1309,7 +1336,21 @@
"config_entry_system_options": { "config_entry_system_options": {
"title": "Systeemopties", "title": "Systeemopties",
"enable_new_entities_label": "Voeg nieuwe entiteiten automatisch toe", "enable_new_entities_label": "Voeg nieuwe entiteiten automatisch toe",
"enable_new_entities_description": "Indien uitgeschakeld, zullen entiteiten niet aan Home Assistant worden toegevoegd" "enable_new_entities_description": "Als uitgeschakeld, worden nieuw ontdekte entiteiten niet aan Home Assistant toegevoegd."
},
"zha_device_info": {
"manuf": "door {manufacturer}",
"no_area": "Geen Gebied",
"services": {
"reconfigure": "Herconfigureer het ZHA-apparaat (heal device). Gebruik dit als je problemen hebt met het apparaat. Als het een apparaat met batterij is, zorg dan dat het wakker is en commando's accepteert wanneer je deze service gebruikt.",
"updateDeviceName": "Stel een aangepaste naam in voor dit apparaat in het apparaatregister.",
"remove": "Verwijder een apparaat uit het ZigBee-netwerk."
},
"zha_device_card": {
"device_name_placeholder": "Door gebruiker ingegeven naam",
"area_picker_label": "Gebied",
"update_name_button": "Naam bijwerken"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -251,7 +251,8 @@
"snowy-rainy": "śnieżnie, deszczowo", "snowy-rainy": "śnieżnie, deszczowo",
"sunny": "słonecznie", "sunny": "słonecznie",
"windy": "wietrznie", "windy": "wietrznie",
"windy-variant": "wietrznie" "windy-variant": "wietrznie",
"exceptional": "Wyjątkowy"
}, },
"vacuum": { "vacuum": {
"cleaning": "sprzątanie", "cleaning": "sprzątanie",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Informacje" "title": "Informacje"
},
"logs": {
"title": "Logi"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Zdarzenie:", "event": "Zdarzenie:",
"enter": "wejście", "enter": "wejście",
"leave": "wyjście" "leave": "wyjście"
},
"device": {
"label": "Urządzenie"
} }
}, },
"learn_more": "Dowiedz się więcej o wyzwalaczach" "learn_more": "Dowiedz się więcej o wyzwalaczach"
@ -544,6 +551,9 @@
"label": "Strefa", "label": "Strefa",
"entity": "Encja z lokalizacją", "entity": "Encja z lokalizacją",
"zone": "Strefa" "zone": "Strefa"
},
"device": {
"label": "Urządzenie"
} }
}, },
"learn_more": "Dowiedz się więcej o warunkach" "learn_more": "Dowiedz się więcej o warunkach"
@ -698,7 +708,7 @@
"caption": "ZHA", "caption": "ZHA",
"description": "Zarządzanie siecią automatyki domowej Zigbee", "description": "Zarządzanie siecią automatyki domowej Zigbee",
"services": { "services": {
"reconfigure": "Ponowna konfiguracja urządzenia ZHA (uzdrawianie urządzenia). Użyj tej usługi, jeśli masz problemy z urządzeniem. Jeśli urządzenie jest zasilane bateryjnie, upewnij się, że nie jest uśpione i przyjmie polecenie rekonfiguracji.", "reconfigure": "Ponowna konfiguracja urządzenia ZHA (uzdrawianie urządzenia). Użyj tego polecenia, jeśli masz problemy z urządzeniem. Jeśli urządzenie jest zasilane bateryjnie, upewnij się, że nie jest uśpione i przyjmie polecenie rekonfiguracji.",
"updateDeviceName": "Ustaw niestandardową nazwę tego urządzenia w rejestrze urządzeń.", "updateDeviceName": "Ustaw niestandardową nazwę tego urządzenia w rejestrze urządzeń.",
"remove": "Usuń urządzenie z sieci Zigbee." "remove": "Usuń urządzenie z sieci Zigbee."
}, },
@ -787,7 +797,9 @@
"heading": "Zarządzanie serwerem", "heading": "Zarządzanie serwerem",
"introduction": "Kontroluj serwer Home Assistant'a.", "introduction": "Kontroluj serwer Home Assistant'a.",
"restart": "Uruchom ponownie", "restart": "Uruchom ponownie",
"stop": "Zatrzymaj" "stop": "Zatrzymaj",
"confirm_restart": "Czy chcesz ponownie uruchomić Home Assistant?",
"confirm_stop": "Czy chcesz zatrzymać Home Assistant?"
} }
} }
} }
@ -1054,21 +1066,25 @@
"save": "Zapisz", "save": "Zapisz",
"unsaved_changes": "Niezapisane zmiany", "unsaved_changes": "Niezapisane zmiany",
"saved": "Zapisano" "saved": "Zapisano"
},
"edit_lovelace": {
"header": "Tytuł interfejsu użytkownika",
"explanation": "Tytuł jest wyświetlany ponad wszystkimi widokami interfejsu użytkownika"
} }
}, },
"menu": { "menu": {
"configure_ui": "Konfiguracja interfejsu użytkownika", "configure_ui": "Konfiguracja interfejsu użytkownika",
"unused_entities": "Nieużywane encje", "unused_entities": "Nieużywane encje",
"help": "Pomoc", "help": "Pomoc",
"refresh": "Odśwież" "refresh": "Wczytaj ponownie"
}, },
"warning": { "warning": {
"entity_not_found": "Encja niedostępna: {entity}", "entity_not_found": "Encja niedostępna: {entity}",
"entity_non_numeric": "Encja nie jest numeryczna: {entity}" "entity_non_numeric": "Encja nie jest numeryczna: {entity}"
}, },
"changed_toast": { "changed_toast": {
"message": "Zaktualizowano konfigurację Lovelace, czy chcesz odświeżyć?", "message": "Zaktualizowano konfigurację interfejsu użytkownika, czy chcesz ją wczytać ponownie?",
"refresh": "Odśwież" "refresh": "Wczytaj ponownie"
}, },
"reload_lovelace": "Wczytaj ponownie Lovelace" "reload_lovelace": "Wczytaj ponownie Lovelace"
}, },
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Ładowanie", "loading": "Ładowanie",
"cancel": "Anuluj", "cancel": "Anuluj",
"save": "Zapisz" "save": "Zapisz",
"successfully_saved": "Pomyślnie zapisano"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\n one {dzień}\n other {dni}\n}", "day": "{count} {count, plural,\n one {dzień}\n other {dni}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Prędkość", "speed": "Prędkość",
"oscillate": "Oscylacja", "oscillate": "Oscylacja",
"direction": "Kierunek" "direction": "Kierunek",
"forward": "Naprzód",
"reverse": "Wstecz"
}, },
"light": { "light": {
"brightness": "Jasność", "brightness": "Jasność",
@ -1244,6 +1263,14 @@
"target_temperature": "Temperatura docelowa", "target_temperature": "Temperatura docelowa",
"operation": "Tryb działania", "operation": "Tryb działania",
"away_mode": "Tryb poza domem" "away_mode": "Tryb poza domem"
},
"timer": {
"actions": {
"start": "start",
"pause": "pauza",
"cancel": "anuluj",
"finish": "koniec"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "Opcje systemu", "title": "Opcje systemu",
"enable_new_entities_label": "Włącz dodawanie nowych encji.", "enable_new_entities_label": "Włącz dodawanie nowych encji.",
"enable_new_entities_description": "Jeśli wyłączone, nowo wykryte encje nie będą automatycznie dodawane do Home Assistant'a." "enable_new_entities_description": "Jeśli wyłączone, nowo wykryte encje nie będą automatycznie dodawane do Home Assistant'a."
},
"zha_device_info": {
"manuf": "przez: {manufacturer}",
"no_area": "brak",
"services": {
"reconfigure": "Ponowna konfiguracja urządzenia ZHA (uzdrawianie urządzenia). Użyj tego polecenia, jeśli masz problemy z urządzeniem. Jeśli urządzenie jest zasilane bateryjnie, upewnij się, że nie jest uśpione i przyjmie polecenie rekonfiguracji.",
"updateDeviceName": "Wprowadź niestandardową nazwę tego urządzenia w rejestrze urządzeń.",
"remove": "Usuń urządzenie z sieci Zigbee."
},
"zha_device_card": {
"device_name_placeholder": "Nazwa użytkownika",
"area_picker_label": "Obszar",
"update_name_button": "Aktualizuj nazwę"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Neve, chuva", "snowy-rainy": "Neve, chuva",
"sunny": "Ensolarado", "sunny": "Ensolarado",
"windy": "Ventoso", "windy": "Ventoso",
"windy-variant": "Ventoso" "windy-variant": "Ventoso",
"exceptional": "Excepcional"
}, },
"vacuum": { "vacuum": {
"cleaning": "Limpando", "cleaning": "Limpando",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Logs"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Evento:", "event": "Evento:",
"enter": "Entrar", "enter": "Entrar",
"leave": "Sair" "leave": "Sair"
},
"device": {
"label": "Dispositivo"
} }
}, },
"learn_more": "Saiba mais sobre gatilhos" "learn_more": "Saiba mais sobre gatilhos"
@ -620,12 +627,21 @@
"common": { "common": {
"value": "Valor", "value": "Valor",
"instance": "Instância", "instance": "Instância",
"index": "Índice" "index": "Índice",
"unknown": "Desconhecido",
"wakeup_interval": "Intervalo de ativação"
}, },
"values": { "values": {
"header": "Valores de nó" "header": "Valores de nó"
}, },
"node_config": { "node_config": {
"header": "Opções de configuração do nó",
"seconds": "Segundos",
"set_wakeup": "Definir intervalo de ativação",
"config_parameter": "Parâmetro de configuração",
"config_value": "Valor de configuração",
"true": "Verdadeiro",
"false": "Falso",
"set_config_parameter": "Definir o parâmetro de configuração" "set_config_parameter": "Definir o parâmetro de configuração"
} }
}, },
@ -738,7 +754,10 @@
"unavailable": "Esta entidade não está disponível no momento.", "unavailable": "Esta entidade não está disponível no momento.",
"default_name": "Nova Área", "default_name": "Nova Área",
"delete": "APAGAR", "delete": "APAGAR",
"update": "ATUALIZAR" "update": "ATUALIZAR",
"enabled_label": "Ativar entidade",
"enabled_cause": "Desativado por {cause}.",
"enabled_description": "As entidades desativadas não serão adicionadas ao Home Assistant."
} }
}, },
"person": { "person": {
@ -750,6 +769,36 @@
"device_tracker_picked": "Rastrear dispositivo", "device_tracker_picked": "Rastrear dispositivo",
"device_tracker_pick": "Escolha o dispositivo para rastrear" "device_tracker_pick": "Escolha o dispositivo para rastrear"
} }
},
"server_control": {
"caption": "Controle do servidor",
"description": "Reinicie e interrompa o servidor do Home Assistant",
"section": {
"validation": {
"heading": "Validação da configuração",
"introduction": "Valide sua configuração se você recentemente fez algumas mudanças na sua configuração e quiser certificar-se de que tudo é válido.",
"check_config": "Verificar a configuração",
"valid": "Configuração válida!",
"invalid": "Configuração inválida"
},
"reloading": {
"heading": "Recarregando a configuração",
"introduction": "Algumas partes do Home Assistant podem ser recarregadas sem a necessidade de reiniciar. Pressionar recarregar descarregará sua configuração atual e carregará a nova.",
"core": "Recarregar o Core",
"group": "Recarregar os grupos",
"automation": "Recarregar as automações",
"script": "Recarregar os scripts",
"scene": "Recarregar cenas"
},
"server_management": {
"heading": "Gerenciamento do servidor",
"introduction": "Controle o seu servidor Home Assistant... a partir do Home Assistant.",
"restart": "Reiniciar",
"stop": "Parar",
"confirm_restart": "Tem certeza de que deseja reiniciar o Home Assistant?",
"confirm_stop": "Tem certeza de que deseja parar o Home Assistant?"
}
}
} }
}, },
"profile": { "profile": {
@ -1083,7 +1132,8 @@
"common": { "common": {
"loading": "Carregando", "loading": "Carregando",
"cancel": "Cancelar", "cancel": "Cancelar",
"save": "Salvar" "save": "Salvar",
"successfully_saved": "Salvo com sucesso"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {day}\nother {days}\n}", "day": "{count} {count, plural,\none {day}\nother {days}\n}",
@ -1159,7 +1209,9 @@
"fan": { "fan": {
"speed": "Velocidade", "speed": "Velocidade",
"oscillate": "Oscilar", "oscillate": "Oscilar",
"direction": "Direção" "direction": "Direção",
"forward": "Frente",
"reverse": "Reverter"
}, },
"light": { "light": {
"brightness": "Brilho", "brightness": "Brilho",
@ -1257,6 +1309,19 @@
"updater": { "updater": {
"title": "Atualizar Instruções" "title": "Atualizar Instruções"
} }
},
"options_flow": {
"form": {
"header": "Opções"
},
"success": {
"description": "Opções salvas com sucesso."
}
},
"config_entry_system_options": {
"title": "Opções do sistema",
"enable_new_entities_label": "Habilitar entidades recém-adicionadas.",
"enable_new_entities_description": "Se desativadas, as entidades recém-descobertas não serão automaticamente adicionadas ao Home Assistant."
} }
}, },
"auth_store": { "auth_store": {
@ -1352,5 +1417,12 @@
"system-admin": "Administradores", "system-admin": "Administradores",
"system-users": "Usuários", "system-users": "Usuários",
"system-read-only": "Usuários somente leitura" "system-read-only": "Usuários somente leitura"
},
"config_entry": {
"disabled_by": {
"user": "Usuário",
"integration": "Integração",
"config_entry": "Entrada de configuração"
}
} }
} }

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Снег с дождем", "snowy-rainy": "Снег с дождем",
"sunny": "Ясно", "sunny": "Ясно",
"windy": "Ветрено", "windy": "Ветрено",
"windy-variant": "Ветрено" "windy-variant": "Ветрено",
"exceptional": "Предупреждение"
}, },
"vacuum": { "vacuum": {
"cleaning": "Уборка", "cleaning": "Уборка",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "О системе" "title": "О системе"
},
"logs": {
"title": "Лог"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Событие:", "event": "Событие:",
"enter": "Войти", "enter": "Войти",
"leave": "Покинуть" "leave": "Покинуть"
},
"device": {
"label": "Устройство"
} }
}, },
"learn_more": "Узнайте больше о триггерах" "learn_more": "Узнайте больше о триггерах"
@ -544,6 +551,9 @@
"label": "Зона", "label": "Зона",
"entity": "Объект с местоположением", "entity": "Объект с местоположением",
"zone": "Зона" "zone": "Зона"
},
"device": {
"label": "Устройство"
} }
}, },
"learn_more": "Узнайте больше об условиях" "learn_more": "Узнайте больше об условиях"
@ -787,7 +797,9 @@
"heading": "Управление сервером", "heading": "Управление сервером",
"introduction": "Управляйте Вашим сервером Home Assistant... из Home Assistant.", "introduction": "Управляйте Вашим сервером Home Assistant... из Home Assistant.",
"restart": "Перезапустить", "restart": "Перезапустить",
"stop": "Остановить" "stop": "Остановить",
"confirm_restart": "Вы уверены, что хотите перезапустить Home Assistant?",
"confirm_stop": "Вы уверены, что хотите остановить Home Assistant?"
} }
} }
} }
@ -1054,6 +1066,10 @@
"save": "Сохранить", "save": "Сохранить",
"unsaved_changes": "Несохраненные изменения", "unsaved_changes": "Несохраненные изменения",
"saved": "Сохранено" "saved": "Сохранено"
},
"edit_lovelace": {
"header": "Заголовок для Lovelace",
"explanation": "Этот заголовок будет показан над вашими карточками в Lovelace"
} }
}, },
"menu": { "menu": {
@ -1123,7 +1139,8 @@
"common": { "common": {
"loading": "Загрузка", "loading": "Загрузка",
"cancel": "Отменить", "cancel": "Отменить",
"save": "Сохранить" "save": "Сохранить",
"successfully_saved": "Успешно сохранено"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {д.}\nother {д.}\n}", "day": "{count} {count, plural,\none {д.}\nother {д.}\n}",
@ -1199,7 +1216,9 @@
"fan": { "fan": {
"speed": "Скорость", "speed": "Скорость",
"oscillate": "Колебания", "oscillate": "Колебания",
"direction": "Направление" "direction": "Направление",
"forward": "От себя",
"reverse": "На себя"
}, },
"light": { "light": {
"brightness": "Яркость", "brightness": "Яркость",
@ -1244,6 +1263,14 @@
"target_temperature": "Заданная температура", "target_temperature": "Заданная температура",
"operation": "Операция", "operation": "Операция",
"away_mode": "Режим \"не дома\"" "away_mode": "Режим \"не дома\""
},
"timer": {
"actions": {
"start": "Запуск",
"pause": "Пауза",
"cancel": "Отмена",
"finish": "Готово"
}
} }
}, },
"components": { "components": {
@ -1310,6 +1337,20 @@
"title": "Системные настройки", "title": "Системные настройки",
"enable_new_entities_label": "Добавлять новые объекты.", "enable_new_entities_label": "Добавлять новые объекты.",
"enable_new_entities_description": "Автоматически добавлять в Home Assistant вновь обнаруженные объекты." "enable_new_entities_description": "Автоматически добавлять в Home Assistant вновь обнаруженные объекты."
},
"zha_device_info": {
"manuf": "Производитель: {manufacturer}",
"no_area": "Не указано",
"services": {
"reconfigure": "Перенастройка устройства ZHA. Используйте эту службу, если у Вас есть проблемы с устройством. Если рассматриваемое устройство работает от батареи, пожалуйста, убедитесь, что оно не находится в режиме сна и принимает команды, когда вы запускаете эту службу.",
"updateDeviceName": "Установите имя для этого устройства в реестре устройств.",
"remove": "Удалить устройство из сети ZigBee."
},
"zha_device_card": {
"device_name_placeholder": "Логин",
"area_picker_label": "Помещение",
"update_name_button": "Обновить название"
}
} }
}, },
"auth_store": { "auth_store": {

View File

@ -327,6 +327,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Dnevniki"
} }
} }
}, },
@ -498,6 +501,9 @@
"event": "Dogodek:", "event": "Dogodek:",
"enter": "Vnesite", "enter": "Vnesite",
"leave": "Odidi" "leave": "Odidi"
},
"device": {
"label": "Naprava"
} }
}, },
"learn_more": "Več o sprožilcih" "learn_more": "Več o sprožilcih"
@ -787,7 +793,9 @@
"heading": "Upravljanje strežnika", "heading": "Upravljanje strežnika",
"introduction": "Nadzirajte strežnik Home Assistant ... iz Home Assistant-a", "introduction": "Nadzirajte strežnik Home Assistant ... iz Home Assistant-a",
"restart": "Ponovni zagon", "restart": "Ponovni zagon",
"stop": "Ustavi" "stop": "Ustavi",
"confirm_restart": "Ali ste prepričani, da želite znova zagnati Home Assistant-a?",
"confirm_stop": "Ali ste prepričani, da želite ustaviti Home Assistant-a?"
} }
} }
} }
@ -1199,7 +1207,9 @@
"fan": { "fan": {
"speed": "Hitrost", "speed": "Hitrost",
"oscillate": "Nihanje", "oscillate": "Nihanje",
"direction": "Smer" "direction": "Smer",
"forward": "Naprej",
"reverse": "Obratno"
}, },
"light": { "light": {
"brightness": "Svetlost", "brightness": "Svetlost",

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Snöigt, regnigt", "snowy-rainy": "Snöigt, regnigt",
"sunny": "Soligt", "sunny": "Soligt",
"windy": "Blåsigt", "windy": "Blåsigt",
"windy-variant": "Blåsigt" "windy-variant": "Blåsigt",
"exceptional": "Exceptionellt"
}, },
"vacuum": { "vacuum": {
"cleaning": "Städar", "cleaning": "Städar",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Info" "title": "Info"
},
"logs": {
"title": "Loggar"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Händelse:", "event": "Händelse:",
"enter": "Ankomma", "enter": "Ankomma",
"leave": "Lämna" "leave": "Lämna"
},
"device": {
"label": "Enhet"
} }
}, },
"learn_more": "Lär dig mer om utlösare" "learn_more": "Lär dig mer om utlösare"
@ -787,7 +794,9 @@
"heading": "Serverhantering", "heading": "Serverhantering",
"introduction": "Kontrollera din Home Assistant-server ... från Home Assistant.", "introduction": "Kontrollera din Home Assistant-server ... från Home Assistant.",
"restart": "Starta om", "restart": "Starta om",
"stop": "Stoppa" "stop": "Stoppa",
"confirm_restart": "Är du säker på att du vill starta om Home Assistant?",
"confirm_stop": "Är du säker på att du vill stoppa Home Assistant?"
} }
} }
} }
@ -1123,7 +1132,8 @@
"common": { "common": {
"loading": "Läser in", "loading": "Läser in",
"cancel": "Avbryt", "cancel": "Avbryt",
"save": "Spara" "save": "Spara",
"successfully_saved": "Inställningar sparades"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {dag}\nother {dagar}\n}", "day": "{count} {count, plural,\none {dag}\nother {dagar}\n}",
@ -1199,7 +1209,9 @@
"fan": { "fan": {
"speed": "Hastighet", "speed": "Hastighet",
"oscillate": "Pendlar", "oscillate": "Pendlar",
"direction": "Riktning" "direction": "Riktning",
"forward": "Framåt",
"reverse": "Baklänges"
}, },
"light": { "light": {
"brightness": "Ljusstyrka", "brightness": "Ljusstyrka",

View File

@ -323,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "ข้อมูล"
} }
} }
}, },
@ -589,7 +592,12 @@
"zwave": { "zwave": {
"caption": "Z-Wave", "caption": "Z-Wave",
"description": "จัดการเครือข่าย Z-Wave", "description": "จัดการเครือข่าย Z-Wave",
"common": {
"value": "ค่า",
"unknown": "ไม่ทราบ"
},
"node_config": { "node_config": {
"seconds": "วินาที",
"set_config_parameter": "ตั้งค่าพารามิเตอร์การกำหนดค่า" "set_config_parameter": "ตั้งค่าพารามิเตอร์การกำหนดค่า"
} }
}, },
@ -713,6 +721,23 @@
"device_tracker_picked": "ติดตามอุปกรณ์", "device_tracker_picked": "ติดตามอุปกรณ์",
"device_tracker_pick": "เลือกอุปกรณ์ที่จะติดตาม" "device_tracker_pick": "เลือกอุปกรณ์ที่จะติดตาม"
} }
},
"server_control": {
"section": {
"validation": {
"check_config": "ตรวจสอบการกำหนดค่า"
},
"reloading": {
"core": "โหลดส่วนกลางใหม่",
"group": "โหลดกลุ่มใหม่",
"script": "โหลดสคริปต์อีกครั้ง"
},
"server_management": {
"heading": "การจัดการเซิร์ฟเวอร์",
"restart": "เริ่มต้นใหม่",
"stop": "หยุด"
}
}
} }
}, },
"profile": { "profile": {
@ -783,6 +808,9 @@
"step_done": "ติดตั้งเสร็จแล้วในขั้นตอนที่ {step}", "step_done": "ติดตั้งเสร็จแล้วในขั้นตอนที่ {step}",
"close": "ปิด", "close": "ปิด",
"submit": "ส่งข้อมูล" "submit": "ส่งข้อมูล"
},
"force_narrow": {
"header": "ซ่อนแถบด้านข้างเสมอ"
} }
}, },
"page-authorize": { "page-authorize": {
@ -1241,6 +1269,14 @@
"off": "ปิด", "off": "ปิด",
"on": "เปิด", "on": "เปิด",
"auto": "อัตโนมัติ" "auto": "อัตโนมัติ"
},
"preset_mode": {
"home": "บ้าน",
"activity": "กิจกรรม"
},
"hvac_action": {
"off": "ปิด",
"idle": "ไม่ได้ใช้งาน"
} }
} }
}, },

View File

@ -199,7 +199,7 @@
"standby": "Очікування" "standby": "Очікування"
}, },
"plant": { "plant": {
"ok": "ОК", "ok": "ТАК",
"problem": "Халепа" "problem": "Халепа"
}, },
"remote": { "remote": {
@ -251,7 +251,8 @@
"snowy-rainy": "Сніг, дощ", "snowy-rainy": "Сніг, дощ",
"sunny": "Сонячно", "sunny": "Сонячно",
"windy": "Вітряно", "windy": "Вітряно",
"windy-variant": "Вітряно" "windy-variant": "Вітряно",
"exceptional": "Попередження"
}, },
"vacuum": { "vacuum": {
"cleaning": "Прибирання", "cleaning": "Прибирання",
@ -276,17 +277,17 @@
"state_badge": { "state_badge": {
"default": { "default": {
"unknown": "Невід", "unknown": "Невід",
"unavailable": "Недост", "unavailable": "Недоступно",
"error": "Помилка", "error": "Помилка",
"entity_not_found": "Об'єкт не знайдено" "entity_not_found": "Об'єкт не знайдено"
}, },
"alarm_control_panel": { "alarm_control_panel": {
"armed": "Охорона", "armed": "Охорона",
"disarmed": "Вимкн", "disarmed": "Знято з охорони",
"armed_home": "Охорона", "armed_home": "Охорона",
"armed_away": "Охорона", "armed_away": "Охорона",
"armed_night": "Охорона", "armed_night": "Охорона",
"pending": "Очік", "pending": "Очікування",
"arming": "Ставлю", "arming": "Ставлю",
"disarming": "Зняття", "disarming": "Зняття",
"triggered": "Тривога", "triggered": "Тривога",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "Інформація" "title": "Інформація"
},
"logs": {
"title": "Лог"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "Подія:", "event": "Подія:",
"enter": "Увійти", "enter": "Увійти",
"leave": "Залишити" "leave": "Залишити"
},
"device": {
"label": "Пристрій"
} }
}, },
"learn_more": "Докладніше про тригери" "learn_more": "Докладніше про тригери"
@ -512,7 +519,12 @@
"unsupported_condition": "Непідтримувана умова: {condition}", "unsupported_condition": "Непідтримувана умова: {condition}",
"type_select": "Тип умови", "type_select": "Тип умови",
"type": { "type": {
"state": {
"label": "Статус",
"state": "Статус"
},
"numeric_state": { "numeric_state": {
"label": "Числовий статус",
"above": "Над", "above": "Над",
"below": "Нижче" "below": "Нижче"
}, },
@ -526,7 +538,8 @@
"sunset": "Захід" "sunset": "Захід"
}, },
"template": { "template": {
"label": "Шаблон" "label": "Шаблон",
"value_template": "Значення шаблону"
}, },
"time": { "time": {
"label": "Час", "label": "Час",
@ -535,7 +548,11 @@
}, },
"zone": { "zone": {
"label": "Зона", "label": "Зона",
"entity": "Об'єкт з місцем розташування",
"zone": "Зона" "zone": "Зона"
},
"device": {
"label": "Пристрій"
} }
}, },
"learn_more": "Докладніше про умови" "learn_more": "Докладніше про умови"
@ -585,21 +602,48 @@
"zwave": { "zwave": {
"caption": "Z-Wave", "caption": "Z-Wave",
"description": "Керуйте мережею Z-Wave", "description": "Керуйте мережею Z-Wave",
"network_management": {
"header": "Керування мережею Z-Wave",
"introduction": "Керуйте мережею Z-Wave за допомогою представлених команд. Інформацію про результат виконаних команд Ви можете отримати в журналі OZW."
},
"network_status": {
"network_stopped": "Мережа Z-Wave вимкнена",
"network_starting": "Запуск мережі Z-Wave ...",
"network_starting_note": "Це може зайняти деякий час в залежності від розміру Вашої мережі.",
"network_started": "Мережа Z-Wave працює",
"network_started_note_some_queried": "Активні вузли були опитані. Сплячі вузли будуть опитані, коли вийдуть з режиму сну.",
"network_started_note_all_queried": "Всі вузли були опитані."
},
"services": { "services": {
"start_network": "Увімкнути",
"stop_network": "Вимкнути",
"heal_network": "Виправити мережу",
"test_network": "Тестувати ",
"soft_reset": "Скидання",
"save_config": "Зберегти конфігурацію", "save_config": "Зберегти конфігурацію",
"add_node_secure": "Додати захищений вузол",
"add_node": "Додати вузол", "add_node": "Додати вузол",
"remove_node": "Видалити вузол", "remove_node": "Видалити вузол",
"cancel_command": "Скасувати команду" "cancel_command": "Скасувати команду"
}, },
"common": { "common": {
"value": "Значення",
"instance": "Екземпляр",
"index": "Індекс",
"unknown": "невідомо", "unknown": "невідомо",
"wakeup_interval": "Інтервал пробудження" "wakeup_interval": "Інтервал пробудження"
}, },
"values": {
"header": "Значення вузлів"
},
"node_config": { "node_config": {
"header": "Параметри конфігурації вузла",
"seconds": "секунд", "seconds": "секунд",
"set_wakeup": "Встановити інтервал пробудження", "set_wakeup": "Встановити інтервал пробудження",
"config_parameter": "Параметр конфігурації", "config_parameter": "Параметр конфігурації",
"config_value": "Значення параметра", "config_value": "Значення параметра",
"true": "Істина",
"false": "Брехня",
"set_config_parameter": "Встановити параметр налаштування" "set_config_parameter": "Встановити параметр налаштування"
} }
}, },
@ -752,7 +796,9 @@
"heading": "Управління сервером", "heading": "Управління сервером",
"introduction": "Контролюйте сервер Home Assistant ... з Home Assistant", "introduction": "Контролюйте сервер Home Assistant ... з Home Assistant",
"restart": "Перезапустити", "restart": "Перезапустити",
"stop": "Зупинити" "stop": "Зупинити",
"confirm_restart": "Ви впевнені, що хочете перезапустити Home Assistant?",
"confirm_stop": "Ви впевнені, що хочете зупинити Home Assistant?"
} }
} }
} }
@ -809,7 +855,7 @@
"header": "Змінити пароль", "header": "Змінити пароль",
"current_password": "Поточний пароль", "current_password": "Поточний пароль",
"new_password": "Новий пароль", "new_password": "Новий пароль",
"confirm_new_password": "Підтвердіть Новий Пароль", "confirm_new_password": "Підтвердіть новий пароль",
"error_required": "Необхідно", "error_required": "Необхідно",
"submit": "Відправити" "submit": "Відправити"
}, },
@ -876,7 +922,8 @@
"mfa": { "mfa": {
"data": { "data": {
"code": "Двофакторний Код Автентифікації" "code": "Двофакторний Код Автентифікації"
} },
"description": "Введіть код двофакторної аутентифікації, отриманий від **{mfa_module_name}**:"
} }
}, },
"error": { "error": {
@ -902,6 +949,24 @@
} }
}, },
"command_line": { "command_line": {
"step": {
"init": {
"data": {
"username": "Логін",
"password": "Пароль"
}
},
"mfa": {
"data": {
"code": "Код двофакторної аутентифікації"
},
"description": "Введіть код двофакторної аутентифікації, отриманий від **{mfa_module_name}**:"
}
},
"error": {
"invalid_auth": "Невірний логін або пароль",
"invalid_code": "Невірний код аутентифікації"
},
"abort": { "abort": {
"login_expired": "Сесія закінчилася, увійдіть знову." "login_expired": "Сесія закінчилася, увійдіть знову."
} }
@ -1000,6 +1065,10 @@
"save": "Зберегти", "save": "Зберегти",
"unsaved_changes": "Незбережені зміни", "unsaved_changes": "Незбережені зміни",
"saved": "Збережено" "saved": "Збережено"
},
"edit_lovelace": {
"header": "Заголовок для Lovelace",
"explanation": "Цей заголовок буде показаний над вашими картками в Lovelace"
} }
}, },
"menu": { "menu": {
@ -1069,7 +1138,8 @@
"common": { "common": {
"loading": "Завантаження", "loading": "Завантаження",
"cancel": "Скасувати", "cancel": "Скасувати",
"save": "Зберегти" "save": "Зберегти",
"successfully_saved": "Успішно збережено"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\n one {д.}\n other {д.}\n}", "day": "{count} {count, plural,\n one {д.}\n other {д.}\n}",
@ -1144,8 +1214,10 @@
}, },
"fan": { "fan": {
"speed": "Швидкість", "speed": "Швидкість",
"oscillate": "Коливатися", "oscillate": "Коливання",
"direction": "Напрямок" "direction": "Напрямок",
"forward": "Від себе",
"reverse": "На себе"
}, },
"light": { "light": {
"brightness": "Яскравість", "brightness": "Яскравість",
@ -1167,7 +1239,8 @@
"fan_mode": "Режим вентилятора", "fan_mode": "Режим вентилятора",
"swing_mode": "Режим гойдання", "swing_mode": "Режим гойдання",
"away_mode": "Режиму очікування", "away_mode": "Режиму очікування",
"aux_heat": "Aux тепла" "aux_heat": "Aux тепла",
"preset_mode": "Режим"
}, },
"lock": { "lock": {
"code": "Код", "code": "Код",
@ -1189,12 +1262,20 @@
"target_temperature": "Задана температура", "target_temperature": "Задана температура",
"operation": "Операція", "operation": "Операція",
"away_mode": "Режиму очікування" "away_mode": "Режиму очікування"
},
"timer": {
"actions": {
"start": "Запуск",
"pause": "Пауза",
"cancel": "Скасувати",
"finish": "Готово"
}
} }
}, },
"components": { "components": {
"entity": { "entity": {
"entity-picker": { "entity-picker": {
"entity": "Entity" "entity": "Об'єкт"
} }
}, },
"service-picker": { "service-picker": {
@ -1255,6 +1336,20 @@
"title": "Системні налаштування", "title": "Системні налаштування",
"enable_new_entities_label": "Додавати нові об'єкти.", "enable_new_entities_label": "Додавати нові об'єкти.",
"enable_new_entities_description": "Автоматично додавати в Home Assistant знову виявлені об'єкти." "enable_new_entities_description": "Автоматично додавати в Home Assistant знову виявлені об'єкти."
},
"zha_device_info": {
"manuf": "Виробник: {manufacturer}",
"no_area": "Не вказано",
"services": {
"reconfigure": "Перенастроювання пристрою ZHA. Використовуйте цю службу, якщо у Вас є проблеми з пристроєм. Якщо даний пристрій працює від батареї, будь ласка, переконайтеся, що воно не знаходиться в режимі сну і приймає команди, коли ви запускаєте цю службу.",
"updateDeviceName": "Встановіть ім'я для цього пристрою в реєстрі пристроїв.",
"remove": "Видалити пристрій з мережі ZigBee."
},
"zha_device_card": {
"device_name_placeholder": "Логін",
"area_picker_label": "Приміщення",
"update_name_button": "Оновити назву"
}
} }
}, },
"auth_store": { "auth_store": {
@ -1293,15 +1388,15 @@
"mailbox": "Поштова скринька", "mailbox": "Поштова скринька",
"media_player": "Медіа плеєр", "media_player": "Медіа плеєр",
"notify": "Повідомлення", "notify": "Повідомлення",
"plant": "Рослини", "plant": "Рослина",
"proximity": "Близькість", "proximity": "Відстань",
"remote": "Пульт ДУ", "remote": "Пульт ДУ",
"scene": "Сцена", "scene": "Сцена",
"script": "Сценарій", "script": "Сценарій",
"sensor": "Датчик", "sensor": "Датчик",
"sun": "Сонце", "sun": "Сонце",
"switch": "Перемикач", "switch": "Перемикач",
"updater": "Оновлювач", "updater": "Оновлення",
"weblink": "Посилання", "weblink": "Посилання",
"zwave": "Z-Wave", "zwave": "Z-Wave",
"vacuum": "Пилосос", "vacuum": "Пилосос",
@ -1340,7 +1435,7 @@
"off": "Вимкнено", "off": "Вимкнено",
"heating": "Опалення", "heating": "Опалення",
"cooling": "Охолодження", "cooling": "Охолодження",
"drying": "Сушіння", "drying": "Осушення",
"idle": "Очікування", "idle": "Очікування",
"fan": "Вентилятор" "fan": "Вентилятор"
} }

View File

@ -327,6 +327,9 @@
}, },
"info": { "info": {
"title": "信息" "title": "信息"
},
"logs": {
"title": "日志"
} }
} }
}, },
@ -498,6 +501,9 @@
"event": "事件:", "event": "事件:",
"enter": "进入", "enter": "进入",
"leave": "离开" "leave": "离开"
},
"device": {
"label": "设备"
} }
}, },
"learn_more": "详细了解触发条件" "learn_more": "详细了解触发条件"
@ -594,13 +600,14 @@
"caption": "Z-Wave", "caption": "Z-Wave",
"description": "管理 Z-Wave 网络", "description": "管理 Z-Wave 网络",
"network_management": { "network_management": {
"header": "Z-Wave网络管理" "header": "Z-Wave 网络管理",
"introduction": "运行影响 Z-Wave 网络的命令。大多数命令无法反馈是否执行成功,但您可以尝试检查 OZW 日志来确认。"
}, },
"network_status": { "network_status": {
"network_stopped": "Z-Wave网络已停止", "network_stopped": "Z-Wave 网络已停止",
"network_starting": "启动Z-Wave网络......", "network_starting": "启动 Z-Wave 网络......",
"network_starting_note": "这可能需要一段时间,具体取决于您的网络规模。", "network_starting_note": "这可能需要一段时间,具体取决于您的网络规模。",
"network_started": "Z-Wave网络开始", "network_started": "Z-Wave 网络已启动",
"network_started_note_some_queried": "已查询唤醒节点。睡眠节点将在唤醒时被查询。", "network_started_note_some_queried": "已查询唤醒节点。睡眠节点将在唤醒时被查询。",
"network_started_note_all_queried": "已查询所有节点。" "network_started_note_all_queried": "已查询所有节点。"
}, },
@ -746,7 +753,7 @@
"update": "更新", "update": "更新",
"enabled_label": "启用实体", "enabled_label": "启用实体",
"enabled_cause": "被{cause}禁用。", "enabled_cause": "被{cause}禁用。",
"enabled_description": "已禁用的实体不再添加到Home Assistant。" "enabled_description": "已禁用的实体不再添加到 Home Assistant。"
} }
}, },
"person": { "person": {
@ -760,19 +767,19 @@
} }
}, },
"server_control": { "server_control": {
"caption": "服务控制", "caption": "服务控制",
"description": "重新启动或停止Home Assistant服务", "description": "重新启动或停止 Home Assistant 服务",
"section": { "section": {
"validation": { "validation": {
"heading": "配置有效性", "heading": "配置有效性",
"introduction": "此处可以帮助你检验最新修改的配置文件有效性", "introduction": "此处可以帮助你检验最新修改的配置文件有效性",
"check_config": "配置检查", "check_config": "检查配置",
"valid": "配置有效!", "valid": "配置有效!",
"invalid": "配置无效" "invalid": "配置无效"
}, },
"reloading": { "reloading": {
"heading": "配置重载", "heading": "配置重载",
"introduction": "Home Assistant 中的部分设定可以直接重载,无需重启服务器。点击重载按钮将重新载入新的设定。", "introduction": "Home Assistant 中的部分配置可以直接重载,而无需重启服务。点击重载按钮将重新载入新的配置。",
"core": "重载核心模块", "core": "重载核心模块",
"group": "重载分组", "group": "重载分组",
"automation": "重载自动化", "automation": "重载自动化",
@ -783,7 +790,9 @@
"heading": "服务器管理", "heading": "服务器管理",
"introduction": "在这里即可控制 Home Assistant 服务。", "introduction": "在这里即可控制 Home Assistant 服务。",
"restart": "重新启动", "restart": "重新启动",
"stop": "停止服务" "stop": "停止服务",
"confirm_restart": "您确定要重新启动 Home Assistant 吗?",
"confirm_stop": "您确定要停止 Home Assistant 吗?"
} }
} }
} }
@ -860,7 +869,7 @@
"logout": "退出", "logout": "退出",
"force_narrow": { "force_narrow": {
"header": "始终隐藏侧边栏", "header": "始终隐藏侧边栏",
"description": "这将默认隐藏侧边栏,类似于移动设备上的体验。" "description": "这将默认隐藏侧边栏,体验与手机版类似。"
} }
}, },
"page-authorize": { "page-authorize": {
@ -1097,8 +1106,8 @@
"commute_home": "下班", "commute_home": "下班",
"entertainment": "娱乐", "entertainment": "娱乐",
"activity": "活动", "activity": "活动",
"hdmi_input": "HDMI输入", "hdmi_input": "HDMI 输入",
"hdmi_switcher": "HDMI切换", "hdmi_switcher": "HDMI 切换",
"volume": "音量", "volume": "音量",
"total_tv_time": "观看总时长", "total_tv_time": "观看总时长",
"turn_tv_off": "关闭电视", "turn_tv_off": "关闭电视",
@ -1305,7 +1314,7 @@
"config_entry_system_options": { "config_entry_system_options": {
"title": "系统选项", "title": "系统选项",
"enable_new_entities_label": "启用新添加的实体。", "enable_new_entities_label": "启用新添加的实体。",
"enable_new_entities_description": "如果禁用,新发现的实体将不会自动添加到Home Assistant。" "enable_new_entities_description": "如果禁用,新发现的实体将不会自动添加到 Home Assistant。"
} }
}, },
"auth_store": { "auth_store": {
@ -1393,7 +1402,7 @@
"cooling": "制冷", "cooling": "制冷",
"drying": "除湿", "drying": "除湿",
"idle": "空闲", "idle": "空闲",
"fan": "" "fan": "风"
} }
} }
}, },

View File

@ -251,7 +251,8 @@
"snowy-rainy": "有雪、有雨", "snowy-rainy": "有雪、有雨",
"sunny": "晴天", "sunny": "晴天",
"windy": "有風", "windy": "有風",
"windy-variant": "有風" "windy-variant": "有風",
"exceptional": "例外"
}, },
"vacuum": { "vacuum": {
"cleaning": "清掃中", "cleaning": "清掃中",
@ -327,6 +328,9 @@
}, },
"info": { "info": {
"title": "資訊" "title": "資訊"
},
"logs": {
"title": "記錄"
} }
} }
}, },
@ -498,6 +502,9 @@
"event": "事件:", "event": "事件:",
"enter": "進入區域", "enter": "進入區域",
"leave": "離開區域" "leave": "離開區域"
},
"device": {
"label": "裝置"
} }
}, },
"learn_more": "詳細了解觸發條件" "learn_more": "詳細了解觸發條件"
@ -544,6 +551,9 @@
"label": "區域", "label": "區域",
"entity": "區域物件", "entity": "區域物件",
"zone": "區域" "zone": "區域"
},
"device": {
"label": "裝置"
} }
}, },
"learn_more": "詳細了解觸發判斷" "learn_more": "詳細了解觸發判斷"
@ -640,7 +650,7 @@
}, },
"users": { "users": {
"caption": "用戶", "caption": "用戶",
"description": "管理用戶", "description": "用戶管理",
"picker": { "picker": {
"title": "用戶" "title": "用戶"
}, },
@ -670,7 +680,7 @@
"caption": "整合", "caption": "整合",
"description": "管理已連線裝置與服務", "description": "管理已連線裝置與服務",
"discovered": "已掃描", "discovered": "已掃描",
"configured": "設定成功", "configured": "已設定整合",
"new": "設定新整合", "new": "設定新整合",
"configure": "設定", "configure": "設定",
"none": "尚未設定", "none": "尚未設定",
@ -787,7 +797,9 @@
"heading": "服務器管理", "heading": "服務器管理",
"introduction": "由 Home Assistant控制 Home Assistant 伺服器。", "introduction": "由 Home Assistant控制 Home Assistant 伺服器。",
"restart": "重啟", "restart": "重啟",
"stop": "停止" "stop": "停止",
"confirm_restart": "確定要重啟 Home Assistant 嗎?",
"confirm_stop": "確定要停止 Home Assistant 嗎?"
} }
} }
} }
@ -1054,6 +1066,9 @@
"save": "儲存", "save": "儲存",
"unsaved_changes": "未儲存的變更", "unsaved_changes": "未儲存的變更",
"saved": "已儲存" "saved": "已儲存"
},
"edit_lovelace": {
"header": "Lovelace UI 的標題"
} }
}, },
"menu": { "menu": {
@ -1123,7 +1138,8 @@
"common": { "common": {
"loading": "讀取中", "loading": "讀取中",
"cancel": "取消", "cancel": "取消",
"save": "儲存" "save": "儲存",
"successfully_saved": "成功儲存"
}, },
"duration": { "duration": {
"day": "{count} {count, plural,\none {天}\nother {天}\n}", "day": "{count} {count, plural,\none {天}\nother {天}\n}",
@ -1199,7 +1215,9 @@
"fan": { "fan": {
"speed": "風速", "speed": "風速",
"oscillate": "擺動", "oscillate": "擺動",
"direction": "方向" "direction": "方向",
"forward": "正向",
"reverse": "反向"
}, },
"light": { "light": {
"brightness": "亮度", "brightness": "亮度",
@ -1244,6 +1262,14 @@
"target_temperature": "設定溫度", "target_temperature": "設定溫度",
"operation": "運轉模式", "operation": "運轉模式",
"away_mode": "外出模式" "away_mode": "外出模式"
},
"timer": {
"actions": {
"start": "開始",
"pause": "暫停",
"cancel": "取消",
"finish": "完成"
}
} }
}, },
"components": { "components": {
@ -1308,8 +1334,20 @@
}, },
"config_entry_system_options": { "config_entry_system_options": {
"title": "系統選項", "title": "系統選項",
"enable_new_entities_label": "啟用新增物件", "enable_new_entities_label": "啟用新增物件",
"enable_new_entities_description": "關閉後,新發現的物件將不會自動新增至 Home Assistant。" "enable_new_entities_description": "關閉後,新發現的物件將不會自動新增至 Home Assistant。"
},
"zha_device_info": {
"manuf": "由 {manufacturer}",
"no_area": "無分區",
"services": {
"remove": "從 Zigbee 網路移除裝置。"
},
"zha_device_card": {
"device_name_placeholder": "使用者姓氏",
"area_picker_label": "分區",
"update_name_button": "更新名稱"
}
} }
}, },
"auth_store": { "auth_store": {