Erőss Elemér 2 лет назад
Родитель
Сommit
1adee59291
1 измененных файлов с 138 добавлено и 1 удалено
  1. 138 1
      custom_components/tuya_local/translations/hu.json

+ 138 - 1
custom_components/tuya_local/translations/hu.json

@@ -55,5 +55,142 @@
         "abort": {
             "not_supported": "Sajnálom, ez az eszköz nem támogatott."
         }
-    }
+    },
+   "entity": {
+        "climate": {
+            "aircon_extra": {
+                "state_attributes": {
+                    "fan_mode": {
+                        "state": {
+                            "health": "Egészséges",
+                            "medhigh": "Közepesen magas",
+                            "medlow": "Közepes-alacsony",
+                            "natural": "Természetes",
+                            "quiet": "Csendes",
+                            "sleep": "Alvás",
+                            "strong": "Erős"
+                        }
+                    },
+                    "swing_mode": {
+                        "state": {
+                            "topmost": "Legmagasabb",
+                            "top": "Fent",
+                            "middle": "Középen",
+                            "down": "Lent",
+                            "downmost": "Legalacsonyabban"
+                        }
+                    }
+                }
+            },
+            "thermostat": {
+                "state_attributes": {
+                    "fan_mode": {
+                        "state": {
+                            "cycle": "Ciklus"
+                        }
+                    },
+                    "preset_mode": {
+                        "state": {
+                            "manual": "Manuális",
+                            "program": "Programozott",
+                            "temp_override": "Ideiglenes felülbírálás",
+                            "perm_override": "Állandó felülbírálás"
+                        }
+                    }
+                }
+            },
+            "combo_floor": {
+                "state_attributes": {
+                    "preset_mode": {
+                        "state": {
+                            "cool": "Hűvös levegő",
+                            "fan_only": "Ventilátor",
+                            "heat": "Meleg levegő",
+                            "floor_cool": "Hűvös padló",
+                            "floor_heat": "Meleg padló"
+                        }
+                    }
+                }
+            },
+            "swing_as_powerlevel": {
+                "state_attributes": {
+                    "swing_mode": {
+                        "name": "Fűtési szint",
+                        "state": {
+                            "stop": "Stop",
+                            "auto": "Auto"
+                        }
+                    }
+                }
+            },
+            "pool_heatpump": {
+                "state_attributes": {
+                    "preset_mode": {
+                        "state": {
+                            "smart_heat": "Okos fűtés",
+                            "quick_heat": "Gyors fűtés",
+                            "quiet_heat": "Csendes fűtés",
+                            "smart_cool": "Okos hűtés",
+                            "quick_cool": "gyors hűtés",
+                            "quiet_cool": "Csendes hűtés",
+                            "auto": "Auto"
+                        }
+                    }
+                }
+            },
+            "thermo_switch": {
+                "state_attributes": {
+                    "hvac_mode": {
+                        "state": {
+                            "fan_only": "Szünet"
+                        }
+                    }
+                }
+            }
+        },
+        "humidifier": {
+            "dehumidifier": {
+                "state_attributes": {
+                    "mode": {
+                        "state": {
+                            "laundry": "DSzáraz ruhák",
+                            "purify": "Tisztítás"
+                        }
+                    }
+                }
+            }
+        },
+        "fan": {
+            "fan_with_presets": {
+                "state_attributes": {
+                    "preset_mode": {
+                        "state": {
+                            "normal": "Normál",
+                            "nature": "Természetes",
+                            "sleep": "Alvás",
+                            "baby": "Baba",
+                            "fresh": "Friss",
+                            "smart": "Okos",
+                            "strong": "Erős",
+                            "off": "Ki"
+                        }
+                    }
+                }
+            },
+            "ventilation": {
+                "state_attributes": {
+                    "preset_mode": {
+                        "state": {
+                            "fresh": "Friss levegő",
+                            "circulate": "Keringetés",
+                            "sleep": "Alvás",
+                            "auto": "Auto",
+                            "eco": "Eco",
+                            "anti-condensation": "Pára mentesítés"
+                        }
+                    }
+                }
+            }
+        }
+   }
 }