homeassistant 2025.8.2__py3-none-any.whl → 2025.8.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (905) hide show
  1. homeassistant/components/abode/translations/ga.json +70 -0
  2. homeassistant/components/acaia/translations/ga.json +7 -1
  3. homeassistant/components/accuweather/translations/fr.json +56 -7
  4. homeassistant/components/accuweather/translations/ga.json +71 -1
  5. homeassistant/components/accuweather/translations/sensor.ga.json +9 -0
  6. homeassistant/components/acmeda/translations/ga.json +15 -0
  7. homeassistant/components/adax/translations/ga.json +34 -0
  8. homeassistant/components/adguard/translations/ga.json +125 -1
  9. homeassistant/components/ads/translations/ga.json +19 -0
  10. homeassistant/components/advantage_air/translations/ga.json +7 -0
  11. homeassistant/components/aemet/translations/fr.json +8 -0
  12. homeassistant/components/aemet/translations/ga.json +21 -1
  13. homeassistant/components/aftership/translations/ga.json +49 -0
  14. homeassistant/components/agent_dvr/translations/ga.json +18 -1
  15. homeassistant/components/airgradient/translations/bg.json +0 -5
  16. homeassistant/components/airgradient/translations/de.json +2 -2
  17. homeassistant/components/airgradient/translations/el.json +2 -2
  18. homeassistant/components/airgradient/translations/en-GB.json +2 -2
  19. homeassistant/components/airgradient/translations/en.json +2 -2
  20. homeassistant/components/airgradient/translations/es.json +0 -1
  21. homeassistant/components/airgradient/translations/ga.json +12 -1
  22. homeassistant/components/airgradient/translations/he.json +0 -5
  23. homeassistant/components/airgradient/translations/hu.json +0 -1
  24. homeassistant/components/airgradient/translations/ja.json +0 -1
  25. homeassistant/components/airgradient/translations/lt.json +0 -1
  26. homeassistant/components/airgradient/translations/nl.json +2 -2
  27. homeassistant/components/airgradient/translations/pt.json +0 -1
  28. homeassistant/components/airgradient/translations/ru.json +0 -1
  29. homeassistant/components/airgradient/translations/sv.json +0 -1
  30. homeassistant/components/airgradient/translations/tr.json +0 -1
  31. homeassistant/components/airgradient/translations/zh-Hans.json +2 -2
  32. homeassistant/components/airgradient/translations/zh-Hant.json +2 -2
  33. homeassistant/components/airnow/translations/ga.json +25 -0
  34. homeassistant/components/airos/translations/fr.json +1 -0
  35. homeassistant/components/airos/translations/ga.json +18 -1
  36. homeassistant/components/airq/translations/ga.json +72 -0
  37. homeassistant/components/airthings/translations/ga.json +18 -0
  38. homeassistant/components/airthings_ble/translations/ga.json +34 -0
  39. homeassistant/components/airtouch4/translations/ga.json +12 -1
  40. homeassistant/components/airtouch5/translations/ga.json +16 -0
  41. homeassistant/components/airvisual/translations/ga.json +33 -0
  42. homeassistant/components/airvisual/translations/sensor.ga.json +10 -0
  43. homeassistant/components/airvisual_pro/translations/ga.json +24 -1
  44. homeassistant/components/airzone/translations/ga.json +45 -3
  45. homeassistant/components/airzone_cloud/translations/ga.json +3 -1
  46. homeassistant/components/alarm_control_panel/translations/ga.json +101 -0
  47. homeassistant/components/alarmdecoder/translations/fr.json +5 -1
  48. homeassistant/components/alarmdecoder/translations/ga.json +12 -0
  49. homeassistant/components/alert/translations/de.json +1 -1
  50. homeassistant/components/alexa_devices/__init__.py +28 -2
  51. homeassistant/components/alexa_devices/config_flow.py +4 -9
  52. homeassistant/components/alexa_devices/const.py +19 -0
  53. homeassistant/components/alexa_devices/coordinator.py +1 -2
  54. homeassistant/components/alexa_devices/manifest.json +1 -1
  55. homeassistant/components/alexa_devices/strings.json +0 -4
  56. homeassistant/components/alexa_devices/translations/bg.json +0 -1
  57. homeassistant/components/alexa_devices/translations/cs.json +1 -5
  58. homeassistant/components/alexa_devices/translations/de.json +1 -5
  59. homeassistant/components/alexa_devices/translations/el.json +1 -5
  60. homeassistant/components/alexa_devices/translations/en-GB.json +1 -5
  61. homeassistant/components/alexa_devices/translations/en.json +1 -5
  62. homeassistant/components/alexa_devices/translations/es.json +1 -5
  63. homeassistant/components/alexa_devices/translations/et.json +1 -5
  64. homeassistant/components/alexa_devices/translations/fr.json +11 -0
  65. homeassistant/components/alexa_devices/translations/ga.json +16 -3
  66. homeassistant/components/alexa_devices/translations/he.json +0 -1
  67. homeassistant/components/alexa_devices/translations/hu.json +0 -3
  68. homeassistant/components/alexa_devices/translations/id.json +0 -3
  69. homeassistant/components/alexa_devices/translations/it.json +0 -3
  70. homeassistant/components/alexa_devices/translations/ja.json +1 -4
  71. homeassistant/components/alexa_devices/translations/ko.json +0 -1
  72. homeassistant/components/alexa_devices/translations/lt.json +1 -5
  73. homeassistant/components/alexa_devices/translations/mk.json +1 -5
  74. homeassistant/components/alexa_devices/translations/pl.json +0 -1
  75. homeassistant/components/alexa_devices/translations/pt.json +1 -5
  76. homeassistant/components/alexa_devices/translations/ru.json +1 -5
  77. homeassistant/components/alexa_devices/translations/sk.json +1 -5
  78. homeassistant/components/alexa_devices/translations/sv.json +1 -5
  79. homeassistant/components/alexa_devices/translations/tr.json +0 -1
  80. homeassistant/components/alexa_devices/translations/zh-Hans.json +50 -5
  81. homeassistant/components/alexa_devices/translations/zh-Hant.json +1 -5
  82. homeassistant/components/altruist/translations/fr.json +9 -0
  83. homeassistant/components/altruist/translations/ga.json +10 -0
  84. homeassistant/components/amberelectric/config_flow.py +4 -2
  85. homeassistant/components/amberelectric/const.py +2 -0
  86. homeassistant/components/amberelectric/coordinator.py +6 -2
  87. homeassistant/components/ambient_network/translations/fr.json +12 -0
  88. homeassistant/components/ambient_network/translations/ga.json +3 -0
  89. homeassistant/components/ambient_station/translations/ga.json +168 -0
  90. homeassistant/components/amcrest/translations/ga.json +11 -0
  91. homeassistant/components/amcrest/translations/sv.json +2 -2
  92. homeassistant/components/analytics_insights/translations/ga.json +7 -0
  93. homeassistant/components/androidtv/translations/fr.json +15 -2
  94. homeassistant/components/androidtv/translations/ga.json +2 -1
  95. homeassistant/components/androidtv_remote/translations/ga.json +5 -1
  96. homeassistant/components/anova/translations/ga.json +2 -0
  97. homeassistant/components/anthropic/translations/ga.json +20 -0
  98. homeassistant/components/anthropic/translations/nl.json +1 -0
  99. homeassistant/components/aosmith/translations/ga.json +17 -1
  100. homeassistant/components/apple_tv/translations/ga.json +3 -0
  101. homeassistant/components/aprilaire/translations/ga.json +44 -9
  102. homeassistant/components/apsystems/translations/ga.json +10 -0
  103. homeassistant/components/aquacell/translations/ga.json +11 -1
  104. homeassistant/components/arve/translations/ga.json +6 -0
  105. homeassistant/components/aseko_pool_live/translations/ga.json +12 -0
  106. homeassistant/components/assist_satellite/translations/ga.json +1 -0
  107. homeassistant/components/asuswrt/translations/ga.json +33 -0
  108. homeassistant/components/aurora/translations/fr.json +9 -0
  109. homeassistant/components/aurora/translations/ga.json +5 -0
  110. homeassistant/components/aurora_abb_powerone/translations/fr.json +7 -0
  111. homeassistant/components/autarco/translations/ga.json +17 -1
  112. homeassistant/components/automation/translations/ga.json +9 -0
  113. homeassistant/components/awair/translations/ga.json +5 -0
  114. homeassistant/components/awair/translations/zh-Hant.json +1 -1
  115. homeassistant/components/aws_s3/translations/ga.json +3 -0
  116. homeassistant/components/axis/translations/ga.json +1 -0
  117. homeassistant/components/azure_data_explorer/translations/ga.json +8 -0
  118. homeassistant/components/azure_storage/translations/ga.json +7 -0
  119. homeassistant/components/backup/translations/ga.json +1 -0
  120. homeassistant/components/bang_olufsen/translations/ga.json +12 -1
  121. homeassistant/components/binary_sensor/translations/ga.json +10 -0
  122. homeassistant/components/blackbird/translations/ga.json +11 -0
  123. homeassistant/components/blebox/translations/ga.json +12 -0
  124. homeassistant/components/blue_current/translations/ga.json +37 -1
  125. homeassistant/components/bluesound/translations/ga.json +42 -0
  126. homeassistant/components/bluetooth/manifest.json +1 -1
  127. homeassistant/components/bmw_connected_drive/translations/ga.json +7 -0
  128. homeassistant/components/bond/translations/ga.json +30 -0
  129. homeassistant/components/bosch_alarm/translations/fr.json +110 -4
  130. homeassistant/components/bosch_alarm/translations/ga.json +14 -0
  131. homeassistant/components/bosch_alarm/translations/pt.json +3 -0
  132. homeassistant/components/bosch_shc/entity.py +1 -6
  133. homeassistant/components/bosch_shc/manifest.json +1 -1
  134. homeassistant/components/bosch_shc/translations/ga.json +8 -0
  135. homeassistant/components/bring/translations/fr.json +9 -0
  136. homeassistant/components/bring/translations/ga.json +24 -2
  137. homeassistant/components/broadlink/translations/ga.json +13 -1
  138. homeassistant/components/brother/translations/ga.json +3 -0
  139. homeassistant/components/bryant_evolution/translations/ga.json +6 -0
  140. homeassistant/components/bsblan/translations/ga.json +4 -0
  141. homeassistant/components/bthome/translations/ga.json +2 -0
  142. homeassistant/components/button/translations/fr.json +1 -0
  143. homeassistant/components/caldav/translations/ga.json +23 -1
  144. homeassistant/components/calendar/translations/ga.json +7 -0
  145. homeassistant/components/calendar/translations/zh-Hant.json +1 -1
  146. homeassistant/components/cambridge_audio/translations/ga.json +11 -1
  147. homeassistant/components/camera/translations/ga.json +21 -0
  148. homeassistant/components/camera/translations/zh-Hant.json +1 -1
  149. homeassistant/components/cast/translations/ga.json +9 -0
  150. homeassistant/components/cast/translations/sl.json +7 -0
  151. homeassistant/components/ccm15/translations/ga.json +19 -0
  152. homeassistant/components/chacon_dio/translations/ga.json +20 -0
  153. homeassistant/components/climate/translations/ga.json +7 -2
  154. homeassistant/components/cloudflare/translations/ga.json +7 -0
  155. homeassistant/components/co2signal/translations/ga.json +10 -0
  156. homeassistant/components/color_extractor/translations/ga.json +9 -0
  157. homeassistant/components/comelit/translations/fr.json +1 -0
  158. homeassistant/components/comelit/translations/ga.json +23 -1
  159. homeassistant/components/conversation/translations/ga.json +10 -1
  160. homeassistant/components/cookidoo/translations/ga.json +14 -1
  161. homeassistant/components/counter/translations/ga.json +11 -0
  162. homeassistant/components/cover/translations/ga.json +53 -0
  163. homeassistant/components/daikin/translations/ga.json +24 -0
  164. homeassistant/components/datadog/translations/ga.json +16 -0
  165. homeassistant/components/datetime/translations/ga.json +12 -0
  166. homeassistant/components/deako/translations/ga.json +4 -0
  167. homeassistant/components/deconz/translations/ga.json +9 -0
  168. homeassistant/components/deluge/translations/ga.json +6 -0
  169. homeassistant/components/demo/translations/ga.json +13 -0
  170. homeassistant/components/denonavr/translations/fr.json +25 -0
  171. homeassistant/components/devialet/translations/ga.json +6 -0
  172. homeassistant/components/device_tracker/translations/ga.json +12 -0
  173. homeassistant/components/devolo_home_control/translations/ga.json +3 -0
  174. homeassistant/components/devolo_home_network/translations/ga.json +9 -0
  175. homeassistant/components/dlna_dmr/translations/zh-Hant.json +1 -1
  176. homeassistant/components/dnsip/translations/ga.json +3 -0
  177. homeassistant/components/doorbird/translations/ga.json +18 -0
  178. homeassistant/components/downloader/translations/ga.json +3 -0
  179. homeassistant/components/drop_connect/translations/ga.json +2 -0
  180. homeassistant/components/duke_energy/translations/ga.json +20 -0
  181. homeassistant/components/duotecno/translations/ga.json +11 -0
  182. homeassistant/components/dwd_weather_warnings/translations/fr.json +13 -0
  183. homeassistant/components/dwd_weather_warnings/translations/ga.json +2 -0
  184. homeassistant/components/ecobee/translations/ga.json +28 -0
  185. homeassistant/components/ecobee/translations/zh-Hant.json +1 -1
  186. homeassistant/components/ecoforest/translations/fr.json +3 -0
  187. homeassistant/components/ecoforest/translations/ga.json +16 -0
  188. homeassistant/components/econet/translations/zh-Hant.json +1 -1
  189. homeassistant/components/ecovacs/translations/ga.json +14 -2
  190. homeassistant/components/edl21/translations/ga.json +9 -0
  191. homeassistant/components/eheimdigital/translations/ga.json +15 -0
  192. homeassistant/components/electric_kiwi/translations/ga.json +19 -3
  193. homeassistant/components/elevenlabs/translations/ga.json +7 -0
  194. homeassistant/components/elgato/translations/el.json +2 -1
  195. homeassistant/components/elkm1/translations/el.json +21 -3
  196. homeassistant/components/elkm1/translations/ga.json +53 -1
  197. homeassistant/components/elmax/translations/ga.json +4 -0
  198. homeassistant/components/elvia/translations/ga.json +7 -0
  199. homeassistant/components/emoncms/translations/ga.json +3 -1
  200. homeassistant/components/energenie_power_sockets/translations/ga.json +4 -0
  201. homeassistant/components/enigma2/translations/ga.json +19 -0
  202. homeassistant/components/enphase_envoy/translations/ga.json +29 -1
  203. homeassistant/components/envisalink/translations/ga.json +11 -0
  204. homeassistant/components/epic_games_store/translations/ga.json +6 -0
  205. homeassistant/components/epion/translations/ga.json +18 -0
  206. homeassistant/components/eq3btsmart/translations/ga.json +3 -0
  207. homeassistant/components/esphome/const.py +1 -1
  208. homeassistant/components/event/translations/ga.json +24 -0
  209. homeassistant/components/evohome/translations/ga.json +21 -0
  210. homeassistant/components/ezviz/translations/de.json +4 -4
  211. homeassistant/components/ezviz/translations/ga.json +24 -0
  212. homeassistant/components/ezviz/translations/sv.json +1 -1
  213. homeassistant/components/fan/translations/ga.json +94 -0
  214. homeassistant/components/fastdotcom/translations/ga.json +3 -0
  215. homeassistant/components/feedreader/translations/ga.json +9 -0
  216. homeassistant/components/ffmpeg/translations/ga.json +25 -0
  217. homeassistant/components/file/translations/ga.json +3 -0
  218. homeassistant/components/filter/translations/ga.json +8 -1
  219. homeassistant/components/fitbit/translations/ga.json +17 -2
  220. homeassistant/components/fivem/translations/ga.json +3 -0
  221. homeassistant/components/flexit_bacnet/translations/ga.json +23 -0
  222. homeassistant/components/flick_electric/translations/ga.json +2 -1
  223. homeassistant/components/flux_led/translations/ga.json +19 -0
  224. homeassistant/components/folder_watcher/translations/ga.json +3 -0
  225. homeassistant/components/forecast_solar/translations/ga.json +11 -1
  226. homeassistant/components/foscam/translations/el.json +7 -0
  227. homeassistant/components/foscam/translations/ga.json +25 -0
  228. homeassistant/components/foscam/translations/pt.json +7 -0
  229. homeassistant/components/foscam/translations/ru.json +7 -0
  230. homeassistant/components/foscam/translations/sv.json +10 -3
  231. homeassistant/components/fritz/translations/ga.json +12 -2
  232. homeassistant/components/fritzbox/translations/ga.json +6 -0
  233. homeassistant/components/fritzbox_callmonitor/translations/ga.json +14 -0
  234. homeassistant/components/fronius/translations/ga.json +5 -0
  235. homeassistant/components/frontend/__init__.py +1 -1
  236. homeassistant/components/frontend/manifest.json +1 -1
  237. homeassistant/components/frontend/translations/ga.json +25 -0
  238. homeassistant/components/fujitsu_fglair/translations/ga.json +17 -2
  239. homeassistant/components/fully_kiosk/translations/ga.json +17 -0
  240. homeassistant/components/fyta/translations/ga.json +17 -1
  241. homeassistant/components/gardena_bluetooth/translations/ga.json +41 -0
  242. homeassistant/components/generic_hygrostat/translations/ga.json +1 -0
  243. homeassistant/components/generic_hygrostat/translations/pl.json +4 -0
  244. homeassistant/components/generic_thermostat/translations/ga.json +9 -0
  245. homeassistant/components/geniushub/translations/ga.json +55 -0
  246. homeassistant/components/geo_location/translations/ga.json +14 -0
  247. homeassistant/components/geocaching/translations/ga.json +1 -0
  248. homeassistant/components/geonetnz_volcano/translations/ga.json +7 -0
  249. homeassistant/components/gios/translations/ga.json +5 -0
  250. homeassistant/components/glances/translations/ga.json +9 -0
  251. homeassistant/components/goalzero/translations/el.json +3 -0
  252. homeassistant/components/google/translations/ga.json +41 -1
  253. homeassistant/components/google_assistant/translations/ga.json +21 -0
  254. homeassistant/components/google_assistant_sdk/translations/ga.json +22 -1
  255. homeassistant/components/google_assistant_sdk/translations/zh-Hant.json +1 -1
  256. homeassistant/components/google_drive/translations/ga.json +15 -2
  257. homeassistant/components/google_generative_ai_conversation/translations/ga.json +17 -1
  258. homeassistant/components/google_generative_ai_conversation/translations/nl.json +1 -0
  259. homeassistant/components/google_mail/translations/ga.json +46 -1
  260. homeassistant/components/google_photos/translations/ga.json +18 -2
  261. homeassistant/components/google_sheets/translations/ga.json +26 -1
  262. homeassistant/components/google_tasks/translations/ga.json +18 -2
  263. homeassistant/components/google_travel_time/translations/ga.json +10 -1
  264. homeassistant/components/govee_ble/translations/ga.json +9 -0
  265. homeassistant/components/govee_light_local/translations/ga.json +11 -0
  266. homeassistant/components/gpsd/translations/ga.json +33 -0
  267. homeassistant/components/group/translations/ga.json +19 -2
  268. homeassistant/components/group/translations/ru.json +18 -0
  269. homeassistant/components/group/translations/sv.json +12 -0
  270. homeassistant/components/guardian/translations/ga.json +50 -0
  271. homeassistant/components/habitica/translations/el.json +2 -1
  272. homeassistant/components/habitica/translations/fr.json +24 -0
  273. homeassistant/components/habitica/translations/ga.json +28 -2
  274. homeassistant/components/habitica/translations/he.json +3 -0
  275. homeassistant/components/habitica/translations/pt.json +2 -1
  276. homeassistant/components/habitica/translations/ru.json +2 -1
  277. homeassistant/components/habitica/translations/sv.json +2 -1
  278. homeassistant/components/harmony/translations/ga.json +16 -0
  279. homeassistant/components/hassio/issues.py +3 -1
  280. homeassistant/components/hassio/translations/de.json +5 -5
  281. homeassistant/components/hassio/translations/ga.json +83 -3
  282. homeassistant/components/hassio/translations/zh-Hant.json +2 -2
  283. homeassistant/components/hdmi_cec/translations/ga.json +21 -0
  284. homeassistant/components/heos/translations/ga.json +34 -0
  285. homeassistant/components/here_travel_time/translations/ga.json +7 -0
  286. homeassistant/components/history_stats/translations/ga.json +7 -0
  287. homeassistant/components/hive/translations/ga.json +47 -0
  288. homeassistant/components/hko/translations/fr.json +9 -0
  289. homeassistant/components/hko/translations/ga.json +10 -0
  290. homeassistant/components/holiday/manifest.json +1 -1
  291. homeassistant/components/holiday/translations/fr.json +1 -1
  292. homeassistant/components/home_connect/translations/fr.json +43 -0
  293. homeassistant/components/home_connect/translations/ga.json +181 -5
  294. homeassistant/components/homeassistant/translations/ga.json +75 -5
  295. homeassistant/components/homeassistant_hardware/translations/ga.json +3 -0
  296. homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -1
  297. homeassistant/components/homeassistant_sky_connect/translations/ga.json +3 -0
  298. homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +1 -1
  299. homeassistant/components/homeassistant_yellow/translations/ga.json +3 -0
  300. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -1
  301. homeassistant/components/homee/translations/fr.json +27 -0
  302. homeassistant/components/homee/translations/ga.json +27 -2
  303. homeassistant/components/homekit/translations/ga.json +25 -0
  304. homeassistant/components/homekit_controller/translations/ga.json +1 -0
  305. homeassistant/components/homematic/translations/ga.json +93 -0
  306. homeassistant/components/homematicip_cloud/translations/ga.json +106 -0
  307. homeassistant/components/homewizard/translations/ga.json +3 -0
  308. homeassistant/components/homewizard/translations/zh-Hant.json +1 -1
  309. homeassistant/components/homeworks/translations/ga.json +17 -3
  310. homeassistant/components/honeywell/translations/ga.json +6 -0
  311. homeassistant/components/html5/translations/ga.json +17 -0
  312. homeassistant/components/huawei_lte/translations/ga.json +25 -0
  313. homeassistant/components/hue/translations/ga.json +52 -1
  314. homeassistant/components/humidifier/translations/ga.json +33 -1
  315. homeassistant/components/husqvarna_automower/translations/fr.json +5 -0
  316. homeassistant/components/husqvarna_automower/translations/ga.json +19 -2
  317. homeassistant/components/husqvarna_automower_ble/translations/ga.json +4 -1
  318. homeassistant/components/huum/translations/ga.json +19 -0
  319. homeassistant/components/hvv_departures/translations/ga.json +8 -0
  320. homeassistant/components/hydrawise/translations/el.json +6 -2
  321. homeassistant/components/hydrawise/translations/ga.json +21 -1
  322. homeassistant/components/hydrawise/translations/pt.json +5 -1
  323. homeassistant/components/hydrawise/translations/ru.json +5 -1
  324. homeassistant/components/hyperion/translations/ga.json +5 -0
  325. homeassistant/components/ialarm/translations/fr.json +3 -0
  326. homeassistant/components/icloud/services.py +11 -14
  327. homeassistant/components/icloud/translations/ga.json +16 -0
  328. homeassistant/components/idasen_desk/translations/ga.json +12 -1
  329. homeassistant/components/ifttt/translations/ga.json +40 -0
  330. homeassistant/components/igloohome/translations/ga.json +8 -0
  331. homeassistant/components/ihc/translations/ga.json +72 -0
  332. homeassistant/components/imap/translations/ga.json +4 -0
  333. homeassistant/components/imeon_inverter/coordinator.py +4 -6
  334. homeassistant/components/imeon_inverter/sensor.py +10 -11
  335. homeassistant/components/imeon_inverter/translations/cs.json +7 -7
  336. homeassistant/components/imeon_inverter/translations/de.json +7 -7
  337. homeassistant/components/imeon_inverter/translations/el.json +0 -15
  338. homeassistant/components/imeon_inverter/translations/en-GB.json +0 -21
  339. homeassistant/components/imeon_inverter/translations/en.json +7 -7
  340. homeassistant/components/imeon_inverter/translations/es.json +0 -21
  341. homeassistant/components/imeon_inverter/translations/et.json +7 -7
  342. homeassistant/components/imeon_inverter/translations/fi.json +1 -0
  343. homeassistant/components/imeon_inverter/translations/fr.json +1 -0
  344. homeassistant/components/imeon_inverter/translations/ga.json +13 -16
  345. homeassistant/components/imeon_inverter/translations/hu.json +0 -21
  346. homeassistant/components/imeon_inverter/translations/lt.json +0 -21
  347. homeassistant/components/imeon_inverter/translations/pt.json +0 -21
  348. homeassistant/components/imeon_inverter/translations/ru.json +0 -21
  349. homeassistant/components/imeon_inverter/translations/sk.json +7 -7
  350. homeassistant/components/imeon_inverter/translations/sv.json +0 -21
  351. homeassistant/components/imeon_inverter/translations/zh-Hans.json +5 -11
  352. homeassistant/components/imeon_inverter/translations/zh-Hant.json +7 -7
  353. homeassistant/components/imgw_pib/manifest.json +1 -1
  354. homeassistant/components/imgw_pib/translations/ga.json +8 -0
  355. homeassistant/components/immich/translations/ga.json +13 -1
  356. homeassistant/components/improv_ble/translations/ga.json +22 -0
  357. homeassistant/components/incomfort/translations/ga.json +16 -0
  358. homeassistant/components/input_boolean/translations/ga.json +8 -4
  359. homeassistant/components/input_button/translations/ga.json +2 -1
  360. homeassistant/components/input_datetime/translations/ga.json +2 -1
  361. homeassistant/components/input_number/translations/ga.json +20 -1
  362. homeassistant/components/input_select/translations/ga.json +49 -0
  363. homeassistant/components/input_text/translations/ga.json +2 -1
  364. homeassistant/components/insteon/translations/ga.json +109 -0
  365. homeassistant/components/intellifire/translations/ga.json +43 -0
  366. homeassistant/components/intent_script/translations/ga.json +8 -0
  367. homeassistant/components/iometer/translations/ga.json +11 -0
  368. homeassistant/components/iotty/translations/ga.json +15 -1
  369. homeassistant/components/iperf3/translations/ga.json +13 -0
  370. homeassistant/components/ipma/translations/fr.json +13 -0
  371. homeassistant/components/ipma/translations/ga.json +11 -0
  372. homeassistant/components/iron_os/translations/ga.json +24 -2
  373. homeassistant/components/iskra/translations/ga.json +17 -1
  374. homeassistant/components/islamic_prayer_times/translations/fr.json +5 -0
  375. homeassistant/components/islamic_prayer_times/translations/ga.json +8 -0
  376. homeassistant/components/israel_rail/translations/ga.json +6 -0
  377. homeassistant/components/ista_ecotrend/translations/ga.json +21 -1
  378. homeassistant/components/isy994/translations/ga.json +73 -0
  379. homeassistant/components/ituran/translations/ga.json +10 -2
  380. homeassistant/components/izone/translations/ga.json +24 -0
  381. homeassistant/components/jellyfin/translations/ga.json +8 -1
  382. homeassistant/components/jewish_calendar/translations/ga.json +5 -0
  383. homeassistant/components/justnimbus/translations/ga.json +3 -0
  384. homeassistant/components/jvc_projector/translations/ga.json +12 -0
  385. homeassistant/components/keba/translations/ga.json +56 -1
  386. homeassistant/components/keenetic_ndms2/translations/ga.json +1 -0
  387. homeassistant/components/kef/translations/ga.json +20 -0
  388. homeassistant/components/keyboard/translations/ga.json +8 -0
  389. homeassistant/components/keymitt_ble/translations/ga.json +33 -0
  390. homeassistant/components/kitchen_sink/translations/ga.json +4 -0
  391. homeassistant/components/kitchen_sink/translations/zh-Hant.json +3 -3
  392. homeassistant/components/knocki/translations/ga.json +18 -0
  393. homeassistant/components/knx/translations/fr.json +2 -1
  394. homeassistant/components/knx/translations/ga.json +20 -2
  395. homeassistant/components/kostal_plenticore/translations/ga.json +2 -0
  396. homeassistant/components/kraken/translations/ga.json +30 -0
  397. homeassistant/components/kulersky/translations/ga.json +20 -0
  398. homeassistant/components/lamarzocco/translations/ga.json +19 -0
  399. homeassistant/components/lametric/translations/ga.json +111 -0
  400. homeassistant/components/landisgyr_heat_meter/translations/ga.json +7 -0
  401. homeassistant/components/launch_library/translations/pt.json +7 -0
  402. homeassistant/components/lawn_mower/translations/ga.json +15 -1
  403. homeassistant/components/lcn/translations/ga.json +165 -21
  404. homeassistant/components/ld2410_ble/translations/ga.json +9 -0
  405. homeassistant/components/leaone/translations/ga.json +10 -1
  406. homeassistant/components/lektrico/translations/ga.json +15 -0
  407. homeassistant/components/letpot/translations/fr.json +7 -0
  408. homeassistant/components/letpot/translations/ga.json +16 -0
  409. homeassistant/components/lg_netcast/translations/ga.json +16 -0
  410. homeassistant/components/lg_thinq/coordinator.py +1 -1
  411. homeassistant/components/lg_thinq/translations/el.json +1 -0
  412. homeassistant/components/lg_thinq/translations/ga.json +52 -4
  413. homeassistant/components/lg_thinq/translations/pt.json +2 -0
  414. homeassistant/components/lg_thinq/translations/ru.json +2 -0
  415. homeassistant/components/lifx/translations/ga.json +110 -0
  416. homeassistant/components/light/translations/ga.json +13 -1
  417. homeassistant/components/light/translations/it.json +1 -0
  418. homeassistant/components/linear_garage_door/translations/ga.json +25 -0
  419. homeassistant/components/linkplay/translations/ga.json +11 -0
  420. homeassistant/components/litterrobot/translations/ga.json +18 -0
  421. homeassistant/components/local_calendar/translations/ga.json +3 -0
  422. homeassistant/components/local_file/translations/ga.json +20 -1
  423. homeassistant/components/local_todo/translations/ga.json +3 -0
  424. homeassistant/components/lock/translations/ga.json +9 -0
  425. homeassistant/components/logbook/translations/ga.json +24 -0
  426. homeassistant/components/logger/translations/ga.json +9 -0
  427. homeassistant/components/loqed/translations/ga.json +11 -0
  428. homeassistant/components/luftdaten/translations/ga.json +3 -0
  429. homeassistant/components/lupusec/translations/ga.json +12 -0
  430. homeassistant/components/lutron/translations/ga.json +9 -0
  431. homeassistant/components/lyric/translations/ga.json +3 -0
  432. homeassistant/components/madvr/translations/ga.json +10 -0
  433. homeassistant/components/manual/translations/fr.json +7 -0
  434. homeassistant/components/mastodon/translations/ga.json +5 -0
  435. homeassistant/components/matter/translations/fr.json +3 -0
  436. homeassistant/components/matter/translations/ga.json +40 -2
  437. homeassistant/components/matter/valve.py +6 -3
  438. homeassistant/components/mcp/translations/ga.json +18 -2
  439. homeassistant/components/mcp_server/translations/ga.json +3 -0
  440. homeassistant/components/mealie/translations/ga.json +19 -1
  441. homeassistant/components/meater/translations/ga.json +5 -0
  442. homeassistant/components/medcom_ble/translations/ga.json +15 -1
  443. homeassistant/components/media_extractor/manifest.json +1 -1
  444. homeassistant/components/media_extractor/translations/ga.json +7 -0
  445. homeassistant/components/media_player/translations/ga.json +155 -0
  446. homeassistant/components/melcloud/translations/ga.json +34 -1
  447. homeassistant/components/met_eireann/translations/ga.json +7 -0
  448. homeassistant/components/metoffice/translations/ga.json +9 -0
  449. homeassistant/components/microbees/translations/ga.json +20 -1
  450. homeassistant/components/microsoft_face/translations/ga.json +60 -0
  451. homeassistant/components/miele/translations/el.json +5 -0
  452. homeassistant/components/miele/translations/ga.json +42 -4
  453. homeassistant/components/miele/translations/pt.json +1 -0
  454. homeassistant/components/minio/translations/ga.json +24 -0
  455. homeassistant/components/modbus/translations/ga.json +54 -0
  456. homeassistant/components/modem_callerid/translations/ga.json +9 -0
  457. homeassistant/components/modern_forms/translations/ga.json +5 -0
  458. homeassistant/components/mold_indicator/translations/ga.json +7 -0
  459. homeassistant/components/monarch_money/translations/ga.json +7 -1
  460. homeassistant/components/monzo/translations/ga.json +15 -2
  461. homeassistant/components/motionblinds_ble/translations/ga.json +8 -0
  462. homeassistant/components/motionmount/translations/ga.json +13 -1
  463. homeassistant/components/mpd/translations/ga.json +12 -0
  464. homeassistant/components/mqtt/translations/el.json +5 -1
  465. homeassistant/components/mqtt/translations/fr.json +44 -1
  466. homeassistant/components/mqtt/translations/ga.json +56 -4
  467. homeassistant/components/mqtt/translations/he.json +1 -1
  468. homeassistant/components/mqtt/translations/pl.json +11 -0
  469. homeassistant/components/mqtt/translations/pt.json +1 -1
  470. homeassistant/components/mqtt/translations/ru.json +1 -1
  471. homeassistant/components/mqtt/translations/sv.json +1 -1
  472. homeassistant/components/mqtt/translations/zh-Hant.json +2 -2
  473. homeassistant/components/music_assistant/translations/ga.json +6 -1
  474. homeassistant/components/mystrom/manifest.json +1 -1
  475. homeassistant/components/myuplink/translations/fr.json +7 -0
  476. homeassistant/components/myuplink/translations/ga.json +17 -3
  477. homeassistant/components/nam/translations/ga.json +3 -0
  478. homeassistant/components/nanoleaf/config_flow.py +9 -2
  479. homeassistant/components/nanoleaf/translations/ga.json +9 -0
  480. homeassistant/components/nanoleaf/translations/zh-Hant.json +1 -1
  481. homeassistant/components/nasweb/translations/ga.json +13 -1
  482. homeassistant/components/nasweb/translations/nl.json +2 -0
  483. homeassistant/components/neato/translations/ga.json +12 -0
  484. homeassistant/components/ness_alarm/translations/fr.json +22 -0
  485. homeassistant/components/ness_alarm/translations/ga.json +28 -0
  486. homeassistant/components/nest/translations/el.json +1 -1
  487. homeassistant/components/nest/translations/ga.json +6 -0
  488. homeassistant/components/netatmo/manifest.json +1 -1
  489. homeassistant/components/netatmo/translations/fr.json +20 -1
  490. homeassistant/components/netatmo/translations/ga.json +48 -0
  491. homeassistant/components/netgear/translations/ga.json +22 -0
  492. homeassistant/components/netgear_lte/translations/ga.json +72 -0
  493. homeassistant/components/network/translations/el.json +1 -1
  494. homeassistant/components/nexia/translations/ga.json +56 -0
  495. homeassistant/components/nextbus/translations/ga.json +3 -0
  496. homeassistant/components/nextcloud/translations/ga.json +78 -0
  497. homeassistant/components/nextdns/translations/ga.json +6 -0
  498. homeassistant/components/nfandroidtv/translations/fr.json +11 -0
  499. homeassistant/components/nfandroidtv/translations/ga.json +9 -0
  500. homeassistant/components/nice_go/translations/ga.json +23 -1
  501. homeassistant/components/niko_home_control/translations/ga.json +9 -0
  502. homeassistant/components/nmbs/translations/ga.json +1 -0
  503. homeassistant/components/nobo_hub/translations/ga.json +4 -1
  504. homeassistant/components/nordpool/translations/ga.json +1 -0
  505. homeassistant/components/notify/translations/el.json +1 -1
  506. homeassistant/components/notify/translations/ga.json +32 -1
  507. homeassistant/components/ntfy/translations/ga.json +29 -2
  508. homeassistant/components/nuki/translations/ga.json +3 -0
  509. homeassistant/components/number/translations/ga.json +16 -0
  510. homeassistant/components/nut/translations/ga.json +34 -2
  511. homeassistant/components/nws/translations/fr.json +20 -0
  512. homeassistant/components/nx584/translations/ga.json +12 -0
  513. homeassistant/components/nyt_games/translations/ga.json +8 -0
  514. homeassistant/components/nzbget/translations/ga.json +20 -0
  515. homeassistant/components/ohme/translations/ga.json +20 -1
  516. homeassistant/components/ollama/translations/ga.json +21 -0
  517. homeassistant/components/ombi/translations/ga.json +38 -0
  518. homeassistant/components/omnilogic/translations/ga.json +14 -0
  519. homeassistant/components/ondilo_ico/translations/ga.json +2 -0
  520. homeassistant/components/onedrive/translations/ga.json +17 -2
  521. homeassistant/components/onewire/translations/ga.json +4 -0
  522. homeassistant/components/onkyo/translations/ga.json +13 -2
  523. homeassistant/components/onvif/manifest.json +1 -1
  524. homeassistant/components/onvif/translations/ga.json +10 -0
  525. homeassistant/components/onvif/translations/sv.json +3 -3
  526. homeassistant/components/onvif/translations/zh-Hant.json +1 -1
  527. homeassistant/components/open_router/translations/ga.json +18 -0
  528. homeassistant/components/openai_conversation/entity.py +2 -2
  529. homeassistant/components/openai_conversation/translations/el.json +7 -0
  530. homeassistant/components/openai_conversation/translations/ga.json +9 -0
  531. homeassistant/components/openai_conversation/translations/nl.json +2 -1
  532. homeassistant/components/openai_conversation/translations/pt.json +9 -1
  533. homeassistant/components/opensky/translations/ga.json +6 -1
  534. homeassistant/components/opentherm_gw/translations/ga.json +68 -0
  535. homeassistant/components/openweathermap/translations/fr.json +11 -0
  536. homeassistant/components/openweathermap/translations/ga.json +2 -1
  537. homeassistant/components/openweathermap/translations/zh-Hant.json +1 -1
  538. homeassistant/components/opower/manifest.json +1 -1
  539. homeassistant/components/opower/translations/el.json +37 -0
  540. homeassistant/components/opower/translations/ga.json +3 -1
  541. homeassistant/components/opower/translations/pt.json +3 -1
  542. homeassistant/components/osoenergy/translations/ga.json +15 -0
  543. homeassistant/components/otbr/translations/ga.json +2 -1
  544. homeassistant/components/otp/translations/ga.json +6 -1
  545. homeassistant/components/ourgroceries/translations/ga.json +17 -0
  546. homeassistant/components/overkiz/translations/ga.json +11 -0
  547. homeassistant/components/overkiz/translations/select.ga.json +7 -0
  548. homeassistant/components/overkiz/translations/sensor.ga.json +7 -0
  549. homeassistant/components/overseerr/translations/ga.json +13 -0
  550. homeassistant/components/ovo_energy/translations/ga.json +10 -0
  551. homeassistant/components/p1_monitor/translations/ga.json +3 -0
  552. homeassistant/components/palazzetti/translations/ga.json +11 -0
  553. homeassistant/components/paperless_ngx/translations/ga.json +27 -0
  554. homeassistant/components/peblar/translations/ga.json +21 -0
  555. homeassistant/components/pegel_online/translations/ga.json +12 -0
  556. homeassistant/components/permobil/translations/ga.json +5 -0
  557. homeassistant/components/persistent_notification/translations/ga.json +34 -0
  558. homeassistant/components/pglab/translations/ga.json +2 -1
  559. homeassistant/components/pi_hole/translations/ga.json +10 -0
  560. homeassistant/components/pi_hole/translations/zh-Hant.json +1 -1
  561. homeassistant/components/picnic/translations/ga.json +24 -0
  562. homeassistant/components/pilight/translations/ga.json +14 -0
  563. homeassistant/components/ping/translations/ga.json +6 -1
  564. homeassistant/components/playstation_network/translations/ga.json +12 -0
  565. homeassistant/components/plex/translations/ga.json +18 -0
  566. homeassistant/components/plugwise/translations/ga.json +18 -0
  567. homeassistant/components/point/translations/ga.json +13 -2
  568. homeassistant/components/poolsense/translations/ga.json +32 -0
  569. homeassistant/components/powerfox/translations/ga.json +19 -1
  570. homeassistant/components/probe_plus/translations/ga.json +9 -1
  571. homeassistant/components/profiler/translations/ga.json +14 -0
  572. homeassistant/components/proximity/translations/ga.json +1 -0
  573. homeassistant/components/prusalink/translations/ga.json +10 -0
  574. homeassistant/components/ps4/translations/ga.json +18 -0
  575. homeassistant/components/ps4/translations/zh-Hant.json +2 -2
  576. homeassistant/components/pterodactyl/translations/ga.json +18 -1
  577. homeassistant/components/pvpc_hourly_pricing/translations/ga.json +13 -0
  578. homeassistant/components/pyload/translations/ga.json +29 -1
  579. homeassistant/components/python_script/translations/ga.json +8 -0
  580. homeassistant/components/qbittorrent/translations/ga.json +5 -1
  581. homeassistant/components/qbittorrent/translations/lt.json +1 -1
  582. homeassistant/components/qbus/translations/fr.json +1 -0
  583. homeassistant/components/qvr_pro/translations/ga.json +24 -0
  584. homeassistant/components/rabbitair/translations/ga.json +22 -0
  585. homeassistant/components/rachio/translations/ga.json +41 -0
  586. homeassistant/components/radiotherm/translations/ga.json +9 -0
  587. homeassistant/components/rainbird/translations/ga.json +28 -1
  588. homeassistant/components/rainforest_eagle/translations/ga.json +9 -0
  589. homeassistant/components/rainforest_raven/translations/ga.json +11 -0
  590. homeassistant/components/rainmachine/translations/fr.json +56 -1
  591. homeassistant/components/rainmachine/translations/ga.json +84 -0
  592. homeassistant/components/random/translations/el.json +1 -1
  593. homeassistant/components/random/translations/fr.json +1 -1
  594. homeassistant/components/random/translations/ga.json +7 -1
  595. homeassistant/components/random/translations/he.json +1 -1
  596. homeassistant/components/random/translations/ko.json +1 -1
  597. homeassistant/components/random/translations/pl.json +3 -0
  598. homeassistant/components/random/translations/pt.json +1 -1
  599. homeassistant/components/random/translations/ru.json +1 -1
  600. homeassistant/components/random/translations/sv.json +1 -1
  601. homeassistant/components/recollect_waste/translations/el.json +10 -0
  602. homeassistant/components/recorder/translations/ga.json +4 -2
  603. homeassistant/components/refoss/translations/ga.json +11 -0
  604. homeassistant/components/rehlko/translations/ga.json +16 -0
  605. homeassistant/components/remember_the_milk/translations/ga.json +28 -0
  606. homeassistant/components/remote/translations/ga.json +34 -2
  607. homeassistant/components/remote_calendar/translations/ga.json +6 -1
  608. homeassistant/components/renault/manifest.json +1 -1
  609. homeassistant/components/renault/translations/ga.json +51 -0
  610. homeassistant/components/renson/translations/ga.json +57 -3
  611. homeassistant/components/reolink/translations/ga.json +62 -4
  612. homeassistant/components/reolink/translations/lt.json +2 -2
  613. homeassistant/components/reolink/translations/sv.json +7 -7
  614. homeassistant/components/rest/translations/ga.json +7 -0
  615. homeassistant/components/rest_command/translations/ga.json +6 -0
  616. homeassistant/components/rfxtrx/translations/fr.json +11 -0
  617. homeassistant/components/rfxtrx/translations/ga.json +3 -0
  618. homeassistant/components/ring/translations/ga.json +9 -1
  619. homeassistant/components/risco/translations/ga.json +5 -0
  620. homeassistant/components/risco/translations/nl.json +6 -0
  621. homeassistant/components/roborock/translations/ga.json +5 -1
  622. homeassistant/components/romy/translations/ga.json +16 -0
  623. homeassistant/components/roomba/translations/ga.json +14 -0
  624. homeassistant/components/roon/translations/zh-Hant.json +1 -1
  625. homeassistant/components/rova/translations/ga.json +3 -0
  626. homeassistant/components/ruckus_unleashed/translations/ga.json +17 -0
  627. homeassistant/components/russound_rio/manifest.json +1 -1
  628. homeassistant/components/russound_rio/translations/ga.json +10 -0
  629. homeassistant/components/ruuvitag_ble/translations/ga.json +11 -1
  630. homeassistant/components/rympro/translations/ga.json +5 -0
  631. homeassistant/components/sabnzbd/translations/ga.json +6 -0
  632. homeassistant/components/samsungtv/translations/ga.json +6 -0
  633. homeassistant/components/sanix/translations/ga.json +9 -1
  634. homeassistant/components/scene/translations/ga.json +41 -0
  635. homeassistant/components/schlage/translations/ga.json +18 -1
  636. homeassistant/components/scrape/translations/el.json +1 -1
  637. homeassistant/components/scrape/translations/fr.json +1 -1
  638. homeassistant/components/scrape/translations/ga.json +16 -0
  639. homeassistant/components/scrape/translations/he.json +1 -1
  640. homeassistant/components/scrape/translations/pt.json +1 -1
  641. homeassistant/components/scrape/translations/ru.json +1 -1
  642. homeassistant/components/scrape/translations/sv.json +1 -1
  643. homeassistant/components/screenlogic/translations/fr.json +5 -0
  644. homeassistant/components/screenlogic/translations/ga.json +7 -1
  645. homeassistant/components/script/translations/ga.json +18 -0
  646. homeassistant/components/season/translations/fr.json +7 -0
  647. homeassistant/components/sensibo/translations/el.json +27 -0
  648. homeassistant/components/sensibo/translations/ga.json +173 -7
  649. homeassistant/components/sensibo/translations/he.json +4 -0
  650. homeassistant/components/sensibo/translations/pt.json +27 -0
  651. homeassistant/components/sensibo/translations/ru.json +11 -0
  652. homeassistant/components/sensirion_ble/translations/ga.json +11 -1
  653. homeassistant/components/sensor/translations/el.json +5 -0
  654. homeassistant/components/sensor/translations/fr.json +5 -0
  655. homeassistant/components/sensor/translations/ga.json +6 -0
  656. homeassistant/components/sensor/translations/he.json +5 -0
  657. homeassistant/components/sensor/translations/ko.json +1 -1
  658. homeassistant/components/sensor/translations/pt.json +5 -0
  659. homeassistant/components/sensor/translations/ru.json +5 -0
  660. homeassistant/components/sensor/translations/sv.json +3 -0
  661. homeassistant/components/sensorpush_cloud/translations/ga.json +11 -0
  662. homeassistant/components/sensoterra/translations/ga.json +16 -0
  663. homeassistant/components/senz/translations/ga.json +1 -0
  664. homeassistant/components/seventeentrack/translations/ga.json +19 -0
  665. homeassistant/components/sharkiq/translations/ga.json +3 -1
  666. homeassistant/components/shelly/translations/fr.json +11 -1
  667. homeassistant/components/shelly/translations/ga.json +27 -0
  668. homeassistant/components/shelly/translations/zh-Hant.json +1 -1
  669. homeassistant/components/shopping_list/translations/ga.json +55 -0
  670. homeassistant/components/sia/translations/ga.json +11 -0
  671. homeassistant/components/simplisafe/translations/fr.json +14 -0
  672. homeassistant/components/simplisafe/translations/ga.json +34 -0
  673. homeassistant/components/siren/translations/ga.json +30 -0
  674. homeassistant/components/sky_remote/translations/ga.json +9 -0
  675. homeassistant/components/sleepiq/translations/ga.json +4 -2
  676. homeassistant/components/slide_local/translations/ga.json +14 -0
  677. homeassistant/components/sma/translations/ga.json +13 -1
  678. homeassistant/components/smappee/translations/ga.json +4 -0
  679. homeassistant/components/smarla/translations/ga.json +7 -0
  680. homeassistant/components/smartthings/manifest.json +1 -1
  681. homeassistant/components/smartthings/translations/fr.json +14 -0
  682. homeassistant/components/smartthings/translations/ga.json +38 -5
  683. homeassistant/components/smartthings/translations/ko.json +15 -0
  684. homeassistant/components/smarttub/translations/ga.json +46 -0
  685. homeassistant/components/smarty/translations/fr.json +9 -0
  686. homeassistant/components/smarty/translations/ga.json +12 -0
  687. homeassistant/components/smhi/translations/ga.json +4 -0
  688. homeassistant/components/smlight/translations/ga.json +22 -1
  689. homeassistant/components/smtp/translations/ga.json +6 -0
  690. homeassistant/components/snapcast/translations/ga.json +30 -0
  691. homeassistant/components/snips/translations/ga.json +12 -0
  692. homeassistant/components/snoo/translations/ga.json +12 -0
  693. homeassistant/components/snooz/translations/ga.json +28 -0
  694. homeassistant/components/solarlog/translations/ga.json +12 -2
  695. homeassistant/components/somfy_mylink/translations/el.json +4 -2
  696. homeassistant/components/somfy_mylink/translations/pt.json +4 -2
  697. homeassistant/components/somfy_mylink/translations/ru.json +2 -1
  698. homeassistant/components/songpal/translations/ga.json +18 -0
  699. homeassistant/components/sonos/translations/ga.json +105 -0
  700. homeassistant/components/soundtouch/translations/ga.json +42 -0
  701. homeassistant/components/spotify/translations/ga.json +5 -1
  702. homeassistant/components/sql/translations/el.json +1 -1
  703. homeassistant/components/sql/translations/fr.json +1 -1
  704. homeassistant/components/sql/translations/he.json +1 -1
  705. homeassistant/components/sql/translations/ko.json +1 -1
  706. homeassistant/components/sql/translations/pl.json +2 -0
  707. homeassistant/components/sql/translations/pt.json +1 -1
  708. homeassistant/components/sql/translations/ru.json +1 -1
  709. homeassistant/components/sql/translations/sv.json +1 -1
  710. homeassistant/components/squeezebox/media_player.py +2 -2
  711. homeassistant/components/squeezebox/translations/ga.json +30 -0
  712. homeassistant/components/srp_energy/translations/ga.json +13 -0
  713. homeassistant/components/starline/translations/fr.json +5 -0
  714. homeassistant/components/starline/translations/ga.json +5 -0
  715. homeassistant/components/statistics/translations/ga.json +8 -1
  716. homeassistant/components/stiebel_eltron/translations/ga.json +13 -0
  717. homeassistant/components/stookwijzer/translations/ga.json +3 -0
  718. homeassistant/components/streamlabswater/translations/ga.json +16 -0
  719. homeassistant/components/subaru/translations/ga.json +31 -0
  720. homeassistant/components/suez_water/translations/ga.json +10 -2
  721. homeassistant/components/surepetcare/translations/ga.json +8 -1
  722. homeassistant/components/swiss_public_transport/translations/ga.json +1 -0
  723. homeassistant/components/switch/translations/ga.json +16 -0
  724. homeassistant/components/switch_as_x/translations/ga.json +1 -0
  725. homeassistant/components/switchbot/translations/ga.json +4 -0
  726. homeassistant/components/switchbot_cloud/translations/fr.json +1 -0
  727. homeassistant/components/switchbot_cloud/translations/ga.json +20 -0
  728. homeassistant/components/switcher_kis/translations/ga.json +35 -0
  729. homeassistant/components/synology_dsm/translations/ga.json +27 -0
  730. homeassistant/components/system_bridge/translations/ga.json +54 -0
  731. homeassistant/components/system_log/translations/ga.json +30 -0
  732. homeassistant/components/systemmonitor/translations/ga.json +27 -0
  733. homeassistant/components/systemmonitor/translations/zh-Hant.json +1 -1
  734. homeassistant/components/tado/translations/ga.json +68 -0
  735. homeassistant/components/tailscale/translations/ga.json +5 -0
  736. homeassistant/components/tailwind/translations/el.json +1 -1
  737. homeassistant/components/tailwind/translations/ga.json +10 -0
  738. homeassistant/components/tami4/translations/ga.json +7 -1
  739. homeassistant/components/tankerkoenig/translations/ga.json +30 -1
  740. homeassistant/components/tautulli/translations/ga.json +33 -0
  741. homeassistant/components/technove/translations/ga.json +10 -0
  742. homeassistant/components/tedee/translations/ga.json +9 -0
  743. homeassistant/components/telegram/translations/ga.json +8 -0
  744. homeassistant/components/telegram_bot/translations/ga.json +451 -14
  745. homeassistant/components/tellduslive/translations/zh-Hant.json +1 -1
  746. homeassistant/components/template/translations/el.json +7 -1
  747. homeassistant/components/template/translations/fr.json +3 -2
  748. homeassistant/components/template/translations/ga.json +79 -4
  749. homeassistant/components/template/translations/he.json +2 -1
  750. homeassistant/components/template/translations/ko.json +1 -1
  751. homeassistant/components/template/translations/nl.json +2 -1
  752. homeassistant/components/template/translations/pl.json +126 -1
  753. homeassistant/components/template/translations/pt.json +3 -2
  754. homeassistant/components/template/translations/ru.json +3 -2
  755. homeassistant/components/template/translations/sv.json +1 -1
  756. homeassistant/components/tesla_fleet/translations/ga.json +32 -12
  757. homeassistant/components/tesla_wall_connector/translations/ga.json +35 -0
  758. homeassistant/components/teslemetry/translations/fr.json +3 -0
  759. homeassistant/components/teslemetry/translations/ga.json +73 -24
  760. homeassistant/components/teslemetry/translations/pt.json +2 -0
  761. homeassistant/components/tessie/translations/ga.json +38 -10
  762. homeassistant/components/thethingsnetwork/translations/ga.json +9 -2
  763. homeassistant/components/thread/translations/ga.json +7 -0
  764. homeassistant/components/tile/translations/ga.json +5 -0
  765. homeassistant/components/tilt_pi/translations/ga.json +13 -0
  766. homeassistant/components/time/translations/ga.json +15 -0
  767. homeassistant/components/timer/translations/ga.json +43 -1
  768. homeassistant/components/todoist/translations/ga.json +22 -0
  769. homeassistant/components/tolo/translations/ga.json +21 -0
  770. homeassistant/components/tomorrowio/translations/fr.json +3 -0
  771. homeassistant/components/toon/translations/ga.json +13 -0
  772. homeassistant/components/totalconnect/translations/fr.json +2 -1
  773. homeassistant/components/totalconnect/translations/ga.json +13 -0
  774. homeassistant/components/touchline_sl/translations/ga.json +12 -0
  775. homeassistant/components/tplink/translations/fr.json +3 -0
  776. homeassistant/components/tplink/translations/ga.json +122 -2
  777. homeassistant/components/tplink/translations/nl.json +3 -0
  778. homeassistant/components/tplink_omada/translations/ga.json +2 -0
  779. homeassistant/components/traccar_server/translations/ga.json +21 -0
  780. homeassistant/components/tractive/translations/ga.json +12 -1
  781. homeassistant/components/trafikverket_camera/translations/ga.json +20 -0
  782. homeassistant/components/trafikverket_ferry/translations/ga.json +11 -0
  783. homeassistant/components/trafikverket_train/translations/ga.json +23 -0
  784. homeassistant/components/trafikverket_weatherstation/translations/fr.json +33 -1
  785. homeassistant/components/trafikverket_weatherstation/translations/ga.json +13 -0
  786. homeassistant/components/transmission/translations/ga.json +63 -0
  787. homeassistant/components/trend/translations/ga.json +2 -1
  788. homeassistant/components/triggercmd/translations/ga.json +10 -1
  789. homeassistant/components/tts/translations/ga.json +3 -0
  790. homeassistant/components/tuya/translations/el.json +2 -0
  791. homeassistant/components/tuya/translations/fr.json +9 -0
  792. homeassistant/components/tuya/translations/ga.json +184 -0
  793. homeassistant/components/tuya/translations/ko.json +1 -1
  794. homeassistant/components/tuya/translations/nl.json +2 -0
  795. homeassistant/components/tuya/translations/pt.json +2 -0
  796. homeassistant/components/tuya/translations/zh-Hant.json +2 -2
  797. homeassistant/components/twinkly/translations/ga.json +4 -0
  798. homeassistant/components/twitch/translations/ga.json +7 -1
  799. homeassistant/components/unifi/translations/ga.json +18 -0
  800. homeassistant/components/unifiprotect/translations/el.json +1 -1
  801. homeassistant/components/unifiprotect/translations/fr.json +21 -0
  802. homeassistant/components/unifiprotect/translations/ga.json +61 -0
  803. homeassistant/components/upb/translations/ga.json +35 -0
  804. homeassistant/components/update/translations/ga.json +21 -1
  805. homeassistant/components/upnp/translations/ga.json +38 -0
  806. homeassistant/components/uptime_kuma/translations/el.json +11 -1
  807. homeassistant/components/uptime_kuma/translations/ga.json +23 -0
  808. homeassistant/components/uptime_kuma/translations/zh-Hant.json +4 -4
  809. homeassistant/components/utility_meter/translations/ga.json +16 -0
  810. homeassistant/components/v2c/translations/ga.json +10 -0
  811. homeassistant/components/vacuum/translations/ga.json +43 -4
  812. homeassistant/components/vallox/translations/ga.json +36 -1
  813. homeassistant/components/valve/translations/ga.json +10 -4
  814. homeassistant/components/vegehub/translations/ga.json +3 -0
  815. homeassistant/components/velbus/translations/ga.json +30 -4
  816. homeassistant/components/velux/translations/ga.json +22 -0
  817. homeassistant/components/venstar/translations/ga.json +1 -0
  818. homeassistant/components/verisure/translations/ga.json +11 -0
  819. homeassistant/components/version/translations/ga.json +3 -0
  820. homeassistant/components/vesync/translations/ga.json +17 -2
  821. homeassistant/components/vicare/translations/ga.json +51 -4
  822. homeassistant/components/vilfo/translations/ga.json +3 -0
  823. homeassistant/components/vizio/translations/ga.json +20 -0
  824. homeassistant/components/vodafone_station/translations/ga.json +44 -2
  825. homeassistant/components/volvo/coordinator.py +28 -1
  826. homeassistant/components/volvo/sensor.py +2 -2
  827. homeassistant/components/volvo/translations/el.json +7 -1
  828. homeassistant/components/volvo/translations/ga.json +27 -3
  829. homeassistant/components/volvo/translations/pt.json +4 -1
  830. homeassistant/components/wake_on_lan/translations/ga.json +6 -0
  831. homeassistant/components/wallbox/translations/ga.json +2 -1
  832. homeassistant/components/waqi/translations/ga.json +15 -0
  833. homeassistant/components/water_heater/translations/ga.json +43 -3
  834. homeassistant/components/watergate/translations/ga.json +9 -0
  835. homeassistant/components/waze_travel_time/translations/nl.json +3 -0
  836. homeassistant/components/weather/translations/fr.json +1 -1
  837. homeassistant/components/weather/translations/ga.json +28 -0
  838. homeassistant/components/weather/translations/zh-Hant.json +1 -1
  839. homeassistant/components/weatherflow/translations/fr.json +10 -0
  840. homeassistant/components/weatherflow/translations/ga.json +14 -1
  841. homeassistant/components/weatherflow/translations/zh-Hant.json +1 -1
  842. homeassistant/components/weatherflow_cloud/translations/fr.json +44 -0
  843. homeassistant/components/weatherflow_cloud/translations/ga.json +8 -0
  844. homeassistant/components/weatherkit/translations/ga.json +5 -0
  845. homeassistant/components/webdav/translations/ga.json +12 -2
  846. homeassistant/components/webmin/translations/ga.json +19 -0
  847. homeassistant/components/webostv/translations/ga.json +37 -0
  848. homeassistant/components/webostv/translations/zh-Hant.json +3 -3
  849. homeassistant/components/weheat/translations/ga.json +15 -1
  850. homeassistant/components/wemo/translations/ga.json +18 -0
  851. homeassistant/components/whirlpool/translations/ga.json +13 -1
  852. homeassistant/components/wilight/translations/ga.json +48 -0
  853. homeassistant/components/withings/diagnostics.py +11 -0
  854. homeassistant/components/withings/translations/ga.json +5 -0
  855. homeassistant/components/wmspro/translations/ga.json +13 -0
  856. homeassistant/components/workday/manifest.json +1 -1
  857. homeassistant/components/worldclock/translations/ga.json +7 -0
  858. homeassistant/components/wyoming/translations/ga.json +2 -1
  859. homeassistant/components/xbox/translations/ga.json +2 -0
  860. homeassistant/components/xiaomi_aqara/translations/ga.json +12 -0
  861. homeassistant/components/xiaomi_ble/translations/el.json +2 -1
  862. homeassistant/components/xiaomi_ble/translations/ga.json +4 -0
  863. homeassistant/components/xiaomi_ble/translations/pt.json +2 -1
  864. homeassistant/components/xiaomi_miio/translations/ga.json +157 -0
  865. homeassistant/components/yale/translations/ga.json +15 -2
  866. homeassistant/components/yale_smart_alarm/translations/fr.json +42 -2
  867. homeassistant/components/yale_smart_alarm/translations/ga.json +10 -1
  868. homeassistant/components/yalexs_ble/translations/ga.json +5 -0
  869. homeassistant/components/yamaha_musiccast/translations/ga.json +13 -0
  870. homeassistant/components/yamaha_musiccast/translations/select.ga.json +7 -0
  871. homeassistant/components/yardian/translations/ga.json +16 -2
  872. homeassistant/components/yeelight/translations/ga.json +80 -0
  873. homeassistant/components/yolink/translations/el.json +3 -0
  874. homeassistant/components/yolink/translations/fr.json +5 -0
  875. homeassistant/components/yolink/translations/ga.json +30 -0
  876. homeassistant/components/yolink/translations/pt.json +3 -0
  877. homeassistant/components/youtube/translations/ga.json +12 -0
  878. homeassistant/components/zha/translations/fr.json +3 -0
  879. homeassistant/components/zha/translations/ga.json +170 -8
  880. homeassistant/components/zha/translations/lt.json +20 -20
  881. homeassistant/components/zimi/manifest.json +1 -1
  882. homeassistant/components/zimi/translations/ga.json +14 -1
  883. homeassistant/components/zwave_js/config_flow.py +66 -4
  884. homeassistant/components/zwave_js/sensor.py +27 -11
  885. homeassistant/components/zwave_js/strings.json +10 -0
  886. homeassistant/components/zwave_js/translations/cs.json +10 -0
  887. homeassistant/components/zwave_js/translations/de.json +10 -0
  888. homeassistant/components/zwave_js/translations/el.json +10 -2
  889. homeassistant/components/zwave_js/translations/en-GB.json +10 -0
  890. homeassistant/components/zwave_js/translations/en.json +10 -0
  891. homeassistant/components/zwave_js/translations/et.json +10 -0
  892. homeassistant/components/zwave_js/translations/fr.json +12 -1
  893. homeassistant/components/zwave_js/translations/ga.json +86 -6
  894. homeassistant/components/zwave_js/translations/pt.json +10 -2
  895. homeassistant/components/zwave_js/translations/ru.json +10 -2
  896. homeassistant/components/zwave_js/translations/sk.json +10 -0
  897. homeassistant/const.py +1 -1
  898. homeassistant/package_constraints.txt +5 -2
  899. {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/METADATA +1 -1
  900. {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/RECORD +905 -802
  901. {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/WHEEL +0 -0
  902. {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/entry_points.txt +0 -0
  903. {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/licenses/LICENSE.md +0 -0
  904. {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  905. {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,12 @@
1
1
  {
2
+ "common": {
3
+ "every_x_name": "R\u00e9p\u00e9ter tous les X",
4
+ "frequency_daily_description": "L'intervalle de r\u00e9p\u00e9tition d'une quotidienne.",
5
+ "frequency_daily_name": "Intervalle de r\u00e9p\u00e9tition",
6
+ "repeat_monthly_options_name": "Jour du mois",
7
+ "repeat_weekly_options_name": "Jours de la semaine",
8
+ "start_date_name": "Date de d\u00e9but"
9
+ },
2
10
  "config": {
3
11
  "abort": {
4
12
  "already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9"
@@ -57,6 +65,14 @@
57
65
  }
58
66
  },
59
67
  "sensor": {
68
+ "pending_damage": {
69
+ "name": "D\u00e9gats en attente",
70
+ "unit_of_measurement": "d\u00e9gat"
71
+ },
72
+ "pending_quest_items": {
73
+ "name": "Objets de qu\u00eate en attente",
74
+ "unit_of_measurement": "objets"
75
+ },
60
76
  "trinkets": {
61
77
  "name": "Sabliers mystiques"
62
78
  }
@@ -73,6 +89,14 @@
73
89
  }
74
90
  },
75
91
  "services": {
92
+ "create_daily": {
93
+ "description": "Ajouter une quotidienne.",
94
+ "sections": {
95
+ "developer_options": {
96
+ "name": "Param\u00e8tres avanc\u00e9s"
97
+ }
98
+ }
99
+ },
76
100
  "get_tasks": {
77
101
  "fields": {
78
102
  "keyword": {
@@ -67,17 +67,22 @@
67
67
  },
68
68
  "config": {
69
69
  "abort": {
70
+ "reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa",
70
71
  "reconfigure_successful": "D'\u00e9irigh leis an athchumr\u00fa",
71
72
  "unique_id_mismatch": "Hmm, t\u00e1 na sonra\u00ed log\u00e1la isteach sin ceart, ach n\u00edl siad don eachtr\u00e1naithe seo. An bhfuil cuntas eile agat le triail a bhaint as?"
72
73
  },
73
74
  "error": {
75
+ "cannot_connect": "Theip ar an nascadh",
76
+ "invalid_auth": "F\u00edordheimhni\u00fa neamhbhail\u00ed",
74
77
  "invalid_credentials": "T\u00e1 an t-ionchur neamhioml\u00e1n. N\u00ed m\u00f3r duit do shonra\u00ed log\u00e1la isteach n\u00f3 comhartha API a shol\u00e1thar."
75
78
  },
76
79
  "step": {
77
80
  "advanced": {
78
81
  "data": {
79
82
  "api_key": "Comhartha API",
80
- "api_user": "Aitheantas \u00das\u00e1ideora"
83
+ "api_user": "Aitheantas \u00das\u00e1ideora",
84
+ "url": "URL",
85
+ "verify_ssl": "F\u00edoraigh teastas SSL"
81
86
  },
82
87
  "data_description": {
83
88
  "api_key": "Comhartha API chuntas Habitica",
@@ -90,6 +95,7 @@
90
95
  },
91
96
  "login": {
92
97
  "data": {
98
+ "password": "Pasfhocal",
93
99
  "username": "R\u00edomhphost n\u00f3 ainm \u00fas\u00e1ideora (\u00edogair \u00f3 thaobh c\u00e1s de)"
94
100
  },
95
101
  "data_description": {
@@ -114,6 +120,7 @@
114
120
  },
115
121
  "reauth_login": {
116
122
  "data": {
123
+ "password": "Pasfhocal",
117
124
  "username": "R\u00edomhphost n\u00f3 ainm \u00fas\u00e1ideora (\u00edogair \u00f3 thaobh c\u00e1s de)"
118
125
  },
119
126
  "data_description": {
@@ -136,6 +143,10 @@
136
143
  "description": "![Habiticans]({habiticans})\n\nCuir isteach do chomhartha API nua th\u00edos. Is f\u00e9idir leat \u00e9 a fh\u00e1il i Habitica faoi [**Socruithe -> Sonra\u00ed Su\u00edmh**]({site_data})",
137
144
  "sections": {
138
145
  "danger_zone": {
146
+ "data": {
147
+ "url": "URL",
148
+ "verify_ssl": "F\u00edoraigh teastas SSL"
149
+ },
139
150
  "data_description": {
140
151
  "url": "URL an tsampla Habitica",
141
152
  "verify_ssl": "Cumasaigh f\u00edor\u00fa teastais SSL le haghaidh naisc shl\u00e1na. D\u00edchumasaigh ach amh\u00e1in m\u00e1 t\u00e1 t\u00fa ag ceangal le sampla Habitica ag baint \u00fas\u00e1ide as teastas f\u00e9insh\u00ednithe."
@@ -219,7 +230,11 @@
219
230
  "name": "Laeth\u00fail",
220
231
  "state_attributes": {
221
232
  "yesterdaily": {
222
- "name": "Inn\u00e9-Laeth\u00fail"
233
+ "name": "Inn\u00e9-Laeth\u00fail",
234
+ "state": {
235
+ "false": "N\u00edl",
236
+ "true": "T\u00e1"
237
+ }
223
238
  }
224
239
  }
225
240
  },
@@ -521,6 +536,17 @@
521
536
  "trivial": "Gan t\u00e1bhacht"
522
537
  }
523
538
  },
539
+ "repeat": {
540
+ "options": {
541
+ "f": "D\u00e9 hAoine",
542
+ "m": "D\u00e9 Luain",
543
+ "s": "D\u00e9 Sathairn",
544
+ "su": "D\u00e9 Domhnaigh",
545
+ "t": "D\u00e9 M\u00e1irt",
546
+ "th": "D\u00e9ardaoin",
547
+ "w": "D\u00e9 C\u00e9adaoin"
548
+ }
549
+ },
524
550
  "repeat_monthly": {
525
551
  "options": {
526
552
  "day_of_month": "L\u00e1 na m\u00edosa",
@@ -101,6 +101,9 @@
101
101
  },
102
102
  "mana_max": {
103
103
  "unit_of_measurement": "MP"
104
+ },
105
+ "pending_quest_items": {
106
+ "unit_of_measurement": "\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd"
104
107
  }
105
108
  }
106
109
  },
@@ -368,7 +368,8 @@
368
368
  "unit_of_measurement": "dano"
369
369
  },
370
370
  "pending_quest_items": {
371
- "name": "Itens de miss\u00f5es pendentes"
371
+ "name": "Itens de miss\u00f5es pendentes",
372
+ "unit_of_measurement": "itens"
372
373
  },
373
374
  "perception": {
374
375
  "name": "Perce\u00e7\u00e3o",
@@ -368,7 +368,8 @@
368
368
  "unit_of_measurement": "\u0443\u0440\u043e\u043d"
369
369
  },
370
370
  "pending_quest_items": {
371
- "name": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u043a\u0432\u0435\u0441\u0442\u043e\u0432\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b"
371
+ "name": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u043a\u0432\u0435\u0441\u0442\u043e\u0432\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b",
372
+ "unit_of_measurement": "\u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432"
372
373
  },
373
374
  "perception": {
374
375
  "name": "\u0412\u043e\u0441\u043f\u0440\u0438\u044f\u0442\u0438\u0435",
@@ -368,7 +368,8 @@
368
368
  "unit_of_measurement": "skada"
369
369
  },
370
370
  "pending_quest_items": {
371
- "name": "V\u00e4ntande uppdragsobjekt"
371
+ "name": "V\u00e4ntande uppdragsobjekt",
372
+ "unit_of_measurement": "objekt"
372
373
  },
373
374
  "perception": {
374
375
  "name": "Uppfattning",
@@ -14,5 +14,21 @@
14
14
  "name": "Gn\u00edomha\u00edochta\u00ed"
15
15
  }
16
16
  }
17
+ },
18
+ "services": {
19
+ "change_channel": {
20
+ "description": "Seolann s\u00e9 ord\u00fa athraithe cain\u00e9al chuig an Harmony Hub.",
21
+ "fields": {
22
+ "channel": {
23
+ "description": "Uimhir an chain\u00e9il le hathr\u00fa chuici.",
24
+ "name": "Cain\u00e9al"
25
+ }
26
+ },
27
+ "name": "Athraigh cain\u00e9al"
28
+ },
29
+ "sync": {
30
+ "description": "Sioncr\u00f3na\u00edonn s\u00e9 cumra\u00edocht an chianrialt\u00e1in.",
31
+ "name": "Sionc"
32
+ }
17
33
  }
18
34
  }
@@ -61,18 +61,19 @@ PLACEHOLDER_KEY_REASON = "reason"
61
61
 
62
62
  UNSUPPORTED_REASONS = {
63
63
  "apparmor",
64
+ "cgroup_version",
64
65
  "connectivity_check",
65
66
  "content_trust",
66
67
  "dbus",
67
68
  "dns_server",
68
69
  "docker_configuration",
69
70
  "docker_version",
70
- "cgroup_version",
71
71
  "job_conditions",
72
72
  "lxc",
73
73
  "network_manager",
74
74
  "os",
75
75
  "os_agent",
76
+ "os_version",
76
77
  "restart_policy",
77
78
  "software",
78
79
  "source_mods",
@@ -80,6 +81,7 @@ UNSUPPORTED_REASONS = {
80
81
  "systemd",
81
82
  "systemd_journal",
82
83
  "systemd_resolved",
84
+ "virtualization_image",
83
85
  }
84
86
  # Some unsupported reasons also mark the system as unhealthy. If the unsupported reason
85
87
  # provides no additional information beyond the unhealthy one then skip that repair.
@@ -180,7 +180,7 @@
180
180
  },
181
181
  "unsupported_cgroup_version": {
182
182
  "description": "Das System wird nicht unterst\u00fctzt, da die falsche Version von Docker CGroup verwendet wird. Verwende den Link, um die richtige Version zu erfahren und wie du dies beheben kannst.",
183
- "title": "Nicht unterst\u00fctztes System \u2013 CGroup Version"
183
+ "title": "Nicht unterst\u00fctztes System \u2013 CGroup-Version"
184
184
  },
185
185
  "unsupported_connectivity_check": {
186
186
  "description": "Das System wird nicht unterst\u00fctzt, weil Home Assistant nicht feststellen kann, wann eine Internet-Verbindung verf\u00fcgbar ist. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
@@ -224,11 +224,11 @@
224
224
  },
225
225
  "unsupported_os_agent": {
226
226
  "description": "Das System wird nicht unterst\u00fctzt, weil OS-Agent fehlt, inaktiv oder falsch konfiguriert ist. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
227
- "title": "Nicht unterst\u00fctztes System - Probleme mit OS-Agenten"
227
+ "title": "Nicht unterst\u00fctztes System - Probleme mit OS-Agent"
228
228
  },
229
229
  "unsupported_os_version": {
230
230
  "description": "Das System wird nicht unterst\u00fctzt, da die verwendete Version des Home Assistant OS nicht unterst\u00fctzt wird. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
231
- "title": "Nicht unterst\u00fctztes System \u2013 Home Assistant OS Version"
231
+ "title": "Nicht unterst\u00fctztes System \u2013 Home Assistant OS-Version"
232
232
  },
233
233
  "unsupported_restart_policy": {
234
234
  "description": "Das System wird nicht unterst\u00fctzt, da f\u00fcr einen Docker-Container eine Neustartrichtlinie festgelegt ist, die beim Start Probleme verursachen k\u00f6nnte. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
@@ -248,7 +248,7 @@
248
248
  },
249
249
  "unsupported_systemd": {
250
250
  "description": "System wird nicht unterst\u00fctzt, weil Systemd fehlt, inaktiv oder falsch konfiguriert ist. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
251
- "title": "Nicht unterst\u00fctztes System - Systemd Probleme"
251
+ "title": "Nicht unterst\u00fctztes System - Systemd-Probleme"
252
252
  },
253
253
  "unsupported_systemd_journal": {
254
254
  "description": "Das System wird nicht unterst\u00fctzt, da das Systemd Journal und/oder der Gateway-Dienst fehlt, inaktiv oder falsch konfiguriert ist. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
@@ -256,7 +256,7 @@
256
256
  },
257
257
  "unsupported_systemd_resolved": {
258
258
  "description": "Das System wird nicht unterst\u00fctzt, weil Systemd Resolved fehlt, inaktiv oder falsch konfiguriert ist. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
259
- "title": "Nicht unterst\u00fctztes System \u2013 Von Systemd behobene Probleme"
259
+ "title": "Nicht unterst\u00fctztes System \u2013 Probleme mit Systemd-Resolved"
260
260
  },
261
261
  "unsupported_virtualization_image": {
262
262
  "description": "Das System wird nicht unterst\u00fctzt, da das verwendete Image des Home Assistant OS nicht f\u00fcr die Verwendung in einer virtualisierten Umgebung vorgesehen ist. Zur Fehlerbehebung w\u00e4hle \u201eWeitere Informationen\u201c.",
@@ -7,7 +7,11 @@
7
7
  },
8
8
  "step": {
9
9
  "fix_menu": {
10
- "description": "T\u00e1 an breise\u00e1n {addon} socraithe le tos\u00fa ag an tosaithe ach theip air tos\u00fa. De ghn\u00e1th, tarla\u00edonn s\u00e9 seo nuair a bh\u00edonn an chumra\u00edocht m\u00edcheart n\u00f3 nuair a \u00fas\u00e1idtear an port c\u00e9anna i mbreise\u00e1in iolracha. Seice\u00e1il an chumra\u00edocht chomh maith le loga\u00ed do {addon} agus Maoirseoir.\n\n\u00das\u00e1id Tosaigh chun iarracht eile a dh\u00e9anamh n\u00f3 D\u00edchumasaigh chun an rogha tosaithe ag an tosaithe a mh\u00fachadh."
10
+ "description": "T\u00e1 an breise\u00e1n {addon} socraithe le tos\u00fa ag an tosaithe ach theip air tos\u00fa. De ghn\u00e1th, tarla\u00edonn s\u00e9 seo nuair a bh\u00edonn an chumra\u00edocht m\u00edcheart n\u00f3 nuair a \u00fas\u00e1idtear an port c\u00e9anna i mbreise\u00e1in iolracha. Seice\u00e1il an chumra\u00edocht chomh maith le loga\u00ed do {addon} agus Maoirseoir.\n\n\u00das\u00e1id Tosaigh chun iarracht eile a dh\u00e9anamh n\u00f3 D\u00edchumasaigh chun an rogha tosaithe ag an tosaithe a mh\u00fachadh.",
11
+ "menu_options": {
12
+ "addon_disable_boot": "D\u00edchumasaigh",
13
+ "addon_execute_start": "Tosaigh"
14
+ }
11
15
  }
12
16
  }
13
17
  },
@@ -62,21 +66,97 @@
62
66
  }
63
67
  },
64
68
  "services": {
69
+ "addon_restart": {
70
+ "description": "Atosa\u00edonn breise\u00e1n.",
71
+ "fields": {
72
+ "addon": {
73
+ "description": "An breise\u00e1n le hatos\u00fa.",
74
+ "name": "Breise\u00e1n"
75
+ }
76
+ },
77
+ "name": "Atosaigh an breise\u00e1n"
78
+ },
79
+ "addon_start": {
80
+ "description": "Tosa\u00edonn breise\u00e1n.",
81
+ "fields": {
82
+ "addon": {
83
+ "description": "An breise\u00e1n le tos\u00fa.",
84
+ "name": "Breise\u00e1n"
85
+ }
86
+ },
87
+ "name": "Tosaigh an breise\u00e1n"
88
+ },
89
+ "addon_stdin": {
90
+ "description": "Scr\u00edobhann s\u00e9 sonra\u00ed chuig ionchur caighde\u00e1nach an bhreise\u00e1in.",
91
+ "fields": {
92
+ "addon": {
93
+ "description": "An breise\u00e1n le scr\u00edobh chuige."
94
+ }
95
+ }
96
+ },
65
97
  "backup_full": {
98
+ "description": "Crutha\u00edonn s\u00e9 c\u00faltaca ioml\u00e1n.",
66
99
  "fields": {
100
+ "compressed": {
101
+ "description": "Comhbhr\u00fa\u00edonn s\u00e9 na comhaid ch\u00faltaca.",
102
+ "name": "Comhbhr\u00faite"
103
+ },
67
104
  "homeassistant_exclude_database": {
68
105
  "description": "Eisiaigh comhad bunachar sonra\u00ed Home Assistant \u00f3n gc\u00faltaca.",
69
106
  "name": "Eisiamh bunachar sonra\u00ed Home Assistant"
107
+ },
108
+ "location": {
109
+ "description": "Ainm st\u00f3r\u00e1la l\u00edonra c\u00faltaca chun c\u00faltaca\u00ed a \u00f3st\u00e1il.",
110
+ "name": "Su\u00edomh"
111
+ },
112
+ "name": {
113
+ "description": "Roghnach (r\u00e9amhshocraithe = an d\u00e1ta agus an t-am reatha).",
114
+ "name": "Ainm"
115
+ },
116
+ "password": {
117
+ "description": "Pasfhocal chun an c\u00faltaca a chosaint leis.",
118
+ "name": "Pasfhocal"
70
119
  }
71
- }
120
+ },
121
+ "name": "Cruthaigh c\u00faltaca ioml\u00e1n"
72
122
  },
73
123
  "backup_partial": {
124
+ "description": "Crutha\u00edonn s\u00e9 c\u00faltaca p\u00e1irteach.",
74
125
  "fields": {
126
+ "addons": {
127
+ "description": "Liosta breise\u00e1n le cur san \u00e1ireamh sa ch\u00faltaca. Bain \u00fas\u00e1id as ainm slug gach breise\u00e1in.",
128
+ "name": "Breise\u00e1in"
129
+ },
130
+ "compressed": {
131
+ "description": "Comhbhr\u00fa\u00edonn s\u00e9 na comhaid ch\u00faltaca.",
132
+ "name": "Comhbhr\u00faite"
133
+ },
134
+ "folders": {
135
+ "description": "Liosta eolair\u00ed le cur san \u00e1ireamh sa ch\u00faltaca.",
136
+ "name": "Fillte\u00e1in"
137
+ },
138
+ "homeassistant": {
139
+ "description": "\u00c1ir\u00edtear socruithe Home Assistant sa ch\u00faltaca.",
140
+ "name": "Socruithe Home Assistant"
141
+ },
75
142
  "homeassistant_exclude_database": {
76
143
  "description": "Eisiaigh comhad bunachar sonra\u00ed Home Assistant \u00f3n gc\u00faltaca.",
77
144
  "name": "Eisiamh bunachar sonra\u00ed Home Assistant"
145
+ },
146
+ "location": {
147
+ "description": "Ainm st\u00f3r\u00e1la l\u00edonra c\u00faltaca chun c\u00faltaca\u00ed a \u00f3st\u00e1il.",
148
+ "name": "Su\u00edomh"
149
+ },
150
+ "name": {
151
+ "description": "Roghnach (r\u00e9amhshocraithe = an d\u00e1ta agus an t-am reatha).",
152
+ "name": "Ainm"
153
+ },
154
+ "password": {
155
+ "description": "Pasfhocal chun an c\u00faltaca a chosaint leis.",
156
+ "name": "Pasfhocal"
78
157
  }
79
- }
158
+ },
159
+ "name": "Cruthaigh c\u00faltaca p\u00e1irteach"
80
160
  }
81
161
  }
82
162
  }
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "step": {
71
71
  "addon_execute_remove": {
72
- "description": "\u9644\u52a0\u5143\u4ef6 {addon} \u5df2\u5f9e\u5176\u5b89\u88dd\u5132\u5b58\u5eab\u4e2d\u79fb\u9664\u3002\u8868\u793a\u5c07\u7121\u6cd5\u53d6\u5f97\u66f4\u65b0\uff0c\u540c\u6642\u5099\u4efd\u53ef\u80fd\u7121\u6cd5\u6b63\u5e38\u56de\u5fa9\uff0csupervisor \u53ef\u80fd\u7121\u6cd5\u5efa\u7f6e/\u4e0b\u8f09\u6240\u9700\u7684\u8cc7\u6e90\u3002\n\n\u9078\u64c7 **\u50b3\u9001** \u5c07\u79fb\u9664\u6b64\u4e0d\u518d\u4f7f\u7528\u7684\u9644\u52a0\u5143\u4ef6\u3002\u6216\u8005\u4e5f\u53ef\u4ee5\u53c3\u95b1 [Home Assistant \u8aaa\u660e]({help_url}) \u8207 [\u793e\u5340\u8a0e\u8ad6\u5340]({community_url}) \u4ee5\u5c0b\u627e\u9077\u79fb\u7684\u66ff\u4ee3\u65b9\u6848\u3002"
72
+ "description": "\u9644\u52a0\u5143\u4ef6 {addon} \u5df2\u5f9e\u5176\u5b89\u88dd\u5132\u5b58\u5eab\u4e2d\u79fb\u9664\u3002\u8868\u793a\u5c07\u7121\u6cd5\u53d6\u5f97\u66f4\u65b0\uff0c\u540c\u6642\u5099\u4efd\u53ef\u80fd\u7121\u6cd5\u6b63\u5e38\u56de\u5fa9\uff0csupervisor \u53ef\u80fd\u7121\u6cd5\u5efa\u7f6e/\u4e0b\u8f09\u6240\u9700\u7684\u8cc7\u6e90\u3002\n\n\u9078\u64c7**\u50b3\u9001**\u5c07\u79fb\u9664\u6b64\u4e0d\u518d\u4f7f\u7528\u7684\u9644\u52a0\u5143\u4ef6\u3002\u6216\u8005\u4e5f\u53ef\u4ee5\u53c3\u95b1 [Home Assistant \u8aaa\u660e]({help_url}) \u8207 [\u793e\u5340\u8a0e\u8ad6\u5340]({community_url}) \u4ee5\u5c0b\u627e\u9077\u79fb\u7684\u66ff\u4ee3\u65b9\u6848\u3002"
73
73
  }
74
74
  }
75
75
  },
@@ -119,7 +119,7 @@
119
119
  }
120
120
  },
121
121
  "system_adopt_data_disk": {
122
- "description": "\u9078\u64c7 **\u50b3\u9001** \u4ee5\u6a19\u8a18 `{reference}` \u6210\u70ba\u552f\u4e00\u7684\u4f7f\u7528\u8cc7\u6599\u78c1\u789f\u3002\n\n\u5c07\u7121\u6cd5\u518d\u5b58\u53d6\u76ee\u524d\u7684 Home Assistant \u8cc7\u6599\uff08\u5c07\u88ab\u6a19\u8a18\u70ba\u975e\u6d3b\u52d5\u8cc7\u6599\u78c1\u789f\uff09\u3002\u91cd\u555f\u5f8c\u3001`{reference}` \u5c07\u6210\u70ba Home Assistant \u7684\u8cc7\u6599\u78c1\u789f\u3002"
122
+ "description": "\u9078\u64c7**\u50b3\u9001**\u4ee5\u6a19\u8a18 `{reference}` \u6210\u70ba\u552f\u4e00\u7684\u4f7f\u7528\u8cc7\u6599\u78c1\u789f\u3002\n\n\u5c07\u7121\u6cd5\u518d\u5b58\u53d6\u76ee\u524d\u7684 Home Assistant \u8cc7\u6599\uff08\u5c07\u88ab\u6a19\u8a18\u70ba\u975e\u6d3b\u52d5\u8cc7\u6599\u78c1\u789f\uff09\u3002\u91cd\u555f\u5f8c\u3001`{reference}` \u5c07\u6210\u70ba Home Assistant \u7684\u8cc7\u6599\u78c1\u789f\u3002"
123
123
  }
124
124
  }
125
125
  },
@@ -0,0 +1,21 @@
1
+ {
2
+ "services": {
3
+ "power_on": {
4
+ "description": "Cuireann s\u00e9 cumhacht ar gach gl\u00e9as a thaca\u00edonn leis an bhfeidhm seo.",
5
+ "name": "Cumhacht air"
6
+ },
7
+ "select_device": {
8
+ "description": "Roghna\u00edonn s\u00e9 gl\u00e9as HDMI.",
9
+ "fields": {
10
+ "device": {
11
+ "description": "Seoladh na feiste le roghn\u00fa. Is f\u00e9idir gur aitheant\u00f3ir eintitis, seoladh fisiceach n\u00f3 leasainm \u00f3n chumra\u00edocht \u00e9.",
12
+ "name": "Gl\u00e9as"
13
+ }
14
+ },
15
+ "name": "Roghnaigh gl\u00e9as"
16
+ },
17
+ "send_command": {
18
+ "description": "Seolann s\u00e9 ord\u00fa CEC isteach in oiri\u00fant\u00f3ir HDMI at\u00e1 cumasach le CEC."
19
+ }
20
+ }
21
+ }
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "already_in_progress": "T\u00e1 sreabhadh cumra\u00edochta ar si\u00fal cheana f\u00e9in",
5
+ "cannot_connect": "Theip ar an nascadh",
6
+ "reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa",
4
7
  "reconfigure_successful": "D'\u00e9irigh leis an athchumr\u00fa"
5
8
  },
6
9
  "error": {
10
+ "invalid_auth": "F\u00edordheimhni\u00fa neamhbhail\u00ed",
7
11
  "password_missing": "T\u00e1 an focal faire ar iarraidh",
12
+ "unknown": "Earr\u00e1id gan choinne",
8
13
  "username_missing": "T\u00e1 ainm \u00fas\u00e1ideora ar iarraidh"
9
14
  },
10
15
  "step": {
@@ -13,6 +18,10 @@
13
18
  "title": "C\u00f3ras HEOS a aims\u00edodh"
14
19
  },
15
20
  "reauth_confirm": {
21
+ "data": {
22
+ "password": "Pasfhocal",
23
+ "username": "Ainm \u00fas\u00e1ideora"
24
+ },
16
25
  "data_description": {
17
26
  "password": "An focal faire chuig do Chuntas HEOS.",
18
27
  "username": "Ainm \u00fas\u00e1ideora n\u00f3 seoladh r\u00edomhphoist do Chuntais HEOS."
@@ -21,6 +30,9 @@
21
30
  "title": "Ath-fh\u00edordheimhni\u00fa HEOS"
22
31
  },
23
32
  "reconfigure": {
33
+ "data": {
34
+ "host": "\u00d3stach"
35
+ },
24
36
  "data_description": {
25
37
  "host": "Ainm \u00f3stach n\u00f3 seoladh IP t\u00e1irge at\u00e1 cumasach le HEOS (ceann at\u00e1 ceangailte leis an l\u00edonra tr\u00ed shreang m\u00e1s f\u00e9idir)."
26
38
  },
@@ -80,11 +92,17 @@
80
92
  },
81
93
  "options": {
82
94
  "error": {
95
+ "invalid_auth": "F\u00edordheimhni\u00fa neamhbhail\u00ed",
83
96
  "password_missing": "T\u00e1 an focal faire ar iarraidh",
97
+ "unknown": "Earr\u00e1id gan choinne",
84
98
  "username_missing": "T\u00e1 ainm \u00fas\u00e1ideora ar iarraidh"
85
99
  },
86
100
  "step": {
87
101
  "init": {
102
+ "data": {
103
+ "password": "Pasfhocal",
104
+ "username": "Ainm \u00fas\u00e1ideora"
105
+ },
88
106
  "data_description": {
89
107
  "password": "An focal faire chuig do Chuntas HEOS.",
90
108
  "username": "Ainm \u00fas\u00e1ideora n\u00f3 seoladh r\u00edomhphoist do Chuntais HEOS."
@@ -139,6 +157,22 @@
139
157
  }
140
158
  },
141
159
  "name": "Bain den scuaine"
160
+ },
161
+ "sign_in": {
162
+ "fields": {
163
+ "password": {
164
+ "name": "Pasfhocal"
165
+ },
166
+ "username": {
167
+ "description": "Ainm \u00fas\u00e1ideora n\u00f3 r\u00edomhphost chuntas HEOS.",
168
+ "name": "Ainm \u00fas\u00e1ideora"
169
+ }
170
+ },
171
+ "name": "S\u00ednigh isteach"
172
+ },
173
+ "sign_out": {
174
+ "description": "S\u00edn\u00edonn t\u00fa amach as an gcuntas HEOS.",
175
+ "name": "S\u00ednigh amach"
142
176
  }
143
177
  }
144
178
  }
@@ -4,6 +4,13 @@
4
4
  "reconfigure_successful": "D'\u00e9irigh leis an athchumr\u00fa"
5
5
  }
6
6
  },
7
+ "entity": {
8
+ "sensor": {
9
+ "duration": {
10
+ "name": "Fad"
11
+ }
12
+ }
13
+ },
7
14
  "options": {
8
15
  "step": {
9
16
  "init": {
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "config": {
3
+ "abort": {
4
+ "already_configured": "T\u00e1 an cuntas cumraithe cheana f\u00e9in"
5
+ },
3
6
  "error": {
4
7
  "only_two_keys_allowed": "Caithfidh cumra\u00edocht an braiteora dh\u00e1 cheann a shol\u00e1thar as 't\u00fas', 'deireadh', agus 'r\u00e9'."
5
8
  },
@@ -26,6 +29,7 @@
26
29
  "user": {
27
30
  "data": {
28
31
  "entity_id": "Eintiteas",
32
+ "name": "Ainm",
29
33
  "state": "St\u00e1t",
30
34
  "type": "Cine\u00e1l"
31
35
  },
@@ -40,6 +44,9 @@
40
44
  }
41
45
  },
42
46
  "options": {
47
+ "abort": {
48
+ "already_configured": "T\u00e1 an cuntas cumraithe cheana f\u00e9in"
49
+ },
43
50
  "error": {
44
51
  "only_two_keys_allowed": "Caithfidh cumra\u00edocht an braiteora dh\u00e1 cheann a shol\u00e1thar as 't\u00fas', 'deireadh', agus 'r\u00e9'."
45
52
  },
@@ -4,14 +4,61 @@
4
4
  "heating": {
5
5
  "state": {
6
6
  "manual": "L\u00e1mhleabhar",
7
+ "off": "As",
7
8
  "schedule": "Sceideal"
8
9
  }
9
10
  },
10
11
  "hot_water": {
11
12
  "state": {
13
+ "off": "As",
14
+ "on": "Ar si\u00fal",
12
15
  "schedule": "Sceideal"
13
16
  }
14
17
  }
15
18
  }
19
+ },
20
+ "services": {
21
+ "boost_heating_off": {
22
+ "description": "Cuireann s\u00e9 an modh borrtha AS.",
23
+ "fields": {
24
+ "entity_id": {
25
+ "description": "An t-aitheantas eintitis le haghaidh an borradh a mh\u00fachadh.",
26
+ "name": "Aitheantas Eintitis"
27
+ }
28
+ },
29
+ "name": "M\u00fach an teas le borradh"
30
+ },
31
+ "boost_heating_on": {
32
+ "description": "Socra\u00edonn s\u00e9 an modh borrtha AR SI\u00daL, ag sainmh\u00edni\u00fa na tr\u00e9imhse ama agus an teocht sprice at\u00e1 ag teast\u00e1il don bhorradh.",
33
+ "fields": {
34
+ "temperature": {
35
+ "description": "An teocht sprice don tr\u00e9imhse borrtha.",
36
+ "name": "Teocht"
37
+ },
38
+ "time_period": {
39
+ "description": "An tr\u00e9imhse ama don borradh.",
40
+ "name": "Tr\u00e9imhse ama"
41
+ }
42
+ },
43
+ "name": "T\u00e9amh borrtha ar si\u00fal"
44
+ },
45
+ "boost_hot_water": {
46
+ "description": "Socra\u00edonn s\u00e9 an modh borrtha AR SI\u00daL n\u00f3 AS, ag sainmh\u00edni\u00fa na tr\u00e9imhse ama don bhorradh.",
47
+ "fields": {
48
+ "entity_id": {
49
+ "description": "An t-aitheantas eintitis at\u00e1 le borradh.",
50
+ "name": "Aitheantas Eintitis"
51
+ },
52
+ "on_off": {
53
+ "description": "Socraigh an fheidhm borrtha air n\u00f3 as.",
54
+ "name": "M\u00f3d"
55
+ },
56
+ "time_period": {
57
+ "description": "An tr\u00e9imhse ama don borradh.",
58
+ "name": "Tr\u00e9imhse ama"
59
+ }
60
+ },
61
+ "name": "Uisce te a threisi\u00fa"
62
+ }
16
63
  }
17
64
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "config": {
3
+ "step": {
4
+ "user": {
5
+ "description": "S\u00e9lectionnez l'emplacement pour les pr\u00e9visions m\u00e9t\u00e9orologiques."
6
+ }
7
+ }
8
+ }
9
+ }
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "config": {
3
+ "abort": {
4
+ "already_configured": "T\u00e1 an tseirbh\u00eds cumraithe cheana f\u00e9in"
5
+ },
6
+ "error": {
7
+ "cannot_connect": "Theip ar an nascadh",
8
+ "unknown": "Earr\u00e1id gan choinne"
9
+ },
3
10
  "step": {
4
11
  "user": {
12
+ "data": {
13
+ "location": "Su\u00edomh"
14
+ },
5
15
  "description": "Roghnaigh su\u00edomh le h\u00fas\u00e1id le haghaidh r\u00e9amhaisn\u00e9is na haimsire."
6
16
  }
7
17
  }
@@ -5,5 +5,5 @@
5
5
  "config_flow": true,
6
6
  "documentation": "https://www.home-assistant.io/integrations/holiday",
7
7
  "iot_class": "local_polling",
8
- "requirements": ["holidays==0.78", "babel==2.15.0"]
8
+ "requirements": ["holidays==0.79", "babel==2.15.0"]
9
9
  }
@@ -68,5 +68,5 @@
68
68
  }
69
69
  }
70
70
  },
71
- "title": "Vacances"
71
+ "title": "Jours f\u00e9ri\u00e9s"
72
72
  }