[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-06-10 00:32:12 +00:00
parent 256aec5308
commit db68c5852c
5 changed files with 94 additions and 16 deletions

View File

@ -480,8 +480,10 @@
"delete": "Delete",
"error_required": "Required",
"loading": "Loading",
"menu": "Menu",
"next": "Next",
"no": "No",
"overflow_menu": "Overflow menu",
"previous": "Previous",
"refresh": "Refresh",
"save": "Save",
@ -911,6 +913,8 @@
"introduction": "Use automations to bring your home alive.",
"load_error_not_editable": "Only automations in automations.yaml are editable.",
"load_error_unknown": "Error loading automation ({err_no}).",
"move_down": "Move down",
"move_up": "Move up",
"save": "Save",
"triggers": {
"add": "Add trigger",

View File

@ -478,6 +478,7 @@
"cancel": "Peruuta",
"close": "Sulje",
"delete": "Poista",
"error_required": "Pakollinen",
"loading": "Ladataan",
"next": "Seuraava",
"no": "Ei",
@ -1221,6 +1222,7 @@
"different_include": "Mahdollisesti verkkotunnuksen, glob-kaavan tai muun sisällön kautta.",
"pick_attribute": "Valitse yliajettava määrite",
"picker": {
"entity": "Kohde",
"header": "Räätälöinti",
"introduction": "Muotoile ominaisuuksia olemuskohtaisesti. Lisäykset/muokkaukset tulevat välittömästi voimaan. Poistetut mukautukset tulevat voimaan, kun olemus päivitetään."
},
@ -1679,7 +1681,8 @@
"name": "Nimi",
"system": "Järjestelmä"
}
}
},
"users_privileges_note": "Käyttäjät-ryhmä on vielä kesken. Käyttäjä ei voi hallita Home Assistantia käyttöliittymän kautta. Auditoimme edelleen kaikkia hallinta-API-päätepisteitä varmistaaksemme, että ne rajoittavat pääsyn oikein."
},
"zha": {
"add_device_page": {
@ -1849,10 +1852,13 @@
"group": "Ryhmä",
"header": "Z-Wave-solmun hallinta",
"introduction": "Suorita Z-Wave-komennot, jotka vaikuttavat yhteen solmuun. Valitse solmu nähdäksesi luettelon käytettävissä olevista komennoista.",
"max_associations": "Maksimiyhdistykset:",
"node_group_associations": "Solmujen ryhmäyhdistykset",
"node_protection": "Solmujen suojaus",
"node_to_control": "Hallinnoitava solmu",
"nodes": "Solmut",
"nodes_hint": "Valitse solmu tarkastellaksesi solmukohtaisia vaihtoehtoja",
"nodes_in_group": "Muut tämän ryhmän solmut:",
"pooling_intensity": "Kyselyn voimakkuus",
"protection": "Suojaus",
"remove_broadcast": "Poista lähetys",
@ -1876,7 +1882,9 @@
"print_node": "Tulosta solmu",
"refresh_entity": "Päivitä kohde",
"refresh_node": "Päivitä solmu",
"remove_failed_node": "Poista epäonnistunut solmu",
"remove_node": "Poista solmu",
"replace_failed_node": "Korvaa epäonnistunut solmu",
"save_config": "Tallenna asetukset",
"soft_reset": "Pehmeä nollaus",
"start_network": "Käynnistä verkko",
@ -2043,6 +2051,7 @@
"clear_items": "Tyhjää valitut kohteet"
},
"starting": {
"description": "Home Assistant käynnistyy...",
"header": "Home Assistant käynnistyy..."
}
},
@ -2336,7 +2345,8 @@
"attribute_not_found": "Määrite {attribute} ei ole käytettävissä kohteessa {entity}",
"entity_non_numeric": "Yksikkö ei ole numeerinen: {entity}",
"entity_not_found": "Yksikkö ei ole käytettävissä: {entity}",
"entity_unavailable": "{entity} ei ole tällä hetkellä käytettävissä"
"entity_unavailable": "{entity} ei ole tällä hetkellä käytettävissä",
"starting": "Home Assistant käynnistyy. Kaikki palvelut eivät välttämättä ole vielä saatavilla."
}
},
"mailbox": {

View File

@ -12,7 +12,8 @@
"state_attributes": {
"climate": {
"fan_mode": {
"off": "बंद"
"off": "बंद",
"on": "चालू"
}
}
},
@ -35,7 +36,8 @@
},
"state": {
"automation": {
"off": "बंद"
"off": "बंद",
"on": "चालू"
},
"binary_sensor": {
"battery": {
@ -51,7 +53,8 @@
"on": "जुड़े हुए"
},
"default": {
"off": "बंद"
"off": "बंद",
"on": "चालू"
},
"door": {
"off": "बंद",
@ -64,6 +67,10 @@
"heat": {
"on": "गर्म"
},
"moisture": {
"off": "सूखा",
"on": "गीला"
},
"motion": {
"off": "विशद",
"on": "अनुसन्धानित"
@ -74,13 +81,18 @@
"presence": {
"on": "घर"
},
"safety": {
"off": "सुरक्षित",
"on": "असुरक्षित"
},
"window": {
"off": "बंद",
"on": "खुली"
}
},
"calendar": {
"off": "बंद"
"off": "बंद",
"on": "चालू"
},
"camera": {
"recording": "रिकॉर्डिंग"
@ -88,6 +100,7 @@
"climate": {
"cool": "ठंडा",
"dry": "सूखा",
"fan_only": "केवल पंखा",
"heat": "गर्मी",
"off": "बंद"
},
@ -104,13 +117,16 @@
"group": {
"home": "घर",
"off": "बंद",
"on": "चालू",
"problem": "समस्या"
},
"input_boolean": {
"off": "बंद"
"off": "बंद",
"on": "चालू"
},
"light": {
"off": "बंद"
"off": "बंद",
"on": "चालू"
},
"lock": {
"locked": "अवरोधित",
@ -141,7 +157,8 @@
"below_horizon": "क्षितिज के नीचे"
},
"switch": {
"off": "बंद"
"off": "बंद",
"on": "चालू"
},
"zwave": {
"default": {
@ -165,6 +182,8 @@
}
},
"common": {
"and": "और",
"previous": "पिछला",
"undo": "पूर्ववत करें"
},
"dialogs": {
@ -190,7 +209,15 @@
"title": "सूचनाएँ"
},
"panel": {
"calendar": {
"today": "आज"
},
"config": {
"areas": {
"editor": {
"name": "नाम"
}
},
"automation": {
"editor": {
"conditions": {
@ -238,6 +265,33 @@
}
}
},
"cloud": {
"account": {
"google": {
"title": "Google Assistant"
},
"thank_you_note": "होम असिस्टेंट क्लाउड का हिस्सा बनने के लिए धन्यवाद। यह आप जैसे लोगों की वजह से है कि हम हर किसी के लिए एक शानदार होम ऑटोमेशन अनुभव बनाने में सक्षम हैं। धन्यवाद!"
},
"forgot_password": {
"email": "ईमेल",
"subtitle": "अपना पासवर्ड भूल गए",
"title": "पासवर्ड भूल गए"
},
"login": {
"email": "ईमेल",
"email_error_msg": "अवैध ईमेल",
"forgot_password": "पासवर्ड भूल गए?",
"introduction": "होम असिस्टेंट क्लाउड आपको घर से दूर रहते हुए अपने इंस्टेंस से सुरक्षित रिमोट कनेक्शन प्रदान करता है। यह आपको क्लाउड-ओनली सेवाओं से जुड़ने की भी अनुमति देता है: अमेज़न एलेक्सा और गूगल असिस्टेंट।",
"introduction2": "यह सेवा हमारे साथी द्वारा चलाई जाती है",
"introduction2a": ", होम असिस्टेंट और हैसियो के संस्थापकों द्वारा स्थापित कंपनी।",
"learn_more_link": "होम असिस्टेंट क्लाउड के बारे में अधिक जानें",
"password": "पासवर्ड",
"start_trial": "अपना मुफ्त 1 महीने का परीक्षण शुरू करें"
},
"register": {
"password": "पासवर्ड"
}
},
"filtering": {
"clear": "विशद",
"filtering_by": "द्वारा छान रहे हैं"
@ -310,6 +364,12 @@
}
},
"lovelace": {
"cards": {
"starting": {
"description": "होम असिस्टेंट शुरू हो रहा है, कृपया प्रतीक्षा करें ...",
"header": "होम असिस्टेंट शुरू हो रहा है ..."
}
},
"editor": {
"card": {
"entity": {
@ -336,6 +396,7 @@
},
"page-authorize": {
"form": {
"next": "अगला",
"providers": {
"trusted_networks": {
"step": {

View File

@ -478,6 +478,7 @@
"cancel": "취소",
"close": "닫기",
"delete": "삭제",
"error_required": "필수 요소",
"loading": "읽는 중",
"next": "다음",
"no": "아니오",
@ -1221,6 +1222,7 @@
"different_include": "도메인, 글로브 혹은 다른 포함 구성을 통해 가능할 수 있습니다.",
"pick_attribute": "재정의 할 속성 선택",
"picker": {
"entity": "구성요소",
"header": "사용자화",
"introduction": "구성요소의 속성값을 입맛에 맞게 변경할 수 있습니다. 추가 혹은 수정된 사용자 정의 내용은 즉시 적용되지만, 제거된 내용은 구성요소가 업데이트 될 때 적용됩니다."
},
@ -1679,7 +1681,8 @@
"name": "이름",
"system": "시스템"
}
}
},
"users_privileges_note": "사용자 그룹은 현재 작업 중이며, 사용자는 UI 를 통해 인스턴스를 관리할 수 없습니다. 모든 사용자 관리 API 엔드포인트가 관리자에 대한 액세스를 올바르게 제한하는지를 확인하는 중입니다."
},
"zha": {
"add_device_page": {
@ -2048,7 +2051,7 @@
"clear_items": "선택한 항목 삭제"
},
"starting": {
"description": "Home Assistant 가 시작 중입니다. 잠시만 기다려주세요.",
"description": "Home Assistant 가 시작 중입니다. 잠시만 기다려주세요...",
"header": "Home Assistant 시작 중 ..."
}
},

View File

@ -566,7 +566,7 @@
"confirm_delete": "Czy na pewno chcesz usunąć ten wpis?",
"delete": "USUŃ",
"enabled_cause": "Wyłączone przez {cause}.",
"enabled_description": "Wyłączone encje nie zostaną dodane do Home Assistanta.",
"enabled_description": "Wyłączone encje nie będą dostępne w Home Assistancie.",
"enabled_label": "Włącz encję",
"entity_id": "Identyfikator encji",
"icon": "Nadpisanie ikony",
@ -1297,13 +1297,13 @@
"picker": {
"disable_selected": {
"button": "Wyłącz wybrane",
"confirm_text": "Wyłączone encje nie zostaną dodane do Home Assistanta.",
"confirm_title": "Czy chcesz wyłączyć {number} encj(ę/e/i)?"
"confirm_text": "Wyłączone encje nie będą dostępne w Home Assistancie.",
"confirm_title": "Czy chcesz wyłączyć encje: {number}?"
},
"enable_selected": {
"button": "Włącz wybrane",
"confirm_text": "Dzięki temu będą ponownie dostępne w Home Assistant, jeśli są teraz wyłączone.",
"confirm_title": "Czy chcesz włączyć {number} encj(ę/e/i)?"
"confirm_title": "Czy chcesz włączyć encje: {number}?"
},
"filter": {
"filter": "Filtr",
@ -1325,7 +1325,7 @@
"confirm_partly_text": "Można usunąć tylko {removable} z wybranych {selected} encji. Encje można usunąć tylko wtedy, gdy integracja wspiera taka możliwość. Czasami trzeba ponownie uruchomić Home Assistanta, zanim będzie można usunąć encje usuniętej integracji. Czy na pewno chcesz usunąć usuwalne encje?",
"confirm_partly_title": "Tylko {number} wybrane encje można usunąć.",
"confirm_text": "Powinieneś uprzednio usunąć integrację z automatyzacji i konfiguracji Lovelace, jeśli encje w niej występują.",
"confirm_title": "Czy chcesz usunąć {number} encj(ę/e/i)?"
"confirm_title": "Czy chcesz usunąć encje: {number}?"
},
"selected": "wybrano {number}",
"status": {