homeassistant 2025.7.0b0__py3-none-any.whl → 2025.7.0b2__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 (312) hide show
  1. homeassistant/components/aemet/sensor.py +1 -1
  2. homeassistant/components/airq/coordinator.py +2 -2
  3. homeassistant/components/alexa_devices/__init__.py +5 -2
  4. homeassistant/components/alexa_devices/notify.py +2 -0
  5. homeassistant/components/alexa_devices/quality_scale.yaml +1 -1
  6. homeassistant/components/alexa_devices/strings.json +11 -4
  7. homeassistant/components/alexa_devices/switch.py +2 -0
  8. homeassistant/components/alexa_devices/translations/bg.json +6 -4
  9. homeassistant/components/alexa_devices/translations/cs.json +12 -5
  10. homeassistant/components/alexa_devices/translations/de.json +14 -7
  11. homeassistant/components/alexa_devices/translations/el.json +12 -5
  12. homeassistant/components/alexa_devices/translations/en.json +12 -5
  13. homeassistant/components/alexa_devices/translations/es.json +12 -5
  14. homeassistant/components/alexa_devices/translations/et.json +12 -5
  15. homeassistant/components/alexa_devices/translations/ga.json +0 -6
  16. homeassistant/components/alexa_devices/translations/he.json +0 -4
  17. homeassistant/components/alexa_devices/translations/hu.json +0 -4
  18. homeassistant/components/alexa_devices/translations/id.json +1 -0
  19. homeassistant/components/alexa_devices/translations/lt.json +0 -4
  20. homeassistant/components/alexa_devices/translations/mk.json +12 -0
  21. homeassistant/components/alexa_devices/translations/nl.json +0 -4
  22. homeassistant/components/alexa_devices/translations/pl.json +0 -4
  23. homeassistant/components/alexa_devices/translations/pt.json +0 -4
  24. homeassistant/components/alexa_devices/translations/ru.json +4 -5
  25. homeassistant/components/alexa_devices/translations/sk.json +12 -5
  26. homeassistant/components/alexa_devices/translations/sv.json +17 -5
  27. homeassistant/components/alexa_devices/translations/tr.json +0 -4
  28. homeassistant/components/alexa_devices/translations/zh-Hans.json +27 -5
  29. homeassistant/components/alexa_devices/translations/zh-Hant.json +12 -5
  30. homeassistant/components/alexa_devices/utils.py +40 -0
  31. homeassistant/components/altruist/translations/id.json +11 -0
  32. homeassistant/components/anthropic/__init__.py +14 -1
  33. homeassistant/components/anthropic/translations/bg.json +21 -0
  34. homeassistant/components/anthropic/translations/ga.json +32 -1
  35. homeassistant/components/anthropic/translations/id.json +19 -0
  36. homeassistant/components/anthropic/translations/ru.json +30 -0
  37. homeassistant/components/backup/translations/de.json +1 -1
  38. homeassistant/components/buienradar/sensor.py +0 -1
  39. homeassistant/components/cambridge_audio/translations/sv.json +1 -1
  40. homeassistant/components/comelit/translations/de.json +1 -1
  41. homeassistant/components/counter/translations/sv.json +2 -2
  42. homeassistant/components/demo/translations/select.sv.json +2 -2
  43. homeassistant/components/derivative/translations/ga.json +20 -0
  44. homeassistant/components/derivative/translations/ru.json +3 -0
  45. homeassistant/components/devolo_home_control/translations/bg.json +6 -0
  46. homeassistant/components/devolo_home_control/translations/id.json +5 -0
  47. homeassistant/components/devolo_home_control/translations/sv.json +10 -0
  48. homeassistant/components/devolo_home_control/translations/zh-Hans.json +10 -0
  49. homeassistant/components/dlink/manifest.json +1 -1
  50. homeassistant/components/ecovacs/translations/sv.json +1 -1
  51. homeassistant/components/enphase_envoy/translations/sv.json +5 -2
  52. homeassistant/components/ezviz/translations/bg.json +6 -0
  53. homeassistant/components/ezviz/translations/mk.json +13 -0
  54. homeassistant/components/ezviz/translations/sv.json +10 -0
  55. homeassistant/components/ezviz/translations/zh-Hans.json +10 -0
  56. homeassistant/components/fronius/translations/sv.json +2 -2
  57. homeassistant/components/frontend/manifest.json +1 -1
  58. homeassistant/components/goodwe/translations/sv.json +5 -5
  59. homeassistant/components/google_generative_ai_conversation/__init__.py +21 -0
  60. homeassistant/components/google_generative_ai_conversation/config_flow.py +72 -36
  61. homeassistant/components/google_generative_ai_conversation/const.py +15 -2
  62. homeassistant/components/google_generative_ai_conversation/diagnostics.py +1 -0
  63. homeassistant/components/google_generative_ai_conversation/entity.py +7 -2
  64. homeassistant/components/google_generative_ai_conversation/helpers.py +73 -0
  65. homeassistant/components/google_generative_ai_conversation/strings.json +28 -1
  66. homeassistant/components/google_generative_ai_conversation/translations/bg.json +19 -0
  67. homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
  68. homeassistant/components/google_generative_ai_conversation/translations/de.json +28 -0
  69. homeassistant/components/google_generative_ai_conversation/translations/el.json +28 -0
  70. homeassistant/components/google_generative_ai_conversation/translations/en.json +28 -0
  71. homeassistant/components/google_generative_ai_conversation/translations/es.json +28 -0
  72. homeassistant/components/google_generative_ai_conversation/translations/et.json +28 -0
  73. homeassistant/components/google_generative_ai_conversation/translations/ga.json +9 -0
  74. homeassistant/components/google_generative_ai_conversation/translations/id.json +30 -0
  75. homeassistant/components/google_generative_ai_conversation/translations/mk.json +11 -0
  76. homeassistant/components/google_generative_ai_conversation/translations/ru.json +67 -0
  77. homeassistant/components/google_generative_ai_conversation/translations/sk.json +28 -0
  78. homeassistant/components/google_generative_ai_conversation/translations/sv.json +23 -0
  79. homeassistant/components/google_generative_ai_conversation/translations/zh-Hans.json +28 -0
  80. homeassistant/components/google_generative_ai_conversation/translations/zh-Hant.json +28 -0
  81. homeassistant/components/google_generative_ai_conversation/tts.py +48 -106
  82. homeassistant/components/group/translations/el.json +18 -18
  83. homeassistant/components/habitica/const.py +1 -1
  84. homeassistant/components/harmony/translations/select.sv.json +1 -1
  85. homeassistant/components/harmony/translations/sv.json +1 -1
  86. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +89 -7
  87. homeassistant/components/homeassistant_hardware/strings.json +2 -1
  88. homeassistant/components/homeassistant_hardware/translations/de.json +1 -0
  89. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
  90. homeassistant/components/homeassistant_hardware/translations/en.json +1 -0
  91. homeassistant/components/homeassistant_hardware/translations/ga.json +9 -0
  92. homeassistant/components/homeassistant_hardware/translations/mk.json +9 -0
  93. homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
  94. homeassistant/components/homeassistant_sky_connect/strings.json +4 -2
  95. homeassistant/components/homeassistant_sky_connect/translations/de.json +2 -0
  96. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
  97. homeassistant/components/homeassistant_sky_connect/translations/en.json +2 -0
  98. homeassistant/components/homeassistant_sky_connect/translations/ga.json +10 -0
  99. homeassistant/components/homeassistant_sky_connect/translations/mk.json +7 -0
  100. homeassistant/components/homeassistant_yellow/strings.json +2 -1
  101. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
  102. homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
  103. homeassistant/components/homeassistant_yellow/translations/de.json +1 -0
  104. homeassistant/components/homeassistant_yellow/translations/el.json +0 -1
  105. homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
  106. homeassistant/components/homeassistant_yellow/translations/en.json +2 -1
  107. homeassistant/components/homeassistant_yellow/translations/es.json +0 -1
  108. homeassistant/components/homeassistant_yellow/translations/et.json +0 -1
  109. homeassistant/components/homeassistant_yellow/translations/fr.json +0 -1
  110. homeassistant/components/homeassistant_yellow/translations/ga.json +5 -0
  111. homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
  112. homeassistant/components/homeassistant_yellow/translations/hu.json +0 -1
  113. homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
  114. homeassistant/components/homeassistant_yellow/translations/it.json +0 -1
  115. homeassistant/components/homeassistant_yellow/translations/ja.json +0 -1
  116. homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
  117. homeassistant/components/homeassistant_yellow/translations/pt.json +0 -1
  118. homeassistant/components/homeassistant_yellow/translations/ru.json +0 -1
  119. homeassistant/components/homeassistant_yellow/translations/sk.json +0 -1
  120. homeassistant/components/homeassistant_yellow/translations/sv.json +0 -1
  121. homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
  122. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +0 -1
  123. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +0 -1
  124. homeassistant/components/homewizard/translations/sv.json +3 -1
  125. homeassistant/components/http/auth.py +1 -1
  126. homeassistant/components/image/__init__.py +34 -3
  127. homeassistant/components/input_number/translations/sv.json +2 -2
  128. homeassistant/components/input_select/translations/sv.json +6 -6
  129. homeassistant/components/input_text/translations/sv.json +1 -1
  130. homeassistant/components/iron_os/manifest.json +1 -1
  131. homeassistant/components/iron_os/translations/sv.json +1 -1
  132. homeassistant/components/keenetic_ndms2/translations/id.json +3 -0
  133. homeassistant/components/lamarzocco/entity.py +19 -1
  134. homeassistant/components/lamarzocco/number.py +0 -4
  135. homeassistant/components/lamarzocco/sensor.py +2 -4
  136. homeassistant/components/lamarzocco/translations/sv.json +3 -3
  137. homeassistant/components/lametric/translations/sv.json +2 -2
  138. homeassistant/components/lametric/update.py +1 -1
  139. homeassistant/components/lg_thinq/translations/sv.json +5 -5
  140. homeassistant/components/litterrobot/translations/bg.json +4 -0
  141. homeassistant/components/litterrobot/translations/ga.json +3 -0
  142. homeassistant/components/matter/translations/id.json +5 -0
  143. homeassistant/components/matter/vacuum.py +38 -26
  144. homeassistant/components/meater/__init__.py +5 -1
  145. homeassistant/components/meater/coordinator.py +4 -2
  146. homeassistant/components/media_source/local_source.py +21 -4
  147. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  148. homeassistant/components/motioneye/translations/sv.json +1 -1
  149. homeassistant/components/mqtt/translations/bg.json +10 -0
  150. homeassistant/components/mqtt/translations/cs.json +19 -0
  151. homeassistant/components/mqtt/translations/el.json +21 -0
  152. homeassistant/components/mqtt/translations/fi.json +3 -0
  153. homeassistant/components/mqtt/translations/ga.json +25 -0
  154. homeassistant/components/mqtt/translations/mk.json +23 -0
  155. homeassistant/components/mqtt/translations/ru.json +1 -0
  156. homeassistant/components/mqtt/translations/sv.json +24 -0
  157. homeassistant/components/mqtt/translations/zh-Hans.json +26 -0
  158. homeassistant/components/mqtt/translations/zh-Hant.json +19 -0
  159. homeassistant/components/music_assistant/button.py +0 -6
  160. homeassistant/components/ntfy/translations/id.json +13 -0
  161. homeassistant/components/ntfy/translations/sv.json +1 -0
  162. homeassistant/components/number/translations/sv.json +2 -2
  163. homeassistant/components/nut/config_flow.py +4 -2
  164. homeassistant/components/ohme/translations/sv.json +1 -1
  165. homeassistant/components/ollama/__init__.py +8 -0
  166. homeassistant/components/ollama/const.py +2 -0
  167. homeassistant/components/ollama/translations/bg.json +19 -0
  168. homeassistant/components/ollama/translations/ga.json +31 -1
  169. homeassistant/components/ollama/translations/id.json +18 -0
  170. homeassistant/components/ollama/translations/mk.json +13 -1
  171. homeassistant/components/ollama/translations/sv.json +1 -0
  172. homeassistant/components/onewire/translations/sv.json +4 -4
  173. homeassistant/components/openai_conversation/__init__.py +8 -0
  174. homeassistant/components/openai_conversation/const.py +1 -1
  175. homeassistant/components/openai_conversation/conversation.py +1 -1
  176. homeassistant/components/openai_conversation/translations/bg.json +26 -0
  177. homeassistant/components/openai_conversation/translations/id.json +23 -0
  178. homeassistant/components/openai_conversation/translations/mk.json +44 -0
  179. homeassistant/components/openai_conversation/translations/sv.json +4 -0
  180. homeassistant/components/playstation_network/diagnostics.py +55 -0
  181. homeassistant/components/playstation_network/quality_scale.yaml +1 -1
  182. homeassistant/components/playstation_network/translations/bg.json +25 -1
  183. homeassistant/components/playstation_network/translations/es.json +1 -1
  184. homeassistant/components/playstation_network/translations/ga.json +31 -0
  185. homeassistant/components/playstation_network/translations/id.json +14 -0
  186. homeassistant/components/playstation_network/translations/mk.json +18 -0
  187. homeassistant/components/playstation_network/translations/pl.json +73 -0
  188. homeassistant/components/playstation_network/translations/sv.json +29 -0
  189. homeassistant/components/playstation_network/translations/zh-Hans.json +29 -0
  190. homeassistant/components/plugwise/translations/sv.json +2 -2
  191. homeassistant/components/qnap/translations/sv.json +1 -1
  192. homeassistant/components/random/translations/sv.json +4 -4
  193. homeassistant/components/remote_calendar/translations/fi.json +34 -0
  194. homeassistant/components/select/translations/sv.json +10 -10
  195. homeassistant/components/smarla/__init__.py +2 -2
  196. homeassistant/components/sonos/translations/bg.json +5 -0
  197. homeassistant/components/sonos/translations/cs.json +6 -0
  198. homeassistant/components/sonos/translations/el.json +6 -0
  199. homeassistant/components/sonos/translations/ga.json +8 -0
  200. homeassistant/components/sonos/translations/mk.json +10 -0
  201. homeassistant/components/sonos/translations/ru.json +6 -0
  202. homeassistant/components/sonos/translations/sv.json +6 -0
  203. homeassistant/components/sonos/translations/zh-Hans.json +9 -0
  204. homeassistant/components/sonos/translations/zh-Hant.json +6 -0
  205. homeassistant/components/subaru/strings.json +2 -2
  206. homeassistant/components/subaru/translations/ca.json +0 -1
  207. homeassistant/components/subaru/translations/cs.json +0 -2
  208. homeassistant/components/subaru/translations/de.json +2 -2
  209. homeassistant/components/subaru/translations/el.json +0 -2
  210. homeassistant/components/subaru/translations/en-GB.json +0 -2
  211. homeassistant/components/subaru/translations/en.json +2 -2
  212. homeassistant/components/subaru/translations/es.json +0 -2
  213. homeassistant/components/subaru/translations/et.json +0 -2
  214. homeassistant/components/subaru/translations/fi.json +0 -1
  215. homeassistant/components/subaru/translations/hu.json +0 -2
  216. homeassistant/components/subaru/translations/it.json +0 -1
  217. homeassistant/components/subaru/translations/ja.json +0 -1
  218. homeassistant/components/subaru/translations/ko.json +0 -1
  219. homeassistant/components/subaru/translations/lt.json +0 -2
  220. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  221. homeassistant/components/subaru/translations/pt.json +0 -2
  222. homeassistant/components/subaru/translations/ru.json +0 -2
  223. homeassistant/components/subaru/translations/sk.json +0 -2
  224. homeassistant/components/subaru/translations/sv.json +0 -2
  225. homeassistant/components/subaru/translations/tr.json +0 -2
  226. homeassistant/components/subaru/translations/zh-Hans.json +0 -2
  227. homeassistant/components/subaru/translations/zh-Hant.json +0 -2
  228. homeassistant/components/switchbot/translations/bg.json +26 -0
  229. homeassistant/components/switchbot/translations/ga.json +33 -0
  230. homeassistant/components/switchbot/translations/id.json +19 -0
  231. homeassistant/components/switchbot/translations/mk.json +49 -0
  232. homeassistant/components/switchbot/translations/sv.json +54 -0
  233. homeassistant/components/switchbot/translations/zh-Hans.json +53 -0
  234. homeassistant/components/telegram_bot/__init__.py +20 -4
  235. homeassistant/components/telegram_bot/bot.py +33 -29
  236. homeassistant/components/telegram_bot/config_flow.py +66 -20
  237. homeassistant/components/telegram_bot/const.py +1 -1
  238. homeassistant/components/telegram_bot/strings.json +33 -10
  239. homeassistant/components/telegram_bot/translations/bg.json +0 -1
  240. homeassistant/components/telegram_bot/translations/cs.json +35 -12
  241. homeassistant/components/telegram_bot/translations/de.json +35 -12
  242. homeassistant/components/telegram_bot/translations/el.json +35 -12
  243. homeassistant/components/telegram_bot/translations/en-GB.json +6 -11
  244. homeassistant/components/telegram_bot/translations/en.json +35 -12
  245. homeassistant/components/telegram_bot/translations/es.json +35 -12
  246. homeassistant/components/telegram_bot/translations/et.json +34 -11
  247. homeassistant/components/telegram_bot/translations/fr.json +5 -12
  248. homeassistant/components/telegram_bot/translations/ga.json +5 -11
  249. homeassistant/components/telegram_bot/translations/he.json +3 -8
  250. homeassistant/components/telegram_bot/translations/hu.json +5 -12
  251. homeassistant/components/telegram_bot/translations/id.json +0 -5
  252. homeassistant/components/telegram_bot/translations/it.json +2 -5
  253. homeassistant/components/telegram_bot/translations/lt.json +5 -12
  254. homeassistant/components/telegram_bot/translations/mk.json +7 -5
  255. homeassistant/components/telegram_bot/translations/nl.json +5 -12
  256. homeassistant/components/telegram_bot/translations/pt.json +5 -12
  257. homeassistant/components/telegram_bot/translations/ru.json +12 -11
  258. homeassistant/components/telegram_bot/translations/sk.json +35 -12
  259. homeassistant/components/telegram_bot/translations/sv.json +28 -12
  260. homeassistant/components/telegram_bot/translations/tr.json +5 -12
  261. homeassistant/components/telegram_bot/translations/zh-Hans.json +35 -12
  262. homeassistant/components/telegram_bot/translations/zh-Hant.json +35 -12
  263. homeassistant/components/template/translations/sv.json +5 -5
  264. homeassistant/components/text/translations/sv.json +1 -1
  265. homeassistant/components/tilt_pi/translations/id.json +11 -0
  266. homeassistant/components/tts/__init__.py +15 -0
  267. homeassistant/components/unifiprotect/translations/zh-Hans.json +3 -3
  268. homeassistant/components/utility_meter/translations/sv.json +9 -9
  269. homeassistant/components/vegehub/translations/bg.json +2 -0
  270. homeassistant/components/vegehub/translations/id.json +11 -0
  271. homeassistant/components/vegehub/translations/sv.json +2 -1
  272. homeassistant/components/vicare/translations/sv.json +2 -2
  273. homeassistant/components/whirlpool/translations/sv.json +12 -12
  274. homeassistant/components/wyoming/translations/sv.json +2 -2
  275. homeassistant/components/zha/translations/bg.json +23 -0
  276. homeassistant/components/zha/translations/el.json +10 -0
  277. homeassistant/components/zha/translations/ga.json +20 -0
  278. homeassistant/components/zha/translations/id.json +6 -0
  279. homeassistant/components/zha/translations/sv.json +23 -0
  280. homeassistant/components/zha/translations/zh-Hans.json +50 -0
  281. homeassistant/components/zwave_js/api.py +1 -1
  282. homeassistant/components/zwave_js/config_flow.py +15 -68
  283. homeassistant/components/zwave_js/manifest.json +1 -1
  284. homeassistant/components/zwave_js/strings.json +1 -5
  285. homeassistant/components/zwave_js/translations/bg.json +0 -3
  286. homeassistant/components/zwave_js/translations/cs.json +0 -5
  287. homeassistant/components/zwave_js/translations/de.json +1 -5
  288. homeassistant/components/zwave_js/translations/el.json +0 -5
  289. homeassistant/components/zwave_js/translations/en-GB.json +1 -5
  290. homeassistant/components/zwave_js/translations/en.json +1 -5
  291. homeassistant/components/zwave_js/translations/es.json +1 -5
  292. homeassistant/components/zwave_js/translations/et.json +0 -5
  293. homeassistant/components/zwave_js/translations/ga.json +0 -5
  294. homeassistant/components/zwave_js/translations/hu.json +0 -5
  295. homeassistant/components/zwave_js/translations/lt.json +0 -5
  296. homeassistant/components/zwave_js/translations/mk.json +0 -5
  297. homeassistant/components/zwave_js/translations/pt.json +0 -5
  298. homeassistant/components/zwave_js/translations/ru.json +0 -5
  299. homeassistant/components/zwave_js/translations/sk.json +0 -5
  300. homeassistant/components/zwave_js/translations/sv.json +0 -5
  301. homeassistant/components/zwave_js/translations/zh-Hans.json +0 -5
  302. homeassistant/components/zwave_js/translations/zh-Hant.json +1 -5
  303. homeassistant/config_entries.py +6 -0
  304. homeassistant/const.py +1 -1
  305. homeassistant/package_constraints.txt +1 -1
  306. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/METADATA +1 -1
  307. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/RECORD +312 -294
  308. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/WHEEL +0 -0
  309. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/entry_points.txt +0 -0
  310. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/LICENSE.md +0 -0
  311. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  312. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.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": {
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Es k\u00f6nnen keine Dinge hinzugef\u00fcgt werden, wenn die Konfiguration deaktiviert ist.",
67
+ "reconfigure_successful": "Die Neukonfiguration war erfolgreich"
68
+ },
69
+ "entry_type": "Text-zu-Sprache",
70
+ "initiate_flow": {
71
+ "reconfigure": "Text-zu-Sprache-Dienst neu konfigurieren",
72
+ "user": "Text-zu-Sprache-Dienst hinzuf\u00fcgen"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Modell",
78
+ "dangerous_block_threshold": "F\u00f6rderung, Erleichterung oder Ermutigung sch\u00e4dlicher Handlungen",
79
+ "harassment_block_threshold": "Negative oder verletzende Kommentare, die auf die Identit\u00e4t und/oder gesch\u00fctzte Attribute abzielen",
80
+ "hate_block_threshold": "Inhalte, die unh\u00f6flich, respektlos oder profan sind",
81
+ "max_tokens": "Maximale Anzahl an Token, die als Antwort zur\u00fcckgegeben werden",
82
+ "name": "Name",
83
+ "recommended": "Empfohlene Modelleinstellungen",
84
+ "sexual_block_threshold": "Hinweise auf sexuelle Handlungen oder andere anst\u00f6\u00dfige Inhalte",
85
+ "temperature": "Temperatur",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03cc\u03c3\u03bf \u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7.",
67
+ "reconfigure_successful": "\u0397 \u03b5\u03ba \u03bd\u03ad\u03bf\u03c5 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03ae\u03c4\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2"
68
+ },
69
+ "entry_type": "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03b5 \u03bf\u03bc\u03b9\u03bb\u03af\u03b1",
70
+ "initiate_flow": {
71
+ "reconfigure": "\u0395\u03c0\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae\u03c2 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03b5 \u03bf\u03bc\u03b9\u03bb\u03af\u03b1",
72
+ "user": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae\u03c2 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03b5 \u03bf\u03bc\u03b9\u03bb\u03af\u03b1"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf",
78
+ "dangerous_block_threshold": "\u03a0\u03c1\u03bf\u03c9\u03b8\u03b5\u03af, \u03b4\u03b9\u03b5\u03c5\u03ba\u03bf\u03bb\u03cd\u03bd\u03b5\u03b9 \u03ae \u03b5\u03bd\u03b8\u03b1\u03c1\u03c1\u03cd\u03bd\u03b5\u03b9 \u03b5\u03c0\u03b9\u03b2\u03bb\u03b1\u03b2\u03b5\u03af\u03c2 \u03c0\u03c1\u03ac\u03be\u03b5\u03b9\u03c2",
79
+ "harassment_block_threshold": "\u0391\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03ac \u03ae \u03b5\u03c0\u03b9\u03b2\u03bb\u03b1\u03b2\u03ae \u03c3\u03c7\u03cc\u03bb\u03b9\u03b1 \u03bc\u03b5 \u03c3\u03c4\u03cc\u03c7\u03bf \u03c4\u03b7\u03bd \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03ae/\u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac",
80
+ "hate_block_threshold": "\u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03c5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03b3\u03b5\u03bd\u03ad\u03c2, \u03b1\u03c3\u03b5\u03b2\u03ad\u03c2 \u03ae \u03b2\u03bb\u03ac\u03c3\u03c6\u03b7\u03bc\u03bf",
81
+ "max_tokens": "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 tokens \u03c0\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7",
82
+ "name": "\u039f\u03bd\u03bf\u03bc\u03b1",
83
+ "recommended": "\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf\u03c5",
84
+ "sexual_block_threshold": "\u03a0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c3\u03b5 \u03c3\u03b5\u03be\u03bf\u03c5\u03b1\u03bb\u03b9\u03ba\u03ad\u03c2 \u03c0\u03c1\u03ac\u03be\u03b5\u03b9\u03c2 \u03ae \u03ac\u03bb\u03bb\u03bf \u03ac\u03c3\u03b5\u03bc\u03bd\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf",
85
+ "temperature": "\u0398\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Cannot add things while the configuration is disabled.",
67
+ "reconfigure_successful": "Re-configuration was successful"
68
+ },
69
+ "entry_type": "Text-to-Speech",
70
+ "initiate_flow": {
71
+ "reconfigure": "Reconfigure Text-to-Speech service",
72
+ "user": "Add Text-to-Speech service"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Model",
78
+ "dangerous_block_threshold": "Promotes, facilitates, or encourages harmful acts",
79
+ "harassment_block_threshold": "Negative or harmful comments targeting identity and/or protected attributes",
80
+ "hate_block_threshold": "Content that is rude, disrespectful, or profane",
81
+ "max_tokens": "Maximum tokens to return in response",
82
+ "name": "Name",
83
+ "recommended": "Recommended model settings",
84
+ "sexual_block_threshold": "Contains references to sexual acts or other lewd content",
85
+ "temperature": "Temperature",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "No se pueden a\u00f1adir cosas mientras la configuraci\u00f3n est\u00e1 desactivada.",
67
+ "reconfigure_successful": "Se volvi\u00f3 a configurar correctamente"
68
+ },
69
+ "entry_type": "Texto a voz",
70
+ "initiate_flow": {
71
+ "reconfigure": "Volver a configurar el servicio de texto a voz",
72
+ "user": "A\u00f1adir servicio de texto a voz"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Modelo",
78
+ "dangerous_block_threshold": "Promueve, facilita o fomenta actos da\u00f1inos",
79
+ "harassment_block_threshold": "Comentarios negativos o perjudiciales sobre la identidad y/o atributos protegidos",
80
+ "hate_block_threshold": "Contenido grosero, irrespetuoso o profano",
81
+ "max_tokens": "M\u00e1ximo de tokens para devolver en respuesta",
82
+ "name": "Nombre",
83
+ "recommended": "Ajustes recomendados del modelo",
84
+ "sexual_block_threshold": "Contiene referencias a actos sexuales u otros contenidos lascivos",
85
+ "temperature": "Temperatura",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Asju ei saa lisada kui konfiguratsioon on keelatud.",
67
+ "reconfigure_successful": "\u00dcmberseadistamine \u00f5nnestus"
68
+ },
69
+ "entry_type": "Tekst k\u00f5neks",
70
+ "initiate_flow": {
71
+ "reconfigure": "Tekst k\u00f5neks teenuse \u00fcmberseadistamine",
72
+ "user": "Tekst k\u00f5neks teenuse lisamine"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Mudel",
78
+ "dangerous_block_threshold": "Propageerib, h\u00f5lbustab v\u00f5i julgustab kahjulikke tegusid",
79
+ "harassment_block_threshold": "Negatiivsed v\u00f5i kahjulikud kommentaarid, mis sihivad identiteeti ja/v\u00f5i kaitstud atribuute",
80
+ "hate_block_threshold": "Ebaviisakas, lugupidamatu v\u00f5i r\u00f5ve sisu.",
81
+ "max_tokens": "Vastuseks tagastatavate fraaside maksimaalne arv",
82
+ "name": "Nimi",
83
+ "recommended": "Soovitatavad mudeli seaded",
84
+ "sexual_block_threshold": "Sisaldab viiteid seksuaalaktidele v\u00f5i muule siivutule sisule",
85
+ "temperature": "Temperatuur",
86
+ "top_k": "\u00dclemine K",
87
+ "top_p": "\u00dclemine P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -1,4 +1,13 @@
1
1
  {
2
+ "config_subentries": {
3
+ "tts": {
4
+ "entry_type": "T\u00e9acs-go-Caint",
5
+ "initiate_flow": {
6
+ "reconfigure": "Athchumraigh an tseirbh\u00eds T\u00e9acs-go-Caint",
7
+ "user": "Cuir seirbh\u00eds T\u00e9acs-go-Caint leis"
8
+ }
9
+ }
10
+ },
2
11
  "issues": {
3
12
  "deprecated_image_filename_parameter": {
4
13
  "description": "T\u00e1 an paraim\u00e9adar 'image_filename' i ngn\u00edomhartha Google Generative AI imithe i l\u00e9ig. Cuir scripteanna agus uathoibrithe in eagar chun 'filenames' a \u00fas\u00e1id ina ionad.",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "already_configured": "Layanan sudah dikonfigurasi",
4
5
  "reauth_successful": "Autentikasi ulang berhasil"
5
6
  },
6
7
  "error": {
@@ -21,6 +22,35 @@
21
22
  }
22
23
  }
23
24
  },
25
+ "config_subentries": {
26
+ "conversation": {
27
+ "abort": {
28
+ "reconfigure_successful": "Konfigurasi ulang berhasil"
29
+ },
30
+ "step": {
31
+ "set_options": {
32
+ "data": {
33
+ "chat_model": "Model",
34
+ "llm_hass_api": "Kendalikan Home Assistant",
35
+ "name": "Nama"
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "tts": {
41
+ "abort": {
42
+ "reconfigure_successful": "Konfigurasi ulang berhasil"
43
+ },
44
+ "step": {
45
+ "set_options": {
46
+ "data": {
47
+ "chat_model": "Model",
48
+ "name": "Nama"
49
+ }
50
+ }
51
+ }
52
+ }
53
+ },
24
54
  "services": {
25
55
  "generate_content": {
26
56
  "description": "Menghasilkan konten dari perintah yang terdiri dari teks dan gambar secara opsional",
@@ -0,0 +1,11 @@
1
+ {
2
+ "config_subentries": {
3
+ "tts": {
4
+ "entry_type": "\u0422\u0435\u043a\u0441\u0442-\u0432\u043e-\u0433\u043e\u0432\u043e\u0440",
5
+ "initiate_flow": {
6
+ "reconfigure": "\u0420\u0435\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0458 \u0458\u0430 \u0443\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0437\u0430 \u043f\u0440\u0435\u0442\u0432\u043e\u0440\u0430\u045a\u0435 \u0442\u0435\u043a\u0441\u0442 \u0432\u043e \u0433\u043e\u0432\u043e\u0440",
7
+ "user": "\u0414\u043e\u0434\u0430\u0458 \u0443\u0441\u043b\u0443\u0433\u0430 \u0437\u0430 \u043f\u0440\u0435\u0442\u0432\u043e\u0440\u0430\u045a\u0435 \u0442\u0435\u043a\u0441\u0442 \u0432\u043e \u0433\u043e\u0432\u043e\u0440"
8
+ }
9
+ }
10
+ }
11
+ }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "already_configured": "\u042d\u0442\u0430 \u0441\u043b\u0443\u0436\u0431\u0430 \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant",
4
5
  "reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e"
5
6
  },
6
7
  "error": {
@@ -21,6 +22,72 @@
21
22
  }
22
23
  }
23
24
  },
25
+ "config_subentries": {
26
+ "conversation": {
27
+ "abort": {
28
+ "entry_not_loaded": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u043f\u043e\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430.",
29
+ "reconfigure_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e"
30
+ },
31
+ "entry_type": "\u0414\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430",
32
+ "error": {
33
+ "invalid_google_search_option": "\u041f\u043e\u0438\u0441\u043a Google \u043c\u043e\u0436\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 Home Assistant\" \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e."
34
+ },
35
+ "initiate_flow": {
36
+ "reconfigure": "\u041f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443",
37
+ "user": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443"
38
+ },
39
+ "step": {
40
+ "set_options": {
41
+ "data": {
42
+ "chat_model": "\u041c\u043e\u0434\u0435\u043b\u044c",
43
+ "dangerous_block_threshold": "\u041f\u043e\u043e\u0449\u0440\u044f\u0435\u0442, \u0441\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u043f\u043e\u0434\u0441\u0442\u0440\u0435\u043a\u0430\u0435\u0442 \u043a \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044e \u0432\u0440\u0435\u0434\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",
44
+ "enable_google_search_tool": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u043f\u043e\u0438\u0441\u043a\u0430 Google",
45
+ "harassment_block_threshold": "\u041d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0438\u043b\u0438 \u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438, \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0438/\u0438\u043b\u0438 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b",
46
+ "hate_block_threshold": "\u0413\u0440\u0443\u0431\u044b\u0439, \u043d\u0435\u0443\u0432\u0430\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0438\u043b\u0438 \u043d\u0435\u043f\u0440\u0438\u0441\u0442\u043e\u0439\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442",
47
+ "llm_hass_api": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 Home Assistant",
48
+ "max_tokens": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0442\u043e\u043a\u0435\u043d\u043e\u0432, \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u0432 \u043e\u0442\u0432\u0435\u0442",
49
+ "name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
50
+ "prompt": "\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438",
51
+ "sexual_block_threshold": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u0441\u0435\u043a\u0441\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u0445 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u043d\u0435\u043f\u0440\u0438\u0441\u0442\u043e\u0439\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b",
52
+ "temperature": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430",
53
+ "top_k": "Top K",
54
+ "top_p": "Top P"
55
+ },
56
+ "data_description": {
57
+ "enable_google_search_tool": "\u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u0435\u0441\u043b\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 Home Assistant\" \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e. \u0421\u043c. \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044e \u0434\u043b\u044f \u043e\u0431\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0443\u0442\u0438 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \"Assist\".",
58
+ "prompt": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043a\u0430\u043a \u0434\u043e\u043b\u0436\u043d\u0430 \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c LLM. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d."
59
+ }
60
+ }
61
+ }
62
+ },
63
+ "tts": {
64
+ "abort": {
65
+ "entry_not_loaded": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u043f\u043e\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430.",
66
+ "reconfigure_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e"
67
+ },
68
+ "entry_type": "\u0421\u0438\u043d\u0442\u0435\u0437 \u0440\u0435\u0447\u0438",
69
+ "initiate_flow": {
70
+ "reconfigure": "\u041f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0441\u043b\u0443\u0436\u0431\u0443 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0442\u0435\u043a\u0441\u0442\u0430 \u0432 \u0440\u0435\u0447\u044c",
71
+ "user": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u0443\u0436\u0431\u0443 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0442\u0435\u043a\u0441\u0442\u0430 \u0432 \u0440\u0435\u0447\u044c"
72
+ },
73
+ "step": {
74
+ "set_options": {
75
+ "data": {
76
+ "chat_model": "\u041c\u043e\u0434\u0435\u043b\u044c",
77
+ "dangerous_block_threshold": "\u041f\u043e\u043e\u0449\u0440\u044f\u0435\u0442, \u0441\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u043f\u043e\u0434\u0441\u0442\u0440\u0435\u043a\u0430\u0435\u0442 \u043a \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044e \u0432\u0440\u0435\u0434\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",
78
+ "harassment_block_threshold": "\u041d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0438\u043b\u0438 \u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438, \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0438/\u0438\u043b\u0438 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b",
79
+ "hate_block_threshold": "\u0413\u0440\u0443\u0431\u044b\u0439, \u043d\u0435\u0443\u0432\u0430\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0438\u043b\u0438 \u043d\u0435\u043f\u0440\u0438\u0441\u0442\u043e\u0439\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442",
80
+ "max_tokens": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0442\u043e\u043a\u0435\u043d\u043e\u0432, \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u0432 \u043e\u0442\u0432\u0435\u0442",
81
+ "name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
82
+ "sexual_block_threshold": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u0441\u0435\u043a\u0441\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u0445 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u043d\u0435\u043f\u0440\u0438\u0441\u0442\u043e\u0439\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b",
83
+ "temperature": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430",
84
+ "top_k": "Top K",
85
+ "top_p": "Top P"
86
+ }
87
+ }
88
+ }
89
+ }
90
+ },
24
91
  "issues": {
25
92
  "deprecated_image_filename_parameter": {
26
93
  "description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 'image_filename' \u0432 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u0445 Google Generative AI \u0443\u0441\u0442\u0430\u0440\u0435\u043b. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c 'filenames' \u0432\u043c\u0435\u0441\u0442\u043e \u043d\u0435\u0433\u043e.",
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "Nie je mo\u017en\u00e9 prid\u00e1va\u0165 veci, ke\u010f je konfigur\u00e1cia vypnut\u00e1.",
67
+ "reconfigure_successful": "Rekonfigur\u00e1cia bola \u00faspe\u0161n\u00e1"
68
+ },
69
+ "entry_type": "Prevod textu na re\u010d",
70
+ "initiate_flow": {
71
+ "reconfigure": "Rekonfigur\u00e1cia slu\u017eby prevodu textu na re\u010d",
72
+ "user": "Prida\u0165 slu\u017ebu prevodu textu na re\u010d"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "Model",
78
+ "dangerous_block_threshold": "Podporuje, u\u013eah\u010duje alebo nab\u00e1da k \u0161kodliv\u00fdm \u010dinom",
79
+ "harassment_block_threshold": "Negat\u00edvne alebo \u0161kodliv\u00e9 koment\u00e1re zameran\u00e9 na identitu a/alebo chr\u00e1nen\u00e9 vlastnosti",
80
+ "hate_block_threshold": "Obsah, ktor\u00fd je hrub\u00fd, ne\u00factiv\u00fd alebo vulg\u00e1rny",
81
+ "max_tokens": "Maxim\u00e1lny po\u010det tokenov, ktor\u00e9 sa maj\u00fa vr\u00e1ti\u0165 v odpovedi",
82
+ "name": "N\u00e1zov",
83
+ "recommended": "Odpor\u00fa\u010dan\u00e9 nastavenia modelu",
84
+ "sexual_block_threshold": "Obsahuje odkazy na sexu\u00e1lne akty alebo in\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": {
@@ -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": {
@@ -40,6 +41,28 @@
40
41
  }
41
42
  }
42
43
  }
44
+ },
45
+ "tts": {
46
+ "abort": {
47
+ "entry_not_loaded": "Det g\u00e5r inte att l\u00e4gga till saker n\u00e4r konfigurationen \u00e4r inaktiverad.",
48
+ "reconfigure_successful": "Omkonfigureringen lyckades"
49
+ },
50
+ "entry_type": "Text-till-tal",
51
+ "initiate_flow": {
52
+ "reconfigure": "Konfigurera om text-till-tal-tj\u00e4nst",
53
+ "user": "L\u00e4gg till text-till-tal-tj\u00e4nst"
54
+ },
55
+ "step": {
56
+ "set_options": {
57
+ "data": {
58
+ "chat_model": "Modell",
59
+ "name": "Namn",
60
+ "recommended": "Rekommenderade modellinst\u00e4llningar",
61
+ "sexual_block_threshold": "Inneh\u00e5ller referenser till sexuella handlingar eller annat oanst\u00e4ndigt inneh\u00e5ll",
62
+ "temperature": "Temperatur"
63
+ }
64
+ }
65
+ }
43
66
  }
44
67
  },
45
68
  "issues": {
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "\u7981\u7528\u914d\u7f6e\u65f6\u65e0\u6cd5\u6dfb\u52a0\u5185\u5bb9\u3002",
67
+ "reconfigure_successful": "\u91cd\u65b0\u914d\u7f6e\u6210\u529f"
68
+ },
69
+ "entry_type": "\u6587\u672c\u8f6c\u8bed\u97f3",
70
+ "initiate_flow": {
71
+ "reconfigure": "\u91cd\u65b0\u914d\u7f6e\u6587\u672c\u8f6c\u8bed\u97f3\u670d\u52a1",
72
+ "user": "\u6dfb\u52a0\u6587\u672c\u8f6c\u8bed\u97f3\u670d\u52a1"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "\u6a21\u578b",
78
+ "dangerous_block_threshold": "\u4fc3\u8fdb\u3001\u534f\u52a9\u6216\u9f13\u52b1\u6709\u5bb3\u884c\u4e3a",
79
+ "harassment_block_threshold": "\u9488\u5bf9\u8eab\u4efd\u548c/\u6216\u53d7\u4fdd\u62a4\u5c5e\u6027\u7684\u8d1f\u9762\u6216\u6709\u5bb3\u8bc4\u8bba",
80
+ "hate_block_threshold": "\u7c97\u9c81\u3001\u65e0\u793c\u6216\u4eb5\u6e0e\u7684\u5185\u5bb9",
81
+ "max_tokens": "\u56de\u5e94\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u4ee4\u724c\u6570",
82
+ "name": "\u540d\u79f0",
83
+ "recommended": "\u63a8\u8350\u7684\u6a21\u578b\u8bbe\u7f6e",
84
+ "sexual_block_threshold": "\u5305\u542b\u5bf9\u6027\u884c\u4e3a\u6216\u5176\u4ed6\u6deb\u79fd\u5185\u5bb9\u7684\u5f15\u7528",
85
+ "temperature": "\u6e29\u5ea6",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {
@@ -60,6 +60,34 @@
60
60
  }
61
61
  }
62
62
  }
63
+ },
64
+ "tts": {
65
+ "abort": {
66
+ "entry_not_loaded": "\u7576\u8a2d\u5b9a\u88ab\u95dc\u9589\u6642\uff0c\u7121\u6cd5\u65b0\u589e\u9805\u76ee\u3002",
67
+ "reconfigure_successful": "\u91cd\u65b0\u8a2d\u5b9a\u6210\u529f"
68
+ },
69
+ "entry_type": "\u6587\u5b57\u8f49\u8a9e\u97f3",
70
+ "initiate_flow": {
71
+ "reconfigure": "\u91cd\u65b0\u8a2d\u5b9a\u6587\u5b57\u8f49\u8a9e\u97f3\u670d\u52d9",
72
+ "user": "\u65b0\u589e\u6587\u5b57\u8f49\u8a9e\u97f3\u670d\u52d9"
73
+ },
74
+ "step": {
75
+ "set_options": {
76
+ "data": {
77
+ "chat_model": "\u578b\u865f",
78
+ "dangerous_block_threshold": "\u4fc3\u9032\u3001\u4fbf\u5229\u6216\u9f13\u52f5\u6709\u5bb3\u884c\u70ba",
79
+ "harassment_block_threshold": "\u91dd\u5c0d\u8eab\u4efd\u53ca/\u6216\u53d7\u4fdd\u8b77\u5c6c\u6027\u7684\u8ca0\u9762\u6216\u6709\u5bb3\u8a55\u8ad6",
80
+ "hate_block_threshold": "\u7c97\u9b6f\u3001\u4e0d\u5c0a\u91cd\u6216\u893b\u7006\u7684\u5167\u5bb9",
81
+ "max_tokens": "\u56de\u61c9\u8fd4\u56de\u6700\u9ad8\u6b0a\u6756\u6578",
82
+ "name": "\u540d\u7a31",
83
+ "recommended": "\u5efa\u8b70\u6a21\u578b\u8a2d\u5b9a",
84
+ "sexual_block_threshold": "\u5305\u542b\u6027\u884c\u70ba\u6216\u5176\u4ed6\u6deb\u7a62\u5167\u5bb9",
85
+ "temperature": "\u6eab\u5ea6",
86
+ "top_k": "Top K",
87
+ "top_p": "Top P"
88
+ }
89
+ }
90
+ }
63
91
  }
64
92
  },
65
93
  "issues": {