mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 05:17:20 +00:00
Update translations
This commit is contained in:
parent
7f47079750
commit
c826596529
@ -1118,7 +1118,7 @@
|
||||
"sun": {
|
||||
"elevation": "Höhe",
|
||||
"rising": "Aufgang",
|
||||
"setting": "Einstellung"
|
||||
"setting": "Untergang"
|
||||
},
|
||||
"updater": {
|
||||
"title": "Update-Anweisungen"
|
||||
|
@ -603,6 +603,12 @@
|
||||
"device_unavailable": "συσκευή μη διαθέσιμη",
|
||||
"entity_unavailable": "οντότητα μη διαθέσιμη",
|
||||
"no_area": "Καμία περιοχή"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "Αυτό το βήμα απαιτεί να επισκεφτείτε μια εξωτερική ιστοσελίδα για να ολοκληρωθεί.",
|
||||
"open_site": "Άνοιγμα ιστότοπου"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
@ -855,6 +861,11 @@
|
||||
"required_fields": "Συμπληρώστε όλα τα υποχρεωτικά πεδία",
|
||||
"password_not_match": "Οι κωδικοί πρόσβασης δεν ταιριάζουν"
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"intro": "Οι συσκευές και οι υπηρεσίες εκπροσωπούνται στο Home Assistant ως ενσωματώσεις. Μπορείτε να τα ρυθμίσετε τώρα ή αργότερα από την οθόνη διαμόρφωσης.",
|
||||
"more_integrations": "Περισσότερα",
|
||||
"finish": "Τέλος"
|
||||
}
|
||||
},
|
||||
"lovelace": {
|
||||
@ -868,6 +879,14 @@
|
||||
"title": "Καλωσορίσατε στην αρχική σελίδα",
|
||||
"no_devices": "Αυτή η σελίδα σάς επιτρέπει να ελέγχετε τις συσκευές σας, ωστόσο φαίνεται ότι δεν έχετε ακόμα ρυθμίσει συσκευές. Μεταβείτε στη σελίδα ενοποίησης για να ξεκινήσετε.",
|
||||
"go_to_integrations_page": "Μεταβείτε στη σελίδα ενοποίησης."
|
||||
},
|
||||
"picture-elements": {
|
||||
"hold": "Αναστολή:",
|
||||
"tap": "Ταπ:",
|
||||
"navigate_to": "Μεταβείτε στην {location}",
|
||||
"toggle": "Εναλλαγή {name}",
|
||||
"call_service": "Κλήση υπηρεσίας {name}",
|
||||
"more_info": "Εμφάνιση περισσότερων πληροφοριών: {name}"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
@ -925,7 +944,8 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"log_out": "Αποσύνδεση",
|
||||
"developer_tools": "Εργαλεία προγραμματιστή"
|
||||
"developer_tools": "Εργαλεία προγραμματιστή",
|
||||
"external_app_configuration": "Διαμόρφωση Εφαρμογής"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Φόρτωση",
|
||||
|
@ -355,6 +355,21 @@
|
||||
"introduction": "Control your Home Assistant server… from Home Assistant.",
|
||||
"restart": "Restart",
|
||||
"stop": "Stop"
|
||||
},
|
||||
"core_config": {
|
||||
"edit_requires_storage": "Editor disabled because config stored in configuration.yaml.",
|
||||
"location_name": "Name of your Home Assistant installation",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude",
|
||||
"elevation": "Elevation",
|
||||
"elevation_meters": "meters",
|
||||
"time_zone": "Time Zone",
|
||||
"unit_system": "Unit System",
|
||||
"unit_system_imperial": "Imperial",
|
||||
"unit_system_metric": "Metric",
|
||||
"imperial_example": "Fahrenheit, pounds",
|
||||
"metric_example": "Celsius, kilograms",
|
||||
"save_button": "Save"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -545,7 +560,9 @@
|
||||
}
|
||||
},
|
||||
"learn_more": "Learn more about actions"
|
||||
}
|
||||
},
|
||||
"load_error_not_editable": "Only automations in automations.yaml are editable.",
|
||||
"load_error_unknown": "Error loading automation ({err_no})."
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
@ -866,6 +883,14 @@
|
||||
"intro": "Devices and services are represented in Home Assistant as integrations. You can set them up now, or do it later from the configuration screen.",
|
||||
"more_integrations": "More",
|
||||
"finish": "Finish"
|
||||
},
|
||||
"core-config": {
|
||||
"intro": "Hello {name}, welcome to Home Assistant. How would you like to name your home?",
|
||||
"intro_location": "We would like to know where you live. This information will help with displaying information and setting up sun-based automations. This data is never shared outside of your network.",
|
||||
"intro_location_detect": "We can help you fill in this information by making a one-time request to an external service.",
|
||||
"location_name_default": "Home",
|
||||
"button_detect": "Detect",
|
||||
"finish": "Next"
|
||||
}
|
||||
},
|
||||
"lovelace": {
|
||||
|
@ -286,9 +286,9 @@
|
||||
"alarm_control_panel": {
|
||||
"armed": "Armado",
|
||||
"disarmed": "Desarmar",
|
||||
"armed_home": "Activada",
|
||||
"armed_away": "Activada",
|
||||
"armed_night": "Activada",
|
||||
"armed_home": "Armada",
|
||||
"armed_away": "Armada",
|
||||
"armed_night": "Armada",
|
||||
"pending": "Pendiente",
|
||||
"arming": "Armando",
|
||||
"disarming": "Desarmar",
|
||||
@ -603,6 +603,12 @@
|
||||
"device_unavailable": "dispositivo no disponible",
|
||||
"entity_unavailable": "entidad no disponible",
|
||||
"no_area": "Ninguna área"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "Este paso requiere que visites una web externa para ser completado.",
|
||||
"open_site": "Abrir sitio web"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
|
@ -484,7 +484,7 @@
|
||||
"label": "Valeur numérique",
|
||||
"above": "Dessus",
|
||||
"below": "Sous",
|
||||
"value_template": "Contenu du template (optionnel)"
|
||||
"value_template": "Contenu du modèle (optionnel)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Soleil",
|
||||
|
@ -279,7 +279,9 @@
|
||||
"state_badge": {
|
||||
"default": {
|
||||
"unknown": "לא ידוע",
|
||||
"unavailable": "לא זמין"
|
||||
"unavailable": "לא זמין",
|
||||
"error": "שגיאה",
|
||||
"entity_not_found": "ישות לא נמצאה"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"armed": "מופעל",
|
||||
@ -579,7 +581,8 @@
|
||||
"cloud": {
|
||||
"caption": "ענן Home Assistant",
|
||||
"description_login": "מחובר בתור {email} מה",
|
||||
"description_not_login": "לא מחובר"
|
||||
"description_not_login": "לא מחובר",
|
||||
"description_features": "שליטה הרחק מהבית, משתלב עם Alexa ו Google Assistant."
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "אינטגרציות",
|
||||
@ -600,6 +603,12 @@
|
||||
"device_unavailable": "התקן אינו זמין",
|
||||
"entity_unavailable": "ישות לא זמינה",
|
||||
"no_area": "ללא אזור"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "שלב זה מחייב אותך לבקר באתר אינטרנט חיצוני להשלמת הפעולה.",
|
||||
"open_site": "פתח אתר"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
@ -607,7 +616,18 @@
|
||||
"description": "ניהול רשת Zigbee לאוטומציה ביתית",
|
||||
"services": {
|
||||
"reconfigure": "התקן מחדש את התקן ה ZHA. השתמש באפשרות זו אם אתה נתקל בבעיות בהתקן. אם ההתקן המדובר הוא התקן המופעל באמצעות סוללות, ודא שהוא ער ויכול לקבל פקודות בעת שימוש בשירות זה.",
|
||||
"updateDeviceName": "הגדר שם מותאם אישית עבור התקן זה במאגר ההתקנים."
|
||||
"updateDeviceName": "הגדר שם מותאם אישית עבור התקן זה במאגר ההתקנים.",
|
||||
"remove": "הסר התקן מרשת ZigBee."
|
||||
},
|
||||
"device_card": {
|
||||
"device_name_placeholder": "שם פרטי",
|
||||
"area_picker_label": "אזור",
|
||||
"update_name_button": "עדכן שם"
|
||||
},
|
||||
"add_device_page": {
|
||||
"header": "אוטומציית Zigbee - הוספת התקנים",
|
||||
"spinner": "מחפש מכשירי ZHA Zigbee...",
|
||||
"discovery_text": ". המכשירים שהתגלו יופיעו כאן. עקוב אחר ההוראות עבור ההתקנים שלך והצב את ההתקנים במצב תיאום."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -841,6 +861,11 @@
|
||||
"required_fields": "מלא את כל השדות הדרושים",
|
||||
"password_not_match": "הסיסמאות אינן תואמות"
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"intro": "התקנים ושירותים מיוצגים ב- Home Assistant כאינטגרציות. באפשרותך להגדיר אותם כעת, או לעשות זאת מאוחר יותר ממסך התצורה.",
|
||||
"more_integrations": "עוד",
|
||||
"finish": "סיום"
|
||||
}
|
||||
},
|
||||
"lovelace": {
|
||||
@ -854,6 +879,14 @@
|
||||
"title": "ברוך הבא הביתה",
|
||||
"no_devices": "דף זה מאפשר לך לשלוט במכשירים שלך, אך נראה שעדיין לא הוגדרו מכשירים. עבור אל דף האינטגרציות כדי להתחיל.",
|
||||
"go_to_integrations_page": "עבור אל דף האינטגרציות."
|
||||
},
|
||||
"picture-elements": {
|
||||
"hold": "החזק:",
|
||||
"tap": "הקש:",
|
||||
"navigate_to": "נווט אל {location}",
|
||||
"toggle": "החלף מצב {name}",
|
||||
"call_service": "קריאה לשירות {name}",
|
||||
"more_info": "הצג מידע נוסף: {name}"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
@ -911,7 +944,8 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"log_out": "התנתק",
|
||||
"developer_tools": "כלים למפתחים"
|
||||
"developer_tools": "כלים למפתחים",
|
||||
"external_app_configuration": "הגדרות היישום"
|
||||
},
|
||||
"common": {
|
||||
"loading": "טוען",
|
||||
|
@ -603,6 +603,11 @@
|
||||
"device_unavailable": "dispositivo non disponibile",
|
||||
"entity_unavailable": "entità non disponibile",
|
||||
"no_area": "Nessuna area"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"open_site": "Apri sito Web"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
@ -610,7 +615,7 @@
|
||||
"description": "Gestione rete Zigbee Home Automation",
|
||||
"services": {
|
||||
"reconfigure": "Riconfigurare il dispositivo ZHA (dispositivo di guarigione). Utilizzare questa opzione se si verificano problemi con il dispositivo. Se il dispositivo in questione è un dispositivo alimentato a batteria, assicurarsi che sia sveglio e che accetti i comandi quando si utilizza questo servizio.",
|
||||
"updateDeviceName": "Imposta un nome personalizzato per questo dispositivo nel registro del dispositivo.",
|
||||
"updateDeviceName": "Imposta un nome personalizzato per questo dispositivo nel registro dispositivi.",
|
||||
"remove": "Rimuovi un dispositivo dalla rete ZigBee."
|
||||
},
|
||||
"device_card": {
|
||||
@ -630,7 +635,7 @@
|
||||
"picker": {
|
||||
"header": "Registro di area",
|
||||
"introduction": "Le aree sono utilizzate per organizzare dove sono i dispositivi. Queste informazioni saranno utilizzate in Home Assistant per aiutarti ad organizzare la tua interfaccia, permessi e integrazioni con altri sistemi.",
|
||||
"introduction2": "Per posizionare i dispositivi in un'area, utilizzare il collegamento seguente per accedere alla pagina delle integrazioni e quindi fare clic su un'integrazione configurata per accedere alle schede del dispositivo.",
|
||||
"introduction2": "Per posizionare i dispositivi in un'area, utilizzare il seguente collegamento per accedere alla pagina delle integrazioni e quindi fare clic su un'integrazione configurata per accedere alle schede del dispositivo.",
|
||||
"integrations_page": "Integrazioni",
|
||||
"no_areas": "Sembra che tu non abbia ancora delle aree!",
|
||||
"create_area": "CREA AREA"
|
||||
@ -650,7 +655,7 @@
|
||||
"picker": {
|
||||
"header": "Registro delle entità",
|
||||
"unavailable": "(non disponibile)",
|
||||
"introduction": "Home Assistant mantiene un registro di tutte le entità che ha mai localizzato che possono essere identificate in modo univoco. A ciascuna di queste entità sarà assegnato un ID che sarà riservato solo a questa entità.",
|
||||
"introduction": "Home Assistant mantiene un registro di tutte le entità che ha mai localizzato e possono essere identificate in modo univoco. A ciascuna di queste entità sarà assegnato un ID che sarà riservato solo a questa entità.",
|
||||
"introduction2": "Utilizzare il registro delle entità per sovrascrivere il nome, modificare l'entity ID o rimuovere la voce da Home Assistant. Nota, la rimozione della voce del registro entità non rimuoverà l'entità. Per farlo, segui il link sottostante e rimuovilo dalla pagina delle integrazioni.",
|
||||
"integrations_page": "Integrazioni"
|
||||
},
|
||||
@ -855,6 +860,10 @@
|
||||
"required_fields": "Compila tutti i campi richiesti",
|
||||
"password_not_match": "Le password non corrispondono"
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"intro": "Dispositivi e servizi sono rappresentati in Home Assistant come integrazioni. È possibile impostarli ora, o farlo in seguito dalla schermata di configurazione.",
|
||||
"finish": "finire"
|
||||
}
|
||||
},
|
||||
"lovelace": {
|
||||
@ -868,6 +877,9 @@
|
||||
"title": "Benvenuto a casa",
|
||||
"no_devices": "Questa pagina ti consente di controllare i tuoi dispositivi, tuttavia sembra che tu non abbia ancora configurato uno. Vai alla pagina delle integrazioni per iniziare.",
|
||||
"go_to_integrations_page": "Vai alla pagina delle integrazioni."
|
||||
},
|
||||
"picture-elements": {
|
||||
"more_info": "Mostra più informazioni: {name}"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
@ -926,7 +938,7 @@
|
||||
"sidebar": {
|
||||
"log_out": "Esci",
|
||||
"developer_tools": "Strumenti per gli sviluppatori",
|
||||
"external_app_configuration": "Configurazione dell'App"
|
||||
"external_app_configuration": "Configurazione App"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Caricamento",
|
||||
|
@ -602,7 +602,7 @@
|
||||
"firmware": "Fastvare: {version}",
|
||||
"device_unavailable": "enheten er utilgjengelig",
|
||||
"entity_unavailable": "oppføringen er utilgjengelig",
|
||||
"no_area": "Ingen område"
|
||||
"no_area": "Intet område"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
@ -622,12 +622,12 @@
|
||||
"device_card": {
|
||||
"device_name_placeholder": "Brukerdefinert navn",
|
||||
"area_picker_label": "Område",
|
||||
"update_name_button": "Oppdater navn"
|
||||
"update_name_button": "Oppdatér navn"
|
||||
},
|
||||
"add_device_page": {
|
||||
"header": "ZigBee Home Automation - Legg til enheter",
|
||||
"spinner": "Søker etter ZHA Zigbee enheter...",
|
||||
"discovery_text": "Oppdagede enheter vises her. Følg instruksjonene for enheten(e) og sett enheten(e) i parringsmodus."
|
||||
"spinner": "Søker etter ZHA Zigbee-enheter...",
|
||||
"discovery_text": "Oppdagede enheter vises her. Følg instruksjonene for enheten(e) og sett enheten(e) i paringsmodus."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -656,7 +656,7 @@
|
||||
"picker": {
|
||||
"header": "Enhetsregister",
|
||||
"unavailable": "(utilgjengelig)",
|
||||
"introduction": "Home Assistant beholder et register over hver enhet som den noensinne har sett som kan identifiseres unikt. Hver av disse enhetene vil ha en enhets ID tilknyttet som vil bli reservert for bare denne enheten.",
|
||||
"introduction": "Home Assistant bygger opp et register over hver enhet den har sett som kan identifiseres unikt. Hver av disse enhetene vil ha en enhets-ID tilknyttet som vil bli reservert for bare denne enheten.",
|
||||
"introduction2": "Bruk entitetsregisteret for å overskrive navnet, endre enhets ID eller fjern oppføringen fra Home Assistant. Merk at fjerning av enhetsregisteroppføringer ikke fjerner enheten. For å gjøre det, følg linken under og fjern den fra integrasjonssiden.",
|
||||
"integrations_page": "Integrasjonsside"
|
||||
},
|
||||
@ -863,7 +863,7 @@
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"intro": "Enheter og tjenester er representert i Home Assistant som integrasjoner. Du kan sette dem opp nå, eller gjøre det senere fra konfigurasjonen skjermen.",
|
||||
"intro": "Enheter og tjenester er representert i Home Assistant som integrasjoner. Du kan sette dem opp nå eller gjøre det senere fra konfigurasjonen.",
|
||||
"more_integrations": "Mer",
|
||||
"finish": "Fullfør"
|
||||
}
|
||||
@ -1199,6 +1199,6 @@
|
||||
"groups": {
|
||||
"system-admin": "Administratorer",
|
||||
"system-users": "Brukere",
|
||||
"system-read-only": "Lesetilgang brukere"
|
||||
"system-read-only": "Brukere med lesetilgang"
|
||||
}
|
||||
}
|
@ -603,6 +603,12 @@
|
||||
"device_unavailable": "apparaat niet beschikbaar",
|
||||
"entity_unavailable": "entiteit niet beschikbaar",
|
||||
"no_area": "Geen gebied"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "Deze stap vereist dat u een externe website bezoekt om dit te voltooien.",
|
||||
"open_site": "Open website"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
|
@ -347,7 +347,7 @@
|
||||
"introduction": "Niektóre części Home Assistant'a można przeładować bez konieczności ponownego uruchomienia. Kliknięcie przeładuj spowoduje ponowne wczytanie konfiguracji.",
|
||||
"core": "Przeładuj rdzeń",
|
||||
"group": "Przeładuj grupy",
|
||||
"automation": "Przeładuj reguły automatyzacji",
|
||||
"automation": "Przeładuj automatyzacje",
|
||||
"script": "Przeładuj skrypty"
|
||||
},
|
||||
"server_management": {
|
||||
@ -368,25 +368,25 @@
|
||||
}
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Reguły automatyzacji",
|
||||
"description": "Twórz i edytuj reguły automatyzacji",
|
||||
"caption": "Automatyzacje",
|
||||
"description": "Twórz i edytuj automatyzacje",
|
||||
"picker": {
|
||||
"header": "Edytor automatyzacji",
|
||||
"introduction": "Edytor automatyzacji pozwala tworzyć i edytować reguły automatyzacji. Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie skonfigurować reguły automatyzacji w Home Assistant.",
|
||||
"pick_automation": "Wybierz regułę automatyzacji do edycji",
|
||||
"no_automations": "Nie znaleziono żadnych edytowalnych reguł automatyzacji",
|
||||
"add_automation": "Dodaj regułę automatyzacji",
|
||||
"learn_more": "Dowiedz się więcej o regułach automatyki"
|
||||
"introduction": "Edytor automatyzacji pozwala tworzyć i edytować automatyzacje Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie skonfigurować automatyzacje w Home Assistant.",
|
||||
"pick_automation": "Wybierz automatyzację do edycji",
|
||||
"no_automations": "Nie znaleziono żadnych edytowalnych automatyzacji",
|
||||
"add_automation": "Dodaj automatyzację",
|
||||
"learn_more": "Dowiedz się więcej o automatyzacjach"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Użyj reguł automatyzacji, aby utrzymać swój dom przy życiu",
|
||||
"default_name": "Nowa reguła automatyzacji",
|
||||
"introduction": "Użyj automatyzacji, aby utrzymać swój dom przy życiu",
|
||||
"default_name": "Nowa automatyzacja",
|
||||
"save": "Zapisz",
|
||||
"unsaved_confirm": "Masz niezapisane zmiany. Jesteś pewny, że chcesz wyjść?",
|
||||
"alias": "Nazwa",
|
||||
"triggers": {
|
||||
"header": "Wyzwalacze",
|
||||
"introduction": "Wyzwalacze uruchamiają przetwarzanie reguły automatyzacji. Możliwe jest stworzenie wielu wyzwalaczy dla tej samej reguły. Po uruchomieniu wyzwalacza Home Assistant sprawdzi ewentualne warunki i wywoła akcje.",
|
||||
"introduction": "Wyzwalacze uruchamiają przetwarzanie automatyzacji. Możliwe jest stworzenie wielu wyzwalaczy dla tej samej automatyzacji. Po uruchomieniu wyzwalacza Home Assistant sprawdzi ewentualne warunki i wywoła akcje.",
|
||||
"add": "Dodaj wyzwalacz",
|
||||
"duplicate": "Duplikuj",
|
||||
"delete": "Usuń",
|
||||
@ -468,7 +468,7 @@
|
||||
},
|
||||
"conditions": {
|
||||
"header": "Warunki",
|
||||
"introduction": "Warunki są opcjonalną częścią reguły automatyzacji i można ich użyć, aby zapobiec działaniom po uruchomieniu. Warunki wyglądają bardzo podobnie do wyzwalaczy, ale są bardzo różne. Wyzwalacz będzie analizował zdarzenia zachodzące w systemie, a warunek będzie dotyczył tylko tego, jak wygląda teraz system. Wyzwalacz może zaobserwować, że przełącznik jest przełączany. Warunek może tylko sprawdzić, czy przełącznik jest aktualnie włączony lub wyłączony.",
|
||||
"introduction": "Warunki są opcjonalną częścią automatyzacji i można ich użyć, aby zapobiec działaniom po uruchomieniu. Warunki wyglądają bardzo podobnie do wyzwalaczy, ale są bardzo różne. Wyzwalacz będzie analizował zdarzenia zachodzące w systemie, a warunek będzie dotyczył tylko tego, jak wygląda teraz system. Wyzwalacz może zaobserwować, że przełącznik jest przełączany. Warunek może tylko sprawdzić, czy przełącznik jest aktualnie włączony lub wyłączony.",
|
||||
"add": "Dodaj warunek",
|
||||
"duplicate": "Duplikuj",
|
||||
"delete": "Usuń",
|
||||
@ -514,7 +514,7 @@
|
||||
},
|
||||
"actions": {
|
||||
"header": "Akcje",
|
||||
"introduction": "Akcje są wykonywane przez Home Assistant'a po uruchomieniu reguły automatyzacji.",
|
||||
"introduction": "Akcje są wykonywane przez Home Assistant'a po uruchomieniu automatyzacji.",
|
||||
"add": "Dodaj akcję",
|
||||
"duplicate": "Duplikuj",
|
||||
"delete": "Usuń",
|
||||
|
@ -751,7 +751,7 @@
|
||||
},
|
||||
"page-authorize": {
|
||||
"initializing": "Инициализация",
|
||||
"authorizing_client": "Получение доступа к Home Assistant через {clientId}.",
|
||||
"authorizing_client": "Получение доступа к {clientId}.",
|
||||
"logging_in_with": "Провайдер аутентификации: **{authProviderName}**.",
|
||||
"pick_auth_provider": "Или войти с помощью",
|
||||
"abort_intro": "Вход прерван",
|
||||
|
@ -29,6 +29,10 @@
|
||||
},
|
||||
"climate": {
|
||||
"manual": "Упутство"
|
||||
},
|
||||
"timer": {
|
||||
"active": "укључен",
|
||||
"idle": "неактна чекању"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -36,6 +40,14 @@
|
||||
"arming": "Aktiviranje",
|
||||
"disarming": "Deaktiviraj",
|
||||
"armed_custom_bypass": "Aktiviran"
|
||||
},
|
||||
"person": {
|
||||
"home": "Кући",
|
||||
"not_home": "Одсутан"
|
||||
},
|
||||
"default": {
|
||||
"error": "Грешка",
|
||||
"entity_not_found": "Вредност није пронађена"
|
||||
}
|
||||
},
|
||||
"ui": {
|
||||
@ -46,6 +58,60 @@
|
||||
"config": {
|
||||
"zwave": {
|
||||
"caption": "Z-Wave"
|
||||
},
|
||||
"users": {
|
||||
"editor": {
|
||||
"caption": "Прикажи корисника"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Додај корисника",
|
||||
"name": "Име",
|
||||
"username": "Корисничко име",
|
||||
"password": "Лозинка",
|
||||
"create": "Направите"
|
||||
}
|
||||
},
|
||||
"automation": {
|
||||
"picker": {
|
||||
"learn_more": "Сазнајте више о аутоматизацијама"
|
||||
},
|
||||
"editor": {
|
||||
"triggers": {
|
||||
"learn_more": "Сазнајте више о окидачима"
|
||||
}
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "Овај корак захтева да посетите екстерни веб-сајт да би био завршен.",
|
||||
"open_site": "Отворите сајт"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"page-onboarding": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password_confirm": "Потврда лозинке"
|
||||
},
|
||||
"error": {
|
||||
"password_not_match": "Лозинке се не подударају"
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"finish": "Крај"
|
||||
}
|
||||
},
|
||||
"lovelace": {
|
||||
"cards": {
|
||||
"picture-elements": {
|
||||
"hold": "Придржи:",
|
||||
"tap": "Додирни",
|
||||
"navigate_to": "Отиђите на ",
|
||||
"toggle": "Укључи",
|
||||
"more_info": "Покажи више информација:"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -67,6 +133,16 @@
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"zwave": "Z-Wave"
|
||||
"zwave": "Z-Wave",
|
||||
"person": "Особа"
|
||||
},
|
||||
"state_attributes": {
|
||||
"climate": {
|
||||
"fan_mode": {
|
||||
"off": "Искључен",
|
||||
"on": "Укључен",
|
||||
"auto": "Аутоматски"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -581,7 +581,8 @@
|
||||
"cloud": {
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "ลงชื่อเข้าใช้เป็น {email}",
|
||||
"description_not_login": "ยังไม่ได้เข้าสู่ระบบ"
|
||||
"description_not_login": "ยังไม่ได้เข้าสู่ระบบ",
|
||||
"description_features": "ควบคุมการทำงานเมื่อออกจากบ้านร่วมกับ Alexa และ Google Assistant"
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "การทำงานร่วมกัน",
|
||||
@ -602,6 +603,12 @@
|
||||
"device_unavailable": "อุปกรณ์นี้ไม่พร้อมใช้งาน",
|
||||
"entity_unavailable": "Entity นี้ไม่พร้อมใช้งาน",
|
||||
"no_area": "ไม่มีห้อง"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "ขั้นตอนนี้กำหนดให้คุณเยี่ยมชมเว็บไซต์ภายนอกเพื่อทำให้การดำเนินการสมบูรณ์",
|
||||
"open_site": "เปิดเว็บไซต์"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
@ -854,6 +861,10 @@
|
||||
"required_fields": "กรอกข้อมูลในฟิลด์ที่จำเป็นทั้งหมด",
|
||||
"password_not_match": "รหัสผ่านไม่ตรงกัน"
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"more_integrations": "เพิ่มเติม",
|
||||
"finish": "เสร็จสิ้น"
|
||||
}
|
||||
},
|
||||
"lovelace": {
|
||||
@ -867,6 +878,14 @@
|
||||
"title": "ยินดีต้อนรับกลับบ้าน",
|
||||
"no_devices": "หน้านี้ช่วยให้คุณควบคุมอุปกรณ์ของคุณได้ แต่ยังไงก็ตามมันดูเหมือนว่าคุณยังไม่ได้ติดตั้งอุปกรณ์อะไรไว้เลย ไปยัง 'หน้าการทำงานด้วยกัน' เพื่อเริ่มติดตั้ง",
|
||||
"go_to_integrations_page": "ไปที่หน้าการรวมระบบ"
|
||||
},
|
||||
"picture-elements": {
|
||||
"hold": "ถือ:",
|
||||
"tap": "แตะ:",
|
||||
"navigate_to": "นำทางไปยัง {location}",
|
||||
"toggle": "สลับ {name}",
|
||||
"call_service": "เรียกบริการ {name}",
|
||||
"more_info": "แสดงข้อมูลเพิ่มเติม: {name}"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
@ -924,7 +943,8 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"log_out": "ออกจากระบบ",
|
||||
"developer_tools": "เครื่องมือสำหรับนักพัฒนา"
|
||||
"developer_tools": "เครื่องมือสำหรับนักพัฒนา",
|
||||
"external_app_configuration": "การกำหนดค่าแอพ"
|
||||
},
|
||||
"common": {
|
||||
"loading": "กำลังโหลด",
|
||||
|
@ -173,7 +173,7 @@
|
||||
"not_home": "离开",
|
||||
"open": "开启",
|
||||
"opening": "正在打开",
|
||||
"closed": "关闭",
|
||||
"closed": "已关闭",
|
||||
"closing": "正在关闭",
|
||||
"stopped": "已停止",
|
||||
"locked": "已锁定",
|
||||
@ -372,7 +372,7 @@
|
||||
"description": "创建和编辑自动化",
|
||||
"picker": {
|
||||
"header": "自动化编辑器",
|
||||
"introduction": "自动化编辑器方便你创建及编辑自动化。请阅读相关[说明](https:\/\/home-assistant.io\/docs\/automation\/editor\/)以确保正确配置。",
|
||||
"introduction": "自动化编辑器方便你创建及编辑自动化。请按照下面的链接阅读说明,以确保您已正确配置Home Assistant。",
|
||||
"pick_automation": "选择要编辑的自动化",
|
||||
"no_automations": "未找到可编辑的自动化",
|
||||
"add_automation": "添加自动化",
|
||||
@ -468,7 +468,7 @@
|
||||
},
|
||||
"conditions": {
|
||||
"header": "环境条件",
|
||||
"introduction": "环境条件是自动化流程中的可选条件,它可用于避免触发条件满足时动作的执行。环境条件看似像触发条件实则大有不同。触发条件监测系统中事件的发生,也就是瞬时动作;而环境条件监测的是系统的状态。例如,“灯被打开”这个事件属于触发条件,“灯是开着的”这个状态就属于环境条件。\n\n[了解更多内容](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
||||
"introduction": "环境条件是自动化流程中的可选部分,它可用于触发条件触发时拦截不符合条件的动作。环境条件看似像触发条件实则大有不同。触发条件监测系统中事件的发生,也就是瞬时动作;而环境条件监测的是系统当前的状态。触发条件可以观察到开关打开的动作。条件只能查看当前开关是开还是关。",
|
||||
"add": "添加环境条件",
|
||||
"duplicate": "复制",
|
||||
"delete": "删除",
|
||||
@ -606,7 +606,7 @@
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "此步骤要求您访问要完成的外部网站。",
|
||||
"description": "此步骤需要访问外部网站才能完成。",
|
||||
"open_site": "打开网站"
|
||||
}
|
||||
}
|
||||
@ -621,6 +621,7 @@
|
||||
},
|
||||
"device_card": {
|
||||
"device_name_placeholder": "用户指定的名称",
|
||||
"area_picker_label": "区域",
|
||||
"update_name_button": "更新名称"
|
||||
},
|
||||
"add_device_page": {
|
||||
@ -862,6 +863,7 @@
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"intro": "设备和服务在 Home Assistant 中表示为集成。您可以立即设置它们,也可以稍后在配置屏幕进行设置。",
|
||||
"more_integrations": "更多",
|
||||
"finish": "完成"
|
||||
}
|
||||
|
@ -1052,7 +1052,7 @@
|
||||
},
|
||||
"lock": {
|
||||
"code": "密碼",
|
||||
"lock": "鎖",
|
||||
"lock": "上鎖",
|
||||
"unlock": "解鎖"
|
||||
},
|
||||
"vacuum": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user