homeassistant 2025.7.0b1__py3-none-any.whl → 2025.7.0b5__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 (534) hide show
  1. homeassistant/components/ai_task/translations/fr.json +22 -1
  2. homeassistant/components/ai_task/translations/hu.json +22 -0
  3. homeassistant/components/ai_task/translations/it.json +22 -0
  4. homeassistant/components/ai_task/translations/ja.json +20 -0
  5. homeassistant/components/alexa_devices/manifest.json +1 -1
  6. homeassistant/components/alexa_devices/translations/cs.json +12 -1
  7. homeassistant/components/alexa_devices/translations/de.json +8 -0
  8. homeassistant/components/alexa_devices/translations/el.json +8 -0
  9. homeassistant/components/alexa_devices/translations/es.json +12 -1
  10. homeassistant/components/alexa_devices/translations/et.json +8 -0
  11. homeassistant/components/alexa_devices/translations/hu.json +27 -1
  12. homeassistant/components/alexa_devices/translations/it.json +29 -0
  13. homeassistant/components/alexa_devices/translations/ja.json +29 -0
  14. homeassistant/components/alexa_devices/translations/pt.json +12 -1
  15. homeassistant/components/alexa_devices/translations/sk.json +8 -0
  16. homeassistant/components/alexa_devices/translations/sv.json +8 -0
  17. homeassistant/components/alexa_devices/translations/zh-Hans.json +12 -1
  18. homeassistant/components/alexa_devices/translations/zh-Hant.json +8 -0
  19. homeassistant/components/altruist/translations/hu.json +51 -0
  20. homeassistant/components/altruist/translations/ja.json +50 -0
  21. homeassistant/components/anthropic/__init__.py +6 -0
  22. homeassistant/components/anthropic/translations/fr.json +37 -0
  23. homeassistant/components/anthropic/translations/hu.json +37 -0
  24. homeassistant/components/anthropic/translations/it.json +37 -0
  25. homeassistant/components/anthropic/translations/nl.json +2 -1
  26. homeassistant/components/assist_satellite/__init__.py +24 -6
  27. homeassistant/components/assist_satellite/services.yaml +18 -6
  28. homeassistant/components/assist_satellite/translations/fr.json +8 -0
  29. homeassistant/components/assist_satellite/translations/hu.json +38 -0
  30. homeassistant/components/assist_satellite/translations/it.json +8 -0
  31. homeassistant/components/assist_satellite/translations/ja.json +8 -0
  32. homeassistant/components/asuswrt/translations/nl.json +6 -0
  33. homeassistant/components/backup/translations/de.json +1 -1
  34. homeassistant/components/blue_current/translations/el.json +3 -1
  35. homeassistant/components/bluetooth/translations/el.json +3 -0
  36. homeassistant/components/climate/translations/hu.json +3 -0
  37. homeassistant/components/comelit/translations/de.json +1 -1
  38. homeassistant/components/counter/translations/sv.json +2 -2
  39. homeassistant/components/denonavr/translations/el.json +5 -0
  40. homeassistant/components/derivative/translations/fr.json +4 -0
  41. homeassistant/components/derivative/translations/hu.json +4 -0
  42. homeassistant/components/derivative/translations/it.json +4 -0
  43. homeassistant/components/devolo_home_control/translations/hu.json +21 -0
  44. homeassistant/components/devolo_home_control/translations/it.json +6 -0
  45. homeassistant/components/devolo_home_control/translations/nl.json +10 -0
  46. homeassistant/components/dsmr/sensor.py +8 -0
  47. homeassistant/components/ecovacs/translations/el.json +1 -0
  48. homeassistant/components/electric_kiwi/translations/hu.json +6 -0
  49. homeassistant/components/electric_kiwi/translations/ja.json +6 -0
  50. homeassistant/components/emoncms/translations/el.json +3 -0
  51. homeassistant/components/enphase_envoy/translations/hu.json +30 -0
  52. homeassistant/components/enphase_envoy/translations/it.json +27 -0
  53. homeassistant/components/enphase_envoy/translations/ja.json +27 -0
  54. homeassistant/components/enphase_envoy/translations/sv.json +4 -1
  55. homeassistant/components/ezviz/translations/hu.json +10 -0
  56. homeassistant/components/ezviz/translations/it.json +10 -0
  57. homeassistant/components/ezviz/translations/ja.json +10 -0
  58. homeassistant/components/ezviz/translations/sv.json +1 -1
  59. homeassistant/components/fitbit/translations/hu.json +6 -0
  60. homeassistant/components/fitbit/translations/ja.json +6 -0
  61. homeassistant/components/fritz/translations/nl.json +3 -0
  62. homeassistant/components/fronius/translations/el.json +14 -1
  63. homeassistant/components/fronius/translations/sv.json +2 -2
  64. homeassistant/components/frontend/manifest.json +1 -1
  65. homeassistant/components/geocaching/translations/hu.json +6 -0
  66. homeassistant/components/geocaching/translations/ja.json +6 -0
  67. homeassistant/components/google/translations/hu.json +6 -0
  68. homeassistant/components/google/translations/ja.json +6 -0
  69. homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
  70. homeassistant/components/google_assistant_sdk/translations/ja.json +11 -0
  71. homeassistant/components/google_drive/translations/hu.json +6 -0
  72. homeassistant/components/google_drive/translations/ja.json +6 -0
  73. homeassistant/components/google_generative_ai_conversation/__init__.py +15 -0
  74. homeassistant/components/google_generative_ai_conversation/conversation.py +0 -10
  75. homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
  76. homeassistant/components/google_generative_ai_conversation/translations/fr.json +82 -1
  77. homeassistant/components/google_generative_ai_conversation/translations/hu.json +69 -0
  78. homeassistant/components/google_generative_ai_conversation/translations/it.json +69 -0
  79. homeassistant/components/google_generative_ai_conversation/translations/ja.json +69 -0
  80. homeassistant/components/google_generative_ai_conversation/translations/nl.json +16 -0
  81. homeassistant/components/google_generative_ai_conversation/translations/pt.json +28 -0
  82. homeassistant/components/google_generative_ai_conversation/translations/sv.json +2 -0
  83. homeassistant/components/google_mail/translations/hu.json +6 -0
  84. homeassistant/components/google_mail/translations/ja.json +6 -0
  85. homeassistant/components/google_photos/translations/hu.json +6 -0
  86. homeassistant/components/google_photos/translations/ja.json +6 -0
  87. homeassistant/components/google_sheets/translations/hu.json +6 -0
  88. homeassistant/components/google_sheets/translations/ja.json +6 -0
  89. homeassistant/components/google_tasks/translations/hu.json +6 -0
  90. homeassistant/components/google_tasks/translations/ja.json +6 -0
  91. homeassistant/components/group/translations/pl.json +52 -2
  92. homeassistant/components/home_connect/translations/hu.json +6 -0
  93. homeassistant/components/home_connect/translations/ja.json +9 -0
  94. homeassistant/components/homeassistant/translations/fr.json +1 -0
  95. homeassistant/components/homeassistant/translations/hu.json +1 -0
  96. homeassistant/components/homeassistant/translations/it.json +1 -0
  97. homeassistant/components/homeassistant/translations/ja.json +1 -0
  98. homeassistant/components/homeassistant/translations/nl.json +1 -1
  99. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +119 -7
  100. homeassistant/components/homeassistant_hardware/strings.json +3 -1
  101. homeassistant/components/homeassistant_hardware/translations/de.json +2 -0
  102. homeassistant/components/homeassistant_hardware/translations/el.json +1 -0
  103. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
  104. homeassistant/components/homeassistant_hardware/translations/en.json +2 -0
  105. homeassistant/components/homeassistant_hardware/translations/es.json +1 -0
  106. homeassistant/components/homeassistant_hardware/translations/et.json +1 -0
  107. homeassistant/components/homeassistant_hardware/translations/fr.json +4 -0
  108. homeassistant/components/homeassistant_hardware/translations/hu.json +4 -0
  109. homeassistant/components/homeassistant_hardware/translations/it.json +6 -0
  110. homeassistant/components/homeassistant_hardware/translations/ja.json +4 -0
  111. homeassistant/components/homeassistant_hardware/translations/pt.json +1 -0
  112. homeassistant/components/homeassistant_hardware/translations/ru.json +1 -0
  113. homeassistant/components/homeassistant_hardware/translations/sk.json +1 -0
  114. homeassistant/components/homeassistant_hardware/translations/sv.json +1 -0
  115. homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +1 -0
  116. homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -0
  117. homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
  118. homeassistant/components/homeassistant_sky_connect/strings.json +6 -2
  119. homeassistant/components/homeassistant_sky_connect/translations/de.json +4 -0
  120. homeassistant/components/homeassistant_sky_connect/translations/el.json +2 -0
  121. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
  122. homeassistant/components/homeassistant_sky_connect/translations/en.json +4 -0
  123. homeassistant/components/homeassistant_sky_connect/translations/es.json +2 -0
  124. homeassistant/components/homeassistant_sky_connect/translations/et.json +2 -0
  125. homeassistant/components/homeassistant_sky_connect/translations/fr.json +4 -0
  126. homeassistant/components/homeassistant_sky_connect/translations/hu.json +4 -0
  127. homeassistant/components/homeassistant_sky_connect/translations/it.json +4 -0
  128. homeassistant/components/homeassistant_sky_connect/translations/ja.json +4 -0
  129. homeassistant/components/homeassistant_sky_connect/translations/pt.json +2 -0
  130. homeassistant/components/homeassistant_sky_connect/translations/ru.json +2 -0
  131. homeassistant/components/homeassistant_sky_connect/translations/sk.json +2 -0
  132. homeassistant/components/homeassistant_sky_connect/translations/sv.json +2 -0
  133. homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +2 -0
  134. homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +2 -0
  135. homeassistant/components/homeassistant_yellow/strings.json +3 -1
  136. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
  137. homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
  138. homeassistant/components/homeassistant_yellow/translations/de.json +2 -0
  139. homeassistant/components/homeassistant_yellow/translations/el.json +1 -0
  140. homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
  141. homeassistant/components/homeassistant_yellow/translations/en.json +3 -1
  142. homeassistant/components/homeassistant_yellow/translations/es.json +1 -0
  143. homeassistant/components/homeassistant_yellow/translations/et.json +1 -0
  144. homeassistant/components/homeassistant_yellow/translations/fr.json +2 -1
  145. homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
  146. homeassistant/components/homeassistant_yellow/translations/hu.json +3 -1
  147. homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
  148. homeassistant/components/homeassistant_yellow/translations/it.json +2 -1
  149. homeassistant/components/homeassistant_yellow/translations/ja.json +2 -1
  150. homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
  151. homeassistant/components/homeassistant_yellow/translations/pt.json +1 -0
  152. homeassistant/components/homeassistant_yellow/translations/ru.json +1 -0
  153. homeassistant/components/homeassistant_yellow/translations/sk.json +1 -0
  154. homeassistant/components/homeassistant_yellow/translations/sv.json +1 -1
  155. homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
  156. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +1 -0
  157. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -0
  158. homeassistant/components/homee/translations/hu.json +25 -0
  159. homeassistant/components/homee/translations/ja.json +31 -1
  160. homeassistant/components/homewizard/translations/hu.json +19 -2
  161. homeassistant/components/homewizard/translations/sv.json +1 -1
  162. homeassistant/components/honeywell/__init__.py +8 -16
  163. homeassistant/components/honeywell/config_flow.py +6 -2
  164. homeassistant/components/honeywell/manifest.json +1 -1
  165. homeassistant/components/husqvarna_automower/button.py +3 -1
  166. homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
  167. homeassistant/components/husqvarna_automower/translations/ja.json +6 -0
  168. homeassistant/components/imap/translations/fr.json +2 -0
  169. homeassistant/components/immich/translations/hu.json +5 -0
  170. homeassistant/components/immich/translations/ja.json +9 -0
  171. homeassistant/components/input_number/translations/sv.json +2 -2
  172. homeassistant/components/input_text/translations/sv.json +1 -1
  173. homeassistant/components/iotty/translations/hu.json +6 -0
  174. homeassistant/components/iotty/translations/ja.json +6 -0
  175. homeassistant/components/iron_os/manifest.json +1 -1
  176. homeassistant/components/ista_ecotrend/util.py +14 -14
  177. homeassistant/components/jellyfin/client_wrapper.py +1 -2
  178. homeassistant/components/jellyfin/coordinator.py +3 -0
  179. homeassistant/components/jellyfin/manifest.json +1 -2
  180. homeassistant/components/juicenet/translations/hu.json +8 -1
  181. homeassistant/components/juicenet/translations/it.json +8 -1
  182. homeassistant/components/juicenet/translations/ja.json +8 -1
  183. homeassistant/components/keenetic_ndms2/translations/hu.json +4 -0
  184. homeassistant/components/keenetic_ndms2/translations/it.json +4 -0
  185. homeassistant/components/keenetic_ndms2/translations/ja.json +4 -0
  186. homeassistant/components/knx/translations/ja.json +11 -0
  187. homeassistant/components/lamarzocco/entity.py +19 -1
  188. homeassistant/components/lamarzocco/number.py +0 -4
  189. homeassistant/components/lamarzocco/sensor.py +2 -4
  190. homeassistant/components/lametric/translations/hu.json +6 -0
  191. homeassistant/components/lametric/translations/ja.json +6 -0
  192. homeassistant/components/lifx/translations/el.json +2 -1
  193. homeassistant/components/litterrobot/translations/hu.json +4 -0
  194. homeassistant/components/litterrobot/translations/it.json +4 -0
  195. homeassistant/components/lyric/translations/hu.json +6 -0
  196. homeassistant/components/lyric/translations/ja.json +6 -0
  197. homeassistant/components/matter/translations/hu.json +32 -0
  198. homeassistant/components/matter/translations/ja.json +29 -0
  199. homeassistant/components/mcp/translations/hu.json +6 -0
  200. homeassistant/components/meater/translations/hu.json +12 -1
  201. homeassistant/components/microbees/translations/hu.json +6 -0
  202. homeassistant/components/microbees/translations/ja.json +6 -0
  203. homeassistant/components/miele/translations/hu.json +30 -1
  204. homeassistant/components/miele/translations/it.json +24 -1
  205. homeassistant/components/miele/translations/ja.json +29 -0
  206. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  207. homeassistant/components/monzo/translations/hu.json +6 -0
  208. homeassistant/components/monzo/translations/ja.json +6 -0
  209. homeassistant/components/motioneye/translations/sv.json +1 -1
  210. homeassistant/components/mqtt/config_flow.py +34 -7
  211. homeassistant/components/mqtt/strings.json +11 -4
  212. homeassistant/components/mqtt/translations/bg.json +1 -3
  213. homeassistant/components/mqtt/translations/cs.json +21 -6
  214. homeassistant/components/mqtt/translations/de.json +23 -16
  215. homeassistant/components/mqtt/translations/el.json +11 -0
  216. homeassistant/components/mqtt/translations/en-GB.json +2 -6
  217. homeassistant/components/mqtt/translations/en.json +13 -6
  218. homeassistant/components/mqtt/translations/es.json +13 -6
  219. homeassistant/components/mqtt/translations/et.json +13 -6
  220. homeassistant/components/mqtt/translations/fr.json +38 -6
  221. homeassistant/components/mqtt/translations/fy.json +2 -5
  222. homeassistant/components/mqtt/translations/ga.json +2 -6
  223. homeassistant/components/mqtt/translations/he.json +2 -6
  224. homeassistant/components/mqtt/translations/hu.json +39 -6
  225. homeassistant/components/mqtt/translations/it.json +40 -0
  226. homeassistant/components/mqtt/translations/ja.json +39 -4
  227. homeassistant/components/mqtt/translations/lt.json +2 -6
  228. homeassistant/components/mqtt/translations/mk.json +1 -6
  229. homeassistant/components/mqtt/translations/nl.json +39 -7
  230. homeassistant/components/mqtt/translations/pt.json +4 -6
  231. homeassistant/components/mqtt/translations/ru.json +13 -6
  232. homeassistant/components/mqtt/translations/sk.json +13 -6
  233. homeassistant/components/mqtt/translations/sl.json +2 -6
  234. homeassistant/components/mqtt/translations/sv.json +13 -6
  235. homeassistant/components/mqtt/translations/tr.json +2 -6
  236. homeassistant/components/mqtt/translations/zh-Hans.json +13 -6
  237. homeassistant/components/mqtt/translations/zh-Hant.json +13 -6
  238. homeassistant/components/music_assistant/translations/hu.json +7 -0
  239. homeassistant/components/music_assistant/translations/ja.json +7 -0
  240. homeassistant/components/myuplink/translations/hu.json +6 -0
  241. homeassistant/components/myuplink/translations/ja.json +6 -0
  242. homeassistant/components/nam/translations/pl.json +9 -0
  243. homeassistant/components/neato/translations/hu.json +6 -0
  244. homeassistant/components/neato/translations/ja.json +6 -0
  245. homeassistant/components/nest/translations/hu.json +6 -0
  246. homeassistant/components/nest/translations/ja.json +6 -0
  247. homeassistant/components/netatmo/translations/hu.json +6 -0
  248. homeassistant/components/netatmo/translations/ja.json +6 -0
  249. homeassistant/components/nextcloud/translations/nl.json +3 -0
  250. homeassistant/components/nextdns/translations/fr.json +6 -0
  251. homeassistant/components/nextdns/translations/hu.json +14 -0
  252. homeassistant/components/nextdns/translations/ja.json +6 -0
  253. homeassistant/components/ntfy/translations/hu.json +112 -2
  254. homeassistant/components/ntfy/translations/it.json +82 -0
  255. homeassistant/components/ntfy/translations/ja.json +71 -0
  256. homeassistant/components/ntfy/translations/nl.json +18 -0
  257. homeassistant/components/ntfy/translations/sv.json +1 -0
  258. homeassistant/components/number/translations/sv.json +2 -2
  259. homeassistant/components/nut/config_flow.py +4 -2
  260. homeassistant/components/nut/translations/el.json +42 -0
  261. homeassistant/components/nzbget/translations/ja.json +5 -0
  262. homeassistant/components/ollama/__init__.py +6 -0
  263. homeassistant/components/ollama/translations/fr.json +33 -0
  264. homeassistant/components/ollama/translations/hu.json +33 -0
  265. homeassistant/components/ollama/translations/it.json +35 -0
  266. homeassistant/components/ollama/translations/ja.json +33 -0
  267. homeassistant/components/ollama/translations/sv.json +1 -0
  268. homeassistant/components/ondilo_ico/translations/hu.json +6 -0
  269. homeassistant/components/ondilo_ico/translations/ja.json +6 -0
  270. homeassistant/components/onedrive/translations/hu.json +6 -0
  271. homeassistant/components/onedrive/translations/ja.json +6 -0
  272. homeassistant/components/onewire/translations/sv.json +1 -1
  273. homeassistant/components/openai_conversation/__init__.py +6 -0
  274. homeassistant/components/openai_conversation/translations/fr.json +56 -0
  275. homeassistant/components/openai_conversation/translations/hu.json +56 -0
  276. homeassistant/components/openai_conversation/translations/it.json +56 -0
  277. homeassistant/components/openai_conversation/translations/ja.json +45 -0
  278. homeassistant/components/openai_conversation/translations/nl.json +13 -0
  279. homeassistant/components/openai_conversation/translations/sv.json +4 -0
  280. homeassistant/components/opentherm_gw/climate.py +12 -1
  281. homeassistant/components/opentherm_gw/strings.json +3 -0
  282. homeassistant/components/opentherm_gw/translations/de.json +3 -0
  283. homeassistant/components/opentherm_gw/translations/en.json +3 -0
  284. homeassistant/components/opentherm_gw/translations/ja.json +5 -0
  285. homeassistant/components/osoenergy/translations/nl.json +1 -0
  286. homeassistant/components/paperless_ngx/manifest.json +1 -1
  287. homeassistant/components/paperless_ngx/translations/hu.json +8 -4
  288. homeassistant/components/paperless_ngx/translations/ja.json +20 -0
  289. homeassistant/components/peblar/translations/el.json +12 -0
  290. homeassistant/components/pegel_online/translations/bg.json +1 -2
  291. homeassistant/components/pegel_online/translations/ca.json +1 -2
  292. homeassistant/components/pegel_online/translations/cs.json +1 -2
  293. homeassistant/components/pegel_online/translations/de.json +1 -1
  294. homeassistant/components/pegel_online/translations/el.json +1 -1
  295. homeassistant/components/pegel_online/translations/en-GB.json +1 -1
  296. homeassistant/components/pegel_online/translations/en.json +1 -1
  297. homeassistant/components/pegel_online/translations/es.json +1 -1
  298. homeassistant/components/pegel_online/translations/et.json +1 -1
  299. homeassistant/components/pegel_online/translations/fi.json +1 -2
  300. homeassistant/components/pegel_online/translations/fr.json +1 -2
  301. homeassistant/components/pegel_online/translations/hu.json +1 -1
  302. homeassistant/components/pegel_online/translations/id.json +1 -2
  303. homeassistant/components/pegel_online/translations/it.json +1 -2
  304. homeassistant/components/pegel_online/translations/ja.json +1 -2
  305. homeassistant/components/pegel_online/translations/ko.json +1 -2
  306. homeassistant/components/pegel_online/translations/lt.json +1 -2
  307. homeassistant/components/pegel_online/translations/lv.json +1 -2
  308. homeassistant/components/pegel_online/translations/nl.json +1 -2
  309. homeassistant/components/pegel_online/translations/pt.json +1 -2
  310. homeassistant/components/pegel_online/translations/ru.json +1 -1
  311. homeassistant/components/pegel_online/translations/sk.json +1 -1
  312. homeassistant/components/pegel_online/translations/sv.json +1 -1
  313. homeassistant/components/pegel_online/translations/tr.json +1 -2
  314. homeassistant/components/pegel_online/translations/zh-Hant.json +1 -1
  315. homeassistant/components/person/__init__.py +1 -2
  316. homeassistant/components/pi_hole/translations/fr.json +1 -0
  317. homeassistant/components/playstation_network/diagnostics.py +55 -0
  318. homeassistant/components/playstation_network/quality_scale.yaml +1 -1
  319. homeassistant/components/playstation_network/translations/fr.json +15 -0
  320. homeassistant/components/playstation_network/translations/hu.json +73 -0
  321. homeassistant/components/playstation_network/translations/it.json +73 -0
  322. homeassistant/components/playstation_network/translations/ja.json +44 -0
  323. homeassistant/components/playstation_network/translations/pl.json +73 -0
  324. homeassistant/components/playstation_network/translations/ru.json +1 -0
  325. homeassistant/components/playstation_network/translations/sv.json +2 -1
  326. homeassistant/components/plugwise/translations/sv.json +2 -2
  327. homeassistant/components/point/translations/hu.json +6 -0
  328. homeassistant/components/point/translations/ja.json +6 -0
  329. homeassistant/components/proximity/translations/bg.json +0 -3
  330. homeassistant/components/proximity/translations/ca.json +2 -27
  331. homeassistant/components/proximity/translations/cs.json +1 -25
  332. homeassistant/components/proximity/translations/el.json +1 -25
  333. homeassistant/components/proximity/translations/en-GB.json +4 -4
  334. homeassistant/components/proximity/translations/en.json +4 -4
  335. homeassistant/components/proximity/translations/et.json +1 -1
  336. homeassistant/components/proximity/translations/fi.json +1 -25
  337. homeassistant/components/proximity/translations/fr.json +1 -25
  338. homeassistant/components/proximity/translations/gl.json +1 -24
  339. homeassistant/components/proximity/translations/hu.json +1 -25
  340. homeassistant/components/proximity/translations/id.json +1 -25
  341. homeassistant/components/proximity/translations/it.json +1 -13
  342. homeassistant/components/proximity/translations/ja.json +1 -25
  343. homeassistant/components/proximity/translations/lt.json +1 -25
  344. homeassistant/components/proximity/translations/nl.json +8 -0
  345. homeassistant/components/proximity/translations/pl.json +1 -25
  346. homeassistant/components/proximity/translations/pt-BR.json +1 -25
  347. homeassistant/components/proximity/translations/pt.json +1 -25
  348. homeassistant/components/proximity/translations/ru.json +1 -25
  349. homeassistant/components/proximity/translations/sk.json +2 -2
  350. homeassistant/components/proximity/translations/sv.json +1 -25
  351. homeassistant/components/proximity/translations/tr.json +1 -25
  352. homeassistant/components/proximity/translations/zh-Hans.json +2 -2
  353. homeassistant/components/pushbullet/sensor.py +7 -2
  354. homeassistant/components/random/translations/sv.json +4 -4
  355. homeassistant/components/reolink/manifest.json +1 -1
  356. homeassistant/components/reolink/translations/hu.json +21 -0
  357. homeassistant/components/reolink/translations/it.json +12 -0
  358. homeassistant/components/reolink/translations/ja.json +15 -0
  359. homeassistant/components/rest/data.py +46 -1
  360. homeassistant/components/russound_rio/translations/hu.json +21 -0
  361. homeassistant/components/russound_rio/translations/ja.json +21 -0
  362. homeassistant/components/screenlogic/translations/el.json +7 -0
  363. homeassistant/components/sensibo/translations/el.json +1 -0
  364. homeassistant/components/sensor/translations/pl.json +1 -0
  365. homeassistant/components/senz/translations/hu.json +6 -0
  366. homeassistant/components/senz/translations/ja.json +6 -0
  367. homeassistant/components/shelly/entity.py +10 -3
  368. homeassistant/components/shelly/manifest.json +1 -1
  369. homeassistant/components/sma/translations/ja.json +8 -0
  370. homeassistant/components/smappee/translations/hu.json +6 -0
  371. homeassistant/components/smappee/translations/ja.json +6 -0
  372. homeassistant/components/smarla/translations/ja.json +9 -0
  373. homeassistant/components/smartthings/translations/hu.json +15 -0
  374. homeassistant/components/smartthings/translations/ja.json +6 -0
  375. homeassistant/components/sonos/translations/cs.json +6 -0
  376. homeassistant/components/sonos/translations/fr.json +6 -0
  377. homeassistant/components/sonos/translations/hu.json +9 -0
  378. homeassistant/components/sonos/translations/it.json +11 -0
  379. homeassistant/components/sonos/translations/ja.json +9 -0
  380. homeassistant/components/spotify/translations/hu.json +6 -0
  381. homeassistant/components/stream/__init__.py +8 -4
  382. homeassistant/components/stream/const.py +2 -1
  383. homeassistant/components/stream/core.py +3 -1
  384. homeassistant/components/subaru/strings.json +2 -2
  385. homeassistant/components/subaru/translations/ca.json +0 -1
  386. homeassistant/components/subaru/translations/cs.json +0 -2
  387. homeassistant/components/subaru/translations/de.json +2 -2
  388. homeassistant/components/subaru/translations/el.json +2 -2
  389. homeassistant/components/subaru/translations/en-GB.json +2 -2
  390. homeassistant/components/subaru/translations/en.json +2 -2
  391. homeassistant/components/subaru/translations/es.json +2 -2
  392. homeassistant/components/subaru/translations/et.json +2 -2
  393. homeassistant/components/subaru/translations/fi.json +0 -1
  394. homeassistant/components/subaru/translations/hu.json +2 -2
  395. homeassistant/components/subaru/translations/it.json +0 -1
  396. homeassistant/components/subaru/translations/ja.json +0 -1
  397. homeassistant/components/subaru/translations/ko.json +0 -1
  398. homeassistant/components/subaru/translations/lt.json +0 -2
  399. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  400. homeassistant/components/subaru/translations/pt.json +2 -2
  401. homeassistant/components/subaru/translations/ru.json +2 -2
  402. homeassistant/components/subaru/translations/sk.json +2 -2
  403. homeassistant/components/subaru/translations/sv.json +0 -2
  404. homeassistant/components/subaru/translations/tr.json +0 -2
  405. homeassistant/components/subaru/translations/zh-Hans.json +2 -2
  406. homeassistant/components/subaru/translations/zh-Hant.json +2 -2
  407. homeassistant/components/sun/translations/ja.json +9 -0
  408. homeassistant/components/swiss_public_transport/translations/el.json +60 -6
  409. homeassistant/components/switchbot/translations/hu.json +54 -0
  410. homeassistant/components/switchbot/translations/it.json +53 -0
  411. homeassistant/components/switchbot/translations/ja.json +46 -0
  412. homeassistant/components/switchbot/translations/sv.json +2 -0
  413. homeassistant/components/switchbot_cloud/__init__.py +6 -1
  414. homeassistant/components/switchbot_cloud/binary_sensor.py +8 -1
  415. homeassistant/components/switchbot_cloud/sensor.py +3 -2
  416. homeassistant/components/telegram_bot/config_flow.py +23 -11
  417. homeassistant/components/telegram_bot/manifest.json +1 -1
  418. homeassistant/components/telegram_bot/translations/cs.json +30 -0
  419. homeassistant/components/telegram_bot/translations/de.json +23 -1
  420. homeassistant/components/telegram_bot/translations/el.json +30 -0
  421. homeassistant/components/telegram_bot/translations/en-GB.json +3 -1
  422. homeassistant/components/telegram_bot/translations/es.json +30 -0
  423. homeassistant/components/telegram_bot/translations/et.json +24 -0
  424. homeassistant/components/telegram_bot/translations/fr.json +3 -1
  425. homeassistant/components/telegram_bot/translations/hu.json +56 -0
  426. homeassistant/components/telegram_bot/translations/it.json +30 -0
  427. homeassistant/components/telegram_bot/translations/ja.json +99 -0
  428. homeassistant/components/telegram_bot/translations/pt.json +30 -0
  429. homeassistant/components/telegram_bot/translations/ru.json +21 -1
  430. homeassistant/components/telegram_bot/translations/sk.json +30 -0
  431. homeassistant/components/telegram_bot/translations/sv.json +23 -0
  432. homeassistant/components/telegram_bot/translations/zh-Hans.json +30 -0
  433. homeassistant/components/telegram_bot/translations/zh-Hant.json +30 -0
  434. homeassistant/components/template/translations/pl.json +25 -3
  435. homeassistant/components/tesla_fleet/translations/de.json +1 -1
  436. homeassistant/components/tesla_fleet/translations/hu.json +30 -0
  437. homeassistant/components/tesla_fleet/translations/ja.json +22 -0
  438. homeassistant/components/teslemetry/coordinator.py +6 -6
  439. homeassistant/components/teslemetry/translations/de.json +2 -2
  440. homeassistant/components/text/translations/sv.json +1 -1
  441. homeassistant/components/thermopro/strings.json +1 -1
  442. homeassistant/components/thermopro/translations/cs.json +0 -7
  443. homeassistant/components/thermopro/translations/de.json +1 -1
  444. homeassistant/components/thermopro/translations/el.json +1 -1
  445. homeassistant/components/thermopro/translations/en-GB.json +1 -1
  446. homeassistant/components/thermopro/translations/en.json +1 -1
  447. homeassistant/components/thermopro/translations/et.json +1 -1
  448. homeassistant/components/thermopro/translations/ja.json +0 -7
  449. homeassistant/components/thermopro/translations/lt.json +0 -7
  450. homeassistant/components/thermopro/translations/nl.json +0 -7
  451. homeassistant/components/thermopro/translations/pt-BR.json +0 -7
  452. homeassistant/components/thermopro/translations/pt.json +0 -7
  453. homeassistant/components/thermopro/translations/sk.json +1 -1
  454. homeassistant/components/thermopro/translations/sv.json +0 -7
  455. homeassistant/components/thermopro/translations/tr.json +0 -7
  456. homeassistant/components/tibber/manifest.json +1 -1
  457. homeassistant/components/tibber/sensor.py +1 -1
  458. homeassistant/components/tilt_pi/translations/hu.json +31 -0
  459. homeassistant/components/tilt_pi/translations/ja.json +31 -0
  460. homeassistant/components/tilt_pi/translations/nl.json +7 -0
  461. homeassistant/components/toon/translations/hu.json +6 -0
  462. homeassistant/components/vegehub/translations/hu.json +44 -0
  463. homeassistant/components/vegehub/translations/it.json +44 -0
  464. homeassistant/components/vegehub/translations/ja.json +44 -0
  465. homeassistant/components/vegehub/translations/sv.json +2 -1
  466. homeassistant/components/vesync/fan.py +25 -17
  467. homeassistant/components/vicare/translations/sv.json +2 -2
  468. homeassistant/components/vulcan/manifest.json +1 -1
  469. homeassistant/components/wallbox/const.py +4 -0
  470. homeassistant/components/wallbox/coordinator.py +47 -20
  471. homeassistant/components/wallbox/lock.py +1 -12
  472. homeassistant/components/wallbox/number.py +1 -12
  473. homeassistant/components/wallbox/translations/hu.json +3 -0
  474. homeassistant/components/wallbox/translations/ja.json +5 -0
  475. homeassistant/components/weheat/translations/hu.json +6 -0
  476. homeassistant/components/withings/translations/de.json +4 -4
  477. homeassistant/components/withings/translations/hu.json +6 -0
  478. homeassistant/components/withings/translations/ja.json +3 -0
  479. homeassistant/components/wled/translations/fr.json +1 -0
  480. homeassistant/components/wmspro/cover.py +4 -7
  481. homeassistant/components/wmspro/light.py +12 -9
  482. homeassistant/components/wmspro/manifest.json +1 -1
  483. homeassistant/components/wyoming/translations/sv.json +2 -2
  484. homeassistant/components/xbox/translations/hu.json +6 -0
  485. homeassistant/components/xiaomi_miio/translations/fr.json +24 -2
  486. homeassistant/components/xiaomi_miio/translations/hu.json +30 -7
  487. homeassistant/components/yale/translations/hu.json +6 -0
  488. homeassistant/components/yolink/translations/hu.json +6 -0
  489. homeassistant/components/zha/translations/fr.json +50 -0
  490. homeassistant/components/zha/translations/hu.json +53 -0
  491. homeassistant/components/zha/translations/it.json +50 -0
  492. homeassistant/components/zha/translations/ja.json +41 -0
  493. homeassistant/components/zha/translations/nl.json +7 -0
  494. homeassistant/components/zha/translations/sv.json +23 -0
  495. homeassistant/components/zwave_js/config_flow.py +84 -88
  496. homeassistant/components/zwave_js/strings.json +31 -15
  497. homeassistant/components/zwave_js/translations/bg.json +0 -3
  498. homeassistant/components/zwave_js/translations/cs.json +0 -17
  499. homeassistant/components/zwave_js/translations/de.json +27 -11
  500. homeassistant/components/zwave_js/translations/el.json +25 -9
  501. homeassistant/components/zwave_js/translations/en-GB.json +25 -9
  502. homeassistant/components/zwave_js/translations/en.json +25 -9
  503. homeassistant/components/zwave_js/translations/es.json +25 -9
  504. homeassistant/components/zwave_js/translations/et.json +25 -9
  505. homeassistant/components/zwave_js/translations/fi.json +0 -14
  506. homeassistant/components/zwave_js/translations/fr.json +6 -0
  507. homeassistant/components/zwave_js/translations/ga.json +0 -19
  508. homeassistant/components/zwave_js/translations/hu.json +33 -9
  509. homeassistant/components/zwave_js/translations/it.json +26 -0
  510. homeassistant/components/zwave_js/translations/ja.json +26 -0
  511. homeassistant/components/zwave_js/translations/lt.json +0 -17
  512. homeassistant/components/zwave_js/translations/mk.json +0 -10
  513. homeassistant/components/zwave_js/translations/pt.json +10 -18
  514. homeassistant/components/zwave_js/translations/ru.json +28 -8
  515. homeassistant/components/zwave_js/translations/sk.json +25 -9
  516. homeassistant/components/zwave_js/translations/sv.json +30 -14
  517. homeassistant/components/zwave_js/translations/tr.json +0 -12
  518. homeassistant/components/zwave_js/translations/zh-Hans.json +27 -11
  519. homeassistant/components/zwave_js/translations/zh-Hant.json +25 -9
  520. homeassistant/const.py +1 -1
  521. homeassistant/generated/integrations.json +1 -8
  522. homeassistant/package_constraints.txt +1 -1
  523. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/METADATA +1 -1
  524. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/RECORD +529 -511
  525. homeassistant/components/dweet/__init__.py +0 -79
  526. homeassistant/components/dweet/manifest.json +0 -10
  527. homeassistant/components/dweet/sensor.py +0 -124
  528. homeassistant/components/thermopro/translations/ga.json +0 -9
  529. homeassistant/components/thermopro/translations/mk.json +0 -9
  530. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/WHEEL +0 -0
  531. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/entry_points.txt +0 -0
  532. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/LICENSE.md +0 -0
  533. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  534. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/top_level.txt +0 -0
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Nelze p\u0159id\u00e1vat polo\u017eky, pokud je nastaven\u00ed zak\u00e1z\u00e1no.",
67
+ "reconfigure_successful": "P\u0159enastaven\u00ed bylo \u00fasp\u011b\u0161n\u00e9"
68
+ },
69
+ "entry_type": "P\u0159evod textu na \u0159e\u010d",
70
+ "initiate_flow": {
71
+ "reconfigure": "P\u0159enastavit slu\u017ebu p\u0159evodu textu na \u0159e\u010d",
72
+ "user": "P\u0159idat slu\u017ebu p\u0159evodu textu na \u0159e\u010d"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Model",
78
+ "dangerous_block_threshold": "Propaguje, usnad\u0148uje nebo podn\u011bcuje \u0161kodliv\u00e9 jedn\u00e1n\u00ed",
79
+ "harassment_block_threshold": "Negativn\u00ed nebo \u0161kodliv\u00e9 koment\u00e1\u0159e zam\u011b\u0159en\u00e9 na identitu nebo chr\u00e1n\u011bn\u00e9 atributy",
80
+ "hate_block_threshold": "Obsah, kter\u00fd je hrub\u00fd, neuctiv\u00fd nebo vulg\u00e1rn\u00ed",
81
+ "max_tokens": "Maxim\u00e1ln\u00ed po\u010det token\u016f, kter\u00e9 se maj\u00ed vr\u00e1tit jako odpov\u011b\u010f",
82
+ "name": "N\u00e1zev",
83
+ "recommended": "Doporu\u010den\u00e1 nastaven\u00ed modelu",
84
+ "sexual_block_threshold": "Obsahuje odkazy na sexu\u00e1ln\u00ed akty nebo jin\u00fd oplzl\u00fd obsah",
85
+ "temperature": "Teplota",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9",
4
5
  "reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
5
6
  },
6
7
  "error": {
@@ -21,6 +22,74 @@
21
22
  }
22
23
  }
23
24
  },
25
+ "config_subentries": {
26
+ "conversation": {
27
+ "abort": {
28
+ "entry_not_loaded": "Impossible d'ajouter des \u00e9l\u00e9ments lorsque la configuration est d\u00e9sactiv\u00e9e.",
29
+ "reconfigure_successful": "La reconfiguration a r\u00e9ussi"
30
+ },
31
+ "entry_type": "Agent de conversation",
32
+ "error": {
33
+ "invalid_google_search_option": "La recherche Google ne peut \u00eatre activ\u00e9e que si rien n'est s\u00e9lectionn\u00e9 dans le param\u00e8tre \u00ab\u00a0Contr\u00f4ler Home Assistant\u00a0\u00bb."
34
+ },
35
+ "initiate_flow": {
36
+ "reconfigure": "Reconfigurer l'agent de conversation",
37
+ "user": "Ajouter un agent de conversation"
38
+ },
39
+ "step": {
40
+ "set_options": {
41
+ "data": {
42
+ "chat_model": "Mod\u00e8le",
43
+ "dangerous_block_threshold": "Promouvoir, faciliter ou encourager des actes nuisibles",
44
+ "enable_google_search_tool": "Activer l'outil de recherche Google",
45
+ "harassment_block_threshold": "Commentaires n\u00e9gatifs ou nuisibles ciblant l'identit\u00e9 ou les attributs prot\u00e9g\u00e9s",
46
+ "hate_block_threshold": "Contenu grossier, irrespectueux ou blasph\u00e9matoire",
47
+ "llm_hass_api": "Contr\u00f4ler Home Assistant",
48
+ "max_tokens": "Nombre maximal de jetons \u00e0 renvoyer en r\u00e9ponse",
49
+ "name": "Nom",
50
+ "prompt": "Instructions",
51
+ "recommended": "Param\u00e8tres recommand\u00e9s pour le mod\u00e8le",
52
+ "sexual_block_threshold": "Contient des r\u00e9f\u00e9rences \u00e0 des actes sexuels ou \u00e0 d'autres contenus obsc\u00e8nes",
53
+ "temperature": "Temp\u00e9rature",
54
+ "top_k": "Top K",
55
+ "top_p": "Top P"
56
+ },
57
+ "data_description": {
58
+ "enable_google_search_tool": "Fonctionne uniquement si rien n'est s\u00e9lectionn\u00e9 dans le param\u00e8tre \u00ab\u00a0Contr\u00f4ler Home Assistant\u00a0\u00bb. Consultez la documentation pour une solution de contournement avec \u00ab\u00a0Assist\u00a0\u00bb.",
59
+ "prompt": "Indiquer comment le LLM doit r\u00e9pondre. Il peut s'agir d'un mod\u00e8le."
60
+ }
61
+ }
62
+ }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Impossible d'ajouter des \u00e9l\u00e9ments lorsque la configuration est d\u00e9sactiv\u00e9e.",
67
+ "reconfigure_successful": "La reconfiguration a r\u00e9ussi"
68
+ },
69
+ "entry_type": "Synth\u00e8se vocale",
70
+ "initiate_flow": {
71
+ "reconfigure": "Reconfigurer le service de synth\u00e8se vocale",
72
+ "user": "Ajouter un service de synth\u00e8se vocale"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Mod\u00e8le",
78
+ "dangerous_block_threshold": "Promouvoir, faciliter ou encourager des actes nuisibles",
79
+ "harassment_block_threshold": "Commentaires n\u00e9gatifs ou nuisibles ciblant l'identit\u00e9 ou les attributs prot\u00e9g\u00e9s",
80
+ "hate_block_threshold": "Contenu grossier, irrespectueux ou blasph\u00e9matoire",
81
+ "max_tokens": "Nombre maximal de jetons \u00e0 renvoyer en r\u00e9ponse",
82
+ "name": "Nom",
83
+ "recommended": "Param\u00e8tres recommand\u00e9s pour le mod\u00e8le",
84
+ "sexual_block_threshold": "Contient des r\u00e9f\u00e9rences \u00e0 des actes sexuels ou \u00e0 d'autres contenus obsc\u00e8nes",
85
+ "temperature": "Temp\u00e9rature",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ },
24
93
  "issues": {
25
94
  "deprecated_image_filename_parameter": {
26
95
  "description": "Le param\u00e8tre \u00ab\u00a0image_filename\u00a0\u00bb dans les actions Google Generative AI est obsol\u00e8te. Veuillez modifier les scripts et les automatisations pour utiliser \u00ab\u00a0filenames\u00a0\u00bb \u00e0 la place.",
@@ -29,13 +98,25 @@
29
98
  },
30
99
  "services": {
31
100
  "generate_content": {
101
+ "description": "G\u00e9n\u00e9rer du contenu \u00e0 partir d'un prompt compos\u00e9e de texte et \u00e9ventuellement d'images",
32
102
  "fields": {
33
103
  "filenames": {
34
104
  "description": "Pi\u00e8ces jointes \u00e0 ajouter au prompt (images, PDF, etc.)",
35
105
  "example": "/config/www/image.jpg",
36
106
  "name": "Noms des fichiers joints"
107
+ },
108
+ "image_filename": {
109
+ "description": "Obsol\u00e8te. Utilisez plut\u00f4t les noms de fichiers.",
110
+ "example": "/config/www/image.jpg",
111
+ "name": "Nom du fichier image"
112
+ },
113
+ "prompt": {
114
+ "description": "Le prompt",
115
+ "example": "D\u00e9cris ce que tu vois sur ces images",
116
+ "name": "Prompt"
37
117
  }
38
- }
118
+ },
119
+ "name": "G\u00e9n\u00e9rer du contenu"
39
120
  }
40
121
  }
41
122
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "already_configured": "A szolg\u00e1ltat\u00e1s m\u00e1r konfigur\u00e1lva van",
4
5
  "reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt"
5
6
  },
6
7
  "error": {
@@ -21,6 +22,74 @@
21
22
  }
22
23
  }
23
24
  },
25
+ "config_subentries": {
26
+ "conversation": {
27
+ "abort": {
28
+ "entry_not_loaded": "Nem lehet \u00faj elemeket hozz\u00e1adni, am\u00edg a konfigur\u00e1ci\u00f3 le van tiltva.",
29
+ "reconfigure_successful": "\u00dajrakonfigur\u00e1l\u00e1s sikeres volt"
30
+ },
31
+ "entry_type": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k",
32
+ "error": {
33
+ "invalid_google_search_option": "A Google Keres\u00e9s csak akkor enged\u00e9lyezhet\u0151, ha a \u201eHome Assistant vez\u00e9rl\u00e9se\u201d be\u00e1ll\u00edt\u00e1sban nincs kiv\u00e1lasztva semmi."
34
+ },
35
+ "initiate_flow": {
36
+ "reconfigure": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k \u00fajrakonfigur\u00e1l\u00e1sa",
37
+ "user": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k hozz\u00e1ad\u00e1sa"
38
+ },
39
+ "step": {
40
+ "set_options": {
41
+ "data": {
42
+ "chat_model": "Modell",
43
+ "dangerous_block_threshold": "Olyan tartalom, amely k\u00e1ros cselekedeteket n\u00e9pszer\u0171s\u00edt, el\u0151seg\u00edt vagy b\u00e1tor\u00edt",
44
+ "enable_google_search_tool": "Google Keres\u0151 eszk\u00f6z enged\u00e9lyez\u00e9se",
45
+ "harassment_block_threshold": "Az identit\u00e1st \u00e9s/vagy v\u00e9dett tulajdons\u00e1gokat c\u00e9lz\u00f3 negat\u00edv vagy \u00e1rtalmas megjegyz\u00e9sek",
46
+ "hate_block_threshold": "Durva, tiszteletlen vagy tr\u00e1g\u00e1r tartalom",
47
+ "llm_hass_api": "Home Assistant vez\u00e9rl\u00e9se",
48
+ "max_tokens": "V\u00e1laszk\u00e9nt visszaadand\u00f3 maxim\u00e1lis tokenek sz\u00e1ma",
49
+ "name": "Elnevez\u00e9s",
50
+ "prompt": "Utas\u00edt\u00e1sok",
51
+ "recommended": "Aj\u00e1nlott modellbe\u00e1ll\u00edt\u00e1sok",
52
+ "sexual_block_threshold": "Szexu\u00e1lis cselekedetekre vagy m\u00e1s illetlen tartalomra vonatkoz\u00f3 utal\u00e1sokat tartalmaz",
53
+ "temperature": "H\u0151m\u00e9rs\u00e9klet",
54
+ "top_k": "Top K",
55
+ "top_p": "Top P"
56
+ },
57
+ "data_description": {
58
+ "enable_google_search_tool": "Csak akkor m\u0171k\u00f6dik, ha a \u201eHome Assistant vez\u00e9rl\u00e9se\u201d be\u00e1ll\u00edt\u00e1sban nincs kiv\u00e1lasztva semmi. L\u00e1sd a dokument\u00e1ci\u00f3ban, hogyan lehet megker\u00fclni ezt az \u201eAssist\u201d haszn\u00e1lat\u00e1val.",
59
+ "prompt": "Adja meg, hogyan v\u00e1laszoljon a nagy nyelvi modell (LLM). Ez lehet sablon is."
60
+ }
61
+ }
62
+ }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Nem lehet \u00faj elemeket hozz\u00e1adni, am\u00edg a konfigur\u00e1ci\u00f3 le van tiltva.",
67
+ "reconfigure_successful": "\u00dajrakonfigur\u00e1l\u00e1s sikeres volt"
68
+ },
69
+ "entry_type": "Sz\u00f6vegfelolvas\u00f3",
70
+ "initiate_flow": {
71
+ "reconfigure": "Sz\u00f6vegfelolvas\u00f3 szolg\u00e1ltat\u00e1s \u00fajrakonfigur\u00e1l\u00e1sa",
72
+ "user": "Sz\u00f6vegfelolvas\u00f3 szolg\u00e1ltat\u00e1s hozz\u00e1ad\u00e1sa"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Modell",
78
+ "dangerous_block_threshold": "Olyan tartalom, amely k\u00e1ros cselekedeteket n\u00e9pszer\u0171s\u00edt, el\u0151seg\u00edt vagy b\u00e1tor\u00edt",
79
+ "harassment_block_threshold": "Az identit\u00e1st \u00e9s/vagy v\u00e9dett tulajdons\u00e1gokat c\u00e9lz\u00f3 negat\u00edv vagy \u00e1rtalmas megjegyz\u00e9sek",
80
+ "hate_block_threshold": "Durva, tiszteletlen vagy tr\u00e1g\u00e1r tartalom",
81
+ "max_tokens": "V\u00e1laszk\u00e9nt visszaadand\u00f3 maxim\u00e1lis tokenek sz\u00e1ma",
82
+ "name": "Elnevez\u00e9s",
83
+ "recommended": "Aj\u00e1nlott modellbe\u00e1ll\u00edt\u00e1sok",
84
+ "sexual_block_threshold": "Szexu\u00e1lis cselekedetekre vagy m\u00e1s illetlen tartalomra vonatkoz\u00f3 utal\u00e1sokat tartalmaz",
85
+ "temperature": "H\u0151m\u00e9rs\u00e9klet",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ },
24
93
  "issues": {
25
94
  "deprecated_image_filename_parameter": {
26
95
  "description": "Az 'image_filename' param\u00e9ter a Google Generative AI m\u0171veleteiben elavult. K\u00e9rj\u00fck, szerkessze a szkripteket \u00e9s automatiz\u00e1ci\u00f3kat, hogy a 'filenames' param\u00e9tert haszn\u00e1lj\u00e1k helyette.",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "already_configured": "Il servizio \u00e8 gi\u00e0 configurato",
4
5
  "reauth_successful": "L'autenticazione ha avuto successo"
5
6
  },
6
7
  "error": {
@@ -21,6 +22,74 @@
21
22
  }
22
23
  }
23
24
  },
25
+ "config_subentries": {
26
+ "conversation": {
27
+ "abort": {
28
+ "entry_not_loaded": "Impossibile aggiungere elementi mentre la configurazione \u00e8 disabilitata.",
29
+ "reconfigure_successful": "La riconfigurazione \u00e8 stata completata con successo"
30
+ },
31
+ "entry_type": "Agente di conversazione",
32
+ "error": {
33
+ "invalid_google_search_option": "La Ricerca Google pu\u00f2 essere abilitata solo se non \u00e8 selezionato nulla nell'impostazione \"Controlla Home Assistant\"."
34
+ },
35
+ "initiate_flow": {
36
+ "reconfigure": "Riconfigura l'agente di conversazione",
37
+ "user": "Aggiungi agente di conversazione"
38
+ },
39
+ "step": {
40
+ "set_options": {
41
+ "data": {
42
+ "chat_model": "Modello",
43
+ "dangerous_block_threshold": "Promuove, facilita o incoraggia atti dannosi",
44
+ "enable_google_search_tool": "Abilita lo strumento di ricerca di Google",
45
+ "harassment_block_threshold": "Commenti negativi o dannosi che prendono di mira l'identit\u00e0 e/o gli attributi protetti",
46
+ "hate_block_threshold": "Contenuti maleducati, irrispettosi o blasfemi",
47
+ "llm_hass_api": "Controlla Home Assistant",
48
+ "max_tokens": "Numero massimo di token da restituire in risposta",
49
+ "name": "Nome",
50
+ "prompt": "Istruzioni",
51
+ "recommended": "Impostazioni del modello consigliate",
52
+ "sexual_block_threshold": "Contiene riferimenti ad atti sessuali o altri contenuti osceni",
53
+ "temperature": "Temperatura",
54
+ "top_k": "Top K",
55
+ "top_p": "Top P"
56
+ },
57
+ "data_description": {
58
+ "enable_google_search_tool": "Funziona solo se non \u00e8 selezionato nulla nell'impostazione \"Controlla Home Assistant\". Consulta la documentazione per una soluzione alternativa per utilizzarlo con \"Assist\".",
59
+ "prompt": "Istruisci come il LLM dovrebbe rispondere. Questo pu\u00f2 essere un modello."
60
+ }
61
+ }
62
+ }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Impossibile aggiungere elementi mentre la configurazione \u00e8 disabilitata.",
67
+ "reconfigure_successful": "La riconfigurazione \u00e8 stata completata con successo"
68
+ },
69
+ "entry_type": "Sintesi vocale",
70
+ "initiate_flow": {
71
+ "reconfigure": "Riconfigura il servizio di sintesi vocale",
72
+ "user": "Aggiungi servizio di sintesi vocale"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Modello",
78
+ "dangerous_block_threshold": "Promuove, facilita o incoraggia atti dannosi",
79
+ "harassment_block_threshold": "Commenti negativi o dannosi che prendono di mira l'identit\u00e0 e/o gli attributi protetti",
80
+ "hate_block_threshold": "Contenuti maleducati, irrispettosi o blasfemi",
81
+ "max_tokens": "Numero massimo di token da restituire in risposta",
82
+ "name": "Nome",
83
+ "recommended": "Impostazioni del modello consigliate",
84
+ "sexual_block_threshold": "Contiene riferimenti ad atti sessuali o altri contenuti osceni",
85
+ "temperature": "Temperatura",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ },
24
93
  "services": {
25
94
  "generate_content": {
26
95
  "description": "Genera contenuti da una richiesta testuale ed opzionalmente con immagini",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "already_configured": "\u30b5\u30fc\u30d3\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
4
5
  "reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f"
5
6
  },
6
7
  "error": {
@@ -21,6 +22,74 @@
21
22
  }
22
23
  }
23
24
  },
25
+ "config_subentries": {
26
+ "conversation": {
27
+ "abort": {
28
+ "entry_not_loaded": "\u69cb\u6210\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u9593\u306f\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002",
29
+ "reconfigure_successful": "\u518d\u8a2d\u5b9a\u306b\u6210\u529f\u3057\u307e\u3057\u305f"
30
+ },
31
+ "entry_type": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8",
32
+ "error": {
33
+ "invalid_google_search_option": "Google \u691c\u7d22\u306f\u3001\u300cHome Assistant\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u300d\u8a2d\u5b9a\u3067\u4f55\u3082\u9078\u629e\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u306e\u307f\u6709\u52b9\u306b\u3067\u304d\u307e\u3059\u3002"
34
+ },
35
+ "initiate_flow": {
36
+ "reconfigure": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3092\u518d\u69cb\u6210\u3059\u308b",
37
+ "user": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3092\u8ffd\u52a0"
38
+ },
39
+ "step": {
40
+ "set_options": {
41
+ "data": {
42
+ "chat_model": "\u30e2\u30c7\u30eb",
43
+ "dangerous_block_threshold": "\u6709\u5bb3\u306a\u884c\u70ba\u3092\u52a9\u9577\u3001\u4fc3\u9032\u3001\u307e\u305f\u306f\u5968\u52b1\u3059\u308b\u884c\u70ba",
44
+ "enable_google_search_tool": "Google\u691c\u7d22\u30c4\u30fc\u30eb\u3092\u6709\u52b9\u306b\u3059\u308b",
45
+ "harassment_block_threshold": "\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3084\u4fdd\u8b77\u3055\u308c\u305f\u5c5e\u6027\u3092\u6a19\u7684\u3068\u3057\u305f\u5426\u5b9a\u7684\u307e\u305f\u306f\u6709\u5bb3\u306a\u30b3\u30e1\u30f3\u30c8",
46
+ "hate_block_threshold": "\u5931\u793c\u3001\u7121\u793c\u3001\u5192\u6d9c\u7684\u306a\u5185\u5bb9",
47
+ "llm_hass_api": "Home Assistant\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb",
48
+ "max_tokens": "\u5fdc\u7b54\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u30c8\u30fc\u30af\u30f3\u306e\u6700\u5927\u6570",
49
+ "name": "\u540d\u524d",
50
+ "prompt": "\u8aac\u660e\u66f8",
51
+ "recommended": "\u63a8\u5968\u30e2\u30c7\u30eb\u306e\u8a2d\u5b9a",
52
+ "sexual_block_threshold": "\u6027\u884c\u70ba\u3084\u305d\u306e\u4ed6\u306e\u308f\u3044\u305b\u3064\u306a\u5185\u5bb9\u306b\u95a2\u3059\u308b\u8a00\u53ca\u3092\u542b\u3080",
53
+ "temperature": "\u6e29\u5ea6",
54
+ "top_k": "\u30c8\u30c3\u30d7K",
55
+ "top_p": "\u30c8\u30c3\u30d7P"
56
+ },
57
+ "data_description": {
58
+ "enable_google_search_tool": "\u300cHome Assistant\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u300d\u8a2d\u5b9a\u3067\u4f55\u3082\u9078\u629e\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u306e\u307f\u6a5f\u80fd\u3057\u307e\u3059\u3002\u300c\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8\u300d\u3068\u4f75\u7528\u3059\u308b\u5834\u5408\u306e\u56de\u907f\u7b56\u306b\u3064\u3044\u3066\u306f\u3001\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002",
59
+ "prompt": "LLM\u304c\u3069\u306e\u3088\u3046\u306b\u5fdc\u7b54\u3059\u3079\u304d\u304b\u3092\u6307\u793a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002"
60
+ }
61
+ }
62
+ }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "\u69cb\u6210\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u9593\u306f\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002",
67
+ "reconfigure_successful": "\u518d\u8a2d\u5b9a\u306b\u6210\u529f\u3057\u307e\u3057\u305f"
68
+ },
69
+ "entry_type": "\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052",
70
+ "initiate_flow": {
71
+ "reconfigure": "\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052\u30b5\u30fc\u30d3\u30b9\u3092\u518d\u69cb\u6210\u3059\u308b",
72
+ "user": "\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052\u30b5\u30fc\u30d3\u30b9\u3092\u8ffd\u52a0\u3059\u308b"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "\u30e2\u30c7\u30eb",
78
+ "dangerous_block_threshold": "\u6709\u5bb3\u306a\u884c\u70ba\u3092\u52a9\u9577\u3001\u4fc3\u9032\u3001\u307e\u305f\u306f\u5968\u52b1\u3059\u308b\u884c\u70ba",
79
+ "harassment_block_threshold": "\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u3084\u4fdd\u8b77\u3055\u308c\u305f\u5c5e\u6027\u3092\u6a19\u7684\u3068\u3057\u305f\u5426\u5b9a\u7684\u307e\u305f\u306f\u6709\u5bb3\u306a\u30b3\u30e1\u30f3\u30c8",
80
+ "hate_block_threshold": "\u5931\u793c\u3001\u7121\u793c\u3001\u5192\u6d9c\u7684\u306a\u5185\u5bb9",
81
+ "max_tokens": "\u5fdc\u7b54\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u30c8\u30fc\u30af\u30f3\u306e\u6700\u5927\u6570",
82
+ "name": "\u540d\u524d",
83
+ "recommended": "\u63a8\u5968\u30e2\u30c7\u30eb\u306e\u8a2d\u5b9a",
84
+ "sexual_block_threshold": "\u6027\u884c\u70ba\u3084\u305d\u306e\u4ed6\u306e\u308f\u3044\u305b\u3064\u306a\u5185\u5bb9\u306b\u95a2\u3059\u308b\u8a00\u53ca\u3092\u542b\u3080",
85
+ "temperature": "\u6e29\u5ea6",
86
+ "top_k": "\u30c8\u30c3\u30d7K",
87
+ "top_p": "\u30c8\u30c3\u30d7P"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ },
24
93
  "services": {
25
94
  "generate_content": {
26
95
  "description": "\u30c6\u30ad\u30b9\u30c8\u3068\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u753b\u50cf\u3067\u69cb\u6210\u3055\u308c\u308b\u30d7\u30ed\u30f3\u30d7\u30c8\u304b\u3089\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u751f\u6210\u3057\u307e\u3059",
@@ -29,8 +29,24 @@
29
29
  "step": {
30
30
  "set_options": {
31
31
  "data": {
32
+ "chat_model": "Model",
32
33
  "llm_hass_api": "Beheer Home Assistant",
33
34
  "name": "Naam",
35
+ "prompt": "Instructies",
36
+ "temperature": "Temperatuur"
37
+ }
38
+ }
39
+ }
40
+ },
41
+ "tts": {
42
+ "abort": {
43
+ "reconfigure_successful": "Herconfiguratie was succesvol"
44
+ },
45
+ "step": {
46
+ "set_options": {
47
+ "data": {
48
+ "chat_model": "Model",
49
+ "name": "Naam",
34
50
  "temperature": "Temperatuur"
35
51
  }
36
52
  }
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "N\u00e3o \u00e9 poss\u00edvel adicionar coisas enquanto a configura\u00e7\u00e3o estiver desativada.",
67
+ "reconfigure_successful": "A reconfigura\u00e7\u00e3o foi bem sucedida"
68
+ },
69
+ "entry_type": "Text-to-Speech",
70
+ "initiate_flow": {
71
+ "reconfigure": "Reconfigurar o servi\u00e7o Text-to-Speech",
72
+ "user": "Adicionar servi\u00e7o Text-to-Speech"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Modelo",
78
+ "dangerous_block_threshold": "Promove, facilita ou incentiva atos prejudiciais",
79
+ "harassment_block_threshold": "Coment\u00e1rios negativos ou prejudiciais, visando a identidade e/ou atributos protegidos",
80
+ "hate_block_threshold": "Conte\u00fado que seja rude, desrespeitoso ou profano",
81
+ "max_tokens": "M\u00e1ximo de tokens a devolver na resposta",
82
+ "name": "Nome",
83
+ "recommended": "Defini\u00e7\u00f5es de modelo recomendadas",
84
+ "sexual_block_threshold": "Cont\u00e9m refer\u00eancias a atos sexuais ou outros conte\u00fados obscenos",
85
+ "temperature": "Temperatura",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -25,6 +25,7 @@
25
25
  "config_subentries": {
26
26
  "conversation": {
27
27
  "abort": {
28
+ "entry_not_loaded": "Det g\u00e5r inte att l\u00e4gga till saker n\u00e4r konfigurationen \u00e4r inaktiverad.",
28
29
  "reconfigure_successful": "Omkonfigureringen lyckades"
29
30
  },
30
31
  "step": {
@@ -43,6 +44,7 @@
43
44
  },
44
45
  "tts": {
45
46
  "abort": {
47
+ "entry_not_loaded": "Det g\u00e5r inte att l\u00e4gga till saker n\u00e4r konfigurationen \u00e4r inaktiverad.",
46
48
  "reconfigure_successful": "Omkonfigureringen lyckades"
47
49
  },
48
50
  "entry_type": "Text-till-tal",
@@ -26,6 +26,12 @@
26
26
  "title": "Google-fi\u00f3k \u00f6sszekapcsol\u00e1sa"
27
27
  },
28
28
  "pick_implementation": {
29
+ "data": {
30
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
31
+ },
32
+ "data_description": {
33
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
34
+ },
29
35
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
30
36
  },
31
37
  "reauth_confirm": {
@@ -26,6 +26,12 @@
26
26
  "title": "Google\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af"
27
27
  },
28
28
  "pick_implementation": {
29
+ "data": {
30
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
31
+ },
32
+ "data_description": {
33
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
34
+ },
29
35
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
30
36
  },
31
37
  "reauth_confirm": {
@@ -28,6 +28,12 @@
28
28
  "title": "Google-fi\u00f3k \u00f6sszekapcsol\u00e1sa"
29
29
  },
30
30
  "pick_implementation": {
31
+ "data": {
32
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
33
+ },
34
+ "data_description": {
35
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
36
+ },
31
37
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
32
38
  },
33
39
  "reauth_confirm": {
@@ -28,6 +28,12 @@
28
28
  "title": "Google\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af"
29
29
  },
30
30
  "pick_implementation": {
31
+ "data": {
32
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
33
+ },
34
+ "data_description": {
35
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
36
+ },
31
37
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
32
38
  },
33
39
  "reauth_confirm": {
@@ -27,6 +27,12 @@
27
27
  "title": "Google-fi\u00f3k \u00f6sszekapcsol\u00e1sa"
28
28
  },
29
29
  "pick_implementation": {
30
+ "data": {
31
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
32
+ },
33
+ "data_description": {
34
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
35
+ },
30
36
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
31
37
  },
32
38
  "reauth_confirm": {
@@ -27,6 +27,12 @@
27
27
  "title": "Google\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b"
28
28
  },
29
29
  "pick_implementation": {
30
+ "data": {
31
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
32
+ },
33
+ "data_description": {
34
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
35
+ },
30
36
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
31
37
  },
32
38
  "reauth_confirm": {
@@ -28,6 +28,12 @@
28
28
  "title": "Google-fi\u00f3k \u00f6sszekapcsol\u00e1sa"
29
29
  },
30
30
  "pick_implementation": {
31
+ "data": {
32
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
33
+ },
34
+ "data_description": {
35
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
36
+ },
31
37
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
32
38
  },
33
39
  "reauth_confirm": {
@@ -28,6 +28,12 @@
28
28
  "title": "Google\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af"
29
29
  },
30
30
  "pick_implementation": {
31
+ "data": {
32
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
33
+ },
34
+ "data_description": {
35
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
36
+ },
31
37
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
32
38
  },
33
39
  "reauth_confirm": {