Fix localise escaping issue (#4225)

pull/4226/head
Bram Kragten 2019-11-15 19:59:47 +01:00 committed by GitHub
parent 13c18a9bb7
commit a4bd816eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 1111 additions and 831 deletions

View File

@ -35,6 +35,8 @@ docker run \
file download \
--export-empty-as skip \
--format json \
--json-unescaped-slashes=true \
--replace-breaks=false \
--original-filenames=false \
--unzip-to /opt/dest

View File

@ -24,7 +24,7 @@
"homeassistant": "Home Assistant",
"image_processing": "Beeldverwerking",
"input_boolean": "Invoer boole",
"input_datetime": "Invoer datum\/tyd",
"input_datetime": "Invoer datum/tyd",
"input_number": "Invoer nommer",
"input_select": "Invoer seleksie",
"input_text": "Invoer teks",
@ -240,7 +240,7 @@
"fan_only": "Slegs waaier",
"gas": "Gas",
"heat": "Hitte",
"heat_cool": "Verhit\/Verkoel",
"heat_cool": "Verhit/Verkoel",
"heat_pump": "Hittepomp",
"high_demand": "Hoë aanvraag",
"idle": "Ledig",
@ -413,7 +413,7 @@
"away_mode": "Wegmodus",
"currently": "Tans",
"fan_mode": "Waaier modus",
"on_off": "Aan \/ af",
"on_off": "Aan / af",
"operation": "Operasie",
"preset_mode": "Voorafbepaalde",
"swing_mode": "Swaai modus",
@ -466,7 +466,7 @@
"water_heater": {
"away_mode": "Afwesig modus",
"currently": "Tans",
"on_off": "Aan \/ af",
"on_off": "Aan / af",
"operation": "Operasie",
"target_temperature": "Teiken temperatuur"
},
@ -516,11 +516,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dag}\\n other {dae}\\n}",
"hour": "{count} {count, plural,\\n one {uur}\\n other {ure}\\n}",
"minute": "{count} {count, plural,\\n one {minuut}\\n other {minute}\\n}",
"second": "{count} {count, plural,\\n one {sekonde}\\n other {sekondes}\\n}",
"week": "{count} {count, plural,\\n one {week}\\n other {weke}\\n}"
"day": "{count} {count, plural,\n one {dag}\n other {dae}\n}",
"hour": "{count} {count, plural,\n one {uur}\n other {ure}\n}",
"minute": "{count} {count, plural,\n one {minuut}\n other {minute}\n}",
"second": "{count} {count, plural,\n one {sekonde}\n other {sekondes}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weke}\n}"
},
"future": "In {time}",
"never": "Nooit",
@ -551,11 +551,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {dag}\\n other {dae}\\n}",
"hour": "{count} {count, plural,\\n one {uur}\\n other {ure}\\n}",
"minute": "{count} {count, plural,\\none {minuut}\\nother {minute}\\n}",
"second": "{count} {count, plural,\\n one {sekonde}\\n other {sekondes}\\n}",
"week": "{count} {count, plural,\\n one {week}\\n other {weke}\\n}"
"day": "{count} {count, plural,\n one {dag}\n other {dae}\n}",
"hour": "{count} {count, plural,\n one {uur}\n other {ure}\n}",
"minute": "{count} {count, plural,\none {minuut}\nother {minute}\n}",
"second": "{count} {count, plural,\n one {sekonde}\n other {sekondes}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weke}\n}"
},
"login-form": {
"log_in": "Meld aan",
@ -838,7 +838,7 @@
"description": "Pas u entiteite aan",
"picker": {
"header": "Pasgemaakte Instellings",
"introduction": "Verfyn per-entiteit eienskappe. Bygevoegde \/ gewysigde aanpassings sal onmiddellik in werking tree. Verwyderde aanpassings sal in werking tree wanneer die entiteit opgedateer word."
"introduction": "Verfyn per-entiteit eienskappe. Bygevoegde / gewysigde aanpassings sal onmiddellik in werking tree. Verwyderde aanpassings sal in werking tree wanneer die entiteit opgedateer word."
}
},
"entity_registry": {

View File

@ -360,7 +360,7 @@
"away_mode": "خارج المنزل",
"currently": "حاليا",
"fan_mode": "وضع المروحة",
"on_off": "إيقاف\/تشغيل",
"on_off": "إيقاف/تشغيل",
"target_humidity": "Doelluchtvochtigheid",
"target_temperature": "درجة الحرارة المستهدفة"
},
@ -397,7 +397,7 @@
"water_heater": {
"away_mode": "حالة خارج المنزل",
"currently": "حاليا",
"on_off": "إيقاف\/تشغيل",
"on_off": "إيقاف/تشغيل",
"operation": "تشغيل",
"target_temperature": "درجة الحرارة المستهدفة"
}
@ -432,9 +432,9 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {يوم}\\nother {أيام}\\n}",
"second": "{count} {count, plural,\\none {ثانية}\\nother {ثواني}\\n}",
"week": "{count} {count, plural,\\none {أسبوع}\\nother {أسابيع}\\n}"
"day": "{count} {count, plural,\none {يوم}\nother {أيام}\n}",
"second": "{count} {count, plural,\none {ثانية}\nother {ثواني}\n}",
"week": "{count} {count, plural,\none {أسبوع}\nother {أسابيع}\n}"
},
"login-form": {
"log_in": "تسجيل الدخول",
@ -459,7 +459,7 @@
"delete_confirm": "هل تريد الحذف فعلا؟",
"duplicate": "تكرار",
"header": "الإجراءات",
"introduction": "الإجراءات هي ما سيفعله Home Assistant عندما يتفعّل الجهاز المُتحَكم به.\\n\\n [مزيد من المعلومات حول الإجراءات.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "الإجراءات هي ما سيفعله Home Assistant عندما يتفعّل الجهاز المُتحَكم به.\n\n [مزيد من المعلومات حول الإجراءات.] (https://home-assistant.io/docs/automation/action/)",
"learn_more": "معرفة المزيد عن الإجراءات",
"type_select": "نوع الإجراء",
"type": {
@ -494,7 +494,7 @@
"delete_confirm": "هل تريد الحذف فعلا؟",
"duplicate": "تكرار",
"header": "الشروط",
"introduction": "الشروط هي جزء اختياري من قواعد المتحكم الآلي ويمكن استخدامها لمنع تفعّل الإجراء بالمشغل. الشروط تبدو متشابهة جدًا مع المشغلات ولكنها مختلفة جدًا. سينظر المشغل في الأحداث التي تحدث في النظام بينما ينظر الشرط فقط إلى كيفية ظهور النظام الآن. يستطيع المشغل ملاحظة أن مفتاح التشغيل تم تشغيله. بينما الشرط يرى فقط ما إذا كان أحد المفاتيح هل هو قيد التشغيل أو الإيقاف حاليًا. \\n\\n [مزيد من المعلومات حول الشروط.] (https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "الشروط هي جزء اختياري من قواعد المتحكم الآلي ويمكن استخدامها لمنع تفعّل الإجراء بالمشغل. الشروط تبدو متشابهة جدًا مع المشغلات ولكنها مختلفة جدًا. سينظر المشغل في الأحداث التي تحدث في النظام بينما ينظر الشرط فقط إلى كيفية ظهور النظام الآن. يستطيع المشغل ملاحظة أن مفتاح التشغيل تم تشغيله. بينما الشرط يرى فقط ما إذا كان أحد المفاتيح هل هو قيد التشغيل أو الإيقاف حاليًا. \n\n [مزيد من المعلومات حول الشروط.] (https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "معرفة المزيد عن الشروط",
"type_select": "نوع الشرط",
"type": {
@ -543,7 +543,7 @@
"delete_confirm": "هل تريد الحذف فعلا؟",
"duplicate": "تكرار",
"header": "المشغلات",
"introduction": "المشغلات هي ما يبدأ تشغيل قاعدة المتحكم الآلي. من الممكن تحديد مشغلات متعددة لنفس القاعدة. بمجرد بدء المشغل ، سيقوم Home Assistant بالتحقق من الشروط ، إن وجدت ، واستدعاء الإجراء. \\n\\n [مزيد من المعلومات حول المشغلات.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "المشغلات هي ما يبدأ تشغيل قاعدة المتحكم الآلي. من الممكن تحديد مشغلات متعددة لنفس القاعدة. بمجرد بدء المشغل ، سيقوم Home Assistant بالتحقق من الشروط ، إن وجدت ، واستدعاء الإجراء. \n\n [مزيد من المعلومات حول المشغلات.] (https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "معرفة المزيد عن المشغلات",
"type_select": "نوع المشغل",
"type": {
@ -611,7 +611,7 @@
"picker": {
"add_automation": "أضف متحكم آلي",
"header": "محرر المتحكم الآلي",
"introduction": "محرر المتحكم الآلي يسمح لك بإنشاء وتحرير المتحكمات الآلية. يرجى قراءة [الإرشادات] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) للتأكد من إعدادك Home Assistant بشكل صحيح.",
"introduction": "محرر المتحكم الآلي يسمح لك بإنشاء وتحرير المتحكمات الآلية. يرجى قراءة [الإرشادات] (https://home-assistant.io/docs/automation/editor/) للتأكد من إعدادك Home Assistant بشكل صحيح.",
"learn_more": "معرفة المزيد عن التحكم الآلي",
"no_automations": "لم تعثر على أي متحكم آلي قابل للتعديل",
"pick_automation": "أختر متحكم آلي للتعديل"

View File

@ -247,7 +247,7 @@
"fan_only": "Само вентилатор",
"gas": "Газ",
"heat": "Отопление",
"heat_cool": "Отопление\/Охлаждане",
"heat_cool": "Отопление/Охлаждане",
"heat_pump": "Термопомпа",
"high_demand": "Високо натоварване",
"idle": "Неработещ",
@ -421,7 +421,7 @@
"away_mode": "Режим на отсъствие",
"currently": "В момента",
"fan_mode": "Режим на вентилатора",
"on_off": "Вкл. \/ Изкл",
"on_off": "Вкл. / Изкл",
"operation": "Режим",
"preset_mode": "Предварително-зададени настройки",
"swing_mode": "Режим на люлеене",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Режим на отсъствие",
"currently": "В момента",
"on_off": "Вкл. \/ Изкл.",
"on_off": "Вкл. / Изкл.",
"operation": "Режим",
"target_temperature": "Желана температура"
},
@ -535,11 +535,11 @@
},
"relative_time": {
"duration": {
"day": "{count}{count, plural,\\n one {ден}\\n other {дни}\\n}",
"hour": "{count} {count, plural,\\n one {час}\\n other {часа}\\n}",
"minute": "{count} {count, plural,\\n one {минута}\\n other {минути}\\n}",
"second": "{count}{count, plural,\\n one {секунда}\\n other {секунди}\\n}",
"week": "{count}{count, plural,\\n one {седмица}\\n other {седмици}\\n}"
"day": "{count}{count, plural,\n one {ден}\n other {дни}\n}",
"hour": "{count} {count, plural,\n one {час}\n other {часа}\n}",
"minute": "{count} {count, plural,\n one {минута}\n other {минути}\n}",
"second": "{count}{count, plural,\n one {секунда}\n other {секунди}\n}",
"week": "{count}{count, plural,\n one {седмица}\n other {седмици}\n}"
},
"future": "След {time}",
"never": "Никога",
@ -597,11 +597,11 @@
}
},
"duration": {
"day": "{count}{count, plural,\\n one {ден}\\n other {дни}\\n}",
"hour": "{count} {count, plural,\\n one {час}\\n other {часа}\\n}",
"minute": "{count} {count, plural,\\n one {минута}\\n other {минути}\\n}",
"second": "{count}{count, plural,\\n one {секунда}\\n other {секунди}\\n}",
"week": "{count}{count, plural,\\n one {седмица}\\n other {седмици}\\n}"
"day": "{count}{count, plural,\n one {ден}\n other {дни}\n}",
"hour": "{count} {count, plural,\n one {час}\n other {часа}\n}",
"minute": "{count} {count, plural,\n one {минута}\n other {минути}\n}",
"second": "{count}{count, plural,\n one {секунда}\n other {секунди}\n}",
"week": "{count}{count, plural,\n one {седмица}\n other {седмици}\n}"
},
"login-form": {
"log_in": "Вход",
@ -893,7 +893,7 @@
"description": "Персонализирайте Вашите обекти",
"picker": {
"header": "Персонализиране",
"introduction": "Настройте атрибутите за всеки обект. Добавени\/редактирани персонализации ще имат ефект, когато обектът бъде опреснен."
"introduction": "Настройте атрибутите за всеки обект. Добавени/редактирани персонализации ще имат ефект, когато обектът бъде опреснен."
}
},
"devices": {

View File

@ -275,9 +275,9 @@
"loading": "Učitava"
},
"duration": {
"day": "{count} {count, plural,\\n one {dan}\\n other {dana}\\n}",
"second": "{count} {count, plural,\\n one {sekunda}\\n other {sekundi}\\n}",
"week": "{count} {count, plural,\\n one {sedmica}\\n other {sedmice}\\n}"
"day": "{count} {count, plural,\n one {dan}\n other {dana}\n}",
"second": "{count} {count, plural,\n one {sekunda}\n other {sekundi}\n}",
"week": "{count} {count, plural,\n one {sedmica}\n other {sedmice}\n}"
},
"panel": {
"config": {

View File

@ -247,7 +247,7 @@
"fan_only": "Només ventilador",
"gas": "Gas",
"heat": "Escalfar",
"heat_cool": "Escalfar\/Refredar",
"heat_cool": "Escalfar/Refredar",
"heat_pump": "Bomba de calor",
"high_demand": "Alta potència",
"idle": "Inactiu",
@ -426,7 +426,7 @@
"heating": "{name} escalfant",
"high": "alt",
"low": "baix",
"on_off": "On \/ Off",
"on_off": "On / Off",
"operation": "Funcionament",
"preset_mode": "Programat",
"swing_mode": "Mode oscil·lació",
@ -497,7 +497,7 @@
"water_heater": {
"away_mode": "Mode fora",
"currently": "Actual",
"on_off": "On \/ Off",
"on_off": "On / Off",
"operation": "Funcionament",
"target_temperature": "Temperatura desitjada"
},
@ -541,6 +541,7 @@
"components": {
"device-picker": {
"clear": "Esborra",
"device": "Dispositiu",
"show_devices": "Mostra dispositius"
},
"entity": {
@ -556,11 +557,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dia}\\n other {dies}\\n}",
"hour": "{count} {count, plural,\\n one {hora}\\n other {hores}\\n}",
"minute": "{count} {count, plural,\\n one {minut}\\n other {minuts}\\n}",
"second": "{count} {count, plural,\\n one {segon}\\n other {segons}\\n}",
"week": "{count} {count, plural,\\n one {setmana}\\n other {setmanes}\\n}"
"day": "{count} {count, plural,\n one {dia}\n other {dies}\n}",
"hour": "{count} {count, plural,\n one {hora}\n other {hores}\n}",
"minute": "{count} {count, plural,\n one {minut}\n other {minuts}\n}",
"second": "{count} {count, plural,\n one {segon}\n other {segons}\n}",
"week": "{count} {count, plural,\n one {setmana}\n other {setmanes}\n}"
},
"future": "D'aquí a {time}",
"never": "Mai",
@ -643,11 +644,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {dia}\\n other {dies}\\n}",
"hour": "{count} {count, plural,\\none {hora}\\nother {hores}\\n}",
"minute": "{count} {count, plural,\\none {minut}\\nother {minuts}\\n}",
"second": "{count} {count, plural,\\none {segon}\\nother {segons}\\n}",
"week": "{count} {count, plural,\\n one {setmana}\\n other {setmanes}\\n}"
"day": "{count} {count, plural,\n one {dia}\n other {dies}\n}",
"hour": "{count} {count, plural,\none {hora}\nother {hores}\n}",
"minute": "{count} {count, plural,\none {minut}\nother {minuts}\n}",
"second": "{count} {count, plural,\none {segon}\nother {segons}\n}",
"week": "{count} {count, plural,\n one {setmana}\n other {setmanes}\n}"
},
"login-form": {
"log_in": "Iniciar sessió",
@ -665,7 +666,7 @@
"entity_turned_on": "S'ha engegat {entity}.",
"service_call_failed": "Ha fallat la crida al servei {service}.",
"service_called": "S'ha cridat el servei {service}.",
"triggered": "{name} disparat\/ada"
"triggered": "{name} disparat/ada"
},
"panel": {
"config": {
@ -701,6 +702,7 @@
"header": "Accions",
"introduction": "Les accions són allò que farà Home Assistant quan es dispari l'automatització i es compleixin totes les condicions (si n'hi ha).",
"learn_more": "Més informació sobre les accions",
"name": "Acció",
"type_select": "Tipus d'acció",
"type": {
"condition": {
@ -745,6 +747,7 @@
"header": "Condicions",
"introduction": "Les condicions són part opcional d'una automatització i es poden utilitzar per permetre o evitar que es produeixi una acció quan es dispari l'automatització. Les condicions són similars als activadors però funcionen de forma diferent: un activador analitza els esdeveniments que ocorren en el sistema mentre que una condició només observa com està el sistema en un moment determinat, per exemple, un activador se n'adonarà de quan s'està activant un interruptor mentre que una condició només pot veure si un interruptor està activat o desactivat.",
"learn_more": "Més informació sobre les condicions",
"name": "Condició",
"type_select": "Tipus de condició",
"type": {
"and": {
@ -814,6 +817,7 @@
"header": "Activadors",
"introduction": "Els activadors són les regles que fan que es dispari una automatització. Pots definir més d'un activador per a cada automatització. Una vegada s'iniciï un activador, el Home Assistant validarà les condicions (si n'hi ha) i finalment cridarà l'acció.",
"learn_more": "Més informació sobre els activadors",
"name": "Disparador",
"type_select": "Tipus d'activador",
"type": {
"device": {
@ -845,7 +849,7 @@
},
"mqtt": {
"label": "MQTT",
"payload": "Dades\/payload (opcional)",
"payload": "Dades/payload (opcional)",
"topic": "Topic"
},
"numeric_state": {
@ -1123,13 +1127,15 @@
"customize": {
"attributes_customize": "Els atributs següents ja s'han definit a customize.yaml",
"attributes_not_set": "Els atributs següents no s'han configurat. Els pots configurar, si vols.",
"attributes_outside": "Els atributs següents es configuren des de fora l'arxiu customize.yaml",
"attributes_override": "Si vols, pots substituir-los.",
"attributes_set": "Els següents atributs d'entitat s'estableixen programàticament.",
"caption": "Personalització",
"description": "Personalitza les entitats",
"pick_attribute": "Selecciona un atribut per substituir-lo",
"picker": {
"header": "Personalització",
"introduction": "Personalitza els atributs de les entitats al teu gust. Les personalitzacions afegides\/modificades apareixeran immediatament, les que s'hagin eliminat tindran efecte quan l'entitat s'actualitzi."
"introduction": "Personalitza els atributs de les entitats al teu gust. Les personalitzacions afegides/modificades apareixeran immediatament, les que s'hagin eliminat tindran efecte quan l'entitat s'actualitzi."
},
"warning": {
"include_link": "inclou customize.yaml",
@ -1275,20 +1281,26 @@
"note_about_persons_configured_in_yaml": "Nota: les persones configurades mitjançant configuration.yaml no es poden editar a la UI."
},
"scene": {
"activated": "Escena {name} activada.",
"caption": "Escenes",
"description": "Crea i edita escenes",
"editor": {
"default_name": "Nova escena",
"devices": {
"add": "Afegeix un dispositiu",
"delete": "Suprimeix el dispositiu",
"header": "Dispositius"
"header": "Dispositius",
"introduction": "Afegeix els dispositius que vols incloure a l'escena. Configura tots els dispositius en els estats que es corresponguin amb aquesta escena."
},
"entities": {
"add": "Afegeix una entitat",
"delete": "Suprimeix l'entitat",
"device_entities": "Si afegeixes una entitat que pertany a un dispositiu, s'afegirà el dispositiu.",
"header": "Entitats",
"introduction": "Les entitats que no pertanyen a cap dispositiu es poden configurar aquí.",
"without_device": "Entitats sense dispositiu"
},
"introduction": "Utilitza les escenes per donar més vida a la teva llar.",
"load_error_not_editable": "Només es poden editar les escenes de l'arxiu scenes.yaml.",
"load_error_unknown": "Error en carregar lescena ({err_no}).",
"name": "Nom",
@ -1301,6 +1313,7 @@
"delete_scene": "Suprimeix l'escena",
"edit_scene": "Edita escena",
"header": "Editor descenes",
"introduction": "L'editor d'escenes et permet crear i editar escenes. Vés a l'enllaç de sota per veure'n les instruccions i assegurar-te que has configurat el Home Assistant correctament.",
"learn_more": "Més informació sobre les escenes",
"no_scenes": "No s'ha pogut trobar cap escena editable",
"only_editable": "Només es poden editar les escenes definides dins l'arxiu scenes.yaml.",
@ -1314,16 +1327,22 @@
"editor": {
"default_name": "Nou script",
"delete_confirm": "Estàs segur que vols eliminar aquest script?",
"delete_script": "Suprimeix l'script",
"header": "Script: {name}",
"introduction": "Utilitza els scripts per executar seqüències daccions.",
"link_available_actions": "Més informació sobre les accions disponibles.",
"load_error_not_editable": "Només es poden editar els scripts dins de l'arxiu scripts.yaml.",
"sequence": "Seqüència"
"sequence": "Seqüència",
"sequence_sentence": "Seqüència daccions de l'script."
},
"picker": {
"add_script": "Afegeix script",
"edit_script": "Edita l'script",
"header": "Editor de scripts",
"introduction": "L'editor de scripts et permet crear i editar scripts. Vés a l'enllaç de sota per veure'n les instruccions i assegurar-te que has configurat el Home Assistant correctament.",
"learn_more": "Més informació sobre els scripts",
"no_scripts": "No hem trobat cap script editable"
"no_scripts": "No hem trobat cap script editable",
"trigger_script": "Dispara l'script"
}
},
"server_control": {
@ -1392,7 +1411,7 @@
},
"zha": {
"add_device_page": {
"discovery_text": "Els dispositius descoberts apareixeran aquí. Segueix les instruccions del teu dispositiu\/s i posa el dispositiu\/s en mode demparellament.",
"discovery_text": "Els dispositius descoberts apareixeran aquí. Segueix les instruccions del teu dispositiu/s i posa el dispositiu/s en mode demparellament.",
"header": "Domòtica amb Zigbee - Afegir dispositius",
"search_again": "Torna a cercar",
"spinner": "S'estan cercant dispositius ZHA Zigbee..."
@ -1505,6 +1524,7 @@
"custom": {
"external_panel": {
"complete_access": "Tindrà accés a totes les dades de Home Assistant.",
"hide_message": "Mira la documentació de panel_custom per ocultar aquest missatge",
"question_trust": "Confies en el panell extern {name} de {link}?"
}
},
@ -1564,7 +1584,7 @@
"description_publish": "Publicació d'un paquet",
"listening_to": "Escoltant a",
"message_received": "Missatge {id} rebut a {topic} a les {time}:",
"payload": "Dades\/missatge (plantilla permesa)",
"payload": "Dades/missatge (plantilla permesa)",
"publish": "Publica",
"start_listening": "Comença a escoltar",
"stop_listening": "Deixa descoltar",
@ -1628,7 +1648,7 @@
"empty_state": {
"go_to_integrations_page": "Vés a la pàgina d'integracions.",
"no_devices": "Aquesta pàgina et permet controlar els teus dispositius, però sembla que encara no en tens cap configurat. Vés a la pàgina d'integracions per a començar.",
"title": "Benvingut\/da a casa"
"title": "Benvingut/da a casa"
},
"picture-elements": {
"call_service": "Crida servei {name}",
@ -1998,6 +2018,7 @@
"mirror": "Mirall",
"patio": "Pati",
"right": "Dreta",
"temperature_study": "Temperatura Study",
"upstairs": "Pis superior"
},
"unit": {
@ -2011,7 +2032,7 @@
"core-config": {
"button_detect": "Detecta",
"finish": "Següent",
"intro": "Hola {name}, benvingut\/uda a Home Assistant. Quin nom t'agradaria posar a la teva casa?",
"intro": "Hola {name}, benvingut/uda a Home Assistant. Quin nom t'agradaria posar a la teva casa?",
"intro_location": "Voldirem saber la zona on vius. Aquesta informació servirà per poder mostrar certa informació i configurar automatitzacions relatives a la posició del sol. Aquestes dades mai es compartiran fora de la teva xarxa personal.",
"intro_location_detect": "Et podem ajudar a completar aquesta informació fent una única sol·licitud a un servei extern.",
"location_name_default": "Casa"

View File

@ -30,7 +30,7 @@
"history_graph": "Graf historie",
"homeassistant": "Home Assistant",
"image_processing": "Zpracování obrazu",
"input_boolean": "Zadání ano\/ne",
"input_boolean": "Zadání ano/ne",
"input_datetime": "Zadání času",
"input_number": "Zadání čísla",
"input_select": "Zadání volby",
@ -247,7 +247,7 @@
"fan_only": "Pouze ventilátor",
"gas": "Plyn",
"heat": "Topení",
"heat_cool": "Vytápění\/Chlazení",
"heat_cool": "Vytápění/Chlazení",
"heat_pump": "Tepelné čerpadlo",
"high_demand": "Vysoký výkon",
"idle": "Nečinný",
@ -426,7 +426,7 @@
"heating": "{name} topení",
"high": "vysoká",
"low": "nízká",
"on_off": "Zapnout \/ vypnout",
"on_off": "Zapnout / vypnout",
"operation": "Provoz",
"preset_mode": "Předvolba",
"swing_mode": "Režim kmitání",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Prázdninový režim",
"currently": "Momentálně",
"on_off": "Zapnout \/ vypnout",
"on_off": "Zapnout / vypnout",
"operation": "Provoz",
"target_temperature": "Cílová teplota"
},
@ -555,11 +555,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {den}\\nfew {dny}\\nother {dnů}\\n}",
"hour": "{count} {count, plural,\\none {hodinu}\\nfew {hodiny}\\nother {hodin}\\n}",
"minute": "{count} {count, plural,\\none {minutu}\\nfew {minuty}\\nother {minut}\\n}",
"second": "{count} {count, plural,\\none {sekundu}\\nfew {sekundy}\\nother {sekund}\\n}",
"week": "{count} {count, plural,\\none {týden}\\nother {týdnů}\\n}"
"day": "{count} {count, plural,\none {den}\nfew {dny}\nother {dnů}\n}",
"hour": "{count} {count, plural,\none {hodinu}\nfew {hodiny}\nother {hodin}\n}",
"minute": "{count} {count, plural,\none {minutu}\nfew {minuty}\nother {minut}\n}",
"second": "{count} {count, plural,\none {sekundu}\nfew {sekundy}\nother {sekund}\n}",
"week": "{count} {count, plural,\none {týden}\nother {týdnů}\n}"
},
"future": "Za {time}",
"never": "Nikdy",
@ -578,7 +578,7 @@
"confirmation": {
"cancel": "Zrušit",
"ok": "OK",
"title": "Jste si jistý\/á?"
"title": "Jste si jistý/á?"
},
"more_info_control": {
"script": {
@ -631,11 +631,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {den}\\nfew {dny}\\nother {dnů}\\n}",
"hour": "{count} {count, plural,\\n one {hodinou}\\n other {hodiny}\\n}",
"minute": "{count} {count, plural,\\none {minutou}\\nother {minuty}\\n}",
"second": "{count} {count, plural,\\none {sekunda}\\nfew {sekundy}\\nother {sekund}\\n}",
"week": "{count} {count, plural,\\none {týden}\\nfew {týdny}\\nother {týdnů}\\n}"
"day": "{count} {count, plural,\none {den}\nfew {dny}\nother {dnů}\n}",
"hour": "{count} {count, plural,\n one {hodinou}\n other {hodiny}\n}",
"minute": "{count} {count, plural,\none {minutou}\nother {minuty}\n}",
"second": "{count} {count, plural,\none {sekunda}\nfew {sekundy}\nother {sekund}\n}",
"week": "{count} {count, plural,\none {týden}\nfew {týdny}\nother {týdnů}\n}"
},
"login-form": {
"log_in": "Přihlásit se",
@ -687,7 +687,7 @@
"delete_confirm": "Opravdu smazat?",
"duplicate": "Duplikovat",
"header": "Akce",
"introduction": "Akce jsou to, co Home Assistant provede při spuštění automatizace. \\n\\n [Více informací o akcích.] (Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Akce jsou to, co Home Assistant provede při spuštění automatizace. \n\n [Více informací o akcích.] (Https://home-assistant.io/docs/automation/action/)",
"learn_more": "Další informace o akcích",
"type_select": "Typ akce",
"type": {
@ -731,7 +731,7 @@
"delete_confirm": "Opravdu smazat?",
"duplicate": "Duplikovat",
"header": "Podmínky",
"introduction": "Podmínky jsou volitelnou součástí automatizačního pravidla a mohou být použity k zabránění spuštění akce. Podmínky vypadají velmi podobně jako spouštěče, ale jsou velmi odlišné. Spouštěč se podívá na události, ke kterým dochází v systému, zatímco podmínka se zabývá pouze tím, jak systém vypadá právě teď. Pro spouštěč se může jevit že je spínač zapnutý. Stav může vidět pouze tehdy, je-li přepínač aktuálně zapnutý nebo vypnutý. \\n\\n [Další informace o podmínkách.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Podmínky jsou volitelnou součástí automatizačního pravidla a mohou být použity k zabránění spuštění akce. Podmínky vypadají velmi podobně jako spouštěče, ale jsou velmi odlišné. Spouštěč se podívá na události, ke kterým dochází v systému, zatímco podmínka se zabývá pouze tím, jak systém vypadá právě teď. Pro spouštěč se může jevit že je spínač zapnutý. Stav může vidět pouze tehdy, je-li přepínač aktuálně zapnutý nebo vypnutý. \n\n [Další informace o podmínkách.] (Https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Další informace o podmínkách",
"type_select": "Typ podmínky",
"type": {
@ -800,7 +800,7 @@
"delete_confirm": "Opravdu smazat?",
"duplicate": "Duplikovat",
"header": "Spouštěče",
"introduction": "Spouštěče spouštějí zpracování automatizačního pravidla. Pro stejné pravidlo je možné zadat více spouštěčů. Po spuštění spouštěče ověří Home Assistant případné podmínky a zavolá akci. \\n\\n [Další informace o spouštěčích.] (Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Spouštěče spouštějí zpracování automatizačního pravidla. Pro stejné pravidlo je možné zadat více spouštěčů. Po spuštění spouštěče ověří Home Assistant případné podmínky a zavolá akci. \n\n [Další informace o spouštěčích.] (Https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Další informace o spouštěčích",
"type_select": "Typ spouštěče",
"type": {
@ -889,7 +889,7 @@
"picker": {
"add_automation": "Přidat automatizaci",
"header": "Editor automatizací",
"introduction": "Editor automatizací umožňuje vytvářet a upravovat automatizace. Přečtěte si prosím [pokyny] (https:\/\/home-assistant.io\/docs\/automation\/editor\/), abyste se ujistili, že jste aplikaci Home Assistant nakonfigurovali správně.",
"introduction": "Editor automatizací umožňuje vytvářet a upravovat automatizace. Přečtěte si prosím [pokyny] (https://home-assistant.io/docs/automation/editor/), abyste se ujistili, že jste aplikaci Home Assistant nakonfigurovali správně.",
"learn_more": "Další informace o automatizaci",
"no_automations": "Nelze najít žádnou upravitelnou automatizaci",
"pick_automation": "Vyberte automatizaci, kterou chcete upravit"
@ -921,7 +921,7 @@
"enable_state_reporting": "Povolit hlášení stavu",
"enter_pin_error": "Nelze uložit pin:",
"enter_pin_hint": "Chcete-li používat zabezpečovací zařízení, zadejte kód PIN",
"enter_pin_info": "Chcete-li komunikovat se zabezpečovacími zařízeními, zadejte kód PIN. Zabezpečovací zařízení jsou dveře, garážová vrata a zámky. Při interakci s takovými zařízeními budete požádáni o zadání \/ zadání tohoto kódu PIN pomocí Google Assistant.",
"enter_pin_info": "Chcete-li komunikovat se zabezpečovacími zařízeními, zadejte kód PIN. Zabezpečovací zařízení jsou dveře, garážová vrata a zámky. Při interakci s takovými zařízeními budete požádáni o zadání / zadání tohoto kódu PIN pomocí Google Assistant.",
"info": "Díky integraci Google Assistant pro Home Assistant Cloud budete moci ovládat všechna zařízení v Home Assistant pomocí jakéhokoli zařízení podporujícího Google Assistant.",
"info_state_reporting": "Pokud povolíte hlášení stavu, Home Assistant bude posílat veškeré změny stavů všech exponovaných entit do Google. Toto vám umožní sledovat vždy aktuální stavy entit v aplikaci Google.",
"manage_entities": "Správa entit",
@ -1108,7 +1108,7 @@
"description": "Přizpůsobte své entity",
"picker": {
"header": "Přizpůsobení",
"introduction": "Upravit atributy entity. Přídání\/úprava bude mít okamžitý efekt. Odebraní se projeví až po aktualizaci entity."
"introduction": "Upravit atributy entity. Přídání/úprava bude mít okamžitý efekt. Odebraní se projeví až po aktualizaci entity."
}
},
"devices": {
@ -1191,7 +1191,7 @@
"note_about_integrations": "Ne všechny integrace lze prozatím konfigurovat prostřednictvím uživatelského rozhraní.",
"note_about_website_reference": "Další jsou k dispozici na "
},
"introduction": "Zde je možné konfigurovat vaše komponenty a Home Assistant.\\nZ uživatelského rozhraní sice zatím není možné konfigurovat vše, ale pracujeme na tom.",
"introduction": "Zde je možné konfigurovat vaše komponenty a Home Assistant.\nZ uživatelského rozhraní sice zatím není možné konfigurovat vše, ale pracujeme na tom.",
"person": {
"add_person": "Přidat osobu",
"caption": "Osoby",

View File

@ -24,7 +24,7 @@
"homeassistant": "Home Assistant",
"image_processing": "Prosesu delwedd",
"input_boolean": "Mewnbynnu boolean",
"input_datetime": "Mewnbynnu dyddiad\/amser",
"input_datetime": "Mewnbynnu dyddiad/amser",
"input_number": "Mewnbynnu rhif",
"input_select": "Mewnbynnu dewis",
"input_text": "Mewnbynnu testun",
@ -387,7 +387,7 @@
"water_heater": {
"away_mode": "Dull i ffwrdd",
"currently": "Ar hyn o bryd",
"on_off": "Ar \/ i ffwrdd",
"on_off": "Ar / i ffwrdd",
"operation": "Gweithredu",
"target_temperature": "Tymheredd targed"
},
@ -497,7 +497,7 @@
"delete_confirm": "Ydych yn siŵr bod chi eisiau dileu?",
"duplicate": "Dyblygu",
"header": "Camau gweithredu",
"introduction": "Y camau gweithredu yw'r hyn mae Home Assistant yn gwneud pan mae'r awtomeiddio yn cael ei sbarduno\\n\\n[Dysgwch mwy am weithred.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Y camau gweithredu yw'r hyn mae Home Assistant yn gwneud pan mae'r awtomeiddio yn cael ei sbarduno\n\n[Dysgwch mwy am weithred.](https://home-assistant.io/docs/automation/action/)",
"learn_more": "Dysgu mwy am gamau gweithredu",
"type_select": "Math weithrediad",
"type": {
@ -532,7 +532,7 @@
"delete_confirm": "Siwr bod chi eisiau dileu?",
"duplicate": "Dyblygu",
"header": "Amodau",
"introduction": "Mae'r amodau'n rhan ddewisol o reol awtomeiddio, a gellir eu defnyddio i atal camau rhag digwydd pan fyddant yn cael eu sbarduno. Mae'r amodau'n edrych yn debyg iawn i sbardunau ond maent yn wahanol iawn. Bydd sbardun yn edrych ar ddigwyddiadau sy'n digwydd yn y system tra bod amod yn edrych ar sut mae'r system yn edrych ar hyn o bryd. Gall sbarduno arsylwi bod switsh yn cael ei droi ymlaen. Dim ond os yw switsh ar neu i ffwrdd ar hyn o bryd y gall cyflwr weld. \\n\\n [Dysgwch fwy am amodau.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Mae'r amodau'n rhan ddewisol o reol awtomeiddio, a gellir eu defnyddio i atal camau rhag digwydd pan fyddant yn cael eu sbarduno. Mae'r amodau'n edrych yn debyg iawn i sbardunau ond maent yn wahanol iawn. Bydd sbardun yn edrych ar ddigwyddiadau sy'n digwydd yn y system tra bod amod yn edrych ar sut mae'r system yn edrych ar hyn o bryd. Gall sbarduno arsylwi bod switsh yn cael ei droi ymlaen. Dim ond os yw switsh ar neu i ffwrdd ar hyn o bryd y gall cyflwr weld. \n\n [Dysgwch fwy am amodau.] (Https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Dysgu mwy am amodau",
"type_select": "Math o gyflwr",
"type": {
@ -583,7 +583,7 @@
"delete_confirm": "Sicr bod chi eisiau dileu?",
"duplicate": "Dyblyg",
"header": "Sbardunau",
"introduction": "Sbarduno yw'r hyn sy'n dechrau proses rheol awtomeiddio. Mae'n bosib dewis nifer o sbardunau i'run rheol. Unwaith mae sbardun yn cychwyn, bydd Home Assistant yn dilysu'r amodau, os o gwbl, a galw'r gweithred. \\n\\n[dysgwch mwy am sbardunau.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Sbarduno yw'r hyn sy'n dechrau proses rheol awtomeiddio. Mae'n bosib dewis nifer o sbardunau i'run rheol. Unwaith mae sbardun yn cychwyn, bydd Home Assistant yn dilysu'r amodau, os o gwbl, a galw'r gweithred. \n\n[dysgwch mwy am sbardunau.] (https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Dysgu mwy am sbardunau",
"type_select": "Math sbardun",
"type": {
@ -663,7 +663,7 @@
"picker": {
"add_automation": "Ychwanegu awtomeiddiad",
"header": "Golygydd awtomeiddio",
"introduction": "Mae'r olygydd awtomeiddio yn caniatáu ichi greu a golygu awtomeiddiau. Darllenwch [y cyfarwyddiadau] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) i sicrhau bod chi wedi ffurfweddu'r Home Assistant yn gywir.",
"introduction": "Mae'r olygydd awtomeiddio yn caniatáu ichi greu a golygu awtomeiddiau. Darllenwch [y cyfarwyddiadau] (https://home-assistant.io/docs/automation/editor/) i sicrhau bod chi wedi ffurfweddu'r Home Assistant yn gywir.",
"learn_more": "Dysgu mwy am awtomeiddio",
"no_automations": "Doeddem ddim yn gallu darganfod unrhyw awtomeiddiau",
"pick_automation": "Dewiswch awtomeiddiad i olygu"
@ -728,7 +728,7 @@
"description": "Addasu eich endidau",
"picker": {
"header": "Addasu",
"introduction": "Addasu nodweddion yr endid. Bydd ychwanegu\/golygu osodiadau bersonol i rym ar unwaith. Bydd addasiadau sydd wedi tynnu yn dod i rym pan fydd yr endid yn cael ei ddiweddaru."
"introduction": "Addasu nodweddion yr endid. Bydd ychwanegu/golygu osodiadau bersonol i rym ar unwaith. Bydd addasiadau sydd wedi tynnu yn dod i rym pan fydd yr endid yn cael ei ddiweddaru."
}
},
"entity_registry": {
@ -830,7 +830,7 @@
},
"zha": {
"add_device_page": {
"discovery_text": "Bydd dyfeisiau a ddarganfuwyd yn ymddangos yma. Dilynwch y cyfarwyddiadau ar gyfer eich dyfais \/ dyfaisiau a rhowch y ddyfais \/ dyfeisiau yn y modd paru.",
"discovery_text": "Bydd dyfeisiau a ddarganfuwyd yn ymddangos yma. Dilynwch y cyfarwyddiadau ar gyfer eich dyfais / dyfaisiau a rhowch y ddyfais / dyfeisiau yn y modd paru.",
"header": "Awtomeiddiad Cartref Zigbee - Ychwanegwch Dyfeisiadau",
"spinner": "Chwilio am ddyfeisiau ZHA Zigbee ..."
},

View File

@ -247,7 +247,7 @@
"fan_only": "Kun blæser",
"gas": "Gas",
"heat": "Varme",
"heat_cool": "Opvarm\/køl",
"heat_cool": "Opvarm/køl",
"heat_pump": "Varmepumpe",
"high_demand": "Høj efterspørgsel",
"idle": "Inaktiv",
@ -426,7 +426,7 @@
"heating": "{name} opvarmer",
"high": "høj",
"low": "lav",
"on_off": "On \/ off",
"on_off": "On / off",
"operation": "Drift",
"preset_mode": "Forudindstilling",
"swing_mode": "Swing tilstand",
@ -496,7 +496,7 @@
"water_heater": {
"away_mode": "Ikke til stede",
"currently": "Lige nu",
"on_off": "Tænd \/ sluk",
"on_off": "Tænd / sluk",
"operation": "Drift",
"target_temperature": "Ønsket temperatur"
},
@ -553,11 +553,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dage}\\n}",
"hour": "{count} {count, plural,\\n one {time}\\n other {timer}\\n}",
"minute": "{count} {count, plural,\\none {minut}\\nother {minutter}\\n}",
"second": "{count} {count, plural,\\n one {sekund}\\n other {sekunder}\\n}",
"week": "{count} {count, plural,\\none {uge}\\nother {uger}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dage}\n}",
"hour": "{count} {count, plural,\n one {time}\n other {timer}\n}",
"minute": "{count} {count, plural,\none {minut}\nother {minutter}\n}",
"second": "{count} {count, plural,\n one {sekund}\n other {sekunder}\n}",
"week": "{count} {count, plural,\none {uge}\nother {uger}\n}"
},
"future": "Om {time}",
"never": "Aldrig",
@ -628,11 +628,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dage}\\n}",
"hour": "{count} {count, plural,\\n one {time}\\n other {timer}\\n}",
"minute": "{count} {count, plural,\\none {minut}\\nother {minutter}\\n}",
"second": "{count} {count, plural,\\none {sekund}\\nother {sekunder}\\n}",
"week": "{count} {count, plural,\\none {uge}\\nother {uger}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dage}\n}",
"hour": "{count} {count, plural,\n one {time}\n other {timer}\n}",
"minute": "{count} {count, plural,\none {minut}\nother {minutter}\n}",
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}",
"week": "{count} {count, plural,\none {uge}\nother {uger}\n}"
},
"login-form": {
"log_in": "Log på",
@ -683,7 +683,7 @@
"delete_confirm": "Er du sikker på du vil slette?",
"duplicate": "Kopier",
"header": "Handlinger",
"introduction": "Handlinger er, hvad Home Assistant skal gøre, når automatiseringen udløses. \\n\\n [Lær mere om handlinger.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Handlinger er, hvad Home Assistant skal gøre, når automatiseringen udløses. \n\n [Lær mere om handlinger.] (https://home-assistant.io/docs/automation/action/)",
"learn_more": "Lær om handlinger",
"type_select": "Begivenhedstype",
"type": {
@ -727,7 +727,7 @@
"delete_confirm": "Er du sikker på du vil slette?",
"duplicate": "Kopier",
"header": "Betingelser",
"introduction": "Betingelser er en valgfri del af en automatiseringsregel og kan bruges til at forhindre, at en handling sker, når den udløses. Betingelser ligner udløsere, men er meget forskellige. En udløser vil se på begivenheder der sker i systemet, mens en tilstand kun ser på, hvordan systemet ser ud lige nu. En udløser kan observere, at der er tændt for en kontakt. En tilstand kan kun se, om en kontakt i øjeblikket er til eller fra. \\n\\n [Lær mere om betingelser.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Betingelser er en valgfri del af en automatiseringsregel og kan bruges til at forhindre, at en handling sker, når den udløses. Betingelser ligner udløsere, men er meget forskellige. En udløser vil se på begivenheder der sker i systemet, mens en tilstand kun ser på, hvordan systemet ser ud lige nu. En udløser kan observere, at der er tændt for en kontakt. En tilstand kan kun se, om en kontakt i øjeblikket er til eller fra. \n\n [Lær mere om betingelser.] (Https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Lær om betingelser",
"type_select": "Betingelsestype",
"type": {
@ -796,7 +796,7 @@
"delete_confirm": "Sikker på, at du vil slette?",
"duplicate": "Kopier",
"header": "Udløser",
"introduction": "Udløsere er, hvad der begynder behandlingen af en automatiseringsregel. Det er muligt at angive flere udløsere for samme regel. Når en udløser starter, vil Home Assistant validere eventuelle betingelser og udføre handlingen. \\n\\n [Lær mere om udløsere.] (Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Udløsere er, hvad der begynder behandlingen af en automatiseringsregel. Det er muligt at angive flere udløsere for samme regel. Når en udløser starter, vil Home Assistant validere eventuelle betingelser og udføre handlingen. \n\n [Lær mere om udløsere.] (Https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Lær om udløsere",
"type_select": "Udløser type",
"type": {
@ -885,7 +885,7 @@
"picker": {
"add_automation": "Tilføj automatisering",
"header": "Automatiserings editor",
"introduction": "Automatiserings editoren giver dig mulighed for at oprette og redigere automatiseringer. Læs venligst [instruktionerne] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) for at sikre dig, at du har konfigureret Home Assistant korrekt.",
"introduction": "Automatiserings editoren giver dig mulighed for at oprette og redigere automatiseringer. Læs venligst [instruktionerne] (https://home-assistant.io/docs/automation/editor/) for at sikre dig, at du har konfigureret Home Assistant korrekt.",
"learn_more": "Lær om automatiseringer",
"no_automations": "Vi kunne ikke finde nogen redigerbare automatiseringer",
"pick_automation": "Vælg automatisering for at redigere"
@ -1070,7 +1070,7 @@
"description": "Tilpas dine enheder",
"picker": {
"header": "Tilpasning",
"introduction": "Tilpas enhedsattributter. Tilføjede\/redigerede tilpasninger træder i kraft med det samme. Fjernede tilpasninger træder i kraft når enheden opdateres."
"introduction": "Tilpas enhedsattributter. Tilføjede/redigerede tilpasninger træder i kraft med det samme. Fjernede tilpasninger træder i kraft når enheden opdateres."
}
},
"devices": {

View File

@ -31,7 +31,7 @@
"homeassistant": "Home Assistant",
"image_processing": "Bildverarbeitung",
"input_boolean": "Boolsche Eingabe",
"input_datetime": "Eingabe Datum\/Uhrzeit",
"input_datetime": "Eingabe Datum/Uhrzeit",
"input_number": "Numerische Eingabe",
"input_select": "Auswahlfeld",
"input_text": "Texteingabe",
@ -247,7 +247,7 @@
"fan_only": "Nur Ventilator",
"gas": "Gas",
"heat": "Heizen",
"heat_cool": "Heizen\/Kühlen",
"heat_cool": "Heizen/Kühlen",
"heat_pump": "Wärmepumpe",
"high_demand": "Hoher Verbrauch",
"idle": "Untätig",
@ -426,7 +426,7 @@
"heating": "{name} Heizung",
"high": "hoch",
"low": "niedrig",
"on_off": "An \/ aus",
"on_off": "An / aus",
"operation": "Aktion",
"preset_mode": "Voreinstellung",
"swing_mode": "Schwenk-Modus",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Abwesenheitsmodus",
"currently": "Aktuell",
"on_off": "An \/ Aus",
"on_off": "An / Aus",
"operation": "Betrieb",
"target_temperature": "Solltemperatur"
},
@ -557,11 +557,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {Tag}\\nother {Tagen}\\n}",
"hour": "{count} {count, plural,\\none {Stunde}\\nother {Stunden}\\n}",
"minute": "{count} {count, plural,\\none {Minute}\\nother {Minuten}\\n}",
"second": "{count} {count, plural,\\none {Sekunde}\\nother {Sekunden}\\n}",
"week": "{count} {count, plural,\\none {Woche}\\nother {Wochen}\\n}"
"day": "{count} {count, plural,\none {Tag}\nother {Tagen}\n}",
"hour": "{count} {count, plural,\none {Stunde}\nother {Stunden}\n}",
"minute": "{count} {count, plural,\none {Minute}\nother {Minuten}\n}",
"second": "{count} {count, plural,\none {Sekunde}\nother {Sekunden}\n}",
"week": "{count} {count, plural,\none {Woche}\nother {Wochen}\n}"
},
"future": "In {time}",
"never": "Noch nie",
@ -643,11 +643,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {Tag}\\nother {Tage}\\n}",
"hour": "{count} {count, plural,\\none {Stunde}\\nother {Stunden}\\n}",
"minute": "{count} {count, plural,\\none {Minute}\\nother {Minuten}\\n}",
"second": "{count} {count, plural,\\none {Sekunde}\\nother {Sekunden}\\n}",
"week": "{count} {count, plural,\\none {Woche}\\nother {Wochen}\\n}"
"day": "{count} {count, plural,\none {Tag}\nother {Tage}\n}",
"hour": "{count} {count, plural,\none {Stunde}\nother {Stunden}\n}",
"minute": "{count} {count, plural,\none {Minute}\nother {Minuten}\n}",
"second": "{count} {count, plural,\none {Sekunde}\nother {Sekunden}\n}",
"week": "{count} {count, plural,\none {Woche}\nother {Wochen}\n}"
},
"login-form": {
"log_in": "Anmelden",
@ -937,7 +937,7 @@
"enable_state_reporting": "Statusberichterstattung aktivieren",
"enter_pin_error": "PIN kann nicht gespeichert werden:",
"enter_pin_hint": "Geben Sie eine PIN ein, um Sicherheitsgeräte zu verwenden",
"enter_pin_info": "Bitte geben Sie eine PIN ein, um mit Sicherheitsgeräten zu interagieren. Sicherheitsgeräte sind Türen, Garagentore und Schlösser. Sie werden aufgefordert, diese PIN zu sagen \/ einzugeben, wenn Sie mit solchen Geräten über Google Assistant interagieren.",
"enter_pin_info": "Bitte geben Sie eine PIN ein, um mit Sicherheitsgeräten zu interagieren. Sicherheitsgeräte sind Türen, Garagentore und Schlösser. Sie werden aufgefordert, diese PIN zu sagen / einzugeben, wenn Sie mit solchen Geräten über Google Assistant interagieren.",
"info": "Mit der Google Assistant-Integration für Home Assistant Cloud können Sie alle Ihre Home Assistant-Geräte über jedes Google Assistant-fähige Gerät steuern.",
"info_state_reporting": "Wenn die Statusberichterstellung aktiviert wird, sendet Home Assistant alle Statusänderungen exponierter Entitäten an Google. So wird in der Google-App immer der neueste Status angezeigt.",
"manage_entities": "Entitäten verwalten",
@ -1124,7 +1124,7 @@
"description": "Elemente anpassen",
"picker": {
"header": "Anpassung",
"introduction": "Optimieren Sie die Entitätenattribute. Hinzugefügte \/ bearbeitete Anpassungen werden sofort wirksam. Entfernte Anpassungen werden wirksam, wenn die Entität aktualisiert wird."
"introduction": "Optimieren Sie die Entitätenattribute. Hinzugefügte / bearbeitete Anpassungen werden sofort wirksam. Entfernte Anpassungen werden wirksam, wenn die Entität aktualisiert wird."
}
},
"devices": {

View File

@ -247,7 +247,7 @@
"fan_only": "Ανεμιστήρας μόνο",
"gas": "Αέριο",
"heat": "Θερμό",
"heat_cool": "Θέρμανση \/ Ψύξη",
"heat_cool": "Θέρμανση / Ψύξη",
"heat_pump": "Αντλία θερμότητας",
"high_demand": "Υψηλή ζήτηση",
"idle": "Αδρανές",
@ -421,7 +421,7 @@
"away_mode": "Λειτουργία εκτός σπιτιού",
"currently": "Αυτή τη στιγμή",
"fan_mode": "Λειτουργία ανεμιστήρα",
"on_off": "Ενεργοποίηση \/ απενεργοποίηση",
"on_off": "Ενεργοποίηση / απενεργοποίηση",
"operation": "Λειτουργία",
"preset_mode": "Προκαθορισμένο",
"swing_mode": "Λειτουργία ανεμιστήρα",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Λειτουργία 'Είμαι εκτός'",
"currently": "Αυτή τη στιγμή",
"on_off": "Ενεργοποίηση \/ απενεργοποίηση",
"on_off": "Ενεργοποίηση / απενεργοποίηση",
"operation": "Λειτουργία",
"target_temperature": "Επιθυμητή θερμοκρασία"
},
@ -535,11 +535,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {μέρα}\\n other {μέρες}\\n}",
"hour": "{count} {count, plural,\\n one {ώρα}\\n other {ώρες}\\n}",
"minute": "{count} {count, plural,\\n one {λεπτό}\\n other {λεπτά}\\n}",
"second": "{count} {count, plural,\\n one {δευτερόλεπτο}\\n other {δευτερόλεπτα}\\n}",
"week": "{count} {count, plural,\\n one {εβδομάδα}\\n other {εβδομάδες}\\n}"
"day": "{count} {count, plural,\n one {μέρα}\n other {μέρες}\n}",
"hour": "{count} {count, plural,\n one {ώρα}\n other {ώρες}\n}",
"minute": "{count} {count, plural,\n one {λεπτό}\n other {λεπτά}\n}",
"second": "{count} {count, plural,\n one {δευτερόλεπτο}\n other {δευτερόλεπτα}\n}",
"week": "{count} {count, plural,\n one {εβδομάδα}\n other {εβδομάδες}\n}"
},
"future": "Σε {time}",
"never": "Ποτέ",
@ -605,11 +605,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {μέρα}\\n other {μέρες}\\n}",
"hour": "{count} {count, plural,\\n one {ώρα}\\n other {ώρες}\\n}",
"minute": "{count} {count, plural,\\n one {λεπτό}\\n other {λεπτά}\\n}",
"second": "{count} {count, plural,\\n one {δευτερόλεπτο}\\n other {δευτερόλεπτα}\\n}",
"week": "{count} {count, plural,\\n one {εβδομάδα}\\n other {εβδομάδες}\\n}"
"day": "{count} {count, plural,\n one {μέρα}\n other {μέρες}\n}",
"hour": "{count} {count, plural,\n one {ώρα}\n other {ώρες}\n}",
"minute": "{count} {count, plural,\n one {λεπτό}\n other {λεπτά}\n}",
"second": "{count} {count, plural,\n one {δευτερόλεπτο}\n other {δευτερόλεπτα}\n}",
"week": "{count} {count, plural,\n one {εβδομάδα}\n other {εβδομάδες}\n}"
},
"login-form": {
"log_in": "Σύνδεση",
@ -660,7 +660,7 @@
"delete_confirm": "Επιθυμείτε την διαγραφή σίγουρα;",
"duplicate": "Διπλότυπο",
"header": "Ενέργειες",
"introduction": "Οι ενέργειες είναι ό,τι θα κάνει το Home Assistant όταν ενεργοποιηθεί ο αυτοματισμός. \\n\\n [Μάθετε περισσότερα για τις ενέργειες.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Οι ενέργειες είναι ό,τι θα κάνει το Home Assistant όταν ενεργοποιηθεί ο αυτοματισμός. \n\n [Μάθετε περισσότερα για τις ενέργειες.] (https://home-assistant.io/docs/automation/action/)",
"learn_more": "Μάθετε περισσότερα σχετικά με τις ενέργειες",
"type_select": "Τύπος ενέργειας",
"type": {
@ -701,7 +701,7 @@
"delete_confirm": "Να γίνει η διαγραφή σίγουρα;",
"duplicate": "Διπλότυπο",
"header": "Συνθήκες",
"introduction": "Οι συνθήκες είναι ένα προαιρετικό μέρος ενός κανόνα αυτοματισμού και μπορούν να χρησιμοποιηθούν για να αποτρέψουν μια ενέργεια να συμβεί όταν ενεργοποιηθεί. Οι συνθήκες μοιάζουν πολύ με τα εναύσματα, αλλά είναι πολύ διαφορετικές. Ένα έναυσμα θα εξετάσει τα γεγονότα που συμβαίνουν στο σύστημα, ενώ μια κατάσταση εξετάζει μόνο το πώς φαίνεται το σύστημα τώρα. Ένα έναυσμα μπορεί να παρατηρήσει ότι ένας διακόπτης είναι ενεργοποιημένος. Μια κατάσταση μπορεί να δει μόνο εάν ένας διακόπτης είναι ενεργοποιημένος ή απενεργοποιημένος. \\n\\n [Μάθετε περισσότερα σχετικά με τις συνθήκες.] (https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Οι συνθήκες είναι ένα προαιρετικό μέρος ενός κανόνα αυτοματισμού και μπορούν να χρησιμοποιηθούν για να αποτρέψουν μια ενέργεια να συμβεί όταν ενεργοποιηθεί. Οι συνθήκες μοιάζουν πολύ με τα εναύσματα, αλλά είναι πολύ διαφορετικές. Ένα έναυσμα θα εξετάσει τα γεγονότα που συμβαίνουν στο σύστημα, ενώ μια κατάσταση εξετάζει μόνο το πώς φαίνεται το σύστημα τώρα. Ένα έναυσμα μπορεί να παρατηρήσει ότι ένας διακόπτης είναι ενεργοποιημένος. Μια κατάσταση μπορεί να δει μόνο εάν ένας διακόπτης είναι ενεργοποιημένος ή απενεργοποιημένος. \n\n [Μάθετε περισσότερα σχετικά με τις συνθήκες.] (https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Μάθετε περισσότερα σχετικά με τις συνθήκες",
"type_select": "Τύπος συνθήκης",
"type": {
@ -770,7 +770,7 @@
"delete_confirm": "Σίγουρα επιθυμείτε την διαγραφή;",
"duplicate": "Διπλότυπο",
"header": "Εναύσματα",
"introduction": "Τα εναύσματα ενεργοποιούν τους κανόνες αυτοματισμού. Είναι δυνατός ο καθορισμός πολλαπλών εναυσμάτων για τον ίδιο κανόνα. Με την ενεργοποίηση ενός εναύσματος το Home Assistant θα εκτελέσει τους κανόνες, εάν υπάρχουν, και θα καλέσει την ενέργεια.\\n\\n[Μάθετε περισσότερα για τις ενέργειες.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Τα εναύσματα ενεργοποιούν τους κανόνες αυτοματισμού. Είναι δυνατός ο καθορισμός πολλαπλών εναυσμάτων για τον ίδιο κανόνα. Με την ενεργοποίηση ενός εναύσματος το Home Assistant θα εκτελέσει τους κανόνες, εάν υπάρχουν, και θα καλέσει την ενέργεια.\n\n[Μάθετε περισσότερα για τις ενέργειες.] (https://home-assistant.io/docs/automation/action/)",
"learn_more": "Μάθετε περισσότερα σχετικά με τα εναύσματα",
"type_select": "Τύπος εναύσματος",
"type": {
@ -859,7 +859,7 @@
"picker": {
"add_automation": "Προσθήκη αυτοματισμού",
"header": "Επεξεργαστής αυτοματισμού",
"introduction": "Ο επεξεργαστής αυτοματισμού σας επιτρέπει να δημιουργείτε και να επεξεργάζεστε αυτοματισμούς. Διαβάστε τις [οδηγίες] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) για να βεβαιωθείτε ότι έχετε ρυθμίσει σωστά το Home Assistant.",
"introduction": "Ο επεξεργαστής αυτοματισμού σας επιτρέπει να δημιουργείτε και να επεξεργάζεστε αυτοματισμούς. Διαβάστε τις [οδηγίες] (https://home-assistant.io/docs/automation/editor/) για να βεβαιωθείτε ότι έχετε ρυθμίσει σωστά το Home Assistant.",
"learn_more": "Μάθετε περισσότερα σχετικά με τους αυτοματισμούς",
"no_automations": "Δεν ήταν δυνατή η εύρεση επεξεργάσιμων αυτοματισμών",
"pick_automation": "Επιλέξτε αυτοματισμό για επεξεργασία"
@ -961,7 +961,7 @@
"description": "Προσαρμόστε τις οντότητές σας",
"picker": {
"header": "Προσαρμογή",
"introduction": "Αλλαγή ρυθμίσεων ανά οντότητα. Οι προσαρμοσμένες προσθήκες \/ επεξεργασίες θα τεθούν αμέσως σε ισχύ. Οι αφαιρεθείσες προσαρμογές θα ισχύσουν όταν ενημερωθεί η οντότητα."
"introduction": "Αλλαγή ρυθμίσεων ανά οντότητα. Οι προσαρμοσμένες προσθήκες / επεξεργασίες θα τεθούν αμέσως σε ισχύ. Οι αφαιρεθείσες προσαρμογές θα ισχύσουν όταν ενημερωθεί η οντότητα."
}
},
"devices": {

View File

@ -247,7 +247,7 @@
"fan_only": "Fan only",
"gas": "Gas",
"heat": "Heat",
"heat_cool": "Heat\/Cool",
"heat_cool": "Heat/Cool",
"heat_pump": "Heat pump",
"high_demand": "High demand",
"idle": "Idle",
@ -426,7 +426,7 @@
"heating": "{name} heating",
"high": "high",
"low": "low",
"on_off": "On \/ off",
"on_off": "On / off",
"operation": "Operation",
"preset_mode": "Preset",
"swing_mode": "Swing mode",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Away mode",
"currently": "Currently",
"on_off": "On \/ off",
"on_off": "On / off",
"operation": "Operation",
"target_temperature": "Target temperature"
},
@ -542,6 +542,7 @@
"components": {
"device-picker": {
"clear": "Clear",
"device": "Device",
"show_devices": "Show devices"
},
"entity": {
@ -557,11 +558,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {day}\\n other {days}\\n}",
"hour": "{count} {count, plural,\\n one {hour}\\n other {hours}\\n}",
"minute": "{count} {count, plural,\\n one {minute}\\n other {minutes}\\n}",
"second": "{count} {count, plural,\\n one {second}\\n other {seconds}\\n}",
"week": "{count} {count, plural,\\n one {week}\\n other {weeks}\\n}"
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
"hour": "{count} {count, plural,\n one {hour}\n other {hours}\n}",
"minute": "{count} {count, plural,\n one {minute}\n other {minutes}\n}",
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}"
},
"future": "In {time}",
"never": "Never",
@ -644,11 +645,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {day}\\n other {days}\\n}",
"hour": "{count} {count, plural,\\n one {hour}\\n other {hours}\\n}",
"minute": "{count} {count, plural,\\n one {minute}\\n other {minutes}\\n}",
"second": "{count} {count, plural,\\n one {second}\\n other {seconds}\\n}",
"week": "{count} {count, plural,\\n one {week}\\n other {weeks}\\n}"
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
"hour": "{count} {count, plural,\n one {hour}\n other {hours}\n}",
"minute": "{count} {count, plural,\n one {minute}\n other {minutes}\n}",
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}"
},
"login-form": {
"log_in": "Log in",
@ -671,7 +672,7 @@
"panel": {
"config": {
"area_registry": {
"caption": "Area Registry",
"caption": "Areas",
"create_area": "CREATE AREA",
"description": "Overview of all areas in your home.",
"editor": {
@ -683,7 +684,7 @@
"no_areas": "Looks like you have no areas yet!",
"picker": {
"create_area": "CREATE AREA",
"header": "Area Registry",
"header": "Areas",
"integrations_page": "Integrations page",
"introduction": "Areas are used to organize where devices are. This information will be used throughout Home Assistant to help you in organizing your interface, permissions and integrations with other systems.",
"introduction2": "To place devices in an area, use the link below to navigate to the integrations page and then click on a configured integration to get to the device cards.",
@ -691,7 +692,7 @@
}
},
"automation": {
"caption": "Automation",
"caption": "Automations",
"description": "Create and edit automations",
"editor": {
"actions": {
@ -702,6 +703,7 @@
"header": "Actions",
"introduction": "The actions are what Home Assistant will do when the automation is triggered.",
"learn_more": "Learn more about actions",
"name": "Action",
"type_select": "Action type",
"type": {
"condition": {
@ -746,6 +748,7 @@
"header": "Conditions",
"introduction": "Conditions are an optional part of an automation rule and can be used to prevent an action from happening when triggered. Conditions look very similar to triggers but are very different. A trigger will look at events happening in the system while a condition only looks at how the system looks right now. A trigger can observe that a switch is being turned on. A condition can only see if a switch is currently on or off.",
"learn_more": "Learn more about conditions",
"name": "Condition",
"type_select": "Condition type",
"type": {
"and": {
@ -815,6 +818,7 @@
"header": "Triggers",
"introduction": "Triggers are what starts the processing of an automation rule. It is possible to specify multiple triggers for the same rule. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action.",
"learn_more": "Learn more about triggers",
"name": "Trigger",
"type_select": "Trigger type",
"type": {
"device": {
@ -939,7 +943,7 @@
"enable_state_reporting": "Enable State Reporting",
"enter_pin_error": "Unable to store pin:",
"enter_pin_hint": "Enter a PIN to use security devices",
"enter_pin_info": "Please enter a pin to interact with security devices. Security devices are doors, garage doors and locks. You will be asked to say\/enter this pin when interacting with such devices via Google Assistant.",
"enter_pin_info": "Please enter a pin to interact with security devices. Security devices are doors, garage doors and locks. You will be asked to say/enter this pin when interacting with such devices via Google Assistant.",
"info": "With the Google Assistant integration for Home Assistant Cloud you'll be able to control all your Home Assistant devices via any Google Assistant-enabled device.",
"info_state_reporting": "If you enable state reporting, Home Assistant will send all state changes of exposed entities to Google. This allows you to always see the latest states in the Google app.",
"manage_entities": "Manage Entities",
@ -1127,13 +1131,13 @@
"attributes_outside": "The following attributes are customized from outside of customize.yaml",
"attributes_override": "You can override them if you like.",
"attributes_set": "The following attributes of the entity are set programmatically.",
"caption": "Customization",
"caption": "Customizations",
"description": "Customize your entities",
"different_include": "Possibly via a domain, a glob or a different include.",
"pick_attribute": "Pick an attribute to override",
"picker": {
"header": "Customization",
"introduction": "Tweak per-entity attributes. Added\/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated."
"header": "Customizations",
"introduction": "Tweak per-entity attributes. Added/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated."
},
"warning": {
"include_link": "include customize.yaml",
@ -1174,7 +1178,7 @@
"unnamed_device": "Unnamed device"
},
"entity_registry": {
"caption": "Entity Registry",
"caption": "Entities",
"description": "Overview of all known entities.",
"editor": {
"confirm_delete": "Are you sure you want to delete this entry?",
@ -1189,7 +1193,7 @@
"update": "UPDATE"
},
"picker": {
"header": "Entity Registry",
"header": "Entities",
"headers": {
"enabled": "Enabled",
"entity_id": "Entity ID",
@ -1320,7 +1324,7 @@
}
},
"script": {
"caption": "Script",
"caption": "Scripts",
"description": "Create and edit scripts",
"editor": {
"default_name": "New Script",
@ -1344,7 +1348,7 @@
}
},
"server_control": {
"caption": "Server Control",
"caption": "Server Controls",
"description": "Restart and stop the Home Assistant server",
"section": {
"reloading": {

View File

@ -247,7 +247,7 @@
"fan_only": "Sólo ventilador",
"gas": "Gas",
"heat": "Calentar",
"heat_cool": "Calentar\/Enfriar",
"heat_cool": "Calentar/Enfriar",
"heat_pump": "Bomba de Calor",
"high_demand": "Alta Demanda",
"idle": "Inactivo",
@ -421,7 +421,7 @@
"away_mode": "Fuera de Casa",
"currently": "Actualmente",
"fan_mode": "Modo del ventilador",
"on_off": "Encendido \/ Apagado",
"on_off": "Encendido / Apagado",
"operation": "Modo",
"preset_mode": "Preestablecido",
"swing_mode": "Modo de oscilación",
@ -476,7 +476,7 @@
"water_heater": {
"away_mode": "Modo ausente",
"currently": "Actualmente",
"on_off": "Encendido \/ Apagado",
"on_off": "Encendido / Apagado",
"operation": "Operación",
"target_temperature": "Temperatura deseada"
},
@ -526,11 +526,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {día}\\n other {días}\\n}",
"hour": "{count} {count, plural,\\n one {hora}\\n other {horas}\\n}",
"minute": "{count} {count, plural,\\n one {minuto}\\n other {minutos}\\n}",
"second": "{count} {count, plural,\\n one {segundo}\\n other {segundos}\\n}",
"week": "{count} {count, plural,\\n one {semana}\\n other {semanas}\\n}"
"day": "{count} {count, plural,\n one {día}\n other {días}\n}",
"hour": "{count} {count, plural,\n one {hora}\n other {horas}\n}",
"minute": "{count} {count, plural,\n one {minuto}\n other {minutos}\n}",
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
},
"future": "en {time}",
"never": "Nunca",
@ -587,11 +587,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {día}\\n other {días}\\n}",
"hour": "{count} {count, plural,\\n one {hora}\\n other {horas}\\n}",
"minute": "{count} {count, plural,\\n one {minuto}\\n other {minutos}\\n}",
"second": "{count} {count, plural,\\n one {segundo}\\n other {segundos}\\n}",
"week": "{count} {count, plural,\\n one {semana}\\n other {semanas}\\n}"
"day": "{count} {count, plural,\n one {día}\n other {días}\n}",
"hour": "{count} {count, plural,\n one {hora}\n other {horas}\n}",
"minute": "{count} {count, plural,\n one {minuto}\n other {minutos}\n}",
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
},
"login-form": {
"log_in": "Iniciar sesión",
@ -893,7 +893,7 @@
"description": "Personaliza tus entidades",
"picker": {
"header": "Personalización",
"introduction": "Ajustar los atributos por entidad. Las personalizaciones agregadas\/editadas tendrán efecto inmediatamente. Las personalizaciones eliminadas entrarán en vigor cuando se actualice la entidad."
"introduction": "Ajustar los atributos por entidad. Las personalizaciones agregadas/editadas tendrán efecto inmediatamente. Las personalizaciones eliminadas entrarán en vigor cuando se actualice la entidad."
}
},
"devices": {

View File

@ -118,7 +118,7 @@
"default": {
"entity_not_found": "Entidad no encontrada",
"error": "Error",
"unavailable": "N\/D",
"unavailable": "N/D",
"unknown": "?"
},
"device_tracker": {
@ -247,7 +247,7 @@
"fan_only": "Sólo ventilador",
"gas": "Gas",
"heat": "Calor",
"heat_cool": "Calor\/Frío",
"heat_cool": "Calor/Frío",
"heat_pump": "Bomba de calor",
"high_demand": "Alta demanda",
"idle": "Inactivo",
@ -426,7 +426,7 @@
"heating": "{name} calentando",
"high": "máximo",
"low": "mínimo",
"on_off": "Encendido \/ Apagado",
"on_off": "Encendido / Apagado",
"operation": "Modo",
"preset_mode": "Preajuste",
"swing_mode": "Modo de oscilación",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Modo ausente",
"currently": "Actualmente",
"on_off": "Encendido \/ Apagado",
"on_off": "Encendido / Apagado",
"operation": "Operación",
"target_temperature": "Temperatura deseada"
},
@ -542,6 +542,7 @@
"components": {
"device-picker": {
"clear": "Limpiar",
"device": "Dispositivo",
"show_devices": "Mostrar dispositivos"
},
"entity": {
@ -557,11 +558,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {día}\\nother {días}\\n}",
"hour": "{count} {count, plural,\\none {hora}\\nother {horas}\\n}",
"minute": "{count} {count, plural,\\none {minuto}\\nother {minutos}\\n}",
"second": "{count} {count, plural,\\none {segundo}\\nother {segundos}\\n}",
"week": "{count} {count, plural,\\none {semana}\\nother {semanas}\\n}"
"day": "{count} {count, plural,\none {día}\nother {días}\n}",
"hour": "{count} {count, plural,\none {hora}\nother {horas}\n}",
"minute": "{count} {count, plural,\none {minuto}\nother {minutos}\n}",
"second": "{count} {count, plural,\none {segundo}\nother {segundos}\n}",
"week": "{count} {count, plural,\none {semana}\nother {semanas}\n}"
},
"future": "En {time}",
"never": "Nunca",
@ -573,7 +574,7 @@
},
"dialogs": {
"config_entry_system_options": {
"enable_new_entities_description": "Si está deshabilitada, las nuevas entidades que se descubran para {integration} no se agregarán automáticamente a Home Assistant.",
"enable_new_entities_description": "Si está deshabilitada, las nuevas entidades que se descubran para {integration} no se añadirán automáticamente a Home Assistant.",
"enable_new_entities_label": "Activar entidades recién añadidas.",
"title": "Opciones del sistema para {integration}"
},
@ -616,8 +617,8 @@
"error": "¡Vaya! Se ha producido un error.",
"found": "Encontré lo siguiente para ti:",
"how_can_i_help": "¿Cómo puedo ayudar?",
"label": "Escriba una pregunta y pulse 'Enter'.",
"label_voice": "Escriba y pulse 'Enter' o toque el micrófono para hablar"
"label": "Escribe una pregunta y pulsa 'Enter'.",
"label_voice": "Escribe y pulsa 'Enter' o toca el micrófono para hablar"
},
"zha_device_info": {
"buttons": {
@ -644,11 +645,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {día}\\nother {días}\\n}",
"hour": "{count} {count, plural,\\nuna {hora}\\nother {horas}\\n}",
"minute": "{count} {count, plural,\\none {minuto}\\nother {minutos}\\n}",
"second": "{count} {count, plural,\\none {segundo}\\nother {segundos}\\n}",
"week": "{count} {count, plural,\\none {semana}\\nother {semanas}\\n}"
"day": "{count} {count, plural,\none {día}\nother {días}\n}",
"hour": "{count} {count, plural,\nuna {hora}\nother {horas}\n}",
"minute": "{count} {count, plural,\none {minuto}\nother {minutos}\n}",
"second": "{count} {count, plural,\none {segundo}\nother {segundos}\n}",
"week": "{count} {count, plural,\none {semana}\nother {semanas}\n}"
},
"login-form": {
"log_in": "Iniciar sesión",
@ -671,7 +672,7 @@
"panel": {
"config": {
"area_registry": {
"caption": "Registro de área",
"caption": "Áreas",
"create_area": "CREAR ÁREA",
"description": "Visión general de todas las áreas de tu casa.",
"editor": {
@ -683,7 +684,7 @@
"no_areas": "¡Parece que no tienes áreas!",
"picker": {
"create_area": "CREAR ÁREA",
"header": "Registro de Área",
"header": "Áreas",
"integrations_page": "Integraciones",
"introduction": "Las áreas se utilizan para organizar dónde están los dispositivos. Esta información se utilizará en todo Home Assistant para ayudarte a organizar tu interfaz, permisos e integraciones con otros sistemas.",
"introduction2": "Para colocar dispositivos en un área, utiliza el siguiente enlace para navegar a la página de integraciones y luego haz clic en una integración configurada para llegar a las tarjetas de dispositivos.",
@ -691,7 +692,7 @@
}
},
"automation": {
"caption": "Automatización",
"caption": "Automatizaciones",
"description": "Crear y editar automatizaciones",
"editor": {
"actions": {
@ -702,6 +703,7 @@
"header": "Acciones",
"introduction": "Las acciones son lo que hará Home Assistant cuando se desencadene la automatización.",
"learn_more": "Aprende más sobre las acciones.",
"name": "Acción",
"type_select": "Tipo de acción",
"type": {
"condition": {
@ -746,6 +748,7 @@
"header": "Condiciones",
"introduction": "Las condiciones son una parte opcional de una regla de automatización y se pueden utilizar para evitar que se produzca una acción cuando se desencadena la automatización. Las condiciones se parecen mucho a los desencadenantes, pero son muy diferentes. Un desencadenante analizará los eventos que ocurren en el sistema en cualquier momento, mientras que una condición solo analiza cómo está el sistema en un momento en concreto. Un desencadenante puede detectar que se está activando un interruptor. Una condición solo puede detectar si un interruptor está encendido o apagado.",
"learn_more": "Aprende más sobre las condiciones",
"name": "Condición",
"type_select": "Tipo de condición",
"type": {
"and": {
@ -815,6 +818,7 @@
"header": "Desencadenantes",
"introduction": "Los desencadenantes son los que inician el funcionamiento de una regla de automatización. Es posible especificar varios desencadenantes para la misma regla. Una vez que se inicia un desencadenante, Home Assistant comprobará las condiciones, si las hubiere, y ejecutará la acción.",
"learn_more": "Aprende más sobre los desencadenantes",
"name": "Desencadenante",
"type_select": "Tipo de desencadenante",
"type": {
"device": {
@ -902,13 +906,13 @@
"picker": {
"add_automation": "Añadir automatización",
"delete_automation": "Eliminar la automatización",
"delete_confirm": "¿Está seguro de que desea eliminar esta automatización?",
"delete_confirm": "¿Estás seguro de que quieres eliminar esta automatización?",
"edit_automation": "Editar automatización",
"header": "Editor de automatización",
"introduction": "El editor de automatización te permite crear y editar automatizaciones. En el enlace siguiente puedes leer las instrucciones para asegurarte de que has configurado correctamente Home Assistant.",
"learn_more": "Aprende más sobre las automatizaciones",
"no_automations": "No pudimos encontrar ninguna automatización editable",
"only_editable": "Sólo las automatizaciones definidas en automations.yaml son editables.",
"only_editable": "Solo las automatizaciones definidas en automations.yaml son editables.",
"pick_automation": "Elije la automatización para editar",
"show_info_automation": "Mostrar información sobre la automatización"
}
@ -939,7 +943,7 @@
"enable_state_reporting": "Habilitar informes de estado",
"enter_pin_error": "No se puede almacenar el pin:",
"enter_pin_hint": "Introduce un PIN para utilizar dispositivos de seguridad",
"enter_pin_info": "Por favor, introduce un pin para interactuar con los dispositivos de seguridad. Los dispositivos de seguridad son puertas, puertas de garaje y cerraduras. Se te pedirá que digas\/introduzcas este pin cuando interactúes con dichos dispositivos a través del Asistente de Google.",
"enter_pin_info": "Por favor, introduce un pin para interactuar con los dispositivos de seguridad. Los dispositivos de seguridad son puertas, puertas de garaje y cerraduras. Se te pedirá que digas/introduzcas este pin cuando interactúes con dichos dispositivos a través del Asistente de Google.",
"info": "Con la integración del Asistente de Google para Home Assistant Cloud, podrás controlar todos tus dispositivos Home Assistant a través de cualquier dispositivo habilitado para Asistente de Google.",
"info_state_reporting": "Si habilitas los informes de estado, Home Assistant enviará todos los cambios de estado de las entidades expuestas a Google. Esto te permite ver siempre los últimos estados en la aplicación de Google.",
"manage_entities": "Administrar entidades",
@ -949,7 +953,7 @@
},
"integrations": "Integraciones",
"integrations_introduction": "Las integraciones para Home Assistant Cloud te permiten conectarte con servicios en la nube sin tener que exponer tu instancia de Home Assistant públicamente en Internet.",
"integrations_introduction2": "Consulte el sitio web para",
"integrations_introduction2": "Consulta el sitio web para",
"integrations_link_all_features": "todas las funciones disponibles",
"manage_account": "Administrar cuenta",
"nabu_casa_account": "Cuenta Nabu Casa",
@ -968,7 +972,7 @@
"webhooks": {
"disable_hook_error_msg": "No se pudo deshabilitar el webhook:",
"info": "Cualquier cosa que esté configurada para ser activada por un webhook puede recibir una URL de acceso público para permitirte enviar datos a Home Assistant desde cualquier lugar, sin exponer tu instancia a Internet.",
"link_learn_more": "Obtenga más información sobre la creación de automatizaciones basadas en webhook.",
"link_learn_more": "Aprende más sobre la creación de automatizaciones basadas en webhook.",
"loading": "Cargando ...",
"manage": "Administrar",
"no_hooks_yet": "Parece que todavía no tienes webhooks. Comienza configurando un",
@ -1036,7 +1040,7 @@
"introduction2": "Este servicio está a cargo de nuestro socio.",
"introduction2a": ", una compañía fundada por los fundadores de Home Assistant y Hass.io.",
"introduction3": "Home Assistant Cloud es un servicio de suscripción con una prueba gratuita de un mes. No se necesita información de pago.",
"learn_more_link": "Más información sobre Home Assistant Cloud",
"learn_more_link": "Aprende más sobre Home Assistant Cloud",
"password": "Contraseña",
"password_error_msg": "Las contraseñas tienen al menos 8 caracteres.",
"sign_in": "Inicia sesión",
@ -1127,13 +1131,13 @@
"attributes_outside": "Los siguientes atributos se personalizan desde fuera de customize.yaml",
"attributes_override": "Puedes anularlos si quieres.",
"attributes_set": "Los siguientes atributos de la entidad se establecen mediante programación.",
"caption": "Personalización",
"caption": "Personalizaciones",
"description": "Personaliza tus entidades",
"different_include": "Posiblemente a través de un dominio, un glob o un include diferente.",
"pick_attribute": "Seleccione un atributo para anular",
"pick_attribute": "Selecciona un atributo para anular",
"picker": {
"header": "Personalización",
"introduction": "Ajustar los atributos de cada entidad. Las personalizaciones añadidas\/editadas tendrán efecto inmediatamente. Las personalizaciones eliminadas tendrán efecto cuando la entidad se actualice."
"header": "Personalizaciones",
"introduction": "Ajustar los atributos de cada entidad. Las personalizaciones añadidas/editadas tendrán efecto inmediatamente. Las personalizaciones eliminadas tendrán efecto cuando la entidad se actualice."
},
"warning": {
"include_link": "incluir customize.yaml",
@ -1156,7 +1160,7 @@
},
"automations": "Automatizaciones",
"caption": "Dispositivos",
"confirm_rename_entity_ids": "¿También desea cambiar el nombre de los identificadores de entidad de las entidades?",
"confirm_rename_entity_ids": "¿También quieres cambiar el nombre de los identificadores de entidad de tus entidades?",
"data_table": {
"area": "Área",
"battery": "Batería",
@ -1166,7 +1170,7 @@
"model": "Modelo"
},
"description": "Administrar dispositivos conectados",
"details": "Aquí están todos los detalles de su dispositivo.",
"details": "Aquí están todos los detalles de tu dispositivo.",
"device_not_found": "Dispositivo no encontrado.",
"entities": "Entidades",
"info": "Información del dispositivo",
@ -1174,7 +1178,7 @@
"unnamed_device": "Dispositivo sin nombre"
},
"entity_registry": {
"caption": "Registro de Entidades",
"caption": "Entidades",
"description": "Resumen de todas las entidades conocidas.",
"editor": {
"confirm_delete": "¿Estás seguro de que deseas eliminar esta entrada?",
@ -1184,12 +1188,12 @@
"enabled_cause": "Desactivado por {cause}.",
"enabled_description": "Las entidades desactivadas no se añadirán a Home Assistant.",
"enabled_label": "Activar entidad",
"note": "Nota: es posible que esto no funcione todavía con todas las integraciones.",
"note": "Nota: es posible que esto no funcione aún con todas las integraciones.",
"unavailable": "Esta entidad no está disponible actualmente.",
"update": "ACTUALIZAR"
},
"picker": {
"header": "Registro de Entidades",
"header": "Entidades",
"headers": {
"enabled": "Habilitado",
"entity_id": "ID de entidad",
@ -1225,7 +1229,7 @@
},
"config_flow": {
"aborted": "Abortado",
"add_area": "Agregar área",
"add_area": "Añadir área",
"area_picker_label": "Área",
"close": "Cerrar",
"created_config": "Configuración creada para {name}.",
@ -1236,8 +1240,8 @@
},
"failed_create_area": "No se pudo crear el área.",
"finish": "Terminar",
"name_new_area": "Nombre de la nueva área?",
"not_all_required_fields": "Completa todos los campos requeridos",
"name_new_area": "¿Nombre de la nueva área?",
"not_all_required_fields": "No se han completado todos los campos requeridos.",
"submit": "Enviar"
},
"configure": "Configurar",
@ -1288,18 +1292,18 @@
"add": "Añadir un dispositivo",
"delete": "Eliminar dispositivo",
"header": "Dispositivos",
"introduction": "Agregue los dispositivos que desea incluir en la escena. Establezca todos los dispositivos en el estado que desee para esta escena."
"introduction": "Añade los dispositivos que deseas incluir en la escena. Establece el estado de todos los dispositivos que quieras para esta escena."
},
"entities": {
"add": "Agregar una entidad",
"add": "Añadir una entidad",
"delete": "Eliminar entidad",
"device_entities": "Si agrega una entidad que pertenece a un dispositivo, se agregará el dispositivo.",
"device_entities": "Si añades una entidad que pertenece a un dispositivo, se añadirá el dispositivo.",
"header": "Entidades",
"introduction": "Las entidades que no pertenecen a un dispositivo se pueden establecer aquí.",
"without_device": "Entidades sin dispositivo"
},
"introduction": "Usa escenas para dar vida a tu hogar.",
"load_error_not_editable": "Sólo las escenas de scenes.yaml son editables.",
"load_error_not_editable": "Solo las escenas de scenes.yaml son editables.",
"load_error_unknown": "Error al cargar la escena ({err_no}).",
"name": "Nombre",
"save": "Guardar",
@ -1307,15 +1311,15 @@
},
"picker": {
"add_scene": "Añadir escena",
"delete_confirm": "¿Está seguro de que desea eliminar esta escena?",
"delete_confirm": "¿Estás seguro de que quieres eliminar esta escena?",
"delete_scene": "Eliminar escena",
"edit_scene": "Editar escena",
"header": "Editor de escenas",
"introduction": "El editor de escenas le permite crear y editar escenas. Por favor, siga el siguiente enlace para leer las instrucciones para asegurarse de que ha configurado Home Assistant correctamente.",
"learn_more": "Más información sobre las escenas",
"introduction": "El editor de escenas te permite crear y editar escenas. Por favor, sigue el siguiente enlace para leer las instrucciones para asegurarte de que has configurado Home Assistant correctamente.",
"learn_more": "Aprende más sobre las escenas",
"no_scenes": "No pudimos encontrar ninguna escena editable",
"only_editable": "Solo las escenas definidas en scenes.yaml son editables.",
"pick_scene": "Elija la escena para editar",
"pick_scene": "Elige una escena para editar",
"show_info_scene": "Mostrar información sobre la escena"
}
},
@ -1327,8 +1331,8 @@
"delete_confirm": "¿Seguro que quieres eliminar este script?",
"delete_script": "Eliminar script",
"header": "Script: {name}",
"introduction": "Utilice scripts para ejecutar una secuencia de acciones.",
"link_available_actions": "Obtenga más información sobre las acciones disponibles.",
"introduction": "Utiliza scripts para ejecutar una secuencia de acciones.",
"link_available_actions": "Aprende más sobre las acciones disponibles.",
"load_error_not_editable": "Solo los scripts dentro de scripts.yaml son editables.",
"sequence": "Secuencia",
"sequence_sentence": "La secuencia de acciones de este script."
@ -1338,13 +1342,13 @@
"edit_script": "Editar script",
"header": "Editor de scripts",
"introduction": "El editor de scripts te permite crear y editar scripts. Por favor, sigue el siguiente enlace para leer las instrucciones para asegurarte de que has configurado Home Assistant correctamente.",
"learn_more": "Más información sobre los scripts",
"learn_more": "Aprende más sobre los scripts",
"no_scripts": "No hemos encontrado ningún script editable",
"trigger_script": "Script de disparo"
"trigger_script": "Script de desencadenante"
}
},
"server_control": {
"caption": "Control del servidor",
"caption": "Controles del servidor",
"description": "Reinicia y detiene el servidor de Home Assistant",
"section": {
"reloading": {
@ -1475,7 +1479,7 @@
"wakeup_interval": "Intervalo de activación"
},
"description": "Gestiona tu red Z-Wave",
"learn_more": "Obtenga más información sobre Z-Wave",
"learn_more": "Aprende más sobre Z-Wave",
"network_management": {
"header": "Gestión de red Z-Wave",
"introduction": "Ejecutar comandos que afectan a la red Z-Wave. No recibirás comentarios sobre si la mayoría de los comandos tuvieron éxito, pero puedes consultar el Registro OZW para intentar averiguarlo."
@ -1522,8 +1526,8 @@
"custom": {
"external_panel": {
"complete_access": "Tendrá acceso a todos los datos en Home Assistant.",
"hide_message": "Compruebe los documentos para el componente panel_custom para ocultar este mensaje",
"question_trust": "¿Confía en el panel externo {name} de {link}?"
"hide_message": "Consulta la documentación del componente panel_custom para ocultar este mensaje",
"question_trust": "¿Confías en el panel externo {name} de {link}?"
}
},
"developer-tools": {
@ -1636,7 +1640,7 @@
"showing_entries": "Mostrando entradas del"
},
"logbook": {
"entries_not_found": "No se han encontrado entradas en el libro de registro.",
"entries_not_found": "No se han encontrado entradas en el registro.",
"period": "Periodo",
"showing_entries": "Mostrando entradas del"
},
@ -1795,10 +1799,10 @@
"delete": "Eliminar tarjeta",
"edit": "Editar",
"header": "Configuración de la tarjeta",
"move": "Mover",
"move": "Mover a la vista",
"options": "Más opciones",
"pick_card": "¿Qué tarjeta te gustaría añadir?",
"pick_card_view_title": "¿Qué tarjeta te gustaría agregar a tu vista {name} ?",
"pick_card_view_title": "¿Qué tarjeta te gustaría añadir a tu vista {name} ?",
"save": "Guardar",
"show_code_editor": "Mostrar editor de código",
"show_visual_editor": "Mostrar editor visual",
@ -1827,12 +1831,12 @@
"header": "Configuración incompatible",
"migrate": "Migrar configuración",
"para_migrate": "Home Assistant puede añadir ID's a todas tus tarjetas y vistas automáticamente pulsando el botón 'Migrar configuración'.",
"para_no_id": "Este elemento no tiene un ID. Por favor agrega uno a este elemento en 'ui-lovelace.yaml'."
"para_no_id": "Este elemento no tiene un ID. Por favor añade uno a este elemento en 'ui-lovelace.yaml'."
},
"raw_editor": {
"confirm_unsaved_changes": "Tiene cambios sin guardar, ¿está seguro de que desea salir?",
"confirm_unsaved_comments": "Su configuración contiene comentarios, estos no serán guardados. ¿Quieres continuar?",
"error_invalid_config": "Su configuración no es válida: {error}",
"confirm_unsaved_changes": "Tienes cambios sin guardar, ¿estás seguro de que quieres salir?",
"confirm_unsaved_comments": "Tu configuración contiene comentarios, estos no serán guardados. ¿Quieres continuar?",
"error_invalid_config": "Tu configuración no es válida: {error}",
"error_parse_yaml": "No se puede analizar YAML: {error}",
"error_save_yaml": "No se puede guardar YAML: {error}",
"header": "Editar configuración",
@ -1863,12 +1867,12 @@
},
"reload_lovelace": "Recargar Lovelace",
"unused_entities": {
"available_entities": "Estas son las entidades que tiene disponibles, pero aún no están en la interfaz de usuario de Lovelace.",
"available_entities": "Estas son las entidades que tienes disponibles, pero aún no están en la interfaz de usuario de Lovelace.",
"domain": "Dominio",
"entity": "Entidad",
"entity_id": "ID de entidad",
"last_changed": "Última modificación",
"select_to_add": "Seleccione las entidades que desea agregar a una tarjeta y, a continuación, haga clic en el botón Agregar tarjeta.",
"select_to_add": "Selecciona las entidades que quieres añadir a una tarjeta y, a continuación, haz clic en el botón Añadir tarjeta.",
"title": "Entidades no utilizadas"
},
"views": {
@ -2060,7 +2064,7 @@
"profile": {
"advanced_mode": {
"description": "Home Assistant oculta las funciones y opciones avanzadas de forma predeterminada. Puedes hacer que estas funciones sean accesibles marcando esta opción. Esta es una configuración específica del usuario y no afecta a otros usuarios que usan Home Assistant.",
"hint_enable": "¿Faltan opciones de configuración? Activar el modo avanzado",
"hint_enable": "¿Faltan opciones de configuración? Activa el modo avanzado",
"link_profile_page": "tu página de perfil",
"title": "Modo avanzado"
},
@ -2135,7 +2139,7 @@
"dropdown_label": "Tema",
"error_no_theme": "No hay temas disponibles",
"header": "Tema",
"link_promo": "Aprenda sobre los temas"
"link_promo": "Aprende sobre los temas"
},
"vibrate": {
"description": "Habilitar o deshabilitar la vibración en este dispositivo al controlar dispositivos.",
@ -2145,7 +2149,7 @@
"shopping-list": {
"add_item": "Añadir artículo",
"clear_completed": "Borrado completado",
"microphone_tip": "Toque el micrófono en la parte superior derecha y diga o escriba \"Añadir caramelos a mi lista de compras\""
"microphone_tip": "Toca el micrófono en la parte superior derecha y di o escribe \"Añadir caramelos a mi lista de compras\""
}
},
"sidebar": {

View File

@ -247,7 +247,7 @@
"fan_only": "Ainult ventilaator",
"gas": "Gaas",
"heat": "Soojenda",
"heat_cool": "Küta\/jahuta",
"heat_cool": "Küta/jahuta",
"heat_pump": "Soojuspump",
"high_demand": "Kõrge nõudlus",
"idle": "Ootel",
@ -426,7 +426,7 @@
"heating": "{name} soojendab",
"high": "kõrge",
"low": "madal",
"on_off": "Sees \/ väljas",
"on_off": "Sees / väljas",
"operation": "Töörežiim",
"preset_mode": "Eelseade",
"swing_mode": "Õõtsumise režiim",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Eemalolekurežiim",
"currently": "Hetkel",
"on_off": "Sees \/ väljas",
"on_off": "Sees / väljas",
"operation": "Töörežiim",
"target_temperature": "Soovitud temperatuur"
},
@ -555,11 +555,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {päev}\\n other {päeva}\\n}",
"hour": "{count} {count, plural,\\n one {tund}\\n other {tundi}\\n}",
"minute": "{count} {count, plural,\\n one {minut}\\n other {minutit}\\n}",
"second": "{count} {count, plural,\\n one {sekund}\\n other {sekundit}\\n}",
"week": "{count} {count, plural,\\n one {nädal}\\n other {nädalat}\\n}"
"day": "{count} {count, plural,\n one {päev}\n other {päeva}\n}",
"hour": "{count} {count, plural,\n one {tund}\n other {tundi}\n}",
"minute": "{count} {count, plural,\n one {minut}\n other {minutit}\n}",
"second": "{count} {count, plural,\n one {sekund}\n other {sekundit}\n}",
"week": "{count} {count, plural,\n one {nädal}\n other {nädalat}\n}"
},
"future": "{time} pärast",
"never": "Iial",
@ -629,11 +629,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {päev}\\n other {päeva}\\n}",
"hour": "{count} {count, plural,\\n one {tund}\\n other {tundi}\\n}",
"minute": "{count} {count, plural,\\n one {minut}\\n other {minutit}\\n}",
"second": "{count} {count, plural,\\n one {sekund}\\n other {sekundit}\\n}",
"week": "{count} {count, plural,\\n one {nädal}\\n other {nädalat}\\n}"
"day": "{count} {count, plural,\n one {päev}\n other {päeva}\n}",
"hour": "{count} {count, plural,\n one {tund}\n other {tundi}\n}",
"minute": "{count} {count, plural,\n one {minut}\n other {minutit}\n}",
"second": "{count} {count, plural,\n one {sekund}\n other {sekundit}\n}",
"week": "{count} {count, plural,\n one {nädal}\n other {nädalat}\n}"
},
"login-form": {
"log_in": "Logi sisse",
@ -1554,7 +1554,7 @@
"save": "Salvesta",
"show_code_editor": "Kuva koodiredaktor",
"show_visual_editor": "Kuva visuaalne redaktor",
"toggle_editor": "Lülita redaktor sisse\/välja"
"toggle_editor": "Lülita redaktor sisse/välja"
},
"edit_lovelace": {
"explanation": "Seda pealkirja näidatakse kõikide Lovelace'i vaadete kohal.",

View File

@ -304,7 +304,7 @@
"away_mode": "Etxetik kanpo",
"currently": "Orain",
"fan_mode": "Haizagailuaren modua",
"on_off": "Piztuta \/ itzalita",
"on_off": "Piztuta / itzalita",
"operation": "Modua"
},
"cover": {
@ -343,7 +343,7 @@
},
"water_heater": {
"currently": "Orain",
"on_off": "Piztuta \/ itzalita",
"on_off": "Piztuta / itzalita",
"operation": "Operazioa"
},
"weather": {
@ -382,11 +382,11 @@
"components": {
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {egun}\\n other {egun}\\n}",
"hour": "{count} {count, plural,\\n one {ordu}\\n other {ordu}\\n}",
"minute": "{count} {count, plural,\\n one {minutu}\\n other {minutu}\\n}",
"second": "{count} {count, plural,\\n one {segundo}\\n other {segundo}\\n}",
"week": "{count} {count, plural,\\n one {aste}\\n other {aste}\\n}"
"day": "{count} {count, plural,\n one {egun}\n other {egun}\n}",
"hour": "{count} {count, plural,\n one {ordu}\n other {ordu}\n}",
"minute": "{count} {count, plural,\n one {minutu}\n other {minutu}\n}",
"second": "{count} {count, plural,\n one {segundo}\n other {segundo}\n}",
"week": "{count} {count, plural,\n one {aste}\n other {aste}\n}"
},
"future": "{time} barru",
"never": "Inoiz",
@ -415,11 +415,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {egun}\\n other {egun}\\n}",
"hour": "{count} {count, plural,\\n one {ordu}\\n other {ordu}\\n}",
"minute": "{count} {count, plural,\\n one {minutu}\\n other {minutu}\\n}",
"second": "{count} {count, plural,\\n one {segundo}\\n other {segundo}\\n}",
"week": "{count} {count, plural,\\n one {aste}\\n other {aste}\\n}"
"day": "{count} {count, plural,\n one {egun}\n other {egun}\n}",
"hour": "{count} {count, plural,\n one {ordu}\n other {ordu}\n}",
"minute": "{count} {count, plural,\n one {minutu}\n other {minutu}\n}",
"second": "{count} {count, plural,\n one {segundo}\n other {segundo}\n}",
"week": "{count} {count, plural,\n one {aste}\n other {aste}\n}"
},
"login-form": {
"log_in": "Saioa hasi",

View File

@ -361,7 +361,7 @@
"away_mode": "حالت بیرون",
"currently": "در حال حاضر",
"fan_mode": "حالت فن",
"on_off": "روشن\/خاموش",
"on_off": "روشن/خاموش",
"operation": "عملیات",
"swing_mode": "حالت چرخش",
"target_humidity": "هدف رطوبت",
@ -403,7 +403,7 @@
"water_heater": {
"away_mode": "حالت بیرون",
"currently": "در حال حاضر",
"on_off": "روشن\/خاموش",
"on_off": "روشن/خاموش",
"operation": "عملیات",
"target_temperature": "دمای هدف"
},
@ -447,11 +447,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {تعداد, جمع,\\nیکی {روز}\\nدیگر {روز}\\n}",
"hour": "تعداد {count ، جمع ،\\n یک {ساعت}\\n دیگر {ساعت}\\n}",
"minute": "{count} {تعداد, جمع,\\nیکی {دقیقه}\\nدیگر {ساعت}\\n}",
"second": "تعداد {count ، جمع ،\\n یکی {ثانیه}\\n دیگر {ثانیه}\\n}",
"week": "تعداد {count ، جمع ،\\n یک {هفته}\\n دیگر {هفته}\\n}"
"day": "{count} {تعداد, جمع,\nیکی {روز}\nدیگر {روز}\n}",
"hour": "تعداد {count ، جمع ،\n یک {ساعت}\n دیگر {ساعت}\n}",
"minute": "{count} {تعداد, جمع,\nیکی {دقیقه}\nدیگر {ساعت}\n}",
"second": "تعداد {count ، جمع ،\n یکی {ثانیه}\n دیگر {ثانیه}\n}",
"week": "تعداد {count ، جمع ،\n یک {هفته}\n دیگر {هفته}\n}"
},
"future": "در {time}",
"never": "هرگز",
@ -479,10 +479,10 @@
}
},
"duration": {
"day": "\\n{count} {count, plural,\\n one {روز}\\n other {روز ها}\\n}\\n",
"hour": "{count} {تعداد, جمع,\\nیکی {ساعت}\\nدیگر {ساعت}\\n}",
"day": "\n{count} {count, plural,\n one {روز}\n other {روز ها}\n}\n",
"hour": "{count} {تعداد, جمع,\nیکی {ساعت}\nدیگر {ساعت}\n}",
"second": "ویرایشگر اتوماسیون اجازه می دهد تا شما را به ایجاد و ویرایش اتوماسیون بپردازید. لطفا پیوند زیر را بخوانید تا دستورالعمل ها را متوجه بشید تا مطمئن شوید که صفحه اصلی دستیار را به درستی پیکربندی کرده اید.",
"week": "\\n{count} {count, plural,\\n one {هفته}\\n other {هفته ها}\\n}\\n"
"week": "\n{count} {count, plural,\n one {هفته}\n other {هفته ها}\n}\n"
},
"login-form": {
"log_in": "ورود",
@ -726,7 +726,7 @@
},
"customize": {
"picker": {
"introduction": "نویسه ویژگی های هر سازمانی. سفارشی سازی اضافه شده \/ ویرایش شده فورا اثر می کند. سفارشی های حذف شده هنگامی که موجودیت به روز می شود اثر می کند."
"introduction": "نویسه ویژگی های هر سازمانی. سفارشی سازی اضافه شده / ویرایش شده فورا اثر می کند. سفارشی های حذف شده هنگامی که موجودیت به روز می شود اثر می کند."
}
},
"entity_registry": {

View File

@ -243,7 +243,7 @@
"fan_only": "Tuuletus",
"gas": "Kaasu",
"heat": "Lämmitys",
"heat_cool": "Lämmitys\/jäähdytys",
"heat_cool": "Lämmitys/jäähdytys",
"heat_pump": "Lämpöpumppu",
"high_demand": "Täysi teho",
"idle": "Lepotilassa",
@ -417,7 +417,7 @@
"away_mode": "Poissa kotoa -tila",
"currently": "Tällä hetkellä",
"fan_mode": "Tuuletustila",
"on_off": "Päällä \/ pois",
"on_off": "Päällä / pois",
"operation": "Toiminto",
"preset_mode": "Esiasetus",
"swing_mode": "Heilutustila",
@ -483,7 +483,7 @@
"water_heater": {
"away_mode": "Poissa kotoa",
"currently": "Tällä hetkellä",
"on_off": "Päällä \/ pois",
"on_off": "Päällä / pois",
"operation": "Toiminto",
"target_temperature": "Tavoitelämpötila"
},
@ -539,11 +539,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {päivä}\\n other {päivää}\\n}",
"hour": "{count} {count, plural,\\none {tunti}\\nother {tuntia}\\n}",
"minute": "{count} {count, plural,\\none {minuutti}\\nother {minuuttia}\\n}",
"second": "{count} {count, plural,\\none {sekunti}\\nother {sekuntia}\\n}",
"week": "{count} {count, plural,\\n one {viikko}\\n other {viikkoa}\\n}"
"day": "{count} {count, plural,\n one {päivä}\n other {päivää}\n}",
"hour": "{count} {count, plural,\none {tunti}\nother {tuntia}\n}",
"minute": "{count} {count, plural,\none {minuutti}\nother {minuuttia}\n}",
"second": "{count} {count, plural,\none {sekunti}\nother {sekuntia}\n}",
"week": "{count} {count, plural,\n one {viikko}\n other {viikkoa}\n}"
},
"future": "{time} kuluttua",
"never": "Ei koskaan",
@ -603,11 +603,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {päivä}\\n other {päivää}\\n}",
"hour": "{count} {count, plural,\\none {tunti}\\nother {tuntia}\\n}",
"minute": "{count} {count, plural,\\none {minuutti}\\nother {minuuttia}\\n}",
"second": "{count} {count, plural,\\none {sekunti}\\nother {sekuntia}\\n}",
"week": "{count} {count, plural,\\n one {viikko}\\n other {viikkoa}\\n}"
"day": "{count} {count, plural,\n one {päivä}\n other {päivää}\n}",
"hour": "{count} {count, plural,\none {tunti}\nother {tuntia}\n}",
"minute": "{count} {count, plural,\none {minuutti}\nother {minuuttia}\n}",
"second": "{count} {count, plural,\none {sekunti}\nother {sekuntia}\n}",
"week": "{count} {count, plural,\n one {viikko}\n other {viikkoa}\n}"
},
"login-form": {
"log_in": "Kirjaudu sisään",
@ -677,6 +677,9 @@
"label": "Lähetä tapahtuma",
"service_data": "Palvelun data"
},
"scene": {
"label": "Aktivoi tilanne"
},
"service": {
"label": "Kutsu palvelua",
"service_data": "Palvelun data"
@ -1026,7 +1029,7 @@
"description": "Muokkaa laitteita",
"picker": {
"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."
"introduction": "Muotoile ominaisuuksia olemuskohtaisesti. Lisäykset/muokkaukset tulevat välittömästi voimaan. Poistetut mukautukset tulevat voimaan, kun olemus päivitetään."
}
},
"devices": {
@ -1117,6 +1120,44 @@
},
"no_persons_created_yet": "Näyttää siltä, ettet ole vielä luonut yhtään henkilöä."
},
"scene": {
"activated": "Aktivoitu tilanne {name}.",
"caption": "Tilanteet",
"description": "Luo ja muokkaa tilanteita",
"editor": {
"default_name": "Uusi tilanne",
"devices": {
"add": "Lisää laite",
"delete": "Poista laite",
"header": "Laitteet",
"introduction": "Lisää laitteet, jotka haluat sisällyttää tilanteeseesi. Aseta kaikki laitteet haluamaasi tilaan tätä tilannetta varten."
},
"entities": {
"add": "Lisää kohde",
"delete": "Poista kohde",
"device_entities": "Jos lisäät kohteen, joka kuuluu laitteeseen, laite lisätään.",
"header": "Kohteet",
"introduction": "Kohteet jotka eivät kuulu laitteisiin voidaan asettaa täällä.",
"without_device": "Kohteet ilman laitetta"
},
"introduction": "Käytä tilanteita herättääksesi kotisi eloon.",
"load_error_not_editable": "Vain tilanteet tiedostossa scenes.yaml ovat muokattavissa.",
"load_error_unknown": "Virhe ladattaessa tilannetta ({err_no}).",
"name": "Nimi",
"save": "Tallenna",
"unsaved_confirm": "Sinulla on tallentamattomia muutoksia. Haluatko varmasti poistua?"
},
"picker": {
"add_scene": "Lisää tilanne",
"delete_confirm": "Haluatko varmasti poistaa tämän tilanteen?",
"delete_scene": "Poista tilanne",
"edit_scene": "Muokkaa tilannetta",
"header": "Tilanne-editori",
"introduction": "Tilanne-editorin avulla voit luoda ja muokata tilanteita. Seuraa alla olevaa linkkiä lukeaksesi ohjeet varmistaaksesi, että olet määrittänyt Home Assistant -sovelluksen oikein.",
"pick_scene": "Valitse muokattava tilanne",
"show_info_scene": "Näytä tietoja tilanteesta"
}
},
"script": {
"caption": "Skripti",
"description": "Luo ja muokkaa skriptejä",
@ -1312,11 +1353,14 @@
"title": "Tiedot"
},
"mqtt": {
"description_listen": "Kuuntele aihetta",
"description_publish": "Julkaise paketti",
"listening_to": "Kuunnellaan",
"publish": "Julkaise",
"start_listening": "Aloita kuuntelu",
"stop_listening": "Lopeta kuuntelu",
"title": "MQTT"
"title": "MQTT",
"topic": "aihe"
},
"services": {
"call_service": "Kutsu palvelua",

View File

@ -247,7 +247,7 @@
"fan_only": "Ventilateur seul",
"gas": "Gaz",
"heat": "Chauffe",
"heat_cool": "Chaud\/Froid",
"heat_cool": "Chaud/Froid",
"heat_pump": "Pompe à chaleur",
"high_demand": "Forte demande",
"idle": "Inactif",
@ -369,12 +369,12 @@
"fog": "Brouillard",
"hail": "Grêle",
"lightning": "Orage",
"lightning-rainy": "Orage \/ Pluie",
"lightning-rainy": "Orage / Pluie",
"partlycloudy": "Partiellement nuageux",
"pouring": "Averses",
"rainy": "Pluie",
"snowy": "Neige",
"snowy-rainy": "Neige \/ Pluie",
"snowy-rainy": "Neige / Pluie",
"sunny": "Soleil",
"windy": "Vent",
"windy-variant": "Vent"
@ -426,7 +426,7 @@
"heating": "{name} chauffage",
"high": "haute",
"low": "basse",
"on_off": "Allumé \/ Éteint",
"on_off": "Allumé / Éteint",
"operation": "Opération",
"preset_mode": "Préréglage",
"swing_mode": "Mode de balancement",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Mode \"Absent\"",
"currently": "Actuellement",
"on_off": "Marche \/ Arrêt",
"on_off": "Marche / Arrêt",
"operation": "Opération",
"target_temperature": "Température cible"
},
@ -557,11 +557,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {jour}\\nother {jours}\\n}",
"hour": "{count} {count, plural,\\none {heure}\\nother {heures}\\n}",
"minute": "{count} {count, plural,\\none {minute}\\nother {minutes}\\n}",
"second": "{count} {count, plural,\\none {seconde}\\nother {secondes}\\n}",
"week": "{count} {count, plural,\\none {semaine}\\nother {semaines}\\n}"
"day": "{count} {count, plural,\none {jour}\nother {jours}\n}",
"hour": "{count} {count, plural,\none {heure}\nother {heures}\n}",
"minute": "{count} {count, plural,\none {minute}\nother {minutes}\n}",
"second": "{count} {count, plural,\none {seconde}\nother {secondes}\n}",
"week": "{count} {count, plural,\none {semaine}\nother {semaines}\n}"
},
"future": "Dans {time}",
"never": "Jamais",
@ -644,11 +644,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {jour}\\nother {jours}\\n}",
"hour": "{count} {count, plural,\\none {heure}\\nother {heures}\\n}",
"minute": "{count} {count, plural,\\none {minute}\\nother {minutes}\\n}",
"second": "{count} {count, plural,\\none {seconde}\\nother {secondes}\\n}",
"week": "{count} {count, plural,\\none {semaine}\\nother {semaines}\\n}"
"day": "{count} {count, plural,\none {jour}\nother {jours}\n}",
"hour": "{count} {count, plural,\none {heure}\nother {heures}\n}",
"minute": "{count} {count, plural,\none {minute}\nother {minutes}\n}",
"second": "{count} {count, plural,\none {seconde}\nother {secondes}\n}",
"week": "{count} {count, plural,\none {semaine}\nother {semaines}\n}"
},
"login-form": {
"log_in": "Connexion",
@ -702,6 +702,7 @@
"header": "Actions",
"introduction": "Les actions sont ce que Home Assistant fera quand une automatisation est déclenchée.",
"learn_more": "En savoir plus sur les actions",
"name": "Action",
"type_select": "Type d'action",
"type": {
"condition": {
@ -813,7 +814,7 @@
"delete_confirm": "Voulez-vous effacer ?",
"duplicate": "Dupliquer",
"header": "Déclencheurs",
"introduction": "Les déclencheurs sont ce qui lance le traitement d'une règle d'automatisation. Il est possible de spécifier plusieurs déclencheurs pour une même règle. Dès qu'un déclencheur est activé, Home Assistant validera les conditions, s'il y en a, et appellera l'action.\\n\\n[En apprendre plus sur les déclencheurs.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Les déclencheurs sont ce qui lance le traitement d'une règle d'automatisation. Il est possible de spécifier plusieurs déclencheurs pour une même règle. Dès qu'un déclencheur est activé, Home Assistant validera les conditions, s'il y en a, et appellera l'action.\n\n[En apprendre plus sur les déclencheurs.](https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "En savoir plus sur les déclencheurs",
"type_select": "Type de déclencheur",
"type": {
@ -939,7 +940,7 @@
"enable_state_reporting": "Activer le rapport d'état",
"enter_pin_error": "Impossible de stocker le PIN:",
"enter_pin_hint": "Entrer un code PIN pour utiliser les dispositifs de sécurité",
"enter_pin_info": "Veuillez entrer un code PIN pour interagir avec les dispositifs de sécurité. Les dispositifs de sécurité sont les portes, les portes de garage et les serrures. Il vous sera demandé de dire\/entrer ce code PIN lorsque vous interagissez avec de tels appareils via Google Assistant.",
"enter_pin_info": "Veuillez entrer un code PIN pour interagir avec les dispositifs de sécurité. Les dispositifs de sécurité sont les portes, les portes de garage et les serrures. Il vous sera demandé de dire/entrer ce code PIN lorsque vous interagissez avec de tels appareils via Google Assistant.",
"info": "Grâce à l'intégration de Google Assistant pour Home Assistant Cloud, vous pourrez contrôler tous vos appareils Home Assistant via n'importe quel appareil compatible avec Google Assistant.",
"info_state_reporting": "Si vous activez le rapport d'état, Home Assistant envoie tous les changements d'état des entités exposées à Google. Cela vous permet de toujours voir les derniers états de l'application Google.",
"manage_entities": "Gérer les entités",
@ -1030,7 +1031,7 @@
"alert_password_change_required": "Vous devez changer votre mot de passe avant de vous connecter.",
"dismiss": "Rejeter",
"email": "Email",
"email_error_msg": "E-mail non valide",
"email_error_msg": "Email non valide",
"forgot_password": "Mot de passe oublié?",
"introduction": "Home Assistant Cloud vous fournit une connexion sécurisée à distance à votre instance lorsque vous êtes loin de chez vous. Il vous permet également de vous connecter à des services cloud uniquement : Amazon Alexa et Google Assistant.",
"introduction2": "Ce service est géré par notre partenaire",
@ -1130,7 +1131,7 @@
"description": "Personnaliser vos entités",
"picker": {
"header": "Personnalisation",
"introduction": "Ajuster les attributs par entité. Les personnalisations ajoutées \/ modifiées prendront effet immédiatement. Les personnalisations supprimées prendront effet lors de la mise à jour de l'entité."
"introduction": "Ajuster les attributs par entité. Les personnalisations ajoutées / modifiées prendront effet immédiatement. Les personnalisations supprimées prendront effet lors de la mise à jour de l'entité."
},
"warning": {
"include_link": "inclure customize.yaml",
@ -1404,7 +1405,7 @@
},
"zha": {
"add_device_page": {
"discovery_text": "Les appareils découverts apparaîtront ici. Suivez les instructions pour votre \/ vos appareil(s) et placez-le(s) en mode de couplage.",
"discovery_text": "Les appareils découverts apparaîtront ici. Suivez les instructions pour votre / vos appareil(s) et placez-le(s) en mode de couplage.",
"header": "Zigbee Home Automation - Ajout de périphériques",
"search_again": "Rechercher à nouveau",
"spinner": "Recherche de périphériques ZHA Zigbee ..."
@ -1648,7 +1649,7 @@
"more_info": "Afficher plus d'informations: {name}",
"navigate_to": "Accédez à {location}",
"tap": "Appuyez sur:",
"toggle": "Activer\/désactiver {name}",
"toggle": "Activer/désactiver {name}",
"url": "Ouvrir la fenêtre vers {url_path}."
},
"shopping-list": {
@ -1796,7 +1797,7 @@
"save": "Enregistrer",
"show_code_editor": "Afficher l'éditeur de code",
"show_visual_editor": "Afficher l'éditeur visuel",
"toggle_editor": "Activer\/désactiver léditeur"
"toggle_editor": "Activer/désactiver léditeur"
},
"edit_lovelace": {
"edit_title": "Editer le titre",

View File

@ -300,7 +300,7 @@
"away_mode": "Wäg-Modus",
"currently": "Aktuell",
"fan_mode": "Ventilator-Modus",
"on_off": "I \/ us",
"on_off": "I / us",
"operation": "Aktion",
"swing_mode": "Schwing-Modus",
"target_humidity": "Ziu-Fuächtigkeit",
@ -343,7 +343,7 @@
},
"water_heater": {
"currently": "Aktuell",
"on_off": "I \/ Us",
"on_off": "I / Us",
"operation": "Operation",
"target_temperature": "Ziu-Temperatur"
},

View File

@ -246,7 +246,7 @@
"fan_only": "מאוורר בלבד",
"gas": "גז",
"heat": "חימום",
"heat_cool": "חימום\/קירור",
"heat_cool": "חימום/קירור",
"heat_pump": "משאבת חום",
"high_demand": "ביקוש גבוה",
"idle": "ממתין",
@ -419,7 +419,7 @@
"away_mode": "מצב מחוץ לבית",
"currently": "כעת",
"fan_mode": "מצב מאורר",
"on_off": "הפעלה \/ כיבוי",
"on_off": "הפעלה / כיבוי",
"operation": "סוג",
"preset_mode": "מצב מוגדר",
"swing_mode": "מצב נדנוד",
@ -472,7 +472,7 @@
"water_heater": {
"away_mode": "מצב מחוץ לבית",
"currently": "כעת",
"on_off": "הפעלה \/ כיבוי",
"on_off": "הפעלה / כיבוי",
"operation": "פעולה",
"target_temperature": "טמפרטורת היעד"
},
@ -522,11 +522,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {יום}\\n other {ימים}\\n}",
"hour": "{count} {count, plural,\\n one {שעה}\\n other {שעות}\\n}",
"minute": "{count} {count, plural,\\n one {דקה}\\n other {דקות}\\n}",
"second": "{count} {count, plural,\\n one {שנייה}\\n other {שניות}\\n}",
"week": "{count} {count, plural,\\n one {שבוע}\\n other {שבועות}\\n}"
"day": "{count} {count, plural,\n one {יום}\n other {ימים}\n}",
"hour": "{count} {count, plural,\n one {שעה}\n other {שעות}\n}",
"minute": "{count} {count, plural,\n one {דקה}\n other {דקות}\n}",
"second": "{count} {count, plural,\n one {שנייה}\n other {שניות}\n}",
"week": "{count} {count, plural,\n one {שבוע}\n other {שבועות}\n}"
},
"future": "ב{time}",
"never": "אף פעם לא",
@ -571,8 +571,8 @@
},
"duration": {
"day": "יום ימים",
"hour": "{count} {count, plural,\\n one {שעה}\\n other {שעות}\\n}",
"minute": "{count} {count, plural,\\n one {דקה}\\n other {דקות}\\n}",
"hour": "{count} {count, plural,\n one {שעה}\n other {שעות}\n}",
"minute": "{count} {count, plural,\n one {דקה}\n other {דקות}\n}",
"second": "שניה שניות",
"week": "שבוע שבועות"
},
@ -701,7 +701,7 @@
"unsupported_condition": "תנאי לא נתמך: {condition}"
},
"default_name": "אוטומציה חדשה",
"introduction": "השתמש\/י באוטומציות להפיח חיים בביתך.",
"introduction": "השתמש/י באוטומציות להפיח חיים בביתך.",
"load_error_not_editable": "רק אוטומציה ב automations.yaml ניתנים לעריכה.",
"load_error_unknown": "שגיאה בטעינת האוטומציה ( {err_no} ).",
"save": "שמור",
@ -856,7 +856,7 @@
"core": "טען מחדש את הליבה",
"group": "טען מחדש קבוצות",
"heading": "טען מחדש קונפיגורציה",
"introduction": "חלקים מסוימים של Home Assistant יכולים להיטען מחדש ללא צורך בהפעלה מחדש.\\nטעינה מחדש תשנה את הקונפיגורציה הנוכחית ותטען קונפיגורציה חדשה.",
"introduction": "חלקים מסוימים של Home Assistant יכולים להיטען מחדש ללא צורך בהפעלה מחדש.\nטעינה מחדש תשנה את הקונפיגורציה הנוכחית ותטען קונפיגורציה חדשה.",
"script": "טען מחדש סקריפטים"
},
"server_management": {
@ -880,7 +880,7 @@
"description": "התאם אישית את הישויות שלך",
"picker": {
"header": "התאמה אישית",
"introduction": "כוונן תכונות של כל ישות. ההתאמות הנוספות שנוספו \/ ייכנסו לתוקף באופן מיידי. התאמות אישיות שהוסרו ייכנסו לתוקף כאשר הישות תעודכן."
"introduction": "כוונן תכונות של כל ישות. ההתאמות הנוספות שנוספו / ייכנסו לתוקף באופן מיידי. התאמות אישיות שהוסרו ייכנסו לתוקף כאשר הישות תעודכן."
}
},
"entity_registry": {
@ -958,7 +958,7 @@
"core": "טען מחדש את הליבה",
"group": "טען מחדש קבוצות",
"heading": "טען מחדש קונפיגורציה",
"introduction": "חלקים מסוימים של Home Assistant יכולים להטען מחדש ללא צורך בהפעלה מחדש.\\nטעינה מחדש תשנה את הקונפיגורציה הנוכחית ותטען קונפיגורציה חדשה.",
"introduction": "חלקים מסוימים של Home Assistant יכולים להטען מחדש ללא צורך בהפעלה מחדש.\nטעינה מחדש תשנה את הקונפיגורציה הנוכחית ותטען קונפיגורציה חדשה.",
"script": "טען מחדש סקריפטים"
},
"server_management": {
@ -991,7 +991,7 @@
"active": "פעיל",
"caption": "הצג משתמש",
"change_password": "שינוי סיסמה",
"confirm_user_deletion": "האם הינך בטוח\/ה שברצונך למחוק את {name} ?",
"confirm_user_deletion": "האם הינך בטוח/ה שברצונך למחוק את {name} ?",
"deactivate_user": "בטל את המשתמש",
"delete_user": "מחיקת משתמש",
"enter_new_name": "הזן שם חדש",
@ -1448,7 +1448,7 @@
"create_failed": "יצירת אסימון הגישה נכשלה.",
"created_at": "נוצר בתאריך {date}",
"delete_failed": "מחיקת אסימון הגישה נכשלה.",
"description": "צור אסימוני גישה ארוכי טווח כדי לאפשר לסקריפטים שלך לקיים אינטראקציה עם Home Assistant.\\סימונים אלו פועלים כיום:",
"description": "צור אסימוני גישה ארוכי טווח כדי לאפשר לסקריפטים שלך לקיים אינטראקציה עם Home Assistant.\סימונים אלו פועלים כיום:",
"empty_state": "אין לך עדיין אסימוני גישה ארוכים.",
"header": "אסימוני גישה ארוכים חיים",
"last_used": "נעשה שימוש לאחרונה {date} מ{location}",

View File

@ -190,8 +190,8 @@
},
"ui": {
"duration": {
"day": "{count} {count, plural,\\n one {दिन}\\n other {दिन}\\n}",
"week": "{count} {count, plural,\\n one {हफ़्ता}\\n other {हफ़्ते}\\n}"
"day": "{count} {count, plural,\n one {दिन}\n other {दिन}\n}",
"week": "{count} {count, plural,\n one {हफ़्ता}\n other {हफ़्ते}\n}"
},
"notification_drawer": {
"empty": "सूचनाएँ नहीं हैं",
@ -245,7 +245,7 @@
},
"zha": {
"add_device_page": {
"discovery_text": "I dispositivi rilevati verranno visualizzati qui. Seguire le istruzioni per il \/ i dispositivo \/ i e posizionare il \/ i dispositivo \/ i in modalità accoppiamento.",
"discovery_text": "I dispositivi rilevati verranno visualizzati qui. Seguire le istruzioni per il / i dispositivo / i e posizionare il / i dispositivo / i in modalità accoppiamento.",
"header": "Zigbee Home Automation - Aggiungi dispositivi",
"spinner": "Ricerca di dispositivi ZHA Zigbee ..."
},

View File

@ -247,7 +247,7 @@
"fan_only": "Samo ventilator",
"gas": "Plin",
"heat": "Grijanje",
"heat_cool": "Grijanje\/Hlađenje",
"heat_cool": "Grijanje/Hlađenje",
"heat_pump": "Toplinska pumpa",
"high_demand": "Velike potražnje",
"idle": "Besposlen",
@ -421,7 +421,7 @@
"away_mode": "Način rada: Odsutan",
"currently": "Trenutno",
"fan_mode": "Način rada s ventilatorom",
"on_off": "Uključivanje \/ isključivanje",
"on_off": "Uključivanje / isključivanje",
"operation": "operacija",
"preset_mode": "Zadano",
"swing_mode": "Swing način rada",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Način rada: Odsutan",
"currently": "Trenutno",
"on_off": "Uključeno\/Isključeno",
"on_off": "Uključeno/Isključeno",
"operation": "Operacija",
"target_temperature": "Ciljana temperatura"
},
@ -535,11 +535,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dan}\\n other {dana}\\n}",
"hour": "{count} {count, plural,\\n one {sat}\\n other {sati}\\n}",
"minute": "{count} {count, plural,\\n one {minuta}\\n other {minuta}\\n}",
"second": "{count} {count, plural,\\n one {sekunda}\\n other {sekunde}\\n}",
"week": "{count} {count, plural,\\n one {week}\\n other {weeks}\\n}"
"day": "{count} {count, plural,\n one {dan}\n other {dana}\n}",
"hour": "{count} {count, plural,\n one {sat}\n other {sati}\n}",
"minute": "{count} {count, plural,\n one {minuta}\n other {minuta}\n}",
"second": "{count} {count, plural,\n one {sekunda}\n other {sekunde}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}"
},
"future": "Za {time}",
"never": "Nikada",
@ -597,11 +597,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {dan}\\n other {dani}\\n}",
"day": "{count} {count, plural,\n one {dan}\n other {dani}\n}",
"hour": "{broj} {broj, množina, jedan {sat} drugi {sati}}",
"minute": "{broj} {broj, množina, jedna {minuta}, druge {minute}}",
"second": "{count} {count, plural,\\n one {sekunde}\\n other {sekunde}\\n}",
"week": "{count} {count, plural,\\n one {tjedan}\\n other {tjedni}\\n}"
"second": "{count} {count, plural,\n one {sekunde}\n other {sekunde}\n}",
"week": "{count} {count, plural,\n one {tjedan}\n other {tjedni}\n}"
},
"login-form": {
"log_in": "Prijava",
@ -652,7 +652,7 @@
"delete_confirm": "Sigurno želite pobrisati?",
"duplicate": "Dupliciraj",
"header": "Akcije",
"introduction": "Radnje su ono što će Home Assistant učiniti kada se aktivira automatizacija. \\n\\n [Saznajte više o radnjama.] (Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Radnje su ono što će Home Assistant učiniti kada se aktivira automatizacija. \n\n [Saznajte više o radnjama.] (Https://home-assistant.io/docs/automation/action/)",
"learn_more": "Saznajte više o akcijama",
"type_select": "Vrsta akcije",
"type": {
@ -690,7 +690,7 @@
"delete_confirm": "Sigurno želite pobrisati?",
"duplicate": "Dupliciran",
"header": "Uvjeti",
"introduction": "Uvjeti su neobvezni dio pravila o automatizaciji i mogu se upotrebljavati kako bi se spriječilo da se neka akcija dogodi prilikom pokretanja. Uvjeti izgledaju vrlo slični pokretačima, ali su vrlo različiti. Okidač će pogledati događaje koji se događaju u sustavu, a stanje samo gleda kako sustav izgleda upravo sada. Okidač može primijetiti da je prekidač uključen. Stanje može vidjeti samo ako je uključen ili isključen prekidač. \\n\\n [Saznajte više o uvjetima.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Uvjeti su neobvezni dio pravila o automatizaciji i mogu se upotrebljavati kako bi se spriječilo da se neka akcija dogodi prilikom pokretanja. Uvjeti izgledaju vrlo slični pokretačima, ali su vrlo različiti. Okidač će pogledati događaje koji se događaju u sustavu, a stanje samo gleda kako sustav izgleda upravo sada. Okidač može primijetiti da je prekidač uključen. Stanje može vidjeti samo ako je uključen ili isključen prekidač. \n\n [Saznajte više o uvjetima.] (Https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Saznajte više o uvjetima",
"type_select": "Vrsta uvjeta",
"type": {
@ -744,7 +744,7 @@
"delete_confirm": "Jeste li sigurni dai želite izbrisati?",
"duplicate": "Udvostruči",
"header": "Okidači",
"introduction": "Okidači su ono što pokreće obradu pravila o automatizaciji. Moguće je odrediti više okidača za isto pravilo. Kada pokrenete okidač, Home Assistant provjerit će uvjete, ako ih ima i pozvati akciju. \\n\\n [Saznajte više o pokretačima.] (Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Okidači su ono što pokreće obradu pravila o automatizaciji. Moguće je odrediti više okidača za isto pravilo. Kada pokrenete okidač, Home Assistant provjerit će uvjete, ako ih ima i pozvati akciju. \n\n [Saznajte više o pokretačima.] (Https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Saznajte više o okidačima",
"type_select": "Tip okidača",
"type": {
@ -828,7 +828,7 @@
"picker": {
"add_automation": "Dodaj automatizaciju",
"header": "Urednik Automatizacije",
"introduction": "Automatizacijski urednik omogućuje stvaranje i uređivanje automatizacije. Molimo pročitajte [upute] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) kako biste bili sigurni da ste ispravno konfigurirali Home Assistant.",
"introduction": "Automatizacijski urednik omogućuje stvaranje i uređivanje automatizacije. Molimo pročitajte [upute] (https://home-assistant.io/docs/automation/editor/) kako biste bili sigurni da ste ispravno konfigurirali Home Assistant.",
"learn_more": "Saznajte više o automatizacijama",
"no_automations": "Nismo mogli pronaći nikakve automatizirane uređaje",
"pick_automation": "Odaberite automatizaciju za uređivanje"
@ -893,7 +893,7 @@
"description": "Prilagodite entitete",
"picker": {
"header": "Prilagodba",
"introduction": "Podešavanje atributa po entitetu. Dodane\/uređene prilagodbe će odmah stupiti na snagu. Uklonjene prilagodbe stupit će na snagu kada se entitet ažurira."
"introduction": "Podešavanje atributa po entitetu. Dodane/uređene prilagodbe će odmah stupiti na snagu. Uklonjene prilagodbe stupit će na snagu kada se entitet ažurira."
}
},
"devices": {

View File

@ -19,7 +19,7 @@
"binary_sensor": "Bináris érzékelő",
"calendar": "Naptár",
"camera": "Kamera",
"climate": "Hűtés\/fűtés",
"climate": "Hűtés/fűtés",
"configurator": "Konfigurátor",
"conversation": "Beszélgetés",
"cover": "Borító",
@ -247,7 +247,7 @@
"fan_only": "Csak ventilátor",
"gas": "Gáz",
"heat": "Fűtés",
"heat_cool": "Fűtés\/Hűtés",
"heat_cool": "Fűtés/Hűtés",
"heat_pump": "Hőszivattyú",
"high_demand": "Magas igénybevétel",
"idle": "Tétlen",
@ -426,7 +426,7 @@
"heating": "{name} fűtés",
"high": "magas",
"low": "alacsony",
"on_off": "Be \/ ki",
"on_off": "Be / ki",
"operation": "Üzemmód",
"preset_mode": "Beállítási mód",
"swing_mode": "Forgási mód",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Távoli mód",
"currently": "Jelenleg",
"on_off": "Be \/ ki",
"on_off": "Be / ki",
"operation": "Üzemmód",
"target_temperature": "Kívánt hőmérséklet"
},
@ -555,11 +555,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {nappal}\\n other {nappal}\\n}",
"hour": "{count} {count, plural,\\none {órával}\\nother {órával}\\n}",
"minute": "{count} {count, plural,\\n one {perccel}\\n other {perccel}\\n}",
"second": "{count} {count, plural,\\n one {másodperccel}\\n other {másodperccel}\\n}",
"week": "{count} {count, plural,\\n one {héttel}\\n other {héttel}\\n}"
"day": "{count} {count, plural,\n one {nappal}\n other {nappal}\n}",
"hour": "{count} {count, plural,\none {órával}\nother {órával}\n}",
"minute": "{count} {count, plural,\n one {perccel}\n other {perccel}\n}",
"second": "{count} {count, plural,\n one {másodperccel}\n other {másodperccel}\n}",
"week": "{count} {count, plural,\n one {héttel}\n other {héttel}\n}"
},
"future": "{time} később",
"never": "Soha",
@ -639,11 +639,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {nap}\\nother {nap}\\n}",
"hour": "{count} {count, plural,\\none {óra}\\nother {óra}\\n}",
"minute": "{count} {count, plural,\\none {perc}\\nother {perc}\\n}",
"second": "{count} {count, plural,\\none {másodperc}\\nother {másodperc}\\n}",
"week": "{count} {count, plural,\\none {hét}\\nother {hét}\\n}"
"day": "{count} {count, plural,\none {nap}\nother {nap}\n}",
"hour": "{count} {count, plural,\none {óra}\nother {óra}\n}",
"minute": "{count} {count, plural,\none {perc}\nother {perc}\n}",
"second": "{count} {count, plural,\none {másodperc}\nother {másodperc}\n}",
"week": "{count} {count, plural,\none {hét}\nother {hét}\n}"
},
"login-form": {
"log_in": "Bejelentkezés",
@ -1111,7 +1111,7 @@
"description": "Entitások testreszabása",
"picker": {
"header": "Testreszabás",
"introduction": "Szabd testre az entitások tulajdonságait. A hozzáadott\/szerkesztett testreszabások azonnal érvényesülnek. A testreszabások eltávolítása akkor lép életbe, amikor az entitás frissül."
"introduction": "Szabd testre az entitások tulajdonságait. A hozzáadott/szerkesztett testreszabások azonnal érvényesülnek. A testreszabások eltávolítása akkor lép életbe, amikor az entitás frissül."
}
},
"devices": {

View File

@ -247,7 +247,7 @@
"fan_only": "Օդափոխիչ",
"gas": "Գազ",
"heat": "Ջերմություն",
"heat_cool": "Ջեռուցում\/Հովացում",
"heat_cool": "Ջեռուցում/Հովացում",
"heat_pump": "Ջերմային պոմպ",
"high_demand": "Բարձր պահանջարկ",
"idle": "Պարապ",
@ -535,11 +535,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {day}\\n other {days}\\n}",
"hour": "{count} {count, plural,\\n one {hour}\\n other {hours}\\n}",
"minute": "{count} {count, plural,\\n one {minute}\\n other {minutes}\\n}",
"second": "{count} {count, plural,\\n one {second}\\n other {seconds}\\n}",
"week": "{count} {count, plural,\\n one {week}\\n other {weeks}\\n}"
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
"hour": "{count} {count, plural,\n one {hour}\n other {hours}\n}",
"minute": "{count} {count, plural,\n one {minute}\n other {minutes}\n}",
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}"
},
"future": "{time} ընթացքում",
"never": "Երբեք",
@ -597,11 +597,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {day}\\n other {days}\\n}",
"hour": "{count} {count, plural,\\n one {ժամ}\\n other {ժամ}\\n}",
"minute": "{count} {count, plural,\\n one {minute}\\n other {minutes}\\n}",
"second": "{count} {count, plural,\\n one {second}\\n other {seconds}\\n}",
"week": "{count} {count, plural,\\n one {week}\\n other {weeks}\\n}"
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
"hour": "{count} {count, plural,\n one {ժամ}\n other {ժամ}\n}",
"minute": "{count} {count, plural,\n one {minute}\n other {minutes}\n}",
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}",
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}"
},
"login-form": {
"log_in": "Մուտք գործեք",
@ -893,7 +893,7 @@
"description": "Կարգավորել ձեր անձի",
"picker": {
"header": "հարմարեցում",
"introduction": "Կսմթել յուրաքանչյուր անձի հատկանիշները: Անհապաղ գործողության մեջ կավելացվեն \/ խմբագրված փոփոխությունները: Հեռացված կարգավորումները ուժի մեջ են մտնում սուբյեկտի թարմացման դեպքում:"
"introduction": "Կսմթել յուրաքանչյուր անձի հատկանիշները: Անհապաղ գործողության մեջ կավելացվեն / խմբագրված փոփոխությունները: Հեռացված կարգավորումները ուժի մեջ են մտնում սուբյեկտի թարմացման դեպքում:"
}
},
"entity_registry": {
@ -1255,7 +1255,7 @@
"legacy_api_password": {
"abort": {
"login_expired": "Նիստն ավարտվեց,խնդրում ենք նորից մուտք գործել",
"no_api_password_set": "Դուք API գաղտնաբառով կարգավորումներ չունեք\\n՛"
"no_api_password_set": "Դուք API գաղտնաբառով կարգավորումներ չունեք\n՛"
},
"error": {
"invalid_auth": " API գաղտնաբառը անվավեր է",

View File

@ -368,7 +368,7 @@
"away_mode": "Mode jauh",
"currently": "Saat ini",
"fan_mode": "Mode kipas",
"on_off": "Hidup \/ mati",
"on_off": "Hidup / mati",
"operation": "Operasi",
"swing_mode": "Mode ayunan",
"target_humidity": "Target kelembaban",
@ -468,11 +468,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one { hari }\\n other { hari }\\n}",
"hour": "{count} {count, plural,\\n one { jam }\\n other { jam }\\n}",
"minute": "{count} {count, plural,\\n one { menit }\\n other { menit }\\n}",
"second": "{count} {count, plural,\\n one { detik }\\n other { detik }\\n}",
"week": "{count} {count, plural,\\n one { minggu }\\n other { minggu }\\n}"
"day": "{count} {count, plural,\n one { hari }\n other { hari }\n}",
"hour": "{count} {count, plural,\n one { jam }\n other { jam }\n}",
"minute": "{count} {count, plural,\n one { menit }\n other { menit }\n}",
"second": "{count} {count, plural,\n one { detik }\n other { detik }\n}",
"week": "{count} {count, plural,\n one { minggu }\n other { minggu }\n}"
},
"future": "dalam {time}",
"never": "Tak pernah",
@ -503,11 +503,11 @@
}
},
"duration": {
"day": "{count}{count, plural,\\n one { hari }\\n other { hari }\\n}",
"hour": "{count} {count, plural,\\n one { jam }\\n other { jam }\\n}",
"minute": "{count} {count, plural,\\n one { menit }\\n other { menit }\\n}",
"second": "{count}{count, plural,\\n one { detik }\\n other { detik }\\n}",
"week": "{count}{count, plural,\\n one { minggu }\\n other { minggu }\\n}"
"day": "{count}{count, plural,\n one { hari }\n other { hari }\n}",
"hour": "{count} {count, plural,\n one { jam }\n other { jam }\n}",
"minute": "{count} {count, plural,\n one { menit }\n other { menit }\n}",
"second": "{count}{count, plural,\n one { detik }\n other { detik }\n}",
"week": "{count}{count, plural,\n one { minggu }\n other { minggu }\n}"
},
"login-form": {
"log_in": "Masuk",
@ -554,7 +554,7 @@
"delete_confirm": "Anda yakin ingin menghapus?",
"duplicate": "Gandakan",
"header": "Aksi",
"introduction": "Aksi adalah apa yang Home Assistant akan lakukan ketika otomasi terpicu.\\n\\n[Pelajari lebih lanjut tentang aksi.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Aksi adalah apa yang Home Assistant akan lakukan ketika otomasi terpicu.\n\n[Pelajari lebih lanjut tentang aksi.](https://home-assistant.io/docs/automation/action/)",
"learn_more": "Pelajari lebih lanjut tentang Aksi",
"type_select": "Jenis aksi",
"type": {
@ -589,7 +589,7 @@
"delete_confirm": "Anda yakin ingin menghapus?",
"duplicate": "Gandakan",
"header": "Kondisi",
"introduction": "Kondisi merupakan bagian opsional dari aturan otomasi dan dapat digunakan untuk mencegah Event terjadi saat dipicu. Kondisi terlihat sangat mirip dengan pemicu tetapi sangat berbeda. Pemicu akan melihat peristiwa yang terjadi di sistem sementara kondisi hanya melihat bagaimana sistem terlihat sekarang. Pemicu dapat mengamati bahwa saklar sedang dinyalakan. Suatu kondisi hanya dapat melihat apakah switch sedang aktif atau tidak aktif. \\n\\n[Pelajari lebih lanjut tentang kondisi.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Kondisi merupakan bagian opsional dari aturan otomasi dan dapat digunakan untuk mencegah Event terjadi saat dipicu. Kondisi terlihat sangat mirip dengan pemicu tetapi sangat berbeda. Pemicu akan melihat peristiwa yang terjadi di sistem sementara kondisi hanya melihat bagaimana sistem terlihat sekarang. Pemicu dapat mengamati bahwa saklar sedang dinyalakan. Suatu kondisi hanya dapat melihat apakah switch sedang aktif atau tidak aktif. \n\n[Pelajari lebih lanjut tentang kondisi.](https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Pelajari lebih lanjut tentang kondisi",
"type_select": "Jenis kondisi",
"type": {
@ -719,7 +719,7 @@
"picker": {
"add_automation": "Tambah otomasi",
"header": "Editor otomasi",
"introduction": "Editor otomasi memungkinkan Anda untuk membuat dan mengedit otomasi. Silakan baca [petunjuk](https:\/\/home-assistant.io\/docs\/automation\/editor\/) untuk memastikan bahwa Anda telah mengonfigurasi Home Assistant dengan benar.",
"introduction": "Editor otomasi memungkinkan Anda untuk membuat dan mengedit otomasi. Silakan baca [petunjuk](https://home-assistant.io/docs/automation/editor/) untuk memastikan bahwa Anda telah mengonfigurasi Home Assistant dengan benar.",
"learn_more": "Pelajari lebih lanjut tentang otomasi",
"no_automations": "Kami tidak dapat menemukan otomasi yang dapat diedit",
"pick_automation": "Pilih otomasi untuk diedit"

View File

@ -28,7 +28,7 @@
"hassio": "Hass.io",
"history_graph": "Sögulínurit",
"homeassistant": "Home Assistant",
"input_datetime": "Innsláttar dagsetning\/tími",
"input_datetime": "Innsláttar dagsetning/tími",
"input_number": "Innsláttarnúmer",
"input_select": "Innsláttarval",
"input_text": "Innsláttartexti",
@ -236,7 +236,7 @@
"fan_only": "Vifta eingöngu",
"gas": "Gas",
"heat": "Hitun",
"heat_cool": "Hita\/Kæla",
"heat_cool": "Hita/Kæla",
"heat_pump": "Hitadæla",
"idle": "Aðgerðalaus",
"manual": "Handvirkt",
@ -404,7 +404,7 @@
"away_mode": "Fjarverandi hamur",
"currently": "Er núna",
"fan_mode": "Viftuhamur",
"on_off": "Kveikt \/ slökkt",
"on_off": "Kveikt / slökkt",
"operation": "Aðgerð",
"preset_mode": "Forstilling",
"swing_mode": "Sveifluhamur",
@ -467,7 +467,7 @@
"water_heater": {
"away_mode": "Fjarverandi hamur",
"currently": "Er núna",
"on_off": "Kveikt \/ slökkt",
"on_off": "Kveikt / slökkt",
"operation": "Aðgerð",
"target_temperature": "Viðmiðunarhitastig"
},
@ -503,11 +503,18 @@
"common": {
"cancel": "Hætta við",
"loading": "Hleð",
"save": "Vista"
"no": "Nei",
"save": "Vista",
"yes": "Já"
},
"components": {
"device-picker": {
"clear": "Hreinsa",
"device": "Tæki"
},
"entity": {
"entity-picker": {
"clear": "Hreinsa",
"entity": "Eining"
}
},
@ -517,11 +524,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dagur}\\n other {dagar}\\n}",
"hour": "{count} {count, plural,\\n one {klukkutími}\\n other {klukkutímar}\\n}",
"minute": "{count} {count, plural,\\n one {mínúta}\\n other {mínútur}\\n}",
"second": "{count} {count, plural,\\n one {sekúnda}\\n other {sekúndur}\\n}",
"week": "{count} {count, plural,\\n one {vika}\\n other {vikur}\\n}"
"day": "{count} {count, plural,\n one {dagur}\n other {dagar}\n}",
"hour": "{count} {count, plural,\n one {klukkutími}\n other {klukkutímar}\n}",
"minute": "{count} {count, plural,\n one {mínúta}\n other {mínútur}\n}",
"second": "{count} {count, plural,\n one {sekúnda}\n other {sekúndur}\n}",
"week": "{count} {count, plural,\n one {vika}\n other {vikur}\n}"
},
"future": "Eftir {time}",
"never": "Aldrei",
@ -536,6 +543,10 @@
"enable_new_entities_label": "Virkja einingar sem nýlega var bætt við",
"title": "Kerfisvalkostir"
},
"confirmation": {
"cancel": "Hætta við",
"ok": "Í lagi"
},
"more_info_control": {
"script": {
"last_action": "Síðasta aðgerð"
@ -575,11 +586,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {dagur}\\n other {dagar}\\n}",
"hour": "{count} {count, plural,\\n one {klukkutími}\\n other {klukkutímar}\\n}",
"minute": "{count} {count, plural,\\n one {mínúta}\\n other {mínútur}\\n}",
"second": "{count} {count, plural,\\n one {sekúnda}\\n other {sekúndur}\\n}",
"week": "{count} {count, plural,\\n one {vika}\\n other {vikur}\\n}"
"day": "{count} {count, plural,\n one {dagur}\n other {dagar}\n}",
"hour": "{count} {count, plural,\n one {klukkutími}\n other {klukkutímar}\n}",
"minute": "{count} {count, plural,\n one {mínúta}\n other {mínútur}\n}",
"second": "{count} {count, plural,\n one {sekúnda}\n other {sekúndur}\n}",
"week": "{count} {count, plural,\n one {vika}\n other {vikur}\n}"
},
"login-form": {
"log_in": "Skrá inn",
@ -632,6 +643,7 @@
"header": "Aðgerðir",
"introduction": "Aðgerðir er það sem Home Assistant mun gera þegar sjálfvirkni er ræst.",
"learn_more": "Læra meira um aðgerðir",
"name": "Aðgerð",
"type_select": "Gerð aðgerðar",
"type": {
"condition": {
@ -669,6 +681,7 @@
"duplicate": "Fjölfalda",
"header": "Skilyrði",
"learn_more": "Læra meira um skilyrði",
"name": "Skilyrði",
"type_select": "Gerð skilyrðis",
"type": {
"and": {
@ -969,7 +982,12 @@
}
},
"caption": "Tæki",
"description": "Stjórna tengdum tækjum"
"data_table": {
"manufacturer": "Framleiðandi"
},
"description": "Stjórna tengdum tækjum",
"device_not_found": "Tæki fannst ekki.",
"unknown_error": "Óþekkt villa"
},
"entity_registry": {
"caption": "Einingarskrá",
@ -1045,6 +1063,17 @@
"update": "Uppfæra"
}
},
"scene": {
"editor": {
"devices": {
"add": "Bæta við tæki",
"delete": "Eyða tæki",
"header": "Tæki"
},
"name": "Nafn",
"save": "Vista"
}
},
"script": {
"caption": "Skrifta",
"description": "Búa til og breyta skriftum",
@ -1182,6 +1211,9 @@
"info": {
"title": "Upplýsingar"
},
"logs": {
"clear": "Hreinsa"
},
"mqtt": {
"title": "MQTT"
},
@ -1363,12 +1395,16 @@
}
},
"menu": {
"close": "Loka",
"configure_ui": "Stilla notendaviðmót",
"help": "Hjálp",
"refresh": "Endurnýja",
"unused_entities": "Ónýttar einingar"
},
"reload_lovelace": "Endurhlaða Lovelace",
"unused_entities": {
"last_changed": "Síðast breytt"
},
"warning": {
"entity_not_found": "Eining ekki tiltæk: {entity}"
}

View File

@ -247,7 +247,7 @@
"fan_only": "Solo ventilatore",
"gas": "Gas",
"heat": "Caldo",
"heat_cool": "Caldo\/Freddo",
"heat_cool": "Caldo/Freddo",
"heat_pump": "Pompa di calore",
"high_demand": "Forte richiesta",
"idle": "Inattivo",
@ -426,7 +426,7 @@
"heating": "{name} riscaldamento",
"high": "alto",
"low": "basso",
"on_off": "Acceso \/ Spento",
"on_off": "Acceso / Spento",
"operation": "Operazione",
"preset_mode": "Preset",
"swing_mode": "Modo oscillazione",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Modalità fuori casa",
"currently": "Attualmente",
"on_off": "Acceso \/ Spento",
"on_off": "Acceso / Spento",
"operation": "Operazione",
"target_temperature": "Temperatura da raggiungere"
},
@ -557,11 +557,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {giorno}\\nother {giorni}\\n}",
"hour": "{count} {count, plural,\\none {ora}\\nother {ore}\\n}",
"minute": "{count} {count, plural,\\none {minuto}\\nother {minuti}\\n}",
"second": "{count} {count, plural,\\none {secondo}\\nother {secondi}\\n}",
"week": "{count} {count, plural,\\none {settimana}\\nother {settimane}\\n}"
"day": "{count} {count, plural,\none {giorno}\nother {giorni}\n}",
"hour": "{count} {count, plural,\none {ora}\nother {ore}\n}",
"minute": "{count} {count, plural,\none {minuto}\nother {minuti}\n}",
"second": "{count} {count, plural,\none {secondo}\nother {secondi}\n}",
"week": "{count} {count, plural,\none {settimana}\nother {settimane}\n}"
},
"future": "tra {time}",
"never": "Mai",
@ -583,7 +583,7 @@
"title": "Sei sicuro?"
},
"domain_toggler": {
"title": "Attiva\/disattiva domini"
"title": "Attiva/disattiva domini"
},
"more_info_control": {
"script": {
@ -644,11 +644,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {giorno}\\nother {giorni}\\n}",
"hour": "{count} {count, plural,\\none {ora}\\nother {ore}\\n}",
"minute": "{count} {count, plural,\\none {minuto}\\nother {minuti}\\n}",
"second": "{count} {count, plural,\\none {secondo}\\nother {secondi}\\n}",
"week": "{count} {count, plural,\\none {settimana}\\nother {settimane}\\n}"
"day": "{count} {count, plural,\none {giorno}\nother {giorni}\n}",
"hour": "{count} {count, plural,\none {ora}\nother {ore}\n}",
"minute": "{count} {count, plural,\none {minuto}\nother {minuti}\n}",
"second": "{count} {count, plural,\none {secondo}\nother {secondi}\n}",
"week": "{count} {count, plural,\none {settimana}\nother {settimane}\n}"
},
"login-form": {
"log_in": "Accedi",
@ -700,7 +700,7 @@
"delete_confirm": "Sicuro di voler eliminare?",
"duplicate": "Duplica",
"header": "Azioni",
"introduction": "Le azioni sono ciò che Home Assistant farà quando un trigger attiva un automazione. \\n\\n [Ulteriori informazioni sulle azioni.](Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Le azioni sono ciò che Home Assistant farà quando un trigger attiva un automazione. \n\n [Ulteriori informazioni sulle azioni.](Https://home-assistant.io/docs/automation/action/)",
"learn_more": "Per saperne di più sulle azioni",
"type_select": "Tipo di azione",
"type": {
@ -744,7 +744,7 @@
"delete_confirm": "Sicuro di voler eliminare?",
"duplicate": "Duplica",
"header": "Condizioni",
"introduction": "Le condizioni sono una parte facoltativa di una regola di automazione e possono essere utilizzate per impedire che un'azione si verifichi quando viene attivata. Le condizioni sembrano molto simili ai trigger, ma sono molto diverse. Un trigger analizzerà gli eventi che si verificano nel sistema mentre una condizione analizza solo l'aspetto del sistema in questo momento. Un trigger può osservare che un interruttore è in fase di accensione. Una condizione può vedere solo se un interruttore è attivo o meno. \\n\\n [Ulteriori informazioni sulle condizioni.](Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Le condizioni sono una parte facoltativa di una regola di automazione e possono essere utilizzate per impedire che un'azione si verifichi quando viene attivata. Le condizioni sembrano molto simili ai trigger, ma sono molto diverse. Un trigger analizzerà gli eventi che si verificano nel sistema mentre una condizione analizza solo l'aspetto del sistema in questo momento. Un trigger può osservare che un interruttore è in fase di accensione. Una condizione può vedere solo se un interruttore è attivo o meno. \n\n [Ulteriori informazioni sulle condizioni.](Https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Per saperne di più sulle condizioni",
"type_select": "Tipo di condizione",
"type": {
@ -813,7 +813,7 @@
"delete_confirm": "Sicuro di voler eliminare?",
"duplicate": "Duplica",
"header": "Triggers",
"introduction": "I trigger sono ciò che avvia l'elaborazione di una regola di automazione. È possibile specificare più trigger per la stessa regola. Una volta avviato il trigger, Home Assistant convaliderà le condizioni, se presenti, e chiamerà l'azione. \\n\\n [Ulteriori informazioni sui trigger.](Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "I trigger sono ciò che avvia l'elaborazione di una regola di automazione. È possibile specificare più trigger per la stessa regola. Una volta avviato il trigger, Home Assistant convaliderà le condizioni, se presenti, e chiamerà l'azione. \n\n [Ulteriori informazioni sui trigger.](Https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Per saperne di più sui trigger",
"type_select": "Tipo di trigger",
"type": {
@ -905,7 +905,7 @@
"delete_confirm": "Sei sicuro di voler eliminare questa automazione?",
"edit_automation": "Modifica automazione",
"header": "Editor automazione",
"introduction": "L'editor di automazione consente di creare e modificare automazioni. Per favore leggi le istruzioni (https:\/\/home-assistant.io\/docs\/automation\/editor\/) per assicurarti di aver configurato correttamente Home Assistant.",
"introduction": "L'editor di automazione consente di creare e modificare automazioni. Per favore leggi le istruzioni (https://home-assistant.io/docs/automation/editor/) per assicurarti di aver configurato correttamente Home Assistant.",
"learn_more": "Per saperne di più sulle automazioni",
"no_automations": "Nessuna automazione modificabile trovata",
"only_editable": "Solo le automazioni definite in automations.yaml sono modificabili.",
@ -939,7 +939,7 @@
"enable_state_reporting": "Attivare la segnalazione dello Stato",
"enter_pin_error": "Impossibile memorizzare il pin:",
"enter_pin_hint": "Immettere un PIN per utilizzare i dispositivi di sicurezza",
"enter_pin_info": "Inserisci un PIN per interagire con i dispositivi di sicurezza. I dispositivi di sicurezza sono porte, porte da garage e serrature. Ti verrà chiesto di dire\/inserire questo PIN quando interagisci con tali dispositivi tramite Google Assistant.",
"enter_pin_info": "Inserisci un PIN per interagire con i dispositivi di sicurezza. I dispositivi di sicurezza sono porte, porte da garage e serrature. Ti verrà chiesto di dire/inserire questo PIN quando interagisci con tali dispositivi tramite Google Assistant.",
"info": "Con l'integrazione di Google Assistant per Home Assistant Cloud sarai in grado di controllare tutti i tuoi dispositivi Home Assistant tramite qualsiasi dispositivo abilitato per Google Assistant.",
"info_state_reporting": "Se si abilita la segnalazione dello stato, Home Assistant invierà a Google tutte le modifiche di stato delle entità esposte. Questo ti permette di vedere sempre gli ultimi stati nell'app di Google.",
"manage_entities": "Gestire le entità",
@ -1133,7 +1133,7 @@
"pick_attribute": "Scegli un attributo da sovrascrivere",
"picker": {
"header": "Personalizzazione",
"introduction": "Modificare gli attributi per entità. Le personalizzazioni aggiunte \/ modificate avranno effetto immediato. Le personalizzazioni rimosse avranno effetto quando l'entità viene aggiornata."
"introduction": "Modificare gli attributi per entità. Le personalizzazioni aggiunte / modificate avranno effetto immediato. Le personalizzazioni rimosse avranno effetto quando l'entità viene aggiornata."
},
"warning": {
"include_link": "includere customize.yaml",
@ -1409,7 +1409,7 @@
},
"zha": {
"add_device_page": {
"discovery_text": "I dispositivi rilevati verranno visualizzati qui. Seguire le istruzioni per il \/ i dispositivo \/ i e posizionare il \/ i dispositivo \/ i in modalità accoppiamento.",
"discovery_text": "I dispositivi rilevati verranno visualizzati qui. Seguire le istruzioni per il / i dispositivo / i e posizionare il / i dispositivo / i in modalità accoppiamento.",
"header": "Zigbee Home Automation - Aggiungi dispositivi",
"search_again": "Cerca di nuovo",
"spinner": "Ricerca di dispositivi ZHA Zigbee ..."
@ -1686,7 +1686,7 @@
"entities": {
"name": "Entità",
"show_header_toggle": "Mostrare l'interruttore dell'intestazione?",
"toggle": "Attiva\/disattiva entità."
"toggle": "Attiva/disattiva entità."
},
"entity-button": {
"name": "Pulsante Entità"
@ -1802,7 +1802,7 @@
"save": "Salva",
"show_code_editor": "Mostra Editor di Codice",
"show_visual_editor": "Mostra Editor Visivo",
"toggle_editor": "Attiva \/ disattiva l'editor"
"toggle_editor": "Attiva / disattiva l'editor"
},
"edit_lovelace": {
"edit_title": "Modifica titolo",
@ -2151,7 +2151,7 @@
"sidebar": {
"external_app_configuration": "Configurazione App",
"log_out": "Esci",
"sidebar_toggle": "Attiva\/disattiva la barra laterale"
"sidebar_toggle": "Attiva/disattiva la barra laterale"
}
}
}

View File

@ -325,10 +325,10 @@
}
},
"duration": {
"hour": "{count} {count, plural,\\n one {時間}\\n other {時間}\\n}",
"minute": "{count} {count, plural,\\n one {分}\\n other {分}\\n}",
"second": "{count} {count, plural,\\n one {秒}\\n other {秒}\\n}",
"week": "{count} {count, plural,\\n one {週間}\\n other {週間}\\n}"
"hour": "{count} {count, plural,\n one {時間}\n other {時間}\n}",
"minute": "{count} {count, plural,\n one {分}\n other {分}\n}",
"second": "{count} {count, plural,\n one {秒}\n other {秒}\n}",
"week": "{count} {count, plural,\n one {週間}\n other {週間}\n}"
},
"login-form": {
"log_in": "ログイン",
@ -352,7 +352,7 @@
"delete": "削除",
"delete_confirm": "本当に削除しますか?",
"header": "アクション",
"introduction": "アクションは、オートメーションがトリガーされたときにHome Assistantが実行するものです。\\n\\n [アクションの詳細]https:\/\/home-assistant.io\/docs\/automation\/action\/",
"introduction": "アクションは、オートメーションがトリガーされたときにHome Assistantが実行するものです。\n\n [アクションの詳細]https://home-assistant.io/docs/automation/action/",
"type_select": "アクションの種類",
"type": {
"condition": {
@ -391,7 +391,7 @@
"delete_confirm": "本当に削除しますか?",
"duplicate": "複製",
"header": "トリガー",
"introduction": "トリガーはオートメーションルールの処理を開始させます。同じルールに対して複数のトリガーを指定することが可能です。トリガーが開始されると、Home Assistantは条件があれば確認し、アクションを呼び出します。\\n\\n[トリガーについて](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "トリガーはオートメーションルールの処理を開始させます。同じルールに対して複数のトリガーを指定することが可能です。トリガーが開始されると、Home Assistantは条件があれば確認し、アクションを呼び出します。\n\n[トリガーについて](https://home-assistant.io/docs/automation/trigger/)",
"type_select": "トリガーの種類",
"type": {
"event": {

View File

@ -31,7 +31,7 @@
"homeassistant": "Home Assistant",
"image_processing": "이미지처리",
"input_boolean": "논리입력",
"input_datetime": "날짜\/시간입력",
"input_datetime": "날짜/시간입력",
"input_number": "숫자입력",
"input_select": "선택입력",
"input_text": "문자입력",
@ -426,7 +426,7 @@
"heating": "{name} 난방중",
"high": "높음",
"low": "낮음",
"on_off": "켜기 \/ 끄기",
"on_off": "켜기 / 끄기",
"operation": "운전 모드",
"preset_mode": "프리셋",
"swing_mode": "회전 모드",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "외출 모드",
"currently": "현재 온도",
"on_off": "켜기 \/ 끄기",
"on_off": "켜기 / 끄기",
"operation": "운전",
"target_temperature": "희망 온도"
},
@ -557,11 +557,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {일}\\nother {일}\\n}",
"hour": "{count} {count, plural,\\none {시간}\\nother {시간}\\n}",
"minute": "{count} {count, plural,\\none {분}\\nother {분}\\n}",
"second": "{count} {count, plural,\\none {초}\\nother {초}\\n}",
"week": "{count} {count, plural,\\none {주}\\nother {주}\\n}"
"day": "{count} {count, plural,\none {일}\nother {일}\n}",
"hour": "{count} {count, plural,\none {시간}\nother {시간}\n}",
"minute": "{count} {count, plural,\none {분}\nother {분}\n}",
"second": "{count} {count, plural,\none {초}\nother {초}\n}",
"week": "{count} {count, plural,\none {주}\nother {주}\n}"
},
"future": "{time} 후",
"never": "해당없음",
@ -633,11 +633,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {일}\\nother {일}\\n}",
"hour": "{count} {count, plural,\\none {시간}\\nother {시간}\\n}",
"minute": "{count} {count, plural,\\none {분}\\nother {분}\\n}",
"second": "{count} {count, plural,\\none {초}\\nother {초}\\n}",
"week": "{count} {count, plural,\\none {주}\\nother {주}\\n}"
"day": "{count} {count, plural,\none {일}\nother {일}\n}",
"hour": "{count} {count, plural,\none {시간}\nother {시간}\n}",
"minute": "{count} {count, plural,\none {분}\nother {분}\n}",
"second": "{count} {count, plural,\none {초}\nother {초}\n}",
"week": "{count} {count, plural,\none {주}\nother {주}\n}"
},
"login-form": {
"log_in": "로그인",

View File

@ -31,7 +31,7 @@
"homeassistant": "Home Assistant",
"image_processing": "Bildveraarbechtung",
"input_boolean": "Boolean-Agab",
"input_datetime": "Datum-\/Zäit-Agab",
"input_datetime": "Datum-/Zäit-Agab",
"input_number": "Zuelen-Agab",
"input_select": "Auswiel-Agab",
"input_text": "Text-Agab",
@ -247,7 +247,7 @@
"fan_only": "Nëmme Ventilator",
"gas": "Gas",
"heat": "Heizen",
"heat_cool": "Hëtzen\/Ofkillen",
"heat_cool": "Hëtzen/Ofkillen",
"heat_pump": "Heizung",
"high_demand": "Héich Ufro",
"idle": "Leerlauf",
@ -426,7 +426,7 @@
"heating": "{name} hëtzen",
"high": "héich",
"low": "niddreg",
"on_off": "Un \/ Aus",
"on_off": "Un / Aus",
"operation": "Aktioun",
"preset_mode": "Virastellung",
"swing_mode": "Schwenk Modus",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Modus Keen Doheem",
"currently": "Momentan",
"on_off": "Un \/ Aus",
"on_off": "Un / Aus",
"operation": "Aktioun",
"target_temperature": "Zieltemperatur"
},
@ -542,6 +542,7 @@
"components": {
"device-picker": {
"clear": "Läschen",
"device": "Apparat",
"show_devices": "Apparater uweisen"
},
"entity": {
@ -557,11 +558,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {Dag}\\nother {Deeg}\\n}",
"hour": "{count} {count, plural,\\n one {Stonn}\\n other {Stonnen}\\n}",
"minute": "{count} {count, plural,\\n one {Minutt}\\n other {Minutten}\\n}",
"second": "{count} {count, plural,\\none {Sekonn}\\nother {Sekonnen}\\n}",
"week": "{count} {count, plural,\\none {Woch}\\nother {Wochen}\\n}"
"day": "{count} {count, plural,\none {Dag}\nother {Deeg}\n}",
"hour": "{count} {count, plural,\n one {Stonn}\n other {Stonnen}\n}",
"minute": "{count} {count, plural,\n one {Minutt}\n other {Minutten}\n}",
"second": "{count} {count, plural,\none {Sekonn}\nother {Sekonnen}\n}",
"week": "{count} {count, plural,\none {Woch}\nother {Wochen}\n}"
},
"future": "An {time}",
"never": "Nie",
@ -616,7 +617,8 @@
"error": "Ups, ee Feeler ass opgetrueden",
"found": "Ech hunn folgendes fir iech fonnt:",
"how_can_i_help": "Wéi kann ech hëllefen?",
"label": "Tippt eng Fro an dréckt 'Enter'"
"label": "Tippt eng Fro an dréckt 'Enter'",
"label_voice": "Tippt an dréckt 'Enter' oder klick de Mikro fir ze schwätzen"
},
"zha_device_info": {
"buttons": {
@ -643,11 +645,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {Dag}\\nother {Deeg}\\n}",
"hour": "{count} {count, plural,\\n one {Stonn}\\n other {Stonnen}\\n}",
"minute": "{count} {count, plural,\\n one {Minutt}\\n other {Minutten}\\n}",
"second": "{count} {count, plural,\\none {Sekonn}\\nother {Sekonnen}\\n}",
"week": "{count} {count, plural,\\none {Woch}\\nother {Wochen}\\n}"
"day": "{count} {count, plural,\none {Dag}\nother {Deeg}\n}",
"hour": "{count} {count, plural,\n one {Stonn}\n other {Stonnen}\n}",
"minute": "{count} {count, plural,\n one {Minutt}\n other {Minutten}\n}",
"second": "{count} {count, plural,\none {Sekonn}\nother {Sekonnen}\n}",
"week": "{count} {count, plural,\none {Woch}\nother {Wochen}\n}"
},
"login-form": {
"log_in": "Aloggen",
@ -699,8 +701,9 @@
"delete_confirm": "Element sécher läschen?",
"duplicate": "Duplikéiere",
"header": "Aktiounen",
"introduction": "Aktioune déi den Home Assistant ausféiert wann den Automatismus ausgeléist gouf.\\n[Léier méi iwwert Aktiounen.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Aktioune déi den Home Assistant ausféiert wann den Automatismus ausgeléist gouf.\n[Léier méi iwwert Aktiounen.](https://home-assistant.io/docs/automation/action/)",
"learn_more": "Méi iwwert Aktioune liesen",
"name": "Aktioun",
"type_select": "Aktioun Typ",
"type": {
"condition": {
@ -743,8 +746,9 @@
"delete_confirm": "Sëcher fir ze läschen?",
"duplicate": "Duplikéiere",
"header": "Konditiounen",
"introduction": "Konditioune sinn een optionalen Deel vun engem Automatismus a kënne benotzt gi fir ze bestëmme wann eng Aktioun ausgeféiert gëtt. Konditioune gläichen den Ausléiser mee sinn awer ganz ënnerschiddlech. Een Ausléiser iwwerwaacht d'Evenementer am System, an eng Konditioun iwwerwaacht de Status vum System. Een Ausléiser gesäit wann ee Schalter ugeschalt gëtt. Eng Konditioun gesäit nëmmen op de Schalter un oder aus ass.\\n\\n[Léier méi iwwer Konditioune.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Konditioune sinn een optionalen Deel vun engem Automatismus a kënne benotzt gi fir ze bestëmme wann eng Aktioun ausgeféiert gëtt. Konditioune gläichen den Ausléiser mee sinn awer ganz ënnerschiddlech. Een Ausléiser iwwerwaacht d'Evenementer am System, an eng Konditioun iwwerwaacht de Status vum System. Een Ausléiser gesäit wann ee Schalter ugeschalt gëtt. Eng Konditioun gesäit nëmmen op de Schalter un oder aus ass.\n\n[Léier méi iwwer Konditioune.](https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Méi iwwert Konditioune liesen",
"name": "Konditioun",
"type_select": "Typ vun Konditioun",
"type": {
"and": {
@ -812,8 +816,9 @@
"delete_confirm": "Sëcher fir ze läschen?",
"duplicate": "Replikéieren",
"header": "Ausléiser",
"introduction": "Een Ausléiser start de Prozess vun engem Automatismus. Et ass méiglech méi wéi een Ausléiser fir een Automatismus unzeginn. Wann een Ausléiser start validéiert Home Assistant d'Konditiounen a féiert - de Fall gesat - eng Aktioun aus.\\n\\n[Léier méi iwwert Ausléiser.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Een Ausléiser start de Prozess vun engem Automatismus. Et ass méiglech méi wéi een Ausléiser fir een Automatismus unzeginn. Wann een Ausléiser start validéiert Home Assistant d'Konditiounen a féiert - de Fall gesat - eng Aktioun aus.\n\n[Léier méi iwwert Ausléiser.](https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Méi iwwert Ausléiser liesen",
"name": "Ausléiser",
"type_select": "Typ vun Ausléiser",
"type": {
"device": {
@ -904,7 +909,7 @@
"delete_confirm": "Sécher fir dës Automatisme ze läschen?",
"edit_automation": "Automatisme änneren",
"header": "Automatismen editéieren",
"introduction": "Den Automatismen-Editor erméiglecht et fir Automatismen z'erstellen an ze änneren. Lies w.e.g. [d'Instruktioune](https:\/\/home-assistant.io\/docs\/automation\/editor\/) fir sécher ze stellen dass den Home Assistant richteg agestallt ass.",
"introduction": "Den Automatismen-Editor erméiglecht et fir Automatismen z'erstellen an ze änneren. Lies w.e.g. [d'Instruktioune](https://home-assistant.io/docs/automation/editor/) fir sécher ze stellen dass den Home Assistant richteg agestallt ass.",
"learn_more": "Méi iwwert Automatioune liesen",
"no_automations": "Keen Automatismus fir ze ännere fonnt",
"only_editable": "Nëmmen Automatiounen déi am automations.yaml séfinéiert sinn kënnen editéiert ginn.",
@ -1121,14 +1126,22 @@
}
},
"customize": {
"attributes_customize": "Folgend Attributer si schonn an der customize.yaml gesat",
"attributes_not_set": "Folgend Attributer sinn net gesaat. Définéiert sie wann dir wëllt.",
"attributes_outside": "Folgend Attributer sinn ausserhalb vun der customize.yaml personaliséiert ginn",
"attributes_override": "Dir könnt sie iwwerschrweiwen wann dir wëllt.",
"attributes_set": "Déi folgend Attributer vun der Entitéit gi programméiert gesat.",
"caption": "Personaliséieren",
"description": "Är Entitéite personaliséieren",
"different_include": "Eventuell iwwer e Domän, e Glob oder eng aner Include Method.",
"pick_attribute": "Wielt een Attribut aus fir z'iwwerschreiwen",
"picker": {
"header": "Personaliséieren",
"introduction": "Manipulatioun vun den Attributen pro Entitéit. Nei\/geännert Personlisatiounen sinn direkt effektiv. Geläschte Personalisatioune ginn effektiv wann d'Entitéit sech aktualiséiert."
"introduction": "Manipulatioun vun den Attributen pro Entitéit. Nei/geännert Personlisatiounen sinn direkt effektiv. Geläschte Personalisatioune ginn effektiv wann d'Entitéit sech aktualiséiert."
},
"warning": {
"include_link": "customize.yaml enthält",
"include_sentence": "Et schéngt wéi wann är configuration.yaml net richteg"
}
},
"devices": {
@ -1146,6 +1159,7 @@
},
"automations": "Automatisme",
"caption": "Apparater",
"confirm_rename_entity_ids": "Wëllt Dir och d'Entitéiten-ID vun Ären Entitéiten ëmbenennen?",
"data_table": {
"area": "Beräich",
"battery": "Batterie",
@ -1281,7 +1295,9 @@
"entities": {
"add": "Entitéit dobäisetzen",
"delete": "Entitéit läschen",
"device_entities": "Wann Dir eng Entitéit dobäisetzt déi zu engem Apparat gehéiert, gëtt den Apparat dobäigesat.",
"header": "Entitéiten",
"introduction": "Entitéiten déi zu kengem Apparat gehéiere kënnen hei definéiert ginn.",
"without_device": "Entitéiten ouni Apparater"
},
"introduction": "Benotzt Zeene fir äert Haus zum Liewen ze bréngen",
@ -1781,7 +1797,7 @@
"header": "Kaart Konfiguratioun",
"move": "Réckelen",
"options": "Méi Optiounen",
"pick_card": "Wielt d'Kaart aus déi soll dobäigesat ginn.",
"pick_card": "Wielt eng Kaart aus déi soll dobäigesat ginn.",
"pick_card_view_title": "Wéieng Kaart wëllt dir zu ärer {name] Usiicht dobäisetzen?",
"save": "Späicheren",
"show_code_editor": "Code Editeur uweisen",
@ -2129,7 +2145,7 @@
"shopping-list": {
"add_item": "Objet dobäisetze",
"clear_completed": "Fäerdeg Elementer ewechhuelen",
"microphone_tip": "Tipp uewe riets op de Mikro a so “Add candy to my shopping list”"
"microphone_tip": "Tipp uewe riets op de Mikro a so “Add candy to my shopping list”"
}
},
"sidebar": {

View File

@ -216,9 +216,9 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {diena}\\n other {dienos}\\n}",
"second": "{count} {count, plural,\\n one {sekundė}\\n other {sekundės}\\n}",
"week": "{count} {count, plural,\\n one {savaitė}\\n other {savaitės}\\n}"
"day": "{count} {count, plural,\n one {diena}\n other {dienos}\n}",
"second": "{count} {count, plural,\n one {sekundė}\n other {sekundės}\n}",
"week": "{count} {count, plural,\n one {savaitė}\n other {savaitės}\n}"
},
"panel": {
"config": {

View File

@ -247,7 +247,7 @@
"fan_only": "Tikai ventilators",
"gas": "Gāze",
"heat": "Sildīšana",
"heat_cool": "Sildīt \/ Atdzesēt",
"heat_cool": "Sildīt / Atdzesēt",
"heat_pump": "Siltumsūknis",
"high_demand": "Augsts pieprasījums",
"idle": "Dīkstāve",
@ -421,7 +421,7 @@
"away_mode": "Prombūtnes režīms",
"currently": "Pašlaik",
"fan_mode": "Ventilatora režīms",
"on_off": "Ieslēgts \/ Izslēgts",
"on_off": "Ieslēgts / Izslēgts",
"operation": "Darbība",
"preset_mode": "Iestatījums",
"swing_mode": "Šūpošanas režīms",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Prombūtnes režīms",
"currently": "Pašlaik",
"on_off": "Ieslēgts \/ Izslēgts",
"on_off": "Ieslēgts / Izslēgts",
"operation": "Darbība",
"target_temperature": "Mērķa temperatūra"
},
@ -535,11 +535,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {diena}\\n other {dienas}\\n}",
"hour": "{count} {count, plural,\\n one {stunda}\\n other {stundas}\\n}",
"minute": "{count} {count, plural,\\n one {minūte}\\n other {minūtes}\\n}",
"second": "{count} {count, plural,\\n one {sekunde}\\n other {sekundes}\\n}",
"week": "{count} {count, plural,\\n one {nedēļa}\\n other {nedēļas}\\n}"
"day": "{count} {count, plural,\n one {diena}\n other {dienas}\n}",
"hour": "{count} {count, plural,\n one {stunda}\n other {stundas}\n}",
"minute": "{count} {count, plural,\n one {minūte}\n other {minūtes}\n}",
"second": "{count} {count, plural,\n one {sekunde}\n other {sekundes}\n}",
"week": "{count} {count, plural,\n one {nedēļa}\n other {nedēļas}\n}"
},
"future": "Pēc {time}",
"never": "Nekad",
@ -597,11 +597,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {diena}\\nother {dienas}\\n}",
"hour": "{count} {count, plural,\\n one {stunda}\\n other {stundas}\\n}",
"minute": "{count} {count, plural,\\n one {minūte}\\n other {minūtes}\\n}",
"second": "{count} {count, plural,\\n one {sekunde}\\n other {sekundes}\\n}",
"week": "{count} {count, plural,\\n one {nedēļa}\\n other {nedēļas}\\n}"
"day": "{count} {count, plural,\none {diena}\nother {dienas}\n}",
"hour": "{count} {count, plural,\n one {stunda}\n other {stundas}\n}",
"minute": "{count} {count, plural,\n one {minūte}\n other {minūtes}\n}",
"second": "{count} {count, plural,\n one {sekunde}\n other {sekundes}\n}",
"week": "{count} {count, plural,\n one {nedēļa}\n other {nedēļas}\n}"
},
"login-form": {
"log_in": "Pieslēgties",
@ -893,7 +893,7 @@
"description": "Pielāgojiet jūsu iekārtas",
"picker": {
"header": "Pielāgošana",
"introduction": "Korekcijas atribūti vienai vienībai. Pievienotās \/ labotās pielāgošanas stāsies spēkā nekavējoties. Noņemtie pielāgojumi stāsies spēkā, kad vienība tiks atjaunināta."
"introduction": "Korekcijas atribūti vienai vienībai. Pievienotās / labotās pielāgošanas stāsies spēkā nekavējoties. Noņemtie pielāgojumi stāsies spēkā, kad vienība tiks atjaunināta."
}
},
"devices": {

View File

@ -247,7 +247,7 @@
"fan_only": "Kun vifte",
"gas": "Gass",
"heat": "Varme",
"heat_cool": "Varme\/kjøling",
"heat_cool": "Varme/kjøling",
"heat_pump": "Varmepumpe",
"high_demand": "Høy etterspørsel",
"idle": "Inaktiv",
@ -426,7 +426,7 @@
"heating": "{name} oppvarming",
"high": "høy",
"low": "lav",
"on_off": "På \/ av",
"on_off": "På / av",
"operation": "Operasjon",
"preset_mode": "Preset",
"swing_mode": "Svingmodus",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Bortemodus",
"currently": "Temperatur nå",
"on_off": "På \/ av",
"on_off": "På / av",
"operation": "Drift",
"target_temperature": "Ønsket temperatur"
},
@ -542,6 +542,7 @@
"components": {
"device-picker": {
"clear": "Tøm",
"device": "Enhet",
"show_devices": "Vis enheter"
},
"entity": {
@ -557,11 +558,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dag}\\n other {dager}\\n}",
"hour": "{count} {count, plural,\\n one {time}\\n other {timer}\\n}",
"minute": "{count} {count, plural,\\n one {minutt}\\n other {minutter}\\n}",
"second": "{count} {count, plural,\\n one {sekund}\\n other {sekunder}\\n}",
"week": "{count} {count, plural,\\n one {uke}\\n other {uker}\\n}"
"day": "{count} {count, plural,\n one {dag}\n other {dager}\n}",
"hour": "{count} {count, plural,\n one {time}\n other {timer}\n}",
"minute": "{count} {count, plural,\n one {minutt}\n other {minutter}\n}",
"second": "{count} {count, plural,\n one {sekund}\n other {sekunder}\n}",
"week": "{count} {count, plural,\n one {uke}\n other {uker}\n}"
},
"future": "Om {time}",
"never": "Aldri",
@ -644,11 +645,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dager}\\n}",
"hour": "{count} {count, plural,\\none {time}\\nother {timer}\\n}",
"minute": "{count} {count, plural,\\none {minutt}\\nother {minutter}\\n}",
"second": "{count} {count, plural,\\none {sekund}\\nother {sekunder}\\n}",
"week": "{count} {count, plural,\\none {uke}\\nother {uker}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dager}\n}",
"hour": "{count} {count, plural,\none {time}\nother {timer}\n}",
"minute": "{count} {count, plural,\none {minutt}\nother {minutter}\n}",
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}",
"week": "{count} {count, plural,\none {uke}\nother {uker}\n}"
},
"login-form": {
"log_in": "Logg inn",
@ -702,6 +703,7 @@
"header": "Handlinger",
"introduction": "Handling(ene) er hva Home Assistant vil utføre når en automasjon utløses.",
"learn_more": "Lær mer om handlinger",
"name": "Handling",
"type_select": "Handlingstype",
"type": {
"condition": {
@ -744,8 +746,9 @@
"delete_confirm": "Er du sikker på at du ønsker å slette?",
"duplicate": "Dupliser",
"header": "Betingelser",
"introduction": "Betingelser er en valgfri del av en automasjonsregel og kan brukes til å forhindre at en handling skjer når den blir aktivert. \\nBetingelsene ser veldig ut som utløsere, men er veldig forskjellige. \\nEn utløser vil se på hendelser som skjer i systemet, mens en betingelse bare ser på hvordan systemet ser ut akkurat nå. En utløser kan observere at en bryter er slått på. En betingelse kan bare se om en bryter for øyeblikket er på eller av.",
"introduction": "Betingelser er en valgfri del av en automasjonsregel og kan brukes til å forhindre at en handling skjer når den blir aktivert. \nBetingelsene ser veldig ut som utløsere, men er veldig forskjellige. \nEn utløser vil se på hendelser som skjer i systemet, mens en betingelse bare ser på hvordan systemet ser ut akkurat nå. En utløser kan observere at en bryter er slått på. En betingelse kan bare se om en bryter for øyeblikket er på eller av.",
"learn_more": "Lær mer om betingelser",
"name": "Betingelse",
"type_select": "Type Betingelse",
"type": {
"and": {
@ -813,8 +816,9 @@
"delete_confirm": "Er du sikker på at du vil slette?",
"duplicate": "Dupliser",
"header": "Utløsere",
"introduction": "Utløsere er det som starter en automatiseringsregel. Det er mulig å spesifisere flere utløsere for samme regel. Når en utløser aktiveres, vil Home Assistant bekrefte vilkårene, hvis noen, og kjøre handlingen. \\n\\n[Lær mer om utløsere.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Utløsere er det som starter en automatiseringsregel. Det er mulig å spesifisere flere utløsere for samme regel. Når en utløser aktiveres, vil Home Assistant bekrefte vilkårene, hvis noen, og kjøre handlingen. \n\n[Lær mer om utløsere.](https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Lær mer om utløsere",
"name": "Utløse",
"type_select": "Utløser type",
"type": {
"device": {
@ -905,7 +909,7 @@
"delete_confirm": "Er du sikker på at du vil slette denne automatiseringen?",
"edit_automation": "Rediger automatisering",
"header": "Automasjonsredigering",
"introduction": "Automasjonsredigeringen lar deg lage og redigere automasjoner. Vennligst les [instruksjonene](https:\/\/home-assistant.io\/docs\/automation\/editor\/) for å forsikre deg om at du har konfigurert Home Assistant riktig.",
"introduction": "Automasjonsredigeringen lar deg lage og redigere automasjoner. Vennligst les [instruksjonene](https://home-assistant.io/docs/automation/editor/) for å forsikre deg om at du har konfigurert Home Assistant riktig.",
"learn_more": "Lær mer om automatisering",
"no_automations": "Vi kunne ikke finne noen redigerbare automasjoner",
"only_editable": "Bare automatiseringer definert i automations.yaml kan redigeres.",
@ -939,7 +943,7 @@
"enable_state_reporting": "Aktiver tilstandsrapportering",
"enter_pin_error": "Kunne ikke lagre PIN-kode:",
"enter_pin_hint": "Angi en PIN-kode for å bruke sikkerhetsenheter",
"enter_pin_info": "Angi en PIN-kode for å samhandle med sikkerhetsenheter. Sikkerhetsanordninger er dører, garasjeporter og låser. Du vil bli bedt om å si\/angi denne PIN-koden når du samhandler med slike enheter via Google Assistant.",
"enter_pin_info": "Angi en PIN-kode for å samhandle med sikkerhetsenheter. Sikkerhetsanordninger er dører, garasjeporter og låser. Du vil bli bedt om å si/angi denne PIN-koden når du samhandler med slike enheter via Google Assistant.",
"info": "Med Google Assistant-integrasjonen for Home Assistant Cloud vil du kunne kontrollere alle dine Home Assistant-enheter via hvilken som helst Google Assistant-aktivert enhet.",
"info_state_reporting": "Hvis du aktiverer tilstandsrapportering, vil Home Assistant sende alle tilstandsendringer av utsatte enheter til Google. Dette lar deg alltid se de nyeste delene av Google-appen.",
"manage_entities": "Administrer enheter",
@ -1133,7 +1137,7 @@
"pick_attribute": "Velg et attributt som skal overstyres",
"picker": {
"header": "Tilpasning",
"introduction": "Juster per-enhet attributter. Lagt til\/redigert tilpasninger trer i kraft umiddelbart. Fjernede tilpasninger trer i kraft når enheten er oppdatert."
"introduction": "Juster per-enhet attributter. Lagt til/redigert tilpasninger trer i kraft umiddelbart. Fjernede tilpasninger trer i kraft når enheten er oppdatert."
},
"warning": {
"include_link": "inkluder customize.yaml",
@ -1686,7 +1690,7 @@
"entities": {
"name": "Enheter",
"show_header_toggle": "Vise topptekst veksling?",
"toggle": "Aktiver\/deaktiver enheter."
"toggle": "Aktiver/deaktiver enheter."
},
"entity-button": {
"name": "Enhetsknapp"
@ -2151,7 +2155,7 @@
"sidebar": {
"external_app_configuration": "Appkonfigurasjon",
"log_out": "Logg ut",
"sidebar_toggle": "Vis\/Skjul sidepanel"
"sidebar_toggle": "Vis/Skjul sidepanel"
}
}
}

View File

@ -247,7 +247,7 @@
"fan_only": "Alleen ventilatie",
"gas": "Gas",
"heat": "Verwarmen",
"heat_cool": "Verwarmen\/Koelen",
"heat_cool": "Verwarmen/Koelen",
"heat_pump": "Warmtepomp",
"high_demand": "Hoge vraag",
"idle": "Inactief",
@ -426,7 +426,7 @@
"heating": "{name} verwarming",
"high": "hoog",
"low": "laag",
"on_off": "Aan \/ uit",
"on_off": "Aan / uit",
"operation": "Werking",
"preset_mode": "Voorinstelling",
"swing_mode": "Swingmodus",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Afwezigheidsmodus",
"currently": "Momenteel",
"on_off": "Aan \/ uit",
"on_off": "Aan / uit",
"operation": "Werking",
"target_temperature": "Gewenste temperatuur"
},
@ -555,11 +555,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dagen}\\n}",
"hour": "{count} {count, plural,\\none {uur}\\nother {uur}\\n}",
"minute": "{count} {count, plural,\\none {minuut}\\nother {minuten}\\n}",
"second": "{count} {count, plural,\\none {seconde}\\nother {seconden}\\n}",
"week": "{count} {count, plural,\\none {week}\\nother {weken}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dagen}\n}",
"hour": "{count} {count, plural,\none {uur}\nother {uur}\n}",
"minute": "{count} {count, plural,\none {minuut}\nother {minuten}\n}",
"second": "{count} {count, plural,\none {seconde}\nother {seconden}\n}",
"week": "{count} {count, plural,\none {week}\nother {weken}\n}"
},
"future": "Over {time}",
"never": "Nooit",
@ -631,11 +631,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dagen}\\n}",
"hour": "{count} {count, plural,\\none {uur}\\nother {uur}\\n}",
"minute": "{count} {count, plural,\\none {minuut}\\nother {minuten}\\n}",
"second": "{count} {count, plural,\\none {seconde}\\nother {seconden}\\n}",
"week": "{count} {count, plural,\\none {week}\\nother {weken}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dagen}\n}",
"hour": "{count} {count, plural,\none {uur}\nother {uur}\n}",
"minute": "{count} {count, plural,\none {minuut}\nother {minuten}\n}",
"second": "{count} {count, plural,\none {seconde}\nother {seconden}\n}",
"week": "{count} {count, plural,\none {week}\nother {weken}\n}"
},
"login-form": {
"log_in": "Aanmelden",
@ -1108,7 +1108,7 @@
"description": "Pas je entiteiten aan",
"picker": {
"header": "Aanpassingen",
"introduction": "Pas attributen per entiteit aan. Toegevoegde\/gewijzigde aanpassingen worden onmiddellijk van kracht. Verwijderde aanpassingen worden van kracht wanneer de entiteit wordt bijgewerkt."
"introduction": "Pas attributen per entiteit aan. Toegevoegde/gewijzigde aanpassingen worden onmiddellijk van kracht. Verwijderde aanpassingen worden van kracht wanneer de entiteit wordt bijgewerkt."
}
},
"devices": {

View File

@ -247,7 +247,7 @@
"fan_only": "Berre vifte",
"gas": "Gass",
"heat": "Varme",
"heat_cool": "Oppvarming\/Nedkjøling",
"heat_cool": "Oppvarming/Nedkjøling",
"heat_pump": "Varmepumpe",
"high_demand": "Høg etterspurnad",
"idle": "Inaktiv",
@ -421,7 +421,7 @@
"away_mode": "Bortemodus",
"currently": "Akkuratt no",
"fan_mode": "Viftemodus",
"on_off": "På \/ av",
"on_off": "På / av",
"operation": "Operasjon",
"preset_mode": "Mal",
"swing_mode": "Svingmodus",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Bortemodus",
"currently": "For augeblinken",
"on_off": "På \/ av",
"on_off": "På / av",
"operation": "Operasjon",
"target_temperature": "Temperaturmål"
},
@ -535,11 +535,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dagar}\\n}",
"hour": "{count} {count, plural,\\none {time}\\nother {timar}\\n}",
"minute": "{count} {count, plural,\\none {minutt}\\nother {minutt}\\n}",
"second": "{count} {count, plural,\\none {sekund}\\nother {sekundar}\\n}",
"week": "{count} {count, plural,\\none {veke}\\nother {veker}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dagar}\n}",
"hour": "{count} {count, plural,\none {time}\nother {timar}\n}",
"minute": "{count} {count, plural,\none {minutt}\nother {minutt}\n}",
"second": "{count} {count, plural,\none {sekund}\nother {sekundar}\n}",
"week": "{count} {count, plural,\none {veke}\nother {veker}\n}"
},
"future": "Om {time}",
"never": "Aldri",
@ -597,11 +597,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dagar}\\n}",
"hour": "{count} {count, plural,\\none {time}\\nother {timar}\\n}",
"minute": "{count} {count, plural,\\none {minutt}\\nother {minutt}\\n}",
"second": "{count} {count, plural,\\none {sekund}\\nother {sekundar}\\n}",
"week": "{count} {count, plural,\\none {veke}\\nother {veker}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dagar}\n}",
"hour": "{count} {count, plural,\none {time}\nother {timar}\n}",
"minute": "{count} {count, plural,\none {minutt}\nother {minutt}\n}",
"second": "{count} {count, plural,\none {sekund}\nother {sekundar}\n}",
"week": "{count} {count, plural,\none {veke}\nother {veker}\n}"
},
"login-form": {
"log_in": "Logg inn",
@ -690,7 +690,7 @@
"delete_confirm": "Er det sekert du vil slettje?",
"duplicate": "Dupliser",
"header": "Føresetnadar",
"introduction": "Føresetnadar er ein valfri del av automasjonsregelen og kan brukast til å hindre at ei handling vert gjennomført når den er utløyst. Føresetnadane liknar på utløysarane, men er veldig forskjellig frå dei. Ein utløysar vil sjå på hendingar som skjer i systemet, medan ein føresetnad berre ser på korleis systemet er akkuratt no. Ein utløysar kan observere at ein brytar blir skrudt på, medan ein føresetnad berre kan sjå om brytaren er på eller av. \\n\\n[Lær meir om føresetnadar.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Føresetnadar er ein valfri del av automasjonsregelen og kan brukast til å hindre at ei handling vert gjennomført når den er utløyst. Føresetnadane liknar på utløysarane, men er veldig forskjellig frå dei. Ein utløysar vil sjå på hendingar som skjer i systemet, medan ein føresetnad berre ser på korleis systemet er akkuratt no. Ein utløysar kan observere at ein brytar blir skrudt på, medan ein føresetnad berre kan sjå om brytaren er på eller av. \n\n[Lær meir om føresetnadar.](https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Lær meir om føresetnader",
"type_select": "Føresetnadstype",
"type": {
@ -744,7 +744,7 @@
"delete_confirm": "Er du sikker på at du vil slette?",
"duplicate": "Dupliser",
"header": "Utløysarar",
"introduction": "Utløysarar er det som startar ein prosess i ein automasjonsregel. Det er mogleg å spesifisere fleire utløysarar for same regel. Når ein utløysar startar, vil Home Assistant validere føresetnadane, dersom der er nokon, og så setje i gang handlinga.\\n\\n[Lær meir om utløysarar.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Utløysarar er det som startar ein prosess i ein automasjonsregel. Det er mogleg å spesifisere fleire utløysarar for same regel. Når ein utløysar startar, vil Home Assistant validere føresetnadane, dersom der er nokon, og så setje i gang handlinga.\n\n[Lær meir om utløysarar.](https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Lær meir om utløysarar",
"type_select": "Utløysartype",
"type": {
@ -828,7 +828,7 @@
"picker": {
"add_automation": "Legg til automasjon",
"header": "Automasjonsredigerar",
"introduction": "Automasjonsredigeringa tillet deg å lage og redigere automasjonar. Ver vennleg og les [instruksjonane](https:\/\/home-assistant.io\/docs\/automation\/editor\/) for å vere sikker på om du har konfigurert Home Assistant rett.",
"introduction": "Automasjonsredigeringa tillet deg å lage og redigere automasjonar. Ver vennleg og les [instruksjonane](https://home-assistant.io/docs/automation/editor/) for å vere sikker på om du har konfigurert Home Assistant rett.",
"learn_more": "Lær meir om automasjonar",
"no_automations": "Vi klarte ikkje å finne nokon automasjonar som kunne redigerast",
"pick_automation": "Vel ein automasjon for å redigere"
@ -893,7 +893,7 @@
"description": "Tilpass dine einingar",
"picker": {
"header": "Tilpasning",
"introduction": "Modifiser oppføringsattributtane. Dei nyleg lagt til\/endra endringane kjem til å bli sett til verks med ein gang. Fjerna endringar kjem i gang når oppføringa er oppdatert."
"introduction": "Modifiser oppføringsattributtane. Dei nyleg lagt til/endra endringane kjem til å bli sett til verks med ein gang. Fjerna endringar kjem i gang når oppføringa er oppdatert."
}
},
"devices": {

View File

@ -181,8 +181,8 @@
"on": "gorąco"
},
"lock": {
"off": "zablokowany",
"on": "odblokowany"
"off": "zamknięty",
"on": "otwarty"
},
"moisture": {
"off": "brak wilgoci",
@ -247,7 +247,7 @@
"fan_only": "tylko wentylator",
"gas": "gaz",
"heat": "grzanie",
"heat_cool": "grzanie\/chłodzenie",
"heat_cool": "grzanie/chłodzenie",
"heat_pump": "pompa ciepła",
"high_demand": "duży rozbiór",
"idle": "nieaktywny",
@ -285,7 +285,7 @@
"closed": "zamknięte",
"closing": "zamykanie",
"home": "w domu",
"locked": "zablokowany",
"locked": "zamknięty",
"not_home": "poza domem",
"off": "wyłączony",
"ok": "ok",
@ -294,7 +294,7 @@
"opening": "otwieranie",
"problem": "problem",
"stopped": "zatrzymany",
"unlocked": "odblokowany"
"unlocked": "otwarty"
},
"input_boolean": {
"off": "wyłączony",
@ -305,8 +305,8 @@
"on": "włączony"
},
"lock": {
"locked": "zablokowany",
"unlocked": "odblokowany"
"locked": "zamknięty",
"unlocked": "otwarty"
},
"media_player": {
"idle": "nieaktywny",
@ -426,7 +426,7 @@
"heating": "{name} grzanie",
"high": "wysoka",
"low": "niska",
"on_off": "Wł. \/ wył.",
"on_off": "Wł. / wył.",
"operation": "Tryb działania",
"preset_mode": "Ustawienia",
"swing_mode": "Tryb ruchu łopatek",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Tryb poza domem",
"currently": "Obecnie",
"on_off": "Wł. \/ wył.",
"on_off": "Wł. / wył.",
"operation": "Tryb działania",
"target_temperature": "Temperatura docelowa"
},
@ -534,12 +534,15 @@
"common": {
"cancel": "Anuluj",
"loading": "Ładowanie",
"no": "Nie",
"save": "Zapisz",
"successfully_saved": "Pomyślnie zapisano"
"successfully_saved": "Pomyślnie zapisano",
"yes": "Tak"
},
"components": {
"device-picker": {
"clear": "Wyczyść",
"device": "Urządzenie",
"show_devices": "Wyświetl urządzenia"
},
"entity": {
@ -555,11 +558,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dzień}\\n other {dni}\\n}",
"hour": "{count} {count, plural,\\n one {godzina}\\n other {godzin(y)}\\n}",
"minute": "{count} {count, plural,\\n one {minuta}\\n other {minut(y)}\\n}",
"second": "{count} {count, plural,\\n one {sekunda}\\n other {sekund(y)}\\n}",
"week": "{count} {count, plural,\\n one {tydzień}\\n other {tygodni(e)}\\n}"
"day": "{count} {count, plural,\n one {dzień}\n other {dni}\n}",
"hour": "{count} {count, plural,\n one {godzina}\n other {godzin(y)}\n}",
"minute": "{count} {count, plural,\n one {minuta}\n other {minut(y)}\n}",
"second": "{count} {count, plural,\n one {sekunda}\n other {sekund(y)}\n}",
"week": "{count} {count, plural,\n one {tydzień}\n other {tygodni(e)}\n}"
},
"future": "Za {time}",
"never": "Nigdy",
@ -580,6 +583,9 @@
"ok": "OK",
"title": "Jesteś pewny?"
},
"domain_toggler": {
"title": "Przełączanie domen"
},
"more_info_control": {
"script": {
"last_action": "Ostatnia akcja"
@ -606,6 +612,14 @@
"description": "Opcje pomyślnie zapisane."
}
},
"voice_command": {
"did_not_hear": "Home Assistant niczego nie słyszał",
"error": "Ups, wystąpił błąd",
"found": "Znalazłem dla Ciebie:",
"how_can_i_help": "Jak mogę pomóc?",
"label": "Wpisz pytanie i naciśnij 'Enter'",
"label_voice": "Wpisz i naciśnij 'Enter' lub dotknij ikonę mikrofonu, aby mówić"
},
"zha_device_info": {
"buttons": {
"add": "Dodaj urządzenia",
@ -631,11 +645,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {dzień}\\n other {dni}\\n}",
"hour": "{count} {count, plural,\\none {godzina}\\nother {godzin(y)}\\n}",
"minute": "{count} {count, plural,\\none {minuta}\\nother {minut(y)}\\n}",
"second": "{count} {count, plural,\\n one {sekunda}\\n other {sekund(y)}\\n}",
"week": "{count} {count, plural,\\n one {tydzień}\\n other {tygodni(e)}\\n}"
"day": "{count} {count, plural,\n one {dzień}\n other {dni}\n}",
"hour": "{count} {count, plural,\none {godzina}\nother {godzin(y)}\n}",
"minute": "{count} {count, plural,\none {minuta}\nother {minut(y)}\n}",
"second": "{count} {count, plural,\n one {sekunda}\n other {sekund(y)}\n}",
"week": "{count} {count, plural,\n one {tydzień}\n other {tygodni(e)}\n}"
},
"login-form": {
"log_in": "Zaloguj",
@ -689,6 +703,7 @@
"header": "Akcje",
"introduction": "Akcje są wykonywane przez Home Assistant'a po uruchomieniu automatyzacji.",
"learn_more": "Dowiedz się więcej o akcjach",
"name": "Akcja",
"type_select": "Typ akcji",
"type": {
"condition": {
@ -733,6 +748,7 @@
"header": "Warunki",
"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.",
"learn_more": "Dowiedz się więcej o warunkach",
"name": "Warunek",
"type_select": "Typ warunku",
"type": {
"and": {
@ -791,7 +807,7 @@
"placeholder": "Opcjonalny opis"
},
"introduction": "Użyj automatyzacji, aby ożywić swój dom",
"load_error_not_editable": "Edytowalne są tylko automatyzacje w pliku automations.yaml.",
"load_error_not_editable": "Tylko automatyzacje zdefiniowane w pliku automations.yaml są edytowalne.",
"load_error_unknown": "Wystąpił błąd podczas ładowania automatyzacji ({err_no}).",
"save": "Zapisz",
"triggers": {
@ -802,6 +818,7 @@
"header": "Wyzwalacze",
"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.",
"learn_more": "Dowiedz się więcej o wyzwalaczach",
"name": "Wyzwalacz",
"type_select": "Typ wyzwalacza",
"type": {
"device": {
@ -888,11 +905,16 @@
},
"picker": {
"add_automation": "Dodaj automatyzację",
"delete_automation": "Usuń automatyzację",
"delete_confirm": "Na pewno chcesz usunąć tę automatyzację?",
"edit_automation": "Edytuj automatyzację",
"header": "Edytor automatyzacji",
"introduction": "Edytor automatyzacji pozwala tworzyć i edytować automatyzacje Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie konfigurować automatyzacje w Home Assistant.",
"learn_more": "Dowiedz się więcej o automatyzacjach",
"no_automations": "Nie znaleziono żadnych edytowalnych automatyzacji",
"pick_automation": "Wybierz automatyzację do edycji"
"only_editable": "Tylko automatyzacje zdefiniowane w pliku automations.yaml są edytowalne.",
"pick_automation": "Wybierz automatyzację do edycji",
"show_info_automation": "Pokaż informacje o automatyzacji"
}
},
"cloud": {
@ -1063,7 +1085,7 @@
"core_config": {
"edit_requires_storage": "Edytor wyłączony, ponieważ konfiguracja jest przechowywana w pliku configuration.yaml.",
"elevation": "Wysokość",
"elevation_meters": "metry\/-ów",
"elevation_meters": "metry/-ów",
"imperial_example": "stopnie Fahrenheita, funty",
"latitude": "Szerokość geograficzna",
"location_name": "Nazwa instalacji Home Assistant",
@ -1104,14 +1126,27 @@
}
},
"customize": {
"attributes_customize": "Następujące atrybuty mają już zmienione wartości w pliku customize.yaml",
"attributes_not_set": "Następujące atrybuty nie mają wartości. Możesz nadać im wartość, jeśli chcesz.",
"attributes_outside": "Następujące atrybuty są zmienione spoza pliku customize.yaml",
"attributes_override": "Możesz nadpisać wartość, jeśli chcesz.",
"attributes_set": "Następujące atrybuty encji mają wartość.",
"caption": "Dostosowywanie",
"description": "Dostosuj swoje encje",
"different_include": "Możliwe poprzez domenę, globalnie lub inny plik.",
"pick_attribute": "Wybierz atrybut do nadpisania",
"picker": {
"header": "Dostosowywanie",
"introduction": "Dostosuj atrybuty encji. Dodawane\/edytowane dostosowywania zostaną wprowadzone natychmiast. Usunięte dostosowania zostaną uwzględnione, gdy encja zostanie zaktualizowana."
"introduction": "Dostosuj atrybuty encji. Dodawane/edytowane dostosowywania zostaną wprowadzone natychmiast. Usunięte dostosowania zostaną uwzględnione, gdy encja zostanie zaktualizowana."
},
"warning": {
"include_link": "zawierają customize.yaml.",
"include_sentence": "Wygląda na to, że Twój plik configuration.yaml nie jest prawidłowy.",
"not_applied": "Wprowadzone tutaj zmiany są w nim zapisane, ale nie zostaną zastosowane po ponownym wczytaniu konfiguracji, chyba że dołączony plik jest na miejscu."
}
},
"devices": {
"area_picker_label": "Obszar",
"automation": {
"actions": {
"caption": "Wykonaj akcje..."
@ -1123,8 +1158,24 @@
"caption": "Gdy..."
}
},
"automations": "Automatyzacje",
"caption": "Urządzenia",
"description": "Zarządzaj podłączonymi urządzeniami"
"confirm_rename_entity_ids": "Czy chcesz także zmienić identyfikatory encji?",
"data_table": {
"area": "Obszar",
"battery": "Bateria",
"device": "Urządzenie",
"integration": "Integracja",
"manufacturer": "Producent",
"model": "Model"
},
"description": "Zarządzaj podłączonymi urządzeniami",
"details": "Oto wszystkie szczegóły dotyczące twojego urządzenia.",
"device_not_found": "Urządzenie nie zostało znalezione.",
"entities": "Encje",
"info": "Informacje o urządzeniu",
"unknown_error": "Nieznany błąd",
"unnamed_device": "Nienazwane urządzenie"
},
"entity_registry": {
"caption": "Rejestr encji",
@ -1137,6 +1188,7 @@
"enabled_cause": "Wyłączone przez {cause}.",
"enabled_description": "Wyłączone encje nie będą dodawane do Home Assistant'a.",
"enabled_label": "Włącz encję",
"note": "Uwaga: może to jeszcze nie działać ze wszystkimi integracjami.",
"unavailable": "Ta encja nie jest obecnie dostępna.",
"update": "UAKTUALNIJ"
},
@ -1159,33 +1211,45 @@
"integrations": {
"caption": "Integracje",
"config_entry": {
"area": "W {area}",
"area": "w obszarze: {area}",
"delete_button": "Usuń {integration}",
"delete_confirm": "Na pewno chcesz usunąć tę integrację?",
"device_unavailable": "urządzenie niedostępne",
"entity_unavailable": "encja niedostępna",
"firmware": "Oprogramowanie: {version}",
"hub": "Połączony przez",
"manuf": "przez: {manufacturer}",
"firmware": "oprogramowanie: {version}",
"hub": "połączony poprzez:",
"manuf": "producent: {manufacturer}",
"no_area": "brak",
"no_device": "Encje bez urządzeń",
"no_devices": "Ta integracja nie ma żadnych urządzeń.",
"restart_confirm": "Zrestartuj Home Assistant'a, aby zakończyć usuwanie tej integracji",
"settings_button": "Edytuj ustawienia dla {integration}",
"system_options_button": "Opcje systemowe dla {integracja}",
"via": "Połączony przez"
"system_options_button": "Opcje systemowe dla {integration}",
"via": "połączony poprzez:"
},
"config_flow": {
"aborted": "Przerwano",
"add_area": "Dodaj obszar",
"area_picker_label": "Obszar",
"close": "Zamknij",
"created_config": "Utworzono konfigurację dla {name}.",
"error_saving_area": "Błąd podczas zapisywania obszaru: {error}",
"external_step": {
"description": "Ten krok wymaga od Ciebie odwiedzenia zewnętrznej strony.",
"open_site": "Otwórz stronę"
}
},
"failed_create_area": "Nie udało się utworzyć obszaru.",
"finish": "Zakończ",
"name_new_area": "Nazwa nowego obszaru?",
"not_all_required_fields": "Nie wszystkie wymagane pola są wypełnione.",
"submit": "Zatwierdź"
},
"configure": "Konfiguruj",
"configured": "Skonfigurowane",
"description": "Zarządzaj integracjami",
"discovered": "Wykryte",
"home_assistant_website": "Home Assistant'a",
"integration_not_found": "Nie znaleziono integracji.",
"new": "Konfiguruj nową integrację",
"none": "Nic jeszcze nie zostało skonfigurowane",
"note_about_integrations": "Jeszcze nie wszystkie integracje można skonfigurować za pomocą interfejsu użytkownika.",
@ -1218,21 +1282,69 @@
"no_persons_created_yet": "Wygląda na to, że nie utworzyłeś jeszcze żadnych osób.",
"note_about_persons_configured_in_yaml": "Uwaga: osób skonfigurowanych za pomocą pliku configuration.yaml nie można edytować za pomocą interfejsu użytkownika."
},
"scene": {
"activated": "Aktywowana scena {name}.",
"caption": "Sceny",
"description": "Twórz i edytuj sceny",
"editor": {
"default_name": "Nowa scena",
"devices": {
"add": "Dodaj urządzenie",
"delete": "Usuń urządzenie",
"header": "Urządzenia",
"introduction": "Dodaj urządzenia, które chcesz uwzględnić w scenie. Ustaw dla wszystkich urządzeń żądane stany dla tej sceny."
},
"entities": {
"add": "Dodaj encję",
"delete": "Usuń encję",
"device_entities": "Jeśli dodasz encję należącą do urządzenia, urządzenie to zostanie dodane.",
"header": "Encje",
"introduction": "W tym miejscu można konfigurować encje, które nie należą do żadnego urządzenia.",
"without_device": "Encje bez urządzenia"
},
"introduction": "Użyj scen, aby ożywić swój dom.",
"load_error_not_editable": "Tylko sceny zdefiniowane w pliku scenes.yaml są edytowalne.",
"load_error_unknown": "Błąd ładowania sceny ({err_no}).",
"name": "Nazwa",
"save": "Zapisz",
"unsaved_confirm": "Masz niezapisane zmiany. Na pewno chcesz wyjść?"
},
"picker": {
"add_scene": "Dodaj scenę",
"delete_confirm": "Na pewno chcesz usunąć tę scenę?",
"delete_scene": "Usuń scenę",
"edit_scene": "Edytuj scenę",
"header": "Edytor scen",
"introduction": "Edytor scen pozwala tworzyć i edytować sceny. Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie konfigurować sceny w Home Assistant.",
"learn_more": "Dowiedz się więcej o scenach",
"no_scenes": "Nie znaleziono żadnych edytowalnych scen",
"only_editable": "Tylko sceny zdefiniowane w pliku scenes.yaml są edytowalne.",
"pick_scene": "Wybierz scenę do edycji",
"show_info_scene": "Pokaż informacje o scenie"
}
},
"script": {
"caption": "Skrypty",
"description": "Twórz i edytuj skrypty",
"editor": {
"default_name": "Nowy skrypt",
"delete_confirm": "Na pewno chcesz usunąć ten skrypt?",
"delete_script": "Usuń skrypt",
"header": "Skrypt: {name}",
"load_error_not_editable": "Edytowalne są tylko automatyzacje w pliku scripts.yaml."
"introduction": "Użyj skryptów, aby wykonać sekwencję akcji.",
"link_available_actions": "Dowiedz się więcej o dostępnych akcjach.",
"load_error_not_editable": "Tylko skrypty zdefiniowane w pliku scripts.yaml są edytowalne.",
"sequence": "Sekwencja",
"sequence_sentence": "Sekwencja akcji tego skryptu."
},
"picker": {
"add_script": "Dodaj skrypt",
"edit_script": "Edytuj skrypt",
"header": "Edytor skryptów",
"introduction": "Edytor skryptów pozwala tworzyć i edytować skrypty. Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie konfigurować skrypty w Home Assistant.",
"learn_more": "Dowiedz się więcej o skryptach",
"no_scripts": "Nie znaleziono żadnych edytowalnych skryptów"
"no_scripts": "Nie znaleziono żadnych edytowalnych skryptów",
"trigger_script": "Uruchom skrypt"
}
},
"server_control": {
@ -1392,7 +1504,7 @@
},
"ozw_log": {
"header": "Log OpenZWave",
"introduction": "Określ liczbowo długość loga. 0 to minimum (ładuje całość), a 1000 to maksimum. Klawisz Load ładuje i wyświetla log statyczny.\\nKlawisz Tail ładuje i wyświetla określoną liczbę ostatnich linii logu."
"introduction": "Określ liczbowo długość loga. 0 to minimum (ładuje całość), a 1000 to maksimum. Klawisz Load ładuje i wyświetla log statyczny.\nKlawisz Tail ładuje i wyświetla określoną liczbę ostatnich linii logu."
},
"services": {
"add_node": "Dodaj węzeł",
@ -1411,6 +1523,13 @@
}
}
},
"custom": {
"external_panel": {
"complete_access": "Będzie miał dostęp do wszystkich danych w Home Assistant.",
"hide_message": "Zapoznaj się z dokumentacją komponentu panel_custom, aby ukryć tę wiadomość",
"question_trust": "Czy ufasz panelowi zewnętrznemu {name} pod adresem {link}?"
}
},
"developer-tools": {
"tabs": {
"events": {
@ -1442,7 +1561,7 @@
"icons_by": "ikon",
"license": "Opublikowany na licencji Apache 2.0",
"lovelace_ui": "Przejdź do interfejsu użytkownika Lovelace",
"path_configuration": "Ścieżka do configuration.yaml: {path}",
"path_configuration": "Ścieżka do pliku configuration.yaml: {path}",
"remove": "Usuń",
"server": "serwer",
"set": "Ustaw",
@ -1492,7 +1611,7 @@
"states": {
"alert_entity_field": "Encja jest polem obowiązkowym",
"attributes": "Atrybuty",
"current_entities": "Obecne encje",
"current_entities": "Bieżące encje",
"description1": "Ustaw stany encji urządzeń Home Assistant'a.",
"description2": "Nie wpłynie to na rzeczywiste urządzenia.",
"entity": "Encja",
@ -1521,6 +1640,7 @@
"showing_entries": "Wyświetlanie rekordów dla"
},
"logbook": {
"entries_not_found": "Nie znaleziono wpisów w dzienniku.",
"period": "Okres",
"showing_entries": "Wyświetlanie rekordów dla"
},
@ -1689,6 +1809,7 @@
"toggle_editor": "Przełącz edytor"
},
"edit_lovelace": {
"edit_title": "Edytuj tytuł",
"explanation": "Tytuł jest wyświetlany ponad wszystkimi widokami interfejsu użytkownika",
"header": "Tytuł interfejsu użytkownika"
},
@ -1697,7 +1818,9 @@
"delete": "Usuń widok",
"edit": "Edytuj widok",
"header": "Konfiguracja widoku",
"header_name": "Konfiguracja widoku {name}"
"header_name": "Konfiguracja widoku {name}",
"move_left": "Przesuń widok w lewo",
"move_right": "Przesuń widok w prawo"
},
"header": "Edycja interfejsu użytkownika",
"menu": {
@ -1711,6 +1834,11 @@
"para_no_id": "Ten element nie ma ID. Dodaj ID do tego elementu w \"ui-lovelace.yaml\"."
},
"raw_editor": {
"confirm_unsaved_changes": "Masz niezapisane zmiany. Na pewno chcesz wyjść?",
"confirm_unsaved_comments": "Twoja konfiguracja zawiera komentarze, które nie zostaną zapisane. Czy chcesz kontynuować?",
"error_invalid_config": "Twoja konfiguracja jest nieprawidłowa: {error}",
"error_parse_yaml": "Nie można przeanalizować YAML: {error}",
"error_save_yaml": "Nie można zapisać YAML: {error}",
"header": "Edytuj konfigurację",
"save": "Zapisz",
"saved": "Zapisano",
@ -1731,12 +1859,22 @@
}
},
"menu": {
"close": "Zamknij",
"configure_ui": "Konfiguracja interfejsu użytkownika",
"help": "Pomoc",
"refresh": "Wczytaj ponownie",
"unused_entities": "Nieużywane encje"
},
"reload_lovelace": "Wczytaj ponownie Lovelace",
"unused_entities": {
"available_entities": "Są to encje, które są dostępne, ale jeszcze nie ma ich w interfejsie użytkownika Lovelace.",
"domain": "Domena",
"entity": "Encja",
"entity_id": "Identyfikator encji",
"last_changed": "Ostatnia zmiana",
"select_to_add": "Wybierz encje, które chcesz dodać do karty, a następnie kliknij przycisk dodawania karty.",
"title": "Nieużywane encje"
},
"views": {
"confirm_delete": "Na pewno chcesz usunąć ten widok?",
"existing_cards": "Nie można usunąć widoku zawierającego karty. Najpierw usuń karty."
@ -1925,7 +2063,9 @@
},
"profile": {
"advanced_mode": {
"description": "Home Assistant domyślnie ukrywa zaawansowane funkcje i opcje. Możesz włączyć do nich dostęp, włączając tę opcję. Jest to ustawienie specyficzne dla użytkownika i nie wpływa na innych użytkowników korzystających z Home Assistant.",
"description": "Home Assistant domyślnie ukrywa zaawansowane funkcje i opcje. Możesz włączyć do nich dostęp za pomocą tej opcji. Jest to ustawienie przyporządkowane do użytkownika i nie wpływa na pozostałych użytkowników korzystających z Home Assistant'a.",
"hint_enable": "Brakuje opcji konfiguracji? Włącz tryb zaawansowany",
"link_profile_page": "strona Twojego profilu",
"title": "Tryb zaawansowany"
},
"change_password": {
@ -1954,7 +2094,7 @@
"create_failed": "Nie udało się utworzyć tokena.",
"created_at": "Utworzony {date}",
"delete_failed": "Nie udało się usunąć tokena.",
"description": "Długoterminowe tokeny dostępu umożliwiają skryptom interakcję z Home Assistant. Każdy token będzie ważny przez 10 lat od utworzenia. Następujące tokeny są obecnie aktywne.",
"description": "Długoterminowe tokeny dostępu umożliwiają skryptom interakcję z Home Assistant'em. Każdy token będzie ważny przez 10 lat od utworzenia. Następujące tokeny są obecnie aktywne.",
"empty_state": "Nie masz jeszcze żadnych tokenów.",
"header": "Tokeny dostępu",
"last_used": "Ostatnio używany {date} z {location}",
@ -2009,7 +2149,7 @@
"shopping-list": {
"add_item": "Dodaj element",
"clear_completed": "Wyczyść ukończone",
"microphone_tip": "Kliknij ikonę mikrofonu w prawym górnym rogu i powiedz “Add candy to my shopping list”"
"microphone_tip": "Dotknij ikonę mikrofonu w prawym górnym rogu i powiedz “Dodaj słodycze do mojej listy zakupów”"
}
},
"sidebar": {

View File

@ -247,7 +247,7 @@
"fan_only": "Apenas ventilador",
"gas": "Gás",
"heat": "Quente",
"heat_cool": "Quente\/Frio",
"heat_cool": "Quente/Frio",
"heat_pump": "Bomba de calor",
"high_demand": "Alta demanda",
"idle": "Ocioso",
@ -426,7 +426,7 @@
"heating": "Aquecendo {name}",
"high": "quente",
"low": "frio",
"on_off": "Lig. \/ Des.",
"on_off": "Lig. / Des.",
"operation": "Operação",
"preset_mode": "Predefinir",
"swing_mode": "Modo oscilante",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Modo ausente",
"currently": "Atualmente",
"on_off": "Lig. \/ Des.",
"on_off": "Lig. / Des.",
"operation": "Operação",
"target_temperature": "Temperatura alvo"
},
@ -557,11 +557,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dia}\\n other {dias}\\n}",
"hour": "{count} {count, plural,\\n one {hora}\\n other {horas}\\n}",
"minute": "{count} {count, plural,\\n one {minuto}\\n other {minutos}\\n}",
"second": "{count} {count, plural,\\n one {segundo}\\n other {segundos}\\n}",
"week": "{count} {count, plural,\\n one {semana}\\n other {semanas}\\n}"
"day": "{count} {count, plural,\n one {dia}\n other {dias}\n}",
"hour": "{count} {count, plural,\n one {hora}\n other {horas}\n}",
"minute": "{count} {count, plural,\n one {minuto}\n other {minutos}\n}",
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
},
"future": "Em {time}",
"never": "Nunca",
@ -641,11 +641,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {day}\\nother {days}\\n}",
"hour": "{count} {count, plural,\\none {hora}\\nother {horas}\\n}",
"minute": "{count} {count, plural,\\none {minuto}\\nother {minutos}\\n}",
"second": "{count} {count, plural,\\none {second}\\nother {seconds}\\n}",
"week": "{count} {count, plural,\\none {semana}\\nother {semanas}\\n}"
"day": "{count} {count, plural,\none {day}\nother {days}\n}",
"hour": "{count} {count, plural,\none {hora}\nother {horas}\n}",
"minute": "{count} {count, plural,\none {minuto}\nother {minutos}\n}",
"second": "{count} {count, plural,\none {second}\nother {seconds}\n}",
"week": "{count} {count, plural,\none {semana}\nother {semanas}\n}"
},
"login-form": {
"log_in": "Entrar",
@ -930,7 +930,7 @@
"enable_state_reporting": "Ativar relatório de estado",
"enter_pin_error": "Não foi possível armazenar o pin:",
"enter_pin_hint": "Digite um PIN para usar dispositivos de segurança",
"enter_pin_info": "Digite um pin para interagir com os dispositivos de segurança. Dispositivos de segurança são portas, portas de garagem e fechaduras. Você será solicitado a dizer\/inserir este pin ao interagir com esses dispositivos pelo Google Assistant.",
"enter_pin_info": "Digite um pin para interagir com os dispositivos de segurança. Dispositivos de segurança são portas, portas de garagem e fechaduras. Você será solicitado a dizer/inserir este pin ao interagir com esses dispositivos pelo Google Assistant.",
"info": "Com a integração do Google Assistant para o Home Assistant Cloud, você poderá controlar todos os seus dispositivos do Home Assistant por meio de qualquer dispositivo ativado pelo Google Assistant.",
"info_state_reporting": "Se você ativar os relatórios de estado, o Home Assistant enviará todas as alterações de estado das entidades expostas ao Google. Isso permite que você sempre veja os estados mais recentes no aplicativo do Google.",
"manage_entities": "Gerenciar Entidades",
@ -1093,7 +1093,7 @@
"description": "Personalizar suas entidades",
"picker": {
"header": "Personalização",
"introduction": "Ajustar atributos por entidade. As personalizações adicionadas \/ editadas entrarão em vigor imediatamente. As personalizações removidas entrarão em vigor quando a entidade for atualizada."
"introduction": "Ajustar atributos por entidade. As personalizações adicionadas / editadas entrarão em vigor imediatamente. As personalizações removidas entrarão em vigor quando a entidade for atualizada."
},
"warning": {
"include_link": "incluir customize.yaml",

View File

@ -31,7 +31,7 @@
"homeassistant": "Home Assistant",
"image_processing": "Processamento de imagem",
"input_boolean": "Introduzir booleano",
"input_datetime": "Introduzir data\/hora",
"input_datetime": "Introduzir data/hora",
"input_number": "Introduzir número",
"input_select": "Escolher",
"input_text": "Introduzir texto",
@ -247,7 +247,7 @@
"fan_only": "Apenas ventilar",
"gas": "Gás",
"heat": "Quente",
"heat_cool": "Calor \/ Frio",
"heat_cool": "Calor / Frio",
"heat_pump": "Bomba de calor",
"high_demand": "Necessidade alta",
"idle": "Em espera",
@ -425,7 +425,7 @@
"heating": "{name} a aquecer",
"high": "Alta",
"low": "Baixa",
"on_off": "Ligado \/ desligado",
"on_off": "Ligado / desligado",
"operation": "Operação",
"preset_mode": "Predefinição",
"swing_mode": "Modo oscilante",
@ -496,7 +496,7 @@
"water_heater": {
"away_mode": "Modo ausente",
"currently": "Atualmente",
"on_off": "Ligado \/ desligado",
"on_off": "Ligado / desligado",
"operation": "Operação",
"target_temperature": "Temperatura pretendida"
},
@ -555,11 +555,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {dia}\\n other {dias}\\n}",
"hour": "{count} {count, plural,\\n one {hora}\\n other {horas}\\n}",
"minute": "{count} {count, plural,\\n one {minuto}\\n other {minutos}\\n}",
"second": "{count} {count, plural,\\n one {segundo}\\n other {segundos}\\n}",
"week": "{count} {count, plural,\\n one {semana}\\n other {semanas}\\n}"
"day": "{count} {count, plural,\n one {dia}\n other {dias}\n}",
"hour": "{count} {count, plural,\n one {hora}\n other {horas}\n}",
"minute": "{count} {count, plural,\n one {minuto}\n other {minutos}\n}",
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
},
"future": "Às {time}",
"never": "Nunca",
@ -637,11 +637,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {dia}\\n other {dias}\\n}",
"hour": "{count} {count, plural,\\n one {hora}\\n other {horas}\\n}",
"minute": "{count} {count, plural,\\n one {minuto}\\n other {minutos}\\n}",
"second": "{count} {count, plural,\\n one {segundo}\\n other {segundos}\\n}",
"week": "{count} {count, plural,\\n one {semana}\\n other {semanas}\\n}"
"day": "{count} {count, plural,\n one {dia}\n other {dias}\n}",
"hour": "{count} {count, plural,\n one {hora}\n other {horas}\n}",
"minute": "{count} {count, plural,\n one {minuto}\n other {minutos}\n}",
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
},
"login-form": {
"log_in": "Entrar",
@ -734,7 +734,7 @@
"delete_confirm": "Tem certeza que deseja apagar?",
"duplicate": "Duplicar",
"header": "Condições",
"introduction": "As condições são uma parte opcional de uma regra de automação e podem ser usadas para impedir que uma ação ocorra quando um acionador é despoletado. As condições embora pareçam muito semelhantes aos acionadores, são muito diferentes. Um acionador examinará os eventos que acontecem no sistema, enquanto uma condição apenas analisa a forma como o sistema parece no momento. Um acionador pode observar que um interruptor está a ser ligado. Uma condição só pode ver se um interruptor está ligado ou desligado. \\n\\n [Saiba mais sobre as condições.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "As condições são uma parte opcional de uma regra de automação e podem ser usadas para impedir que uma ação ocorra quando um acionador é despoletado. As condições embora pareçam muito semelhantes aos acionadores, são muito diferentes. Um acionador examinará os eventos que acontecem no sistema, enquanto uma condição apenas analisa a forma como o sistema parece no momento. Um acionador pode observar que um interruptor está a ser ligado. Uma condição só pode ver se um interruptor está ligado ou desligado. \n\n [Saiba mais sobre as condições.] (Https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Saber mais sobre condições",
"type_select": "Tipo de condição",
"type": {
@ -803,7 +803,7 @@
"delete_confirm": "Tem certeza que deseja apagar?",
"duplicate": "Duplicar",
"header": "Acionadores",
"introduction": "Os acionadores são o que iniciam o processamento de uma regra de automação. É possível especificar vários acionadores para a mesma regra. Uma vez iniciado um acionador, o Home Assistant irá validar as condições, e caso as mesmas ocorram, chamar a ação.\\n\\n[Saiba mais sobre acionadores.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Os acionadores são o que iniciam o processamento de uma regra de automação. É possível especificar vários acionadores para a mesma regra. Uma vez iniciado um acionador, o Home Assistant irá validar as condições, e caso as mesmas ocorram, chamar a ação.\n\n[Saiba mais sobre acionadores.](https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Saber mais sobre acionadores",
"type_select": "Tipo de acionador",
"type": {
@ -893,7 +893,7 @@
"add_automation": "Acrescentar automação",
"edit_automation": "Editar automação",
"header": "Editor de automação",
"introduction": "O editor de automação permite criar e editar automações. Leia [as instruções] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) para se certificar de que configurou o Home Assistant corretamente.",
"introduction": "O editor de automação permite criar e editar automações. Leia [as instruções] (https://home-assistant.io/docs/automation/editor/) para se certificar de que configurou o Home Assistant corretamente.",
"learn_more": "Saber mais sobre automações",
"no_automations": "Não foi possível encontrar nenhuma automação editável",
"pick_automation": "Escolha a automação a editar"
@ -1054,7 +1054,7 @@
"description": "Personalizar as suas entidades",
"picker": {
"header": "Personalização",
"introduction": "Ajustar atributos por entidade. Personalizações acrescentadas\/editadas terão efeitos imediatos. Remoção de personalizações terão efeito quando a entidade for atualizada."
"introduction": "Ajustar atributos por entidade. Personalizações acrescentadas/editadas terão efeitos imediatos. Remoção de personalizações terão efeito quando a entidade for atualizada."
},
"warning": {
"include_link": "incluir customize.yaml"

View File

@ -30,7 +30,7 @@
"history_graph": "Istorie grafic",
"homeassistant": "Home Assistant",
"image_processing": "Procesarea imaginii",
"input_boolean": "Selectie On\/Off",
"input_boolean": "Selectie On/Off",
"input_datetime": "Selectați o data",
"input_number": "Selectați numarul",
"input_select": "Selectați",
@ -247,7 +247,7 @@
"fan_only": "Numai ventilator",
"gas": "Gaz",
"heat": "Căldură",
"heat_cool": "Încălzire \/ Răcire",
"heat_cool": "Încălzire / Răcire",
"heat_pump": "Pompă de căldură",
"high_demand": "Consum mare",
"idle": "Inactiv",
@ -421,7 +421,7 @@
"away_mode": "Plecat",
"currently": "În prezent",
"fan_mode": "Mod ventilator",
"on_off": "Pornit \/ Oprit",
"on_off": "Pornit / Oprit",
"operation": "Operație",
"preset_mode": "Presetare",
"swing_mode": "Mod baleare",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Plecat",
"currently": "În prezent",
"on_off": "Pornit \/ Oprit",
"on_off": "Pornit / Oprit",
"operation": "Operație",
"target_temperature": "Temperatura țintă"
},
@ -541,11 +541,11 @@
},
"relative_time": {
"duration": {
"day": "{count}{count, plural,\\n one { zi }\\n other { zile }\\n}",
"hour": "{count}{count, plural,\\n one { ora }\\n other { ore }\\n}",
"minute": "{count} {count, plural,\\n one { minut }\\n other { minute }\\n}",
"second": "{count} {count, plural,\\none {secunda}\\nother {secunde}\\n}",
"week": "{count}{count, plural,\\n one { săptămână }\\n other { săptămâni }\\n}"
"day": "{count}{count, plural,\n one { zi }\n other { zile }\n}",
"hour": "{count}{count, plural,\n one { ora }\n other { ore }\n}",
"minute": "{count} {count, plural,\n one { minut }\n other { minute }\n}",
"second": "{count} {count, plural,\none {secunda}\nother {secunde}\n}",
"week": "{count}{count, plural,\n one { săptămână }\n other { săptămâni }\n}"
},
"future": "În {time}",
"never": "Niciodată",
@ -603,11 +603,11 @@
}
},
"duration": {
"day": "{count}{count, plural,\\n one { zi }\\n other { zile }\\n}",
"hour": "{count}{count, plural,\\n one { ora }\\n other { ore }\\n}",
"minute": "{count} {count, plural,\\n one { minut }\\n other { minute }\\n}",
"second": "{count} {count, plural,\\none {secunda}\\nother {secunde}\\n}",
"week": "{count}{count, plural,\\n one { săptămână }\\n other { săptămâni }\\n}"
"day": "{count}{count, plural,\n one { zi }\n other { zile }\n}",
"hour": "{count}{count, plural,\n one { ora }\n other { ore }\n}",
"minute": "{count} {count, plural,\n one { minut }\n other { minute }\n}",
"second": "{count} {count, plural,\none {secunda}\nother {secunde}\n}",
"week": "{count}{count, plural,\n one { săptămână }\n other { săptămâni }\n}"
},
"login-form": {
"log_in": "Conectare",
@ -658,7 +658,7 @@
"delete_confirm": "Ești sigur că vrei să ștergi?",
"duplicate": "Duplicat",
"header": "Acţiuni",
"introduction": "Acțiunile sunt cele pe care Home Assistant le va face când se declanșează automatizarea. \\n\\n [Aflați mai multe despre acțiuni.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Acțiunile sunt cele pe care Home Assistant le va face când se declanșează automatizarea. \n\n [Aflați mai multe despre acțiuni.] (https://home-assistant.io/docs/automation/action/)",
"learn_more": "Aflați mai multe despre acțiuni",
"type_select": "Tip acțiune",
"type": {
@ -696,7 +696,7 @@
"delete_confirm": "Ești sigur că vrei să ștergi?",
"duplicate": "Dublura",
"header": "Condiții",
"introduction": "Condițiile sunt o parte opțională a unei reguli de automatizare și pot fi folosite pentru a împiedica o acțiune să se întâmple atunci când este declanșată. Condițiile par foarte asemănătoare cu declanșatoarele, dar sunt foarte diferite. Un declanșator va privi evenimentele care se întâmplă în sistem, în timp ce o condiție va arăta numai cum arată sistemul acum. Un declanșator poate observa că un comutator este pornit. O condiție poate vedea numai dacă un comutator este în prezent pornit sau oprit. \\n\\n [Aflați mai multe despre condiții.] (https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Condițiile sunt o parte opțională a unei reguli de automatizare și pot fi folosite pentru a împiedica o acțiune să se întâmple atunci când este declanșată. Condițiile par foarte asemănătoare cu declanșatoarele, dar sunt foarte diferite. Un declanșator va privi evenimentele care se întâmplă în sistem, în timp ce o condiție va arăta numai cum arată sistemul acum. Un declanșator poate observa că un comutator este pornit. O condiție poate vedea numai dacă un comutator este în prezent pornit sau oprit. \n\n [Aflați mai multe despre condiții.] (https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Aflați mai multe despre condiții",
"type_select": "Tip condiționare",
"type": {
@ -750,7 +750,7 @@
"delete_confirm": "Sigur doriți să ștergeți?",
"duplicate": "Dublura",
"header": "Declanșatoare",
"introduction": "Declanșatoarele sunt cele ce încep procesarea unei reguli de automatizare. Este posibil să specificați mai multe declanșatoare pentru aceeași regulă. Odată ce începe declanșarea, Home Assistant va valida condițiile, dacă este cazul, și va apela acțiunea. \\n\\n [Aflați mai multe despre declanșatoare.] (Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Declanșatoarele sunt cele ce încep procesarea unei reguli de automatizare. Este posibil să specificați mai multe declanșatoare pentru aceeași regulă. Odată ce începe declanșarea, Home Assistant va valida condițiile, dacă este cazul, și va apela acțiunea. \n\n [Aflați mai multe despre declanșatoare.] (Https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Aflați mai multe despre triggeri",
"type_select": "Tip acțiune",
"type": {
@ -834,7 +834,7 @@
"picker": {
"add_automation": "Adăugați o automatizare",
"header": "Editor de automatizare",
"introduction": "Editorul de automatizare vă permite să creați și să editați automatizări. Citiți [instrucțiunile] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) pentru a vă asigura că ați configurat corect Home Assistant.",
"introduction": "Editorul de automatizare vă permite să creați și să editați automatizări. Citiți [instrucțiunile] (https://home-assistant.io/docs/automation/editor/) pentru a vă asigura că ați configurat corect Home Assistant.",
"learn_more": "Aflați mai multe despre automatizări",
"no_automations": "Nu am putut găsi automatizări editabile",
"pick_automation": "Alegeți automatizarea pentru a o edita"
@ -899,7 +899,7 @@
"description": "Personalizați-vă entitățile",
"picker": {
"header": "Personalizare",
"introduction": "Atributele per entitate. Particularizările adăugate\/editate vor avea efect imediat. Particularizările eliminate vor avea efect atunci când entitatea este actualizată."
"introduction": "Atributele per entitate. Particularizările adăugate/editate vor avea efect imediat. Particularizările eliminate vor avea efect atunci când entitatea este actualizată."
}
},
"devices": {

View File

@ -247,7 +247,7 @@
"fan_only": "Вентиляция",
"gas": "Газовый",
"heat": "Обогрев",
"heat_cool": "Обогрев \/ Охлаждение",
"heat_cool": "Обогрев / Охлаждение",
"heat_pump": "Тепловой насос",
"high_demand": "Большая нагрузка",
"idle": "Бездействие",
@ -426,7 +426,7 @@
"heating": "{name} обогрев",
"high": "высокий",
"low": "низкий",
"on_off": "Вкл \/ Выкл",
"on_off": "Вкл / Выкл",
"operation": "Операция",
"preset_mode": "Набор настроек",
"swing_mode": "Режим качания воздушных шторок",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Режим \"не дома\"",
"currently": "Сейчас",
"on_off": "Вкл \/ Выкл",
"on_off": "Вкл / Выкл",
"operation": "Операция",
"target_temperature": "Заданная температура"
},
@ -542,6 +542,7 @@
"components": {
"device-picker": {
"clear": "Очистить",
"device": "Устройство",
"show_devices": "Показать устройства"
},
"entity": {
@ -557,11 +558,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {д.}\\nother {д.}\\n}",
"hour": "{count} {count, plural,\\none {ч.}\\nother {ч.}\\n}",
"minute": "{count} {count, plural,\\none {мин.}\\nother {мин.}\\n}",
"second": "{count} {count, plural,\\n one {сек.}\\n other {сек.}\\n}",
"week": "{count} {count, plural,\\none {нед.}\\nother {нед.}\\n}"
"day": "{count} {count, plural,\none {д.}\nother {д.}\n}",
"hour": "{count} {count, plural,\none {ч.}\nother {ч.}\n}",
"minute": "{count} {count, plural,\none {мин.}\nother {мин.}\n}",
"second": "{count} {count, plural,\n one {сек.}\n other {сек.}\n}",
"week": "{count} {count, plural,\none {нед.}\nother {нед.}\n}"
},
"future": "через {time}",
"never": "Никогда",
@ -644,11 +645,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {д.}\\nother {д.}\\n}",
"hour": "{count} {count, plural,\\none {ч.}\\nother {ч.}\\n}",
"minute": "{count} {count, plural,\\none {мин.}\\nother {мин.}\\n}",
"second": "{count} {count, plural,\\n one {сек.}\\n other {сек.}\\n}",
"week": "{count} {count, plural,\\none {нед.}\\nother {нед.}\\n}"
"day": "{count} {count, plural,\none {д.}\nother {д.}\n}",
"hour": "{count} {count, plural,\none {ч.}\nother {ч.}\n}",
"minute": "{count} {count, plural,\none {мин.}\nother {мин.}\n}",
"second": "{count} {count, plural,\n one {сек.}\n other {сек.}\n}",
"week": "{count} {count, plural,\none {нед.}\nother {нед.}\n}"
},
"login-form": {
"log_in": "Вход",
@ -683,7 +684,7 @@
"no_areas": "У Вас еще нет добавленных помещений.",
"picker": {
"create_area": "ДОБАВИТЬ ПОМЕЩЕНИЕ",
"header": "Управление помещениями",
"header": "Помещения",
"integrations_page": "Страница интеграций",
"introduction": "Этот раздел используется для определения местоположения устройств. Данная информация будет использоваться в Home Assistant, чтобы помочь вам в организации вашего интерфейса, определении прав доступа и интеграции с другими системами.",
"introduction2": "Чтобы назначить устройству местоположение, используйте указанную ниже ссылку для перехода на страницу интеграций, а затем откройте уже настроенную интеграцию.",
@ -702,6 +703,7 @@
"header": "Действия",
"introduction": "Действия - это то, что сделает Home Assistant, когда правило автоматизации сработает.",
"learn_more": "Узнайте больше о действиях",
"name": "Действие",
"type_select": "Тип действия",
"type": {
"condition": {
@ -746,6 +748,7 @@
"header": "Условия",
"introduction": "Условия являются необязательной частью правила автоматизации и могут использоваться для предотвращения действия при срабатывании. С первого взгляда может показаться, что условия и триггеры это одно и то же, однако это не так. Триггер срабатывает непосредственно в момент, когда произошло событие, а условие лишь проверяет состояние системы в данный момент. Триггер может заметить, как был включен выключатель, условие же может видеть только текущее его состояние.",
"learn_more": "Узнайте больше об условиях",
"name": "Условие",
"type_select": "Тип условия",
"type": {
"and": {
@ -815,6 +818,7 @@
"header": "Триггеры",
"introduction": "Триггеры - это то, что запускает процесс автоматизации. Можно указать несколько триггеров на одно и то же правило. Когда триггер сработает, Home Assistant будет проверять условия (если таковые имеются), и выполнять действия.",
"learn_more": "Узнайте больше о триггерах",
"name": "Триггер",
"type_select": "Тип триггера",
"type": {
"device": {
@ -905,7 +909,7 @@
"delete_confirm": "Вы уверены, что хотите удалить эту автоматизацию?",
"edit_automation": "Редактировать автоматизацию",
"header": "Редактор автоматизаций",
"introduction": "Этот редактор позволяет создавать и редактировать автоматизации.\\ожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
"introduction": "Этот редактор позволяет создавать и редактировать автоматизации.\ожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
"learn_more": "Узнайте больше об автоматизациях",
"no_automations": "Редактируемые автоматизации не найдены",
"only_editable": "Доступны для редактирования только автоматизации из automations.yaml.",
@ -1189,7 +1193,7 @@
"update": "ОБНОВИТЬ"
},
"picker": {
"header": "Управление объектами",
"header": "Объекты",
"headers": {
"enabled": "Включено",
"entity_id": "ID объекта",
@ -1276,7 +1280,7 @@
},
"introduction": "Этот раздел позволяет добавлять в Home Assistant интересующих Вас персон.",
"no_persons_created_yet": "У Вас еще нет добавленных персон.",
"note_about_persons_configured_in_yaml": "Примечание:\\ерсоны, настроенные с помощью configuration.yaml, не могут быть изменены с помощью пользовательского интерфейса."
"note_about_persons_configured_in_yaml": "Примечание:\ерсоны, настроенные с помощью configuration.yaml, не могут быть изменены с помощью пользовательского интерфейса."
},
"scene": {
"activated": "Активирована сцена {name}.",
@ -1311,7 +1315,7 @@
"delete_scene": "Удалить сцену",
"edit_scene": "Редактировать сцену",
"header": "Редактор сцен",
"introduction": "Этот редактор позволяет создавать и редактировать сцены.\\ожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
"introduction": "Этот редактор позволяет создавать и редактировать сцены.\ожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
"learn_more": "Узнайте больше о сценах",
"no_scenes": "Редактируемые сцены не найдены",
"only_editable": "Доступны для редактирования только сцены из scenes.yaml.",
@ -1337,7 +1341,7 @@
"add_script": "Добавить сценарий",
"edit_script": "Редактировать сценарий",
"header": "Редактор сценариев",
"introduction": "Этот редактор позволяет создавать и редактировать сценарии.\\ожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
"introduction": "Этот редактор позволяет создавать и редактировать сценарии.\ожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
"learn_more": "Узнайте больше о сценариях",
"no_scripts": "Редактируемые сценарии не найдены",
"trigger_script": "Запустить сценарий"
@ -1455,7 +1459,7 @@
"node_management": {
"header": "Управление устройством",
"help_node_dropdown": "Выберите устройство для просмотра индивидуальных параметров.",
"hint_battery_devices": "Примечание:\\nСпящие (работающие от батареи) устройства должны быть активны при выполнении команд. Обычно устройство выходит из режима сна, когда срабатывает на изменение внешних условий.",
"hint_battery_devices": "Примечание:\nСпящие (работающие от батареи) устройства должны быть активны при выполнении команд. Обычно устройство выходит из режима сна, когда срабатывает на изменение внешних условий.",
"hint_wakeup": "Некоторые устройства, такие как датчики Xiaomi, имеют кнопку пробуждения, которую Вы можете нажимать с интервалом ~ 5 секунд, чтобы держать устройства в активном состоянии во время взаимодействия с ними.",
"introduction": "Команды ZHA, которые влияют на одно устройство. Выберите устройство, чтобы увидеть список доступных команд."
},

View File

@ -247,7 +247,7 @@
"fan_only": "Iba ventilátor",
"gas": "Plyn",
"heat": "Kúrenie",
"heat_cool": "Vykurovanie \/ Chladenie",
"heat_cool": "Vykurovanie / Chladenie",
"heat_pump": "Tepelné čerpadlo",
"high_demand": "Vysoký výkon",
"idle": "Nečinné",
@ -425,7 +425,7 @@
"heating": "{name} kúrenie",
"high": "vysoká",
"low": "nízka",
"on_off": "Zapnúť \/ vypnúť",
"on_off": "Zapnúť / vypnúť",
"operation": "Prevádzka",
"preset_mode": "Predvoľba",
"swing_mode": "Vejárový režim",
@ -497,7 +497,7 @@
"water_heater": {
"away_mode": "Režim neprítomnosti",
"currently": "Aktuálne",
"on_off": "Zapnúť \/ vypnúť",
"on_off": "Zapnúť / vypnúť",
"operation": "V prevádzke",
"target_temperature": "Cieľová teplota"
},
@ -554,11 +554,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {deň}\\nother {dní}\\n}",
"hour": "{count} {count, plural,\\n one {hodina}\\n other {hodiny}\\n}",
"minute": "{count} {count, plural,\\none {minúta}\\nother {minút}\\n}",
"second": "{count} {count, plural,\\none {sekunda}\\nother {sekúnd}\\n}",
"week": "{count} {count, plural,\\none {týždeň}\\nother {týždne}\\n}"
"day": "{count} {count, plural,\none {deň}\nother {dní}\n}",
"hour": "{count} {count, plural,\n one {hodina}\n other {hodiny}\n}",
"minute": "{count} {count, plural,\none {minúta}\nother {minút}\n}",
"second": "{count} {count, plural,\none {sekunda}\nother {sekúnd}\n}",
"week": "{count} {count, plural,\none {týždeň}\nother {týždne}\n}"
},
"future": "O {time}",
"never": "Nikdy",
@ -628,11 +628,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {deň}\\nfew {dni}\\nother {dní}\\n}",
"hour": "{count} {count, plural,\\n one {hodina}\\n other {hodiny}\\n}",
"minute": "{count} {count, plural,\\none {minúta}\\nother {minút}\\n}",
"second": "{count} {count, plural,\\none {sekunda}\\nfew {sekundy}\\nother {sekúnd}\\n}",
"week": "{count} {count, plural,\\none {týždeň}\\nfew {týždne}\\nother {týždňov}\\n}"
"day": "{count} {count, plural,\none {deň}\nfew {dni}\nother {dní}\n}",
"hour": "{count} {count, plural,\n one {hodina}\n other {hodiny}\n}",
"minute": "{count} {count, plural,\none {minúta}\nother {minút}\n}",
"second": "{count} {count, plural,\none {sekunda}\nfew {sekundy}\nother {sekúnd}\n}",
"week": "{count} {count, plural,\none {týždeň}\nfew {týždne}\nother {týždňov}\n}"
},
"login-form": {
"log_in": "Prihlásiť sa",
@ -684,7 +684,7 @@
"delete_confirm": "Ste si istý odstránením ? ",
"duplicate": "Duplikovať",
"header": "Akcie",
"introduction": "Akcie, ktoré vykoná Home Assistant, sa aktivujú po spustení automatizácie. \\n\\n [Viac informácií o akciách.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Akcie, ktoré vykoná Home Assistant, sa aktivujú po spustení automatizácie. \n\n [Viac informácií o akciách.](https://home-assistant.io/docs/automation/action/)",
"learn_more": "Získajte viac informácií o akciách",
"type_select": "Typ akcie",
"type": {
@ -728,7 +728,7 @@
"delete_confirm": "Ste si istý odstránením ? ",
"duplicate": "Duplikovať",
"header": "Podmienky",
"introduction": "Podmienky sú voliteľnou súčasťou pravidla automatizácie a môžu sa použiť na zabránenie tomu, aby sa akcia vykonala pri spustení. Podmienky vyzerajú veľmi podobne ako spúšťače, ale sú veľmi odlišné. Spúšťač sa zameria na udalosti, ktoré sa dejú v systéme, zatiaľ čo podmienka sa zameriava iba na to, ako systém práve vyzerá. Spúšťač môže pozorovať, že je zapnutý spínač. Podmienkou je iba to, či je vypínač v súčasnosti zapnutý alebo vypnutý. \\n\\n [Viac informácií o podmienkach.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Podmienky sú voliteľnou súčasťou pravidla automatizácie a môžu sa použiť na zabránenie tomu, aby sa akcia vykonala pri spustení. Podmienky vyzerajú veľmi podobne ako spúšťače, ale sú veľmi odlišné. Spúšťač sa zameria na udalosti, ktoré sa dejú v systéme, zatiaľ čo podmienka sa zameriava iba na to, ako systém práve vyzerá. Spúšťač môže pozorovať, že je zapnutý spínač. Podmienkou je iba to, či je vypínač v súčasnosti zapnutý alebo vypnutý. \n\n [Viac informácií o podmienkach.](https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Získajte viac informácií o podmienkach",
"type_select": "Typ podmienky",
"type": {
@ -797,7 +797,7 @@
"delete_confirm": "Ste si istý odstránením ?",
"duplicate": "Duplikovať",
"header": "Spúšťače",
"introduction": "Spúšťače spúšťajú spracovanie pravidla automatizácie. Pre rovnaké pravidlo je možné určiť viac spúšťačov. Po spustení spúšťača aplikácia Home Assistant overí prípadné podmienky a zavolá akciu. \\n\\n [Viac informácií o spúšťačov.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Spúšťače spúšťajú spracovanie pravidla automatizácie. Pre rovnaké pravidlo je možné určiť viac spúšťačov. Po spustení spúšťača aplikácia Home Assistant overí prípadné podmienky a zavolá akciu. \n\n [Viac informácií o spúšťačov.](https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Získajte viac informácií o spúšťačoch",
"type_select": "Typ spúšťača",
"type": {
@ -886,7 +886,7 @@
"picker": {
"add_automation": "Pridať automatizáciu",
"header": "Editor automatizácií",
"introduction": "Editor automatizácií vám umožňuje vytvárať a upravovať automatizácie. Prečítajte si prosím [pokyny](https:\/\/home-assistant.io\/docs\/automation\/editor\/), aby ste sa uistili, že ste nakonfigurovali Home Assistant správne.",
"introduction": "Editor automatizácií vám umožňuje vytvárať a upravovať automatizácie. Prečítajte si prosím [pokyny](https://home-assistant.io/docs/automation/editor/), aby ste sa uistili, že ste nakonfigurovali Home Assistant správne.",
"learn_more": "Získajte viac informácií o automatizáciách",
"no_automations": "Nepodarilo sa nájsť žiadne editovateľné automatizácie",
"pick_automation": "Vyberte automatizáciu, ktorú chcete upraviť"
@ -1042,7 +1042,7 @@
"description": "Prispôsobte svoje entity",
"picker": {
"header": "Prispôsobenie",
"introduction": "Upravujte atribúty v rámci entity. Pridané \/ upravené prispôsobenia sa prejavia okamžite. Odstránené prispôsobenia sa prejavia po aktualizácii entity."
"introduction": "Upravujte atribúty v rámci entity. Pridané / upravené prispôsobenia sa prejavia okamžite. Odstránené prispôsobenia sa prejavia po aktualizácii entity."
}
},
"devices": {

View File

@ -118,7 +118,7 @@
"default": {
"entity_not_found": "Entiteta ni bila najdena",
"error": "Napaka",
"unavailable": "N\/A",
"unavailable": "N/A",
"unknown": "Neznano"
},
"device_tracker": {
@ -247,7 +247,7 @@
"fan_only": "Samo ventilator",
"gas": "Plin",
"heat": "Toplo",
"heat_cool": "Gretje\/Hlajenje",
"heat_cool": "Gretje/Hlajenje",
"heat_pump": "Toplotna črpalka",
"high_demand": "Visoka poraba",
"idle": "V pripravljenosti",
@ -426,7 +426,7 @@
"heating": "{name} ogrevanje",
"high": "visoka",
"low": "nizka",
"on_off": "Vključen \/ izključen",
"on_off": "Vključen / izključen",
"operation": "Delovanje",
"preset_mode": "Prednastavitev",
"swing_mode": "Način Swing",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "Način odsotnosti",
"currently": "Trenutno",
"on_off": "Vključen \/ izključen",
"on_off": "Vključen / izključen",
"operation": "Delovanje",
"target_temperature": "Ciljna temperatura"
},
@ -557,11 +557,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {Dan}\\nother {Dni}\\n}",
"hour": "{count} {count, plural,\\n one {Ura}\\n other {Ur}\\n}",
"minute": "{count} {count, plural,\\n one {minuta}\\n other {minut}\\n}",
"second": "{count} {count, plural,\\none {sekunda}\\nother {sekund}\\n}",
"week": "{count} {count, plural,\\none {Teden}\\nother {Tednov}\\n}"
"day": "{count} {count, plural,\none {Dan}\nother {Dni}\n}",
"hour": "{count} {count, plural,\n one {Ura}\n other {Ur}\n}",
"minute": "{count} {count, plural,\n one {minuta}\n other {minut}\n}",
"second": "{count} {count, plural,\none {sekunda}\nother {sekund}\n}",
"week": "{count} {count, plural,\none {Teden}\nother {Tednov}\n}"
},
"future": "Čez {time}",
"never": "Nikoli",
@ -644,11 +644,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {Dan}\\nother {Dni}\\n}",
"hour": "{count} {count, plural,\\n one {Ura}\\n other {Ur}\\n}",
"minute": "{count} {count, plural,\\n one {Minuta}\\n other {Minut}\\n}",
"second": "{count} {count, plural,\\none {Sekunda}\\nother {Sekund}\\n}",
"week": "{count} {count, plural,\\none {Teden}\\nother {Tednov}\\n}"
"day": "{count} {count, plural,\none {Dan}\nother {Dni}\n}",
"hour": "{count} {count, plural,\n one {Ura}\n other {Ur}\n}",
"minute": "{count} {count, plural,\n one {Minuta}\n other {Minut}\n}",
"second": "{count} {count, plural,\none {Sekunda}\nother {Sekund}\n}",
"week": "{count} {count, plural,\none {Teden}\nother {Tednov}\n}"
},
"login-form": {
"log_in": "Prijavi se",
@ -700,7 +700,7 @@
"delete_confirm": "Ste prepričani, da želite izbrisati?",
"duplicate": "Podvoji",
"header": "Akcije",
"introduction": "Akcije so, kaj bo storil Home Assistant, ko se sproži avtomatizacija. \\n\\n [Več o dejavnostih.] (Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Akcije so, kaj bo storil Home Assistant, ko se sproži avtomatizacija. \n\n [Več o dejavnostih.] (Https://home-assistant.io/docs/automation/action/)",
"learn_more": "Več o akcijah",
"type_select": "Vrsta ukrepa",
"type": {
@ -744,7 +744,7 @@
"delete_confirm": "Ste prepričani, da želite izbrisati?",
"duplicate": "Podvoji",
"header": "Pogoji",
"introduction": "Pogoji so neobvezni del pravila za avtomatizacijo in jih je mogoče uporabiti za preprečitev, da bi se dejanje zgodilo ob sprožitvi. Pogoji so zelo podobni sprožilcem, vendar so zelo različni. Sprožilec bo pogledal dogodke, ki se dogajajo v sistemu, medtem, ko pogoj gleda samo na to, kako sistem trenutno izgleda. Sprožilec lahko opazi, da je stikalo vklopljeno. Pogoj lahko vidi le, če je stikalo trenutno vklopljeno ali izklopljeno. \\n\\n [Več o pogojih.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Pogoji so neobvezni del pravila za avtomatizacijo in jih je mogoče uporabiti za preprečitev, da bi se dejanje zgodilo ob sprožitvi. Pogoji so zelo podobni sprožilcem, vendar so zelo različni. Sprožilec bo pogledal dogodke, ki se dogajajo v sistemu, medtem, ko pogoj gleda samo na to, kako sistem trenutno izgleda. Sprožilec lahko opazi, da je stikalo vklopljeno. Pogoj lahko vidi le, če je stikalo trenutno vklopljeno ali izklopljeno. \n\n [Več o pogojih.] (Https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Več o pogojih",
"type_select": "Vrsta pogoja",
"type": {
@ -813,7 +813,7 @@
"delete_confirm": "Ste prepričani, da želite izbrisati?",
"duplicate": "Podvoji",
"header": "Sprožilci",
"introduction": "Sprožilci so tisto, kar začne postopek obdelave avtomatizacije pravila. Za isto pravilo je mogoče določiti več sprožilcev. Ko se začne sprožilec, bo Home Assistant potrdil pogoje, če so, in poklical dejanje. \\n\\n [Več o sprožilcih.] (Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Sprožilci so tisto, kar začne postopek obdelave avtomatizacije pravila. Za isto pravilo je mogoče določiti več sprožilcev. Ko se začne sprožilec, bo Home Assistant potrdil pogoje, če so, in poklical dejanje. \n\n [Več o sprožilcih.] (Https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Več o sprožilcih",
"type_select": "Tip sprožilca",
"type": {
@ -905,7 +905,7 @@
"delete_confirm": "Ali ste prepričani, da želite izbrisati to avtomatizacijo?",
"edit_automation": "Urejanje avtomatizacije",
"header": "Urejevalnik avtomatizacije",
"introduction": "Urejevalnik za avtomatizacijo vam omogoča ustvarjanje in urejanje avtomatizacij. Prosimo, da preberete [navodila] (https:\/\/home-assistant.io\/docs\/automation\/editor\/), da preverite, ali ste pravilno nastavili Home Assistant-a.",
"introduction": "Urejevalnik za avtomatizacijo vam omogoča ustvarjanje in urejanje avtomatizacij. Prosimo, da preberete [navodila] (https://home-assistant.io/docs/automation/editor/), da preverite, ali ste pravilno nastavili Home Assistant-a.",
"learn_more": "Več o avtomatizacijah",
"no_automations": "Ne moremo najti nobene avtomatizacije za urejanje",
"only_editable": "Urejajo se lahko samo avtomatizacije, definirane v automations.yaml.",
@ -939,7 +939,7 @@
"enable_state_reporting": "Omogoči poročanje o stanju",
"enter_pin_error": "PIN-a ni mogoče shraniti:",
"enter_pin_hint": "Vnesite kodo PIN za uporabo varnostnih naprav",
"enter_pin_info": "Prosimo vnesite kodo pin za interakcijo z varnostnimi napravami. Varnostne naprave so vrata, garažna vrata in ključavnice. Med interakcijo s takšnimi napravami prek Googlovega pomočnika boste morali povedati \/ vnesti ta pin.",
"enter_pin_info": "Prosimo vnesite kodo pin za interakcijo z varnostnimi napravami. Varnostne naprave so vrata, garažna vrata in ključavnice. Med interakcijo s takšnimi napravami prek Googlovega pomočnika boste morali povedati / vnesti ta pin.",
"info": "Z integracijo Pomočnik Google za Home Assistant cloud boste lahko nadzirali vse svoje naprave s pomočjo katere koli naprave, ki ga podpirajo.",
"info_state_reporting": "Če omogočite poročanje o stanju, bo Home Assistant Googlu poslal vse spremembe stanja izpostavljenih entitet. To vam omogoča, da vedno vidite najnovejša stanja v aplikaciji Google.",
"manage_entities": "Upravljajte entitete",
@ -1133,7 +1133,7 @@
"pick_attribute": "Izberite atribut, ki ga želite preglasiti",
"picker": {
"header": "Prilagajanje",
"introduction": "Prilagajanja atributov na entiteti. Dodane\/spremenjene prilagoditve začnejo veljati takoj. Odstranjene pa po posodobitvi entitete."
"introduction": "Prilagajanja atributov na entiteti. Dodane/spremenjene prilagoditve začnejo veljati takoj. Odstranjene pa po posodobitvi entitete."
},
"warning": {
"include_link": "vsebuje pravilno customize.yaml",

View File

@ -247,7 +247,7 @@
"fan_only": "Endast fläkt",
"gas": "Gas",
"heat": "Värme",
"heat_cool": "Värme\/Kyla",
"heat_cool": "Värme/Kyla",
"heat_pump": "Värmepump",
"high_demand": "Stort behov",
"idle": "Inaktiv",
@ -421,7 +421,7 @@
"away_mode": "Bortaläge",
"currently": "Nuvarande",
"fan_mode": "Fläktläge",
"on_off": "På \/ av",
"on_off": "På / av",
"operation": "Driftläge",
"preset_mode": "Förinställning",
"swing_mode": "Svepläge",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Bortaläge",
"currently": "Nuvarande",
"on_off": "På \/ av",
"on_off": "På / av",
"operation": "Operation",
"target_temperature": "Måltemperatur"
},
@ -540,11 +540,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dagar}\\n}",
"hour": "{count} {count, plural,\\n one {timme}\\n other {timmar}\\n}",
"minute": "{count} {count, plural,\\n one {minut}\\n other {minuter}\\n}",
"second": "{count} {count, plural,\\n one {sekund}\\n other {sekunder}\\n}",
"week": "{count} {count, plural,\\none {vecka}\\nother {veckor}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dagar}\n}",
"hour": "{count} {count, plural,\n one {timme}\n other {timmar}\n}",
"minute": "{count} {count, plural,\n one {minut}\n other {minuter}\n}",
"second": "{count} {count, plural,\n one {sekund}\n other {sekunder}\n}",
"week": "{count} {count, plural,\none {vecka}\nother {veckor}\n}"
},
"future": "Om {time}",
"never": "Aldrig",
@ -602,11 +602,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {dag}\\nother {dagar}\\n}",
"hour": "{count} {count, plural,\\n one {timme}\\n other {timmar}\\n}",
"minute": "{count} {count, plural,\\n one {minut}\\n other {minuter}\\n}",
"second": "{count} {count, plural,\\none {sekund}\\nother {sekunder}\\n}",
"week": "{count} {count, plural,\\none {vecka}\\nother {veckor}\\n}"
"day": "{count} {count, plural,\none {dag}\nother {dagar}\n}",
"hour": "{count} {count, plural,\n one {timme}\n other {timmar}\n}",
"minute": "{count} {count, plural,\n one {minut}\n other {minuter}\n}",
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}",
"week": "{count} {count, plural,\none {vecka}\nother {veckor}\n}"
},
"login-form": {
"log_in": "Logga in",
@ -833,7 +833,7 @@
"picker": {
"add_automation": "Lägg till automatisering",
"header": "Automatiseringseditor",
"introduction": "Automatiseringseditorn låter dig skapa och redigera automationer. Läs [instruktionerna](https:\/\/home-assistant.io\/docs\/automation\/editor\/) för att se till att du har konfigurerat Home Assistant korrekt.",
"introduction": "Automatiseringseditorn låter dig skapa och redigera automationer. Läs [instruktionerna](https://home-assistant.io/docs/automation/editor/) för att se till att du har konfigurerat Home Assistant korrekt.",
"learn_more": "Lär dig mer om automatiseringar",
"no_automations": "Vi kunde inte hitta några redigerbara automationer",
"pick_automation": "Välj automation att redigera"
@ -1158,7 +1158,7 @@
"options": "Fler alternativ",
"pick_card": "Välj det kort du vill lägga till.",
"save": "Spara",
"toggle_editor": "Visa \/ Dölj redigerare"
"toggle_editor": "Visa / Dölj redigerare"
},
"edit_lovelace": {
"explanation": "Den här titeln visas ovanför alla dina vyer i Lovelace.",

View File

@ -512,7 +512,7 @@
"label": "సమయం"
},
"zone": {
"enter": "\\nప్రవేశిచు"
"enter": "\nప్రవేశిచు"
}
}
}

View File

@ -402,7 +402,7 @@
"away_mode": "โหมดไม่อยู่บ้าน",
"currently": "ในขณะนี้",
"fan_mode": "โหมดของพัดลม",
"on_off": "เปิด \/ ปิด",
"on_off": "เปิด / ปิด",
"operation": "การทำงาน",
"swing_mode": "โหมดแกว่ง",
"target_humidity": "ค่าความชื้นที่ต้องการ",
@ -454,7 +454,7 @@
"water_heater": {
"away_mode": "โหมดไม่อยู่บ้าน",
"currently": "ในขณะนี้",
"on_off": "เปิด \/ ปิด",
"on_off": "เปิด / ปิด",
"operation": "การดำเนินการ",
"target_temperature": "อุณหภูมิ"
},
@ -504,11 +504,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {วัน}\\n other {วัน}\\n}",
"hour": "{count} {count, plural,\\n one {ชั่วโมง}\\n other {ชั่วโมง}\\n}",
"minute": "{count} {count, plural,\\n one {นาที}\\n other {นาที}\\n}",
"second": "{count} {count, plural,\\n one {วินาที}\\n other {วินาที}\\n}",
"week": "{count} {count, plural,\\n one {สัปดาห์}\\n other {สัปดาห์}\\n}"
"day": "{count} {count, plural,\n one {วัน}\n other {วัน}\n}",
"hour": "{count} {count, plural,\n one {ชั่วโมง}\n other {ชั่วโมง}\n}",
"minute": "{count} {count, plural,\n one {นาที}\n other {นาที}\n}",
"second": "{count} {count, plural,\n one {วินาที}\n other {วินาที}\n}",
"week": "{count} {count, plural,\n one {สัปดาห์}\n other {สัปดาห์}\n}"
},
"future": "{time} ที่แล้ว",
"never": "ไม่เคย",
@ -539,11 +539,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {วัน}\\n other {วัน}\\n}",
"hour": "{count} {count, plural,\\n one {ชั่วโมง}\\n other {ชั่วโมง}\\n}",
"minute": "{count} {count, plural,\\n one {นาที}\\n other {นาที}\\n}",
"day": "{count} {count, plural,\n one {วัน}\n other {วัน}\n}",
"hour": "{count} {count, plural,\n one {ชั่วโมง}\n other {ชั่วโมง}\n}",
"minute": "{count} {count, plural,\n one {นาที}\n other {นาที}\n}",
"second": "วินาที",
"week": "{count} {count, plural,\\n one {สัปดาห์}\\n other {สัปดาห์}\\n}"
"week": "{count} {count, plural,\n one {สัปดาห์}\n other {สัปดาห์}\n}"
},
"login-form": {
"log_in": "ลงชื่อเข้า",
@ -680,7 +680,7 @@
"delete_confirm": "แน่ใจหรือว่าต้องการจะลบ?",
"duplicate": "ซ้ำ",
"header": "ทริกเกอร์",
"introduction": "ทริกเกอร์คือสิ่งที่เริ่มต้นในการประมวลผลกฎอัตโนมัติ คุณสามารถระบุทริกเกอร์หลายรายการสำหรับกฎเดียวกันได้ เมื่อตัวทริกเกอร์เริ่มทำงานผู้ช่วยแรกจะตรวจสอบเงื่อนไขหากมีและเรียกการดำเนินการ.\\n\\n[เรียนรู้เพิ่มเติมเกี่ยวกับทริกเกอร์] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "ทริกเกอร์คือสิ่งที่เริ่มต้นในการประมวลผลกฎอัตโนมัติ คุณสามารถระบุทริกเกอร์หลายรายการสำหรับกฎเดียวกันได้ เมื่อตัวทริกเกอร์เริ่มทำงานผู้ช่วยแรกจะตรวจสอบเงื่อนไขหากมีและเรียกการดำเนินการ.\n\n[เรียนรู้เพิ่มเติมเกี่ยวกับทริกเกอร์] (https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "เรียนรู้เพิ่มเติมเกี่ยวกับ Trigger",
"type_select": "ประเภททริกเกอร์",
"type": {
@ -761,7 +761,7 @@
"picker": {
"add_automation": "เพิ่มระบบอัตโนมัติ",
"header": "เครื่องมือแก้ไข ระบบอัตโนมัติ",
"introduction": "เป็นตัวช่วยแก้ไขที่ทำให้คุณสามารถสร้างหรือแก้ไขการทำงานอัตโนมัติ\\nโปรดอ่าน [คำแนะนำ] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) เพื่อให้การกำหนดค่าของคุณเป็นไปได้อย่างถูกต้อง",
"introduction": "เป็นตัวช่วยแก้ไขที่ทำให้คุณสามารถสร้างหรือแก้ไขการทำงานอัตโนมัติ\nโปรดอ่าน [คำแนะนำ] (https://home-assistant.io/docs/automation/editor/) เพื่อให้การกำหนดค่าของคุณเป็นไปได้อย่างถูกต้อง",
"learn_more": "เรียนรู้เพิ่มเติมเกี่ยวกับ Automation",
"no_automations": "เราไม่พบระบบอัตโนมัติใด ๆ สามารถแก้ไขได้",
"pick_automation": "เลือกระบบอัตโนมัติเพื่อแก้ไข"
@ -842,7 +842,7 @@
"header": "เอนทิตีรีจิสทรี",
"integrations_page": "หน้าการทำงานร่วมกัน",
"introduction": "ระบบจะเก็บค่าของทุกๆ เอนทิตี้ไว้ โดยมันจะเป็นแบบนั้นและสามารถระบุค่าให้ไม่ซ้ำกันได้ ในแต่ละเอนทิตี้นั้นจะมี 'รหัสเอนทิตี้' ถูกกำหนดไว้อยู่แล้วซึ่งจะถูกกำหนดไว้ให้ใช้กับเอนทิตี้นั้นๆ เท่านั้น",
"introduction2": "ใช้เอนทิตี้รีจิสตรีเพื่อแทนที่ชื่อเปลี่ยนรหัสประจำเอนทิตีหรือลบรายการออกจาก Home Assistant \\nหมายเหตุ: การลบรายการเอนทิตีรีจิสตรีจะไม่ลบเอนทิตี โดยทำตามลิงก์ด้านล่างและลบออกจากหน้าการรวมระบบ",
"introduction2": "ใช้เอนทิตี้รีจิสตรีเพื่อแทนที่ชื่อเปลี่ยนรหัสประจำเอนทิตีหรือลบรายการออกจาก Home Assistant \nหมายเหตุ: การลบรายการเอนทิตีรีจิสตรีจะไม่ลบเอนทิตี โดยทำตามลิงก์ด้านล่างและลบออกจากหน้าการรวมระบบ",
"unavailable": "(ไม่พร้อมใช้งาน)"
}
},
@ -1024,7 +1024,7 @@
"move": "ย้าย",
"pick_card": "เลือกการ์ดที่คุณอยากจะเพิ่ม",
"save": "บันทึก",
"toggle_editor": "เปิด\/ปิดเครื่องมือแก้ไข"
"toggle_editor": "เปิด/ปิดเครื่องมือแก้ไข"
},
"edit_view": {
"add": "เพิ่มมุมมอง",
@ -1226,7 +1226,7 @@
"create_failed": "เกิดข้อผิดพลาดในการลบ Access Token ",
"created_at": "สร้างเมื่อ {date}",
"delete_failed": "เกิดข้อผิดพลาดในการลบ Access Token",
"description": "สร้างโทเค็นการเข้าถึงระยะยาวเพื่อให้สคริปต์ของคุณเชื่อมต่อกับ Home Assistant ได้ โดยแต่ละโทเค็นที่สร้างขึ้นจะอยู่ได้ 10 ปีนับจากวันที่สร้าง\\nโทเค็นการเข้าถึงระยะยาวต่อไปนี้กำลังถูกใช้ในบัญชีของคุณอยู่..",
"description": "สร้างโทเค็นการเข้าถึงระยะยาวเพื่อให้สคริปต์ของคุณเชื่อมต่อกับ Home Assistant ได้ โดยแต่ละโทเค็นที่สร้างขึ้นจะอยู่ได้ 10 ปีนับจากวันที่สร้าง\nโทเค็นการเข้าถึงระยะยาวต่อไปนี้กำลังถูกใช้ในบัญชีของคุณอยู่..",
"empty_state": "คุณยังไม่มีโทเค็นการเข้าถึงระยะยาวเลย",
"header": "โทเค็นการเข้าถึงระยะยาว",
"last_used": "ใช้ครั้งล่าสุดเมื่อ {date} จาก {location}",
@ -1261,7 +1261,7 @@
"created_at": "สร้างเมื่อ {date}",
"current_token_tooltip": "ไม่สามารถลบ Refresh Token ปัจจุบันได้",
"delete_failed": "การลบ Refresh Token ล้มเหลว",
"description": "ในแต่ละครั้ง Refresh Token จะถูกเห็นเป็น Login Session โดย Refresh Token จะถูกลบอัตโนมัติเมื่อคุณกดปุ่มออกจากระบบ\\nRefresh Token ต่อไปนี้กำลังถูกใช้ในบัญชีของคุณอยู่..",
"description": "ในแต่ละครั้ง Refresh Token จะถูกเห็นเป็น Login Session โดย Refresh Token จะถูกลบอัตโนมัติเมื่อคุณกดปุ่มออกจากระบบ\nRefresh Token ต่อไปนี้กำลังถูกใช้ในบัญชีของคุณอยู่..",
"header": "Refresh Tokens",
"last_used": "ใช้ครั้งล่าสุดเมื่อ {date} จาก {location}",
"not_used": "ยังไม่เคยถูกใช้งาน",

View File

@ -21,8 +21,8 @@
"group": "Grup",
"history_graph": "Geçmiş grafiği",
"image_processing": "Görüntü işleme",
"input_boolean": "Doğru\/Yanlış giriniz",
"input_datetime": "Giriş Tarih\/Saat",
"input_boolean": "Doğru/Yanlış giriniz",
"input_datetime": "Giriş Tarih/Saat",
"input_number": "Numara giriniz",
"input_select": "Girdi seçiniz",
"input_text": "Metin giriniz",
@ -342,7 +342,7 @@
"climate": {
"away_mode": "Dışarıda modu",
"fan_mode": "Fan modu",
"on_off": "Açık \/ kapalı",
"on_off": "Açık / kapalı",
"swing_mode": "Salınım modu",
"target_humidity": "Hedef nem",
"target_temperature": "Hedef sıcaklık"
@ -380,7 +380,7 @@
"water_heater": {
"away_mode": "Dışarıda modu",
"currently": "Şu an",
"on_off": "Açık \/ kapalı",
"on_off": "Açık / kapalı",
"operation": "İşlem",
"target_temperature": "Hedef sıcaklık"
},
@ -420,9 +420,9 @@
}
},
"duration": {
"day": "{count}{count, plural,\\n one { gün }\\n other { gün }\\n}",
"second": "{count}{count, plural,\\n one { saniye }\\n other { saniye }\\n}",
"week": "{count}{count, plural,\\n one { hafta }\\n other { hafta }\\n}"
"day": "{count}{count, plural,\n one { gün }\n other { gün }\n}",
"second": "{count}{count, plural,\n one { saniye }\n other { saniye }\n}",
"week": "{count}{count, plural,\n one { hafta }\n other { hafta }\n}"
},
"login-form": {
"log_in": "Oturum aç",

View File

@ -247,7 +247,7 @@
"fan_only": "Лише вентилятор",
"gas": "Газ",
"heat": "Обігрівання",
"heat_cool": "Опалення\/Охолодження",
"heat_cool": "Опалення/Охолодження",
"heat_pump": "Тепловий насос",
"high_demand": "Велике споживання",
"idle": "Очікування",
@ -421,7 +421,7 @@
"away_mode": "Режиму очікування",
"currently": "В даний час",
"fan_mode": "Режим вентилятора",
"on_off": "Вкл \/ викл",
"on_off": "Вкл / викл",
"operation": "Режим",
"preset_mode": "Режим",
"swing_mode": "Режим гойдання",
@ -484,7 +484,7 @@
"water_heater": {
"away_mode": "Режиму очікування",
"currently": "В даний час",
"on_off": "Вкл \/ викл",
"on_off": "Вкл / викл",
"operation": "Операція",
"target_temperature": "Задана температура"
},
@ -543,11 +543,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {д.}\\n other {д.}\\n}",
"hour": "{count} {count, plural,\\n one {год.}\\n other {год.}\\n}",
"minute": "{count} {count, plural,\\n one {хв.}\\n other {хв.}\\n}",
"second": "{count} {count, plural,\\n one {сек.}\\n other {сек.}\\n}",
"week": "{count} {count, plural,\\n one {тиж.}\\n other {тиж.}\\n}"
"day": "{count} {count, plural,\n one {д.}\n other {д.}\n}",
"hour": "{count} {count, plural,\n one {год.}\n other {год.}\n}",
"minute": "{count} {count, plural,\n one {хв.}\n other {хв.}\n}",
"second": "{count} {count, plural,\n one {сек.}\n other {сек.}\n}",
"week": "{count} {count, plural,\n one {тиж.}\n other {тиж.}\n}"
},
"future": "{time} тому",
"never": "Ніколи",
@ -609,11 +609,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\n one {д.}\\n other {д.}\\n}",
"hour": "{count} {count, plural,\\n one {год.}\\n other {год.}\\n}",
"minute": "{count} {count, plural,\\n one {хв.}\\n other {хв.}\\n}",
"second": "{count} {count, plural,\\n one {сек.}\\n other {сек.}\\n}",
"week": "{count} {count, plural,\\n one {тиж.}\\n other {тиж.}\\n}"
"day": "{count} {count, plural,\n one {д.}\n other {д.}\n}",
"hour": "{count} {count, plural,\n one {год.}\n other {год.}\n}",
"minute": "{count} {count, plural,\n one {хв.}\n other {хв.}\n}",
"second": "{count} {count, plural,\n one {сек.}\n other {сек.}\n}",
"week": "{count} {count, plural,\n one {тиж.}\n other {тиж.}\n}"
},
"login-form": {
"log_in": "Ввійти",
@ -664,7 +664,7 @@
"delete_confirm": "Ви впевнені, що хочете видалити?",
"duplicate": "Дублювати",
"header": "Дії",
"introduction": "Що Home Assistant буде робити, коли автоматизація спрацьовує. \\n\\n [Докладніше про дії.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Що Home Assistant буде робити, коли автоматизація спрацьовує. \n\n [Докладніше про дії.] (https://home-assistant.io/docs/automation/action/)",
"learn_more": "Докладніше про дії",
"type_select": "Тип дії",
"type": {
@ -705,7 +705,7 @@
"delete_confirm": "Ви впевнені, що хочете видалити?",
"duplicate": "Дублювати",
"header": "Умови",
"introduction": "Умови є необов'язковою частиною правила автоматизації і можуть використовуватися для запобігання дії, що відбувається під час запуску. Умови виглядають дуже схоже на тригери, але вони різні. Тригер буде дивитися на події, що відбуваються в системі, в той час як умова тільки дивиться на те, як система виглядає зараз. Тригер може спостерігати, що перемикач включений. Умова може бачити тільки, якщо перемикач ввімкнено або вимкнено. \\n\\n [Докладніше про умови.] (https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Умови є необов'язковою частиною правила автоматизації і можуть використовуватися для запобігання дії, що відбувається під час запуску. Умови виглядають дуже схоже на тригери, але вони різні. Тригер буде дивитися на події, що відбуваються в системі, в той час як умова тільки дивиться на те, як система виглядає зараз. Тригер може спостерігати, що перемикач включений. Умова може бачити тільки, якщо перемикач ввімкнено або вимкнено. \n\n [Докладніше про умови.] (https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Докладніше про умови",
"type_select": "Тип умови",
"type": {
@ -768,7 +768,7 @@
"delete_confirm": "Ви впевнені, що хочете видалити?",
"duplicate": "Дублювати",
"header": "Тригери",
"introduction": "Тригери - це те, що починає обробляти правило автоматизації. Можна вказати декілька тригерів для одного і того ж правила. Після запуску тригера, Home Assistant перевірить умови, якщо такі є, і викликає дію. \\n\\n [Докладніше про тригери.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Тригери - це те, що починає обробляти правило автоматизації. Можна вказати декілька тригерів для одного і того ж правила. Після запуску тригера, Home Assistant перевірить умови, якщо такі є, і викликає дію. \n\n [Докладніше про тригери.] (https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Докладніше про тригери",
"type_select": "Тип тригера",
"type": {
@ -852,7 +852,7 @@
"picker": {
"add_automation": "Додати автоматизацію",
"header": "Редактор автоматизації",
"introduction": "Редактор автоматизації дозволяє створювати та редагувати автоматизації. Будь ласка, прочитайте [інструкції] (https:\/\/home-assistant.io\/docs\/automation\/editor\/), щоб переконатися, що ви правильно налаштували Home Assistant.",
"introduction": "Редактор автоматизації дозволяє створювати та редагувати автоматизації. Будь ласка, прочитайте [інструкції] (https://home-assistant.io/docs/automation/editor/), щоб переконатися, що ви правильно налаштували Home Assistant.",
"learn_more": "Докладніше про автоматизації",
"no_automations": "Ми не знайшли автоматизації для редагування",
"pick_automation": "Оберіть автоматизацію для редагування"
@ -926,7 +926,7 @@
"pick_attribute": "Виберіть атрибут, який слід замінити",
"picker": {
"header": "Налаштування",
"introduction": "Налаштування атрибутів на об'єкт. Додані \/ відредаговані налаштування набудуть чинності негайно. Видалені налаштування набудуть чинності після оновлення об'єкта."
"introduction": "Налаштування атрибутів на об'єкт. Додані / відредаговані налаштування набудуть чинності негайно. Видалені налаштування набудуть чинності після оновлення об'єкта."
},
"warning": {
"include_link": "включити customize.yaml",

View File

@ -240,7 +240,7 @@
"fan_only": "Chỉ có quạt",
"gas": "Khí",
"heat": "Nhiệt",
"heat_cool": "Nóng\/Lạnh",
"heat_cool": "Nóng/Lạnh",
"heat_pump": "Bơm nhiệt",
"high_demand": "Nhu cầu cao",
"idle": "Không hoạt động",
@ -413,7 +413,7 @@
"away_mode": "Chế độ đi vắng",
"currently": "Hiện tại",
"fan_mode": "Chế độ quạt",
"on_off": "Bật \/ tắt",
"on_off": "Bật / tắt",
"operation": "Chế độ hoạt động",
"preset_mode": "Đặt trước",
"swing_mode": "Chế độ swing",
@ -466,7 +466,7 @@
"water_heater": {
"away_mode": "Chế độ đi vắng",
"currently": "Hiện tại",
"on_off": "Bật \/ tắt",
"on_off": "Bật / tắt",
"operation": "Chế độ hoạt động",
"target_temperature": "Nhiệt độ mục tiêu"
},
@ -516,11 +516,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one { ngày }\\n other { ngày }\\n}",
"hour": "{count} {count, plural,\\n one { giờ }\\n other { giờ }\\n}",
"minute": "{count} {count, plural,\\n one { phút }\\n other { phút }\\n}",
"second": "{count}{count, plural,\\n one { giây }\\n other { giây }\\n}",
"week": "{count} {count, plural,\\n one { tuần }\\n other { tuần }\\n}"
"day": "{count} {count, plural,\n one { ngày }\n other { ngày }\n}",
"hour": "{count} {count, plural,\n one { giờ }\n other { giờ }\n}",
"minute": "{count} {count, plural,\n one { phút }\n other { phút }\n}",
"second": "{count}{count, plural,\n one { giây }\n other { giây }\n}",
"week": "{count} {count, plural,\n one { tuần }\n other { tuần }\n}"
},
"future": "Trong {time}",
"never": "Không bao giờ",
@ -551,11 +551,11 @@
}
},
"duration": {
"day": "{count}{count, plural,\\n one { ngày }\\n other { ngày }\\n}",
"hour": "{count} {count, plural,\\n one { giờ }\\n other { giờ }\\n}",
"minute": "{count} {count, plural,\\n one { phút }\\n other { phút }\\n}",
"second": "{count}{count, plural,\\n one { giây }\\n other { giây }\\n}",
"week": "{count}{count, plural,\\n one { tuần }\\n other { tuần }\\n}"
"day": "{count}{count, plural,\n one { ngày }\n other { ngày }\n}",
"hour": "{count} {count, plural,\n one { giờ }\n other { giờ }\n}",
"minute": "{count} {count, plural,\n one { phút }\n other { phút }\n}",
"second": "{count}{count, plural,\n one { giây }\n other { giây }\n}",
"week": "{count}{count, plural,\n one { tuần }\n other { tuần }\n}"
},
"login-form": {
"log_in": "Đăng nhập",
@ -606,7 +606,7 @@
"delete_confirm": "Bạn chắc chắn muốn xoá?",
"duplicate": "Nhân đôi",
"header": "Hành động",
"introduction": "Hành động là những gì Home Assistant sẽ làm khi tự động hóa được kích hoạt. \\n\\n [Tìm hiểu thêm về các hành động.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Hành động là những gì Home Assistant sẽ làm khi tự động hóa được kích hoạt. \n\n [Tìm hiểu thêm về các hành động.] (https://home-assistant.io/docs/automation/action/)",
"learn_more": "Tìm hiểu thêm về Hành động",
"type_select": "Loại hành động",
"type": {
@ -641,7 +641,7 @@
"delete_confirm": "Bạn chắc chắn muốn xoá?",
"duplicate": "Nhân đôi",
"header": "Điều kiện",
"introduction": "Điều kiện là một phần tùy chọn của quy tắc tự động hóa và có thể được sử dụng để ngăn chặn một hành động xảy ra khi kích hoạt. Các điều kiện trông rất giống với kích hoạt nhưng rất khác nhau. Trình kích hoạt sẽ xem xét các sự kiện xảy ra trong hệ thống trong khi điều kiện chỉ nhìn vào hệ thống hiện tại. Một bộ kích hoạt có thể quan sát thấy rằng một công tắc đang được bật. Một điều kiện chỉ có thể xem nếu một công tắc hiện đang được bật hoặc tắt. \\n\\n [Tìm hiểu thêm về điều kiện] (https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Điều kiện là một phần tùy chọn của quy tắc tự động hóa và có thể được sử dụng để ngăn chặn một hành động xảy ra khi kích hoạt. Các điều kiện trông rất giống với kích hoạt nhưng rất khác nhau. Trình kích hoạt sẽ xem xét các sự kiện xảy ra trong hệ thống trong khi điều kiện chỉ nhìn vào hệ thống hiện tại. Một bộ kích hoạt có thể quan sát thấy rằng một công tắc đang được bật. Một điều kiện chỉ có thể xem nếu một công tắc hiện đang được bật hoặc tắt. \n\n [Tìm hiểu thêm về điều kiện] (https://home-assistant.io/docs/scripts/conditions/)",
"learn_more": "Tìm hiểu thêm về Điều kiện",
"type_select": "Loại điều kiện",
"type": {
@ -692,7 +692,7 @@
"delete_confirm": "Chắc chắn bạn muốn xóa?",
"duplicate": "Bản sao",
"header": "Bộ khởi động",
"introduction": "Bộ khởi động là bắt đầu quá trình xử lý quy tắc tự động hóa. Có thể chỉ định nhiều Bộ khởi động cho cùng một quy tắc. Khi kích hoạt một bộ khởi động, Home Assistant sẽ xác nhận các điều kiện, nếu có, và gọi hành động. \\n\\n [Tìm hiểu thêm về Bộ khởi động] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "Bộ khởi động là bắt đầu quá trình xử lý quy tắc tự động hóa. Có thể chỉ định nhiều Bộ khởi động cho cùng một quy tắc. Khi kích hoạt một bộ khởi động, Home Assistant sẽ xác nhận các điều kiện, nếu có, và gọi hành động. \n\n [Tìm hiểu thêm về Bộ khởi động] (https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "Tìm hiểu thêm về Kích hoạt",
"type_select": "Loại Bộ khởi động",
"type": {
@ -773,7 +773,7 @@
"picker": {
"add_automation": "Thêm Tự động hóa",
"header": "Trình biên tập tự động hóa",
"introduction": "Trình soạn thảo tự động hóa cho phép bạn tạo và chỉnh sửa tự động. Vui lòng đọc [hướng dẫn] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) để đảm bảo rằng bạn đã cấu hình chính xác Home Assistant.",
"introduction": "Trình soạn thảo tự động hóa cho phép bạn tạo và chỉnh sửa tự động. Vui lòng đọc [hướng dẫn] (https://home-assistant.io/docs/automation/editor/) để đảm bảo rằng bạn đã cấu hình chính xác Home Assistant.",
"learn_more": "Tìm hiểu thêm về Tự động hóa",
"no_automations": "Chúng tôi không thể tìm thấy tự động hóa nào có thể chỉnh sửa",
"pick_automation": "Chọn tự động hóa để chỉnh sửa"
@ -837,7 +837,7 @@
"description": "Tùy chỉnh các thực thể của bạn",
"picker": {
"header": "Tùy chỉnh",
"introduction": "Tinh chỉnh thuộc tính mỗi thực thể. Các tùy chỉnh được thêm \/ chỉnh sửa sẽ có hiệu lực ngay lập tức. Các tùy chỉnh bị xóa sẽ có hiệu lực khi thực thể được cập nhật."
"introduction": "Tinh chỉnh thuộc tính mỗi thực thể. Các tùy chỉnh được thêm / chỉnh sửa sẽ có hiệu lực ngay lập tức. Các tùy chỉnh bị xóa sẽ có hiệu lực khi thực thể được cập nhật."
}
},
"entity_registry": {

View File

@ -247,7 +247,7 @@
"fan_only": "仅送风",
"gas": "燃气",
"heat": "制热",
"heat_cool": "制热\/制冷",
"heat_cool": "制热/制冷",
"heat_pump": "热泵",
"high_demand": "高需求",
"idle": "待机",
@ -420,7 +420,7 @@
"away_mode": "离开模式",
"currently": "当前",
"fan_mode": "风速",
"on_off": "开\/关",
"on_off": "开/关",
"operation": "运行模式",
"preset_mode": "预设",
"swing_mode": "扫风模式",
@ -479,7 +479,7 @@
"water_heater": {
"away_mode": "离开模式",
"currently": "当前",
"on_off": "开\/关",
"on_off": "开/关",
"operation": "操作",
"target_temperature": "设定温度"
},
@ -530,11 +530,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {天}\\n other {天}\\n}",
"hour": "{count} {count, plural,\\n one {小时}\\n other {小时}\\n}",
"minute": "{count} {count, plural,\\n one {分钟}\\n other {分钟}\\n}",
"second": "{count} {count, plural,\\n one {秒}\\n other {秒}\\n}",
"week": "{count} {count, plural,\\n one {周}\\n other {周}\\n}"
"day": "{count} {count, plural,\n one {天}\n other {天}\n}",
"hour": "{count} {count, plural,\n one {小时}\n other {小时}\n}",
"minute": "{count} {count, plural,\n one {分钟}\n other {分钟}\n}",
"second": "{count} {count, plural,\n one {秒}\n other {秒}\n}",
"week": "{count} {count, plural,\n one {周}\n other {周}\n}"
},
"future": "{time}后",
"never": "从未",
@ -578,11 +578,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {天}\\nother {天}\\n}",
"hour": "{count} {count, plural,\\none {小时}\\nother {小时}\\n}",
"minute": "{count} {count, plural,\\none {分钟}\\nother {分钟}\\n}",
"second": "{count} {count, plural,\\none {秒}\\nother {秒}\\n}",
"week": "{count} {count, plural,\\none {周}\\nother {周}\\n}"
"day": "{count} {count, plural,\none {天}\nother {天}\n}",
"hour": "{count} {count, plural,\none {小时}\nother {小时}\n}",
"minute": "{count} {count, plural,\none {分钟}\nother {分钟}\n}",
"second": "{count} {count, plural,\none {秒}\nother {秒}\n}",
"week": "{count} {count, plural,\none {周}\nother {周}\n}"
},
"login-form": {
"log_in": "登录",
@ -633,7 +633,7 @@
"delete_confirm": "确认删除?",
"duplicate": "复制",
"header": "动作",
"introduction": "Actions动作是当自动化条件满足时 Home Assistant 执行的操作。\\n\\n[了解更多关于 Actions 的信息](https:\/\/home-assistant.io\/docs\/automation\/action)",
"introduction": "Actions动作是当自动化条件满足时 Home Assistant 执行的操作。\n\n[了解更多关于 Actions 的信息](https://home-assistant.io/docs/automation/action)",
"learn_more": "详细了解动作",
"type_select": "动作类型",
"type": {
@ -690,7 +690,7 @@
"after_offset": "延后:(可选)",
"before": "早于:",
"before_offset": "提前:(可选)",
"label": "日出\/日落",
"label": "日出/日落",
"sunrise": "日出",
"sunset": "日落"
},
@ -722,7 +722,7 @@
"delete_confirm": "确认删除?",
"duplicate": "复制",
"header": "触发条件",
"introduction": "触发条件是整个自动化流程的起点。一个自动化实例中可以设置多个触发条件。一旦该条件满足Home Assistant 将验证环境条件Conditions是否符合如果符合则执行动作Actions。\\n\\n[了解更多内容](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "触发条件是整个自动化流程的起点。一个自动化实例中可以设置多个触发条件。一旦该条件满足Home Assistant 将验证环境条件Conditions是否符合如果符合则执行动作Actions。\n\n[了解更多内容](https://home-assistant.io/docs/automation/trigger/)",
"learn_more": "详细了解触发条件",
"type_select": "触发条件类型",
"type": {
@ -767,7 +767,7 @@
},
"sun": {
"event": "事件:",
"label": "日出\/日落",
"label": "日出/日落",
"offset": "偏移(可选)",
"sunrise": "日出",
"sunset": "日落"
@ -871,7 +871,7 @@
"description": "自定义实体",
"picker": {
"header": "自定义",
"introduction": "调整每个实体的属性。添加\/编辑的自定义设置将立即生效,删除的自定义设置将在实体更新时生效。"
"introduction": "调整每个实体的属性。添加/编辑的自定义设置将立即生效,删除的自定义设置将在实体更新时生效。"
}
},
"devices": {
@ -1137,17 +1137,17 @@
"title": "服务"
},
"states": {
"alert_entity_field": "设备\/实体是必填字段",
"alert_entity_field": "设备/实体是必填字段",
"attributes": "属性",
"current_entities": "现有设备\/实体",
"current_entities": "现有设备/实体",
"description1": "设置设备在Homo Assistant中的呈现方式。",
"description2": "这将不影响实际设备。",
"entity": "设备\/实体",
"entity": "设备/实体",
"filter_attributes": "输入筛选属性",
"filter_entities": "输入筛选设备\/实体",
"filter_entities": "输入筛选设备/实体",
"filter_states": "输入筛选状态",
"more_info": "更多信息",
"no_entities": "没有可用设备\/实体",
"no_entities": "没有可用设备/实体",
"set_state": "设置状态",
"state": "状态",
"state_attributes": "状态属性格式为YAML选填",

View File

@ -22,7 +22,7 @@
"climate": "溫控",
"configurator": "設定檔編輯器",
"conversation": "語音互動",
"cover": "捲簾\/門",
"cover": "捲簾/門",
"device_tracker": "設備追蹤器",
"fan": "風扇",
"group": "群組",
@ -247,7 +247,7 @@
"fan_only": "僅送風",
"gas": "瓦斯模式",
"heat": "暖氣",
"heat_cool": "暖氣\/冷氣",
"heat_cool": "暖氣/冷氣",
"heat_pump": "暖氣",
"high_demand": "高用量",
"idle": "待命",
@ -426,7 +426,7 @@
"heating": "{name} 加熱中",
"high": "調高",
"low": "調低",
"on_off": "開 \/ 關",
"on_off": "開 / 關",
"operation": "運轉模式",
"preset_mode": "預置",
"swing_mode": "擺動模式",
@ -498,7 +498,7 @@
"water_heater": {
"away_mode": "外出模式",
"currently": "目前狀態",
"on_off": "開 \/ 關",
"on_off": "開 / 關",
"operation": "運轉模式",
"target_temperature": "設定溫度"
},
@ -542,6 +542,7 @@
"components": {
"device-picker": {
"clear": "清除",
"device": "設備",
"show_devices": "顯示設備"
},
"entity": {
@ -557,11 +558,11 @@
},
"relative_time": {
"duration": {
"day": "{count} {count, plural,\\n one {天}\\n other {天}\\n}",
"hour": "{count} {count, plural,\\n one {小時}\\n other {小時}\\n}",
"minute": "{count} {count, plural,\\n one {分鐘}\\n other {分鐘}\\n}",
"second": "{count} {count, plural,\\n one {秒}\\n other {秒}\\n}",
"week": "{count} {count, plural,\\n one {週}\\n other {週}\\n}"
"day": "{count} {count, plural,\n one {天}\n other {天}\n}",
"hour": "{count} {count, plural,\n one {小時}\n other {小時}\n}",
"minute": "{count} {count, plural,\n one {分鐘}\n other {分鐘}\n}",
"second": "{count} {count, plural,\n one {秒}\n other {秒}\n}",
"week": "{count} {count, plural,\n one {週}\n other {週}\n}"
},
"future": "{time}後",
"never": "未執行",
@ -644,11 +645,11 @@
}
},
"duration": {
"day": "{count} {count, plural,\\none {天}\\nother {天}\\n}",
"hour": "{count} {count, plural,\\n one {小時}\\n other {小時}\\n}",
"minute": "{count} {count, plural,\\n one {分鐘}\\n other {分鐘}\\n}",
"second": "{count} {count, plural,\\none {秒}\\nother {秒}\\n}",
"week": "{count} {count, plural,\\none {週}\\nother {週}\\n}"
"day": "{count} {count, plural,\none {天}\nother {天}\n}",
"hour": "{count} {count, plural,\n one {小時}\n other {小時}\n}",
"minute": "{count} {count, plural,\n one {分鐘}\n other {分鐘}\n}",
"second": "{count} {count, plural,\none {秒}\nother {秒}\n}",
"week": "{count} {count, plural,\none {週}\nother {週}\n}"
},
"login-form": {
"log_in": "登入",
@ -671,7 +672,7 @@
"panel": {
"config": {
"area_registry": {
"caption": "分區 ID",
"caption": "分區",
"create_area": "建立分區",
"description": "家中所有分區概觀",
"editor": {
@ -683,7 +684,7 @@
"no_areas": "看起來你還沒有建立分區!",
"picker": {
"create_area": "建立分區",
"header": "分區 ID",
"header": "分區",
"integrations_page": "整合頁面",
"introduction": "分區主要用以管理設備所在位置。此資訊將會於 Home Assistant 中使用以協助您管理介面、權限,並與其他系統進行整合。",
"introduction2": "欲於分區中放置設備,請使用下方連結至整合頁面,並點選設定整合以設定設備卡片。",
@ -691,7 +692,7 @@
}
},
"automation": {
"caption": "設定自動化",
"caption": "自動化",
"description": "新增和編輯自動化內容",
"editor": {
"actions": {
@ -702,6 +703,7 @@
"header": "觸發後動作",
"introduction": "「動作」為自動化觸發後Home Assistant 所執行的自動化。",
"learn_more": "詳細了解動作",
"name": "動作",
"type_select": "觸發後動作類別",
"type": {
"condition": {
@ -746,6 +748,7 @@
"header": "觸發判斷",
"introduction": "「觸發判斷」為自動化規則中,選項使用的部分。可以用以避免誤觸發某些動作。「觸發判斷」看起來跟觸發很類似,但實際上不盡相同。觸發主要監看系統中、事件的變化產生,而觸發判斷僅監看系統目前的狀況。例如:觸發可以觀察到開關被開啟,而觸發判斷僅關注目前開關是開啟或關閉的狀態。",
"learn_more": "詳細了解觸發判斷",
"name": "判斷式",
"type_select": "觸發判斷類別",
"type": {
"and": {
@ -777,7 +780,7 @@
"after_offset": "偏移後(選項)",
"before": "在...之前",
"before_offset": "偏移前(選項)",
"label": "日出\/日落",
"label": "日出/日落",
"sunrise": "日出",
"sunset": "日落"
},
@ -815,6 +818,7 @@
"header": "觸發",
"introduction": "「觸發條件」為可使設定好的自動化開始運作。可以針對一個自動化設定多個觸發條件。一旦觸發後Home Assistant 會檢查觸發判斷式,並開始執行動作。",
"learn_more": "詳細了解觸發條件",
"name": "觸發自動化",
"type_select": "觸發條件類型",
"type": {
"device": {
@ -863,7 +867,7 @@
},
"sun": {
"event": "事件:",
"label": "日出\/日落",
"label": "日出/日落",
"offset": "偏移(選項)",
"sunrise": "日出",
"sunset": "日落"
@ -939,7 +943,7 @@
"enable_state_reporting": "開啟狀態回報",
"enter_pin_error": "無法儲存 Pin",
"enter_pin_hint": "請輸入安全碼以使用加密設備",
"enter_pin_info": "請輸入加密設備 Pin 碼、加密設備為如門、車庫與門鎖。當透過 Google Assistant 與此類設備進行互動時,將需要語音說出\/輸入密碼。",
"enter_pin_info": "請輸入加密設備 Pin 碼、加密設備為如門、車庫與門鎖。當透過 Google Assistant 與此類設備進行互動時,將需要語音說出/輸入密碼。",
"info": "藉由 Home Assistant Cloud 雲服務 Google Assistant 整合,將能透過 Google Assistant 支援設備以控制所有 Home Assistant 設備。",
"info_state_reporting": "假如開啟狀態回報Home Assistant 將會持續傳送所有連結物件的狀態改變至 Google。以確保於 Google app 中設備永遠保持最新狀態、並藉以創建例行自動化。",
"manage_entities": "管理物件",
@ -1102,7 +1106,7 @@
"core": "重新載入核心設定core",
"group": "重新載入群組group",
"heading": "重新載入設定檔configuration",
"introduction": "Home Assistant 中部分設定無須重啟即可重新載入生效。\\n點選重新載入按鈕即可重新載入最新設定。",
"introduction": "Home Assistant 中部分設定無須重啟即可重新載入生效。\n點選重新載入按鈕即可重新載入最新設定。",
"script": "重新載入腳本script"
},
"server_management": {
@ -1114,7 +1118,7 @@
"validation": {
"check_config": "檢查設定內容",
"heading": "設定驗證",
"introduction": "如果您對設定進行了一些更改,並且想要確保這些設定有無錯誤\\n可以選擇先驗證您的設定內容。",
"introduction": "如果您對設定進行了一些更改,並且想要確保這些設定有無錯誤\n可以選擇先驗證您的設定內容。",
"invalid": "設定檔內容檢查錯誤",
"valid": "設定檔內容檢查正確"
}
@ -1127,13 +1131,13 @@
"attributes_outside": "以下屬性為 customize.yaml 外自訂化。",
"attributes_override": "假如願意,可以進行覆寫。",
"attributes_set": "以下物件屬性為可程式化設定。",
"caption": "自定義",
"description": "自定義元件內容與中文化",
"caption": "自訂化",
"description": "自訂化元件內容與中文化",
"different_include": "可能透過區域、全局或不同的包含。",
"pick_attribute": "選擇欲覆寫屬性",
"picker": {
"header": "自定義",
"introduction": "調整每個物件屬性。新增\/編輯自訂化將可以立即生效,移除自訂化則必須等到物件更新時、方能生效。"
"header": "自訂化",
"introduction": "調整每個物件屬性。新增/編輯自訂化將可以立即生效,移除自訂化則必須等到物件更新時、方能生效。"
},
"warning": {
"include_link": "包含 customize.yaml",
@ -1174,7 +1178,7 @@
"unnamed_device": "未命名設備"
},
"entity_registry": {
"caption": "物件 ID",
"caption": "物件",
"description": "所有已知物件概觀",
"editor": {
"confirm_delete": "確定要刪除此物件?",
@ -1189,7 +1193,7 @@
"update": "更新"
},
"picker": {
"header": "物件 ID",
"header": "物件",
"headers": {
"enabled": "已啟用",
"entity_id": "物件 ID",