ha_xiaomi_home/custom_components/xiaomi_home/miot
Mümin Köykıran 165ab556c8 feat: add Turkish device translations to multi_lang.json
Added comprehensive Turkish (tr) translations for all 13 MIoT device specifications
in multi_lang.json to complete Turkish language support.

Changes:
- Added Turkish translations for all device properties, services, events, and actions
- Covers 13 device types: bath-heater, electronic-valve, fan, gateway, lock,
  plant-monitor, switch, thermostat, and vacuum
- Used proper Turkish characters (ç, ğ, ı, ö, ş, ü, İ)
- Maintained technical term consistency (Gateway→Ağ Geçidi, WiFi, IP, etc.)
- Followed formal Turkish (siz form) for professional user experience

Technical details:
- 135 lines added to multi_lang.json
- Turkish translations placed alphabetically after Russian (ru)
- JSON syntax validated successfully
- All translations follow same structure as existing languages (de, en, es, fr, ja, ru, zh-Hans, zh-Hant)

This completes the Turkish language support started in #1468, enabling Turkish-speaking
users to see device names and properties in their native language.

Users will need to update conversion rules via Integration CONFIGURE page in
Home Assistant for translations to take effect.
2026-01-04 00:16:56 +03:00
..
i18n feat: add Turkish language support (#1468) 2025-11-10 09:50:02 +08:00
lan fix: the number of profile models updated from 660 to 823 (#583) 2025-01-07 20:22:06 +08:00
resource feat: move web page to html (#627) 2025-01-14 16:59:35 +08:00
specs feat: add Turkish device translations to multi_lang.json 2026-01-04 00:16:56 +03:00
common.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
const.py perf: cloud mqtt broker host constant value (#1530) 2025-12-04 12:19:21 +08:00
miot_client.py fix: update mesh offline state (#1579) 2025-12-31 09:58:29 +08:00
miot_cloud.py perf: remove unused device info (#1574) 2025-12-26 08:42:23 +08:00
miot_device.py feat: add tv-box device as media player entity (#1562) 2025-12-18 09:04:59 +08:00
miot_error.py feat: move web page to html (#627) 2025-01-14 16:59:35 +08:00
miot_i18n.py refactor: refactor miot mips & fix type errors (#365) 2025-01-10 21:46:00 +08:00
miot_lan.py fix: Chinese encoding under LAN Control (#1114) 2025-05-22 11:28:11 +08:00
miot_mdns.py fix: ignore mdns REMOVED package (#1296) 2025-11-17 11:15:10 +08:00
miot_mips.py perf: remove unused device info (#1574) 2025-12-26 08:42:23 +08:00
miot_network.py fix: retry to get cloud device list until successfully fetching device online state when the network resumes (#1555) 2025-12-16 08:29:16 +08:00
miot_spec.py feat: format value, then evaluate by expression, and set precision at last (#1516) 2025-11-25 09:31:40 +08:00
miot_storage.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
web_pages.py fix: pylint 4.0.0 (#1455) 2025-10-13 17:11:30 +08:00