mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
[ci skip] Translation update
This commit is contained in:
parent
e9a3666dd5
commit
515e39154a
@ -48,6 +48,19 @@
|
|||||||
"none": "Žádná",
|
"none": "Žádná",
|
||||||
"sleep": "Spánek"
|
"sleep": "Spánek"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"mode": {
|
||||||
|
"auto": "Automatika",
|
||||||
|
"away": "Pryč",
|
||||||
|
"baby": "Dítě",
|
||||||
|
"boost": "Boost",
|
||||||
|
"comfort": "Komfort",
|
||||||
|
"eco": "Ekonomický mód",
|
||||||
|
"home": "Doma",
|
||||||
|
"normal": "Běžný",
|
||||||
|
"sleep": "Spánek"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -388,6 +401,12 @@
|
|||||||
"reverse": "Vzad",
|
"reverse": "Vzad",
|
||||||
"speed": "Rychlost"
|
"speed": "Rychlost"
|
||||||
},
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"humidity": "Cílová vlhkost",
|
||||||
|
"mode": "Režim",
|
||||||
|
"on_entity": "{name} zapnuto",
|
||||||
|
"target_humidity_entity": "{name} cílová vlhkost"
|
||||||
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"brightness": "Jas",
|
"brightness": "Jas",
|
||||||
"color_temperature": "Teplota barvy",
|
"color_temperature": "Teplota barvy",
|
||||||
@ -560,7 +579,7 @@
|
|||||||
"config_entry_system_options": {
|
"config_entry_system_options": {
|
||||||
"enable_new_entities_description": "Pokud je zakázáno, nově objevené entity pro {integration} nebudou automaticky přidány do Home Assistant.",
|
"enable_new_entities_description": "Pokud je zakázáno, nově objevené entity pro {integration} nebudou automaticky přidány do Home Assistant.",
|
||||||
"enable_new_entities_label": "Povolit nově přidané entity.",
|
"enable_new_entities_label": "Povolit nově přidané entity.",
|
||||||
"title": "Systémové možnosti pro {integration}",
|
"title": "Upravit nastavení pro {integration}",
|
||||||
"update": "Aktualizovat"
|
"update": "Aktualizovat"
|
||||||
},
|
},
|
||||||
"domain_toggler": {
|
"domain_toggler": {
|
||||||
@ -1425,7 +1444,7 @@
|
|||||||
"restart_confirm": "Restartujte Home Assistant pro odstranění této integrace",
|
"restart_confirm": "Restartujte Home Assistant pro odstranění této integrace",
|
||||||
"settings_button": "Upravit nastavení pro {integration}",
|
"settings_button": "Upravit nastavení pro {integration}",
|
||||||
"system_options": "Více možností",
|
"system_options": "Více možností",
|
||||||
"system_options_button": "Systémové možnosti pro {integration}",
|
"system_options_button": "Upravit nastavení pro {integration}",
|
||||||
"unnamed_entry": "Nepojmenovaný záznam"
|
"unnamed_entry": "Nepojmenovaný záznam"
|
||||||
},
|
},
|
||||||
"config_flow": {
|
"config_flow": {
|
||||||
@ -2198,6 +2217,9 @@
|
|||||||
"description": "Karta Horizontální Stack umožňuje seskupovat více karet tak, že jsou vždy zobrazeny vedle sebe v prostoru šířky jednoho sloupce.",
|
"description": "Karta Horizontální Stack umožňuje seskupovat více karet tak, že jsou vždy zobrazeny vedle sebe v prostoru šířky jednoho sloupce.",
|
||||||
"name": "Horizontální uskupení"
|
"name": "Horizontální uskupení"
|
||||||
},
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"name": "Zvlhčovač"
|
||||||
|
},
|
||||||
"iframe": {
|
"iframe": {
|
||||||
"description": "Karta Webová stránka umožňuje vložit oblíbenou webovou stránku přímo do Home Assistanta.",
|
"description": "Karta Webová stránka umožňuje vložit oblíbenou webovou stránku přímo do Home Assistanta.",
|
||||||
"name": "iFrame"
|
"name": "iFrame"
|
||||||
|
@ -48,6 +48,19 @@
|
|||||||
"none": "Nessuna",
|
"none": "Nessuna",
|
||||||
"sleep": "Dormire"
|
"sleep": "Dormire"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"mode": {
|
||||||
|
"auto": "Automatico",
|
||||||
|
"away": "Fuori casa",
|
||||||
|
"baby": "Bambino",
|
||||||
|
"boost": "Boost",
|
||||||
|
"comfort": "Comfort",
|
||||||
|
"eco": "Eco",
|
||||||
|
"home": "In casa",
|
||||||
|
"normal": "Normale",
|
||||||
|
"sleep": "Sonno"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -388,6 +401,12 @@
|
|||||||
"reverse": "Indietro",
|
"reverse": "Indietro",
|
||||||
"speed": "Velocità"
|
"speed": "Velocità"
|
||||||
},
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"humidity": "Target umidità",
|
||||||
|
"mode": "Modalità",
|
||||||
|
"on_entity": "{name} acceso",
|
||||||
|
"target_humidity_entity": "{name} target umidità"
|
||||||
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"brightness": "Luminosità",
|
"brightness": "Luminosità",
|
||||||
"color_temperature": "Temperatura colore",
|
"color_temperature": "Temperatura colore",
|
||||||
|
@ -48,6 +48,19 @@
|
|||||||
"none": "Ingen",
|
"none": "Ingen",
|
||||||
"sleep": "Sove"
|
"sleep": "Sove"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"mode": {
|
||||||
|
"auto": "Auto",
|
||||||
|
"away": "Borte",
|
||||||
|
"baby": "Baby",
|
||||||
|
"boost": "Øke",
|
||||||
|
"comfort": "Komfort",
|
||||||
|
"eco": "Øko",
|
||||||
|
"home": "Hjem",
|
||||||
|
"normal": "Normal",
|
||||||
|
"sleep": "Sove"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -388,6 +401,12 @@
|
|||||||
"reverse": "Omvendt",
|
"reverse": "Omvendt",
|
||||||
"speed": "Hastighet"
|
"speed": "Hastighet"
|
||||||
},
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"humidity": "Målfuktighet",
|
||||||
|
"mode": "Modus",
|
||||||
|
"on_entity": "{name} på",
|
||||||
|
"target_humidity_entity": "{name} målfuktighet"
|
||||||
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"brightness": "Lysstyrke",
|
"brightness": "Lysstyrke",
|
||||||
"color_temperature": "Fargetemperatur",
|
"color_temperature": "Fargetemperatur",
|
||||||
@ -2198,6 +2217,10 @@
|
|||||||
"description": "Horizontal Stack-kortet lar deg stable sammen flere kort, slik at de alltid sitter ved siden av hverandre i løpet av en kolonne.",
|
"description": "Horizontal Stack-kortet lar deg stable sammen flere kort, slik at de alltid sitter ved siden av hverandre i løpet av en kolonne.",
|
||||||
"name": "Horisontal Stack"
|
"name": "Horisontal Stack"
|
||||||
},
|
},
|
||||||
|
"humidifier": {
|
||||||
|
"description": "Luftfukterkortet gir kontroll over luftfukterenheten din. Lar deg endre fuktigheten og modusen til enheten.",
|
||||||
|
"name": "Luftfukter"
|
||||||
|
},
|
||||||
"iframe": {
|
"iframe": {
|
||||||
"description": "Websidekortet lar deg legge inn favorittwebsiden din direkte i Home Assistant.",
|
"description": "Websidekortet lar deg legge inn favorittwebsiden din direkte i Home Assistant.",
|
||||||
"name": "Webside"
|
"name": "Webside"
|
||||||
|
@ -403,7 +403,9 @@
|
|||||||
},
|
},
|
||||||
"humidifier": {
|
"humidifier": {
|
||||||
"humidity": "设定湿度",
|
"humidity": "设定湿度",
|
||||||
"mode": "模式"
|
"mode": "模式",
|
||||||
|
"on_entity": "{name} 已打开",
|
||||||
|
"target_humidity_entity": "{name} 的设定湿度"
|
||||||
},
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"brightness": "亮度",
|
"brightness": "亮度",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user