-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translations update from Hosted Weblate (#867)
* Translated using Weblate (Russian) Currently translated at 80.3% (123 of 153 strings) Co-authored-by: Artem Pastukhov <artem.pastukhov@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/ru/ Translation: Adaptive Lighting/Adaptive Lighting * Added translation using Weblate (Japanese) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: pantan-cymk <remendne@pentrens.jp> * Translated using Weblate (Hungarian) Currently translated at 48.3% (74 of 153 strings) Added translation using Weblate (Hungarian) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: LUKÁCS Miklós <luki1972@gmail.com> Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/hu/ Translation: Adaptive Lighting/Adaptive Lighting * Added translation using Weblate (Finnish) Co-authored-by: Eero Konttaniemi <eero.konttaniemi@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> * Translated using Weblate (Slovak) Currently translated at 56.8% (87 of 153 strings) Added translation using Weblate (Slovak) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Martin Štefany <m.stefany89@gmail.com> Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/sk/ Translation: Adaptive Lighting/Adaptive Lighting * Translated using Weblate (Urdu) Currently translated at 100.0% (153 of 153 strings) Added translation using Weblate (Urdu) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: yousaf465 <yousaf465@gmail.com> Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/ur/ Translation: Adaptive Lighting/Adaptive Lighting --------- Co-authored-by: Artem Pastukhov <artem.pastukhov@gmail.com> Co-authored-by: pantan-cymk <remendne@pentrens.jp> Co-authored-by: LUKÁCS Miklós <luki1972@gmail.com> Co-authored-by: Eero Konttaniemi <eero.konttaniemi@gmail.com> Co-authored-by: Martin Štefany <m.stefany89@gmail.com> Co-authored-by: yousaf465 <yousaf465@gmail.com>
- Loading branch information
1 parent
a247a02
commit c3e4b77
Showing
6 changed files
with
375 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data_description": { | ||
"sleep_color_temp": "Színhőmérséklet alvó üzemmódban (amikor a `sleep_rgb_or_color_temp` értéke `color_temp`) Kelvinben megadva. 😴" | ||
}, | ||
"data": { | ||
"max_brightness": "max_brightness: Maximális fényerő százalékban megadva. 💡" | ||
}, | ||
"title": "Adaptív világítás beállításai" | ||
} | ||
} | ||
}, | ||
"title": "Adaptív világítás", | ||
"services": { | ||
"change_switch_settings": { | ||
"fields": { | ||
"entity_id": { | ||
"description": "A kapcsoló entitásazonosítója. 📝" | ||
}, | ||
"max_brightness": { | ||
"description": "Maximális fényerő százalékban megadva. 💡" | ||
}, | ||
"max_color_temp": { | ||
"description": "Leghidegebb színhőmérséklet Kelvinben megadva. ❄️" | ||
} | ||
} | ||
}, | ||
"set_manual_control": { | ||
"description": "Jelölje meg, hogy egy lámpa „kézi vezérlésű”-e." | ||
} | ||
}, | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Válasszon nevet az Adaptív világítás példánynak" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"detect_non_ha_changes": "detect_non_ha_changes: Deteguje a zastaví prispôbovanie pre zmeny mimo `light.turn_on`. Vyžaduje zapnutie `take_over_control`. 🕵️ Upozornenie: ⚠️ Niektoré svetlá môžu falošne indikovať zapnutý stav, čo spôsobí, že sa svetlo neočakávane zapne. Ak narazíte na tento problém, funkciu vypnite.", | ||
"adapt_only_on_bare_turn_on": "adapt_only_on_bare_turn_on: Len pri čistom zapnutí svetiel. Pri nastavení `true` prispôsobí Adaptívne osvetlenie svetlá len pri zavolaní služby `light.turn_on` bez parametrov jasu alebo teploty svetla. ❌🌈 Napríklad: zamedzí to prispôsobovaniu ak je aktivovaná scéna. Pri nastavení `false` dôjde k prispôsobeniu nezávisle na tom či sú parametre jasu alebo teploty svetla prítomné v`service_data`. Vyžaduje zapnutie `take_over_control`. 🕵️ ", | ||
"separate_turn_on_commands": "separate_turn_on_commands: Použiť samostatné volania služby `light.turn_on` pre nastavenie teploty svetla a jasu (môže byť potrebné pre niektoré typy svetiel). 🔀", | ||
"max_color_temp": "max_color_temp: Najstudenejšia teplota svetla v Kelvinoch. ❄️", | ||
"prefer_rgb_color": "prefer_rgb_color: Ak je to možné, preferovať nastavenie cez RGB než nastavením teploty svetla. 🌈", | ||
"max_brightness": "max_brightness: Najvyšší jas (v %). 💡", | ||
"only_once": "only_once: Prispôsobiť svetlá iba pri zapnutí (`true`) alebo prispôsobovať ich priebežne (`false`). 🔄", | ||
"take_over_control": "take_over_control: Ak sú svetlá zapnuté a prispôsobované a niečo zavolá službu `light.turn_on`, dôjde k vypnutiu Adaptívneho osvetlenia. Poznámka: Zapnutie tejto voľby spôsobí volanie služby `homeassistant.update_entity` každý `interval`! 🔒", | ||
"lights": "svetlá: Zoznam svetiel (entity_id), ktoré majú byť ovládané (môže byť prázdny). 🌟", | ||
"min_brightness": "min_brightness: Najnižší jas (v %). 💡", | ||
"min_color_temp": "min_color_temp: Najteplejšia teplota svetla v Kelvinoch. 🔥", | ||
"transition_until_sleep": "transition_until_sleep: Keď je funkcia povolená, Adaptívne osvetlenie bude považovať nastavenia režimu spánku ako minimum, a na tieto hodnoty prejde po západe slnka. 🌙" | ||
}, | ||
"data_description": { | ||
"sunset_time": "Nastaviť pevný čas (HH:MM:SS) pre západ slnka. 🌇", | ||
"sunrise_time": "Nastaviť pevný čas (HH:MM:SS) pre východ slnka. 🌅" | ||
}, | ||
"title": "Nastavenia Adaptívneho osvetlenia", | ||
"description": "Nastavte komponentu Adaptívneho osvetlenia. Názvy nastavení sú zhodné s názvami v súbore YAML. Ak ste túto položku nastavili už v YAML, tak tu sa nezobrazia žiadne možnosti nastavenia. Interaktívne grafy, ktoré zobrazujú vplyv nastavení, navštívte [túto webovú aplikáciu](https://basnijholt.github.io/adaptive-lighting). Ďalšie informácie nájdete v [oficiálnej dokumentácii](https://github.com/basnijholt/adaptive-lighting#readme)." | ||
} | ||
} | ||
}, | ||
"title": "Adaptívne osvetlenie", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Každá inštancia môže obsahovať viacero svetiel!", | ||
"title": "Vyberte názov inštancie Adaptívneho osvetlenia" | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "Toto zariadenie už je nastavené" | ||
} | ||
}, | ||
"services": { | ||
"change_switch_settings": { | ||
"fields": { | ||
"sunrise_time": { | ||
"description": "Nastaviť pevný čas (HH:MM:SS) pre východ slnka. 🌅" | ||
}, | ||
"sunset_time": { | ||
"description": "Nastaviť pevný čas (HH:MM:SS) pre západ slnka. 🌇" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.