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
@@ -24,29 +24,46 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1",
28
- "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy)"
27
+ "platform": "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1"
29
28
  },
30
29
  "data_description": {
31
- "platform": "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Telegram bot",
32
- "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 \u03b5\u03ac\u03bd \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1\u03bd, \u03bc\u03b5 \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2.\n(socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Telegram bot"
33
31
  },
34
32
  "description": "\u0395\u03c0\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 Telegram bot",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy)"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy) \u03b1\u03bd \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1\u03bd, \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2.\n(socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2"
42
+ }
43
+ },
35
44
  "title": "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 Telegram bot"
36
45
  },
37
46
  "user": {
38
47
  "data": {
39
- "api_key": "\u039a\u03bb\u03b5\u03b9\u03b4\u03af API",
40
- "platform": "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1",
41
- "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy)"
48
+ "api_key": "API token",
49
+ "platform": "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1"
42
50
  },
43
51
  "data_description": {
44
52
  "api_key": "\u03a4\u03bf API token \u03c4\u03bf\u03c5 bot \u03c3\u03b1\u03c2.",
45
- "platform": "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Telegram bot",
46
- "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 \u03b5\u03ac\u03bd \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1\u03bd, \u03bc\u03b5 \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2.\n(socks5://username:password@proxy_ip:proxy_port)"
47
- },
48
- "description": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bd\u03ad\u03bf Telegram bot",
49
- "title": "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 Telegram bot"
53
+ "platform": "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Telegram bot"
54
+ },
55
+ "description": "\u0393\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 Telegram bot, \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03b5\u03be\u03ae\u03c2 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1:\n\n1. \u0391\u03bd\u03bf\u03af\u03be\u03c4\u03b5 \u03c4\u03bf Telegram \u03ba\u03b1\u03b9 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf [{botfather_username}]({botfather_url}).\n1. \u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03bd\u03c4\u03bf\u03bb\u03ae `/newbot`.\n1. \u0391\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf bot \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03bf API token \u03c3\u03b1\u03c2.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy)"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy) \u03b1\u03bd \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1\u03bd, \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2.\n(socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2"
65
+ }
66
+ }
50
67
  },
51
68
  "webhooks": {
52
69
  "data": {
@@ -89,12 +106,18 @@
89
106
  "allowlist_external_dirs_error": {
90
107
  "message": "\u0397 \u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae \u03c4\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af \u03c3\u03c4\u03b7\u03bd allowlist_external_dirs."
91
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c3\u03c4\u03cc\u03c7\u03bf\u03b9: {chat_ids}. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 {bot_name} \u03ad\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af."
111
+ },
92
112
  "failed_to_load_file": {
93
113
  "message": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5: {error}"
94
114
  },
95
115
  "failed_to_load_url": {
96
116
  "message": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2 URL: {error}"
97
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2: {chat_ids}. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf {bot_name}."
120
+ },
98
121
  "missing_allowed_chat_ids": {
99
122
  "message": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf {bot_name}."
100
123
  },
@@ -24,29 +24,24 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Platform",
28
- "proxy_url": "Proxy URL"
27
+ "platform": "Platform"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Telegram bot implementation",
32
- "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "Telegram bot implementation"
33
31
  },
34
32
  "description": "Reconfigure Telegram bot",
35
33
  "title": "Telegram bot setup"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "API key",
40
- "platform": "Platform",
41
- "proxy_url": "Proxy URL"
37
+ "api_key": "API token",
38
+ "platform": "Platform"
42
39
  },
43
40
  "data_description": {
44
41
  "api_key": "The API token of your bot.",
45
- "platform": "Telegram bot implementation",
46
- "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
42
+ "platform": "Telegram bot implementation"
47
43
  },
48
- "description": "Create a new Telegram bot",
49
- "title": "Telegram bot setup"
44
+ "description": "To create a Telegram bot, follow these steps:\n\n1. Open Telegram and start a chat with [{botfather_username}]({botfather_url}).\n1. Send the command `/newbot`.\n1. Follow the instructions to create your bot and get your API token."
50
45
  },
51
46
  "webhooks": {
52
47
  "data": {
@@ -24,29 +24,46 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Platform",
28
- "proxy_url": "Proxy URL"
27
+ "platform": "Platform"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Telegram bot implementation",
32
- "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "Telegram bot implementation"
33
31
  },
34
32
  "description": "Reconfigure Telegram bot",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "Proxy URL"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "Advanced settings"
42
+ }
43
+ },
35
44
  "title": "Telegram bot setup"
36
45
  },
37
46
  "user": {
38
47
  "data": {
39
- "api_key": "API key",
40
- "platform": "Platform",
41
- "proxy_url": "Proxy URL"
48
+ "api_key": "API token",
49
+ "platform": "Platform"
42
50
  },
43
51
  "data_description": {
44
52
  "api_key": "The API token of your bot.",
45
- "platform": "Telegram bot implementation",
46
- "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
47
- },
48
- "description": "Create a new Telegram bot",
49
- "title": "Telegram bot setup"
53
+ "platform": "Telegram bot implementation"
54
+ },
55
+ "description": "To create a Telegram bot, follow these steps:\n\n1. Open Telegram and start a chat with [{botfather_username}]({botfather_url}).\n1. Send the command `/newbot`.\n1. Follow the instructions to create your bot and get your API token.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "Proxy URL"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "Advanced settings"
65
+ }
66
+ }
50
67
  },
51
68
  "webhooks": {
52
69
  "data": {
@@ -89,12 +106,18 @@
89
106
  "allowlist_external_dirs_error": {
90
107
  "message": "File path has not been configured in allowlist_external_dirs."
91
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "Failed targets: {chat_ids}. Please verify that the chat IDs for {bot_name} have been configured."
111
+ },
92
112
  "failed_to_load_file": {
93
113
  "message": "Failed to load file: {error}"
94
114
  },
95
115
  "failed_to_load_url": {
96
116
  "message": "Failed to load URL: {error}"
97
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "Invalid chat IDs: {chat_ids}. Please configure the chat IDs for {bot_name}."
120
+ },
98
121
  "missing_allowed_chat_ids": {
99
122
  "message": "No allowed chat IDs found. Please add allowed chat IDs for {bot_name}."
100
123
  },
@@ -24,29 +24,46 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Plataforma",
28
- "proxy_url": "URL de proxy"
27
+ "platform": "Plataforma"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Implementaci\u00f3n de bots de Telegram",
32
- "proxy_url": "URL de proxy si se trabaja detr\u00e1s de uno, incluyendo opcionalmente nombre de usuario y contrase\u00f1a. \n (socks5://nombreusuario:contrase\u00f1a@ip_proxy:puerto_proxy)"
30
+ "platform": "Implementaci\u00f3n de bots de Telegram"
33
31
  },
34
32
  "description": "Volver a configurar el bot de Telegram",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "URL del proxy"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "URL del proxy si se trabaja detr\u00e1s de uno, incluyendo opcionalmente nombre de usuario y contrase\u00f1a. \n (socks5://nombreusuario:contrase\u00f1a@ip_proxy:puerto_proxy)"
40
+ },
41
+ "name": "Configuraci\u00f3n avanzada"
42
+ }
43
+ },
35
44
  "title": "Configuraci\u00f3n del bot de Telegram"
36
45
  },
37
46
  "user": {
38
47
  "data": {
39
- "api_key": "Clave API",
40
- "platform": "Plataforma",
41
- "proxy_url": "URL de proxy"
48
+ "api_key": "Token API",
49
+ "platform": "Plataforma"
42
50
  },
43
51
  "data_description": {
44
52
  "api_key": "El token API de tu bot.",
45
- "platform": "Implementaci\u00f3n de bots de Telegram",
46
- "proxy_url": "URL de proxy si se trabaja detr\u00e1s de uno, incluyendo opcionalmente nombre de usuario y contrase\u00f1a. \n (socks5://nombreusuario:contrase\u00f1a@ip_proxy:puerto_proxy)"
47
- },
48
- "description": "Crea un nuevo bot de Telegram",
49
- "title": "Configuraci\u00f3n del bot de Telegram"
53
+ "platform": "Implementaci\u00f3n de bots de Telegram"
54
+ },
55
+ "description": "Para crear un bot de Telegram, sigue estos pasos: \n \n1. Abre Telegram e inicia un chat con [{botfather_username}]({botfather_url}). \n1. Env\u00eda el comando `/newbot`. \n1. Sigue las instrucciones para crear tu bot y obtener tu token de API.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "URL del proxy"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "URL del proxy si se trabaja detr\u00e1s de uno, incluyendo opcionalmente nombre de usuario y contrase\u00f1a. \n (socks5://nombreusuario:contrase\u00f1a@ip_proxy:puerto_proxy)"
63
+ },
64
+ "name": "Configuraci\u00f3n avanzada"
65
+ }
66
+ }
50
67
  },
51
68
  "webhooks": {
52
69
  "data": {
@@ -89,12 +106,18 @@
89
106
  "allowlist_external_dirs_error": {
90
107
  "message": "La ruta del archivo no se ha configurado en allowlist_external_dirs."
91
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "Objetivos fallidos: {chat_ids}. Por favor, verifica que se hayan configurado los ID de chat de {bot_name}."
111
+ },
92
112
  "failed_to_load_file": {
93
113
  "message": "No se pudo cargar el archivo: {error}"
94
114
  },
95
115
  "failed_to_load_url": {
96
116
  "message": "No se pudo cargar la URL: {error}"
97
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "IDs de chat no v\u00e1lidos: {chat_ids}. Por favor, configura los ID de chat para {bot_name}."
120
+ },
98
121
  "missing_allowed_chat_ids": {
99
122
  "message": "No se encontraron IDs de chat permitidos. Por favor, a\u00f1ade los IDs de chat permitidos para {bot_name}."
100
123
  },
@@ -24,29 +24,46 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Platvorm",
28
- "proxy_url": "Puhverserveri URL"
27
+ "platform": "Platvorm"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Telegrami boti rakendamine",
32
- "proxy_url": "Proxy URL kui t\u00f6\u00f6tatakse puhverserveri taga, valikuliselt koos kasutajanime ja parooliga. (socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "Telegrami boti rakendamine"
33
31
  },
34
32
  "description": "Telegrami boti \u00fcmberseadistamine",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "Puhverserveri URL"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "Proxy URL kui t\u00f6\u00f6tatakse puhverserveri taga, valikuliselt koos kasutajanime ja parooliga. (socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "T\u00e4psemad s\u00e4tted"
42
+ }
43
+ },
35
44
  "title": "Telegrami boti seadistamine"
36
45
  },
37
46
  "user": {
38
47
  "data": {
39
48
  "api_key": "API v\u00f5ti",
40
- "platform": "Platvorm",
41
- "proxy_url": "Puhverserveri URL"
49
+ "platform": "Platvorm"
42
50
  },
43
51
  "data_description": {
44
52
  "api_key": "Boti API-token.",
45
- "platform": "Telegrami boti rakendamine",
46
- "proxy_url": "Proxy URL kui t\u00f6\u00f6tatakse puhverserveri taga, valikuliselt koos kasutajanime ja parooliga. (socks5://username:password@proxy_ip:proxy_port)"
47
- },
48
- "description": "Loo uus Telegrami bot",
49
- "title": "Telegrami boti seadistamine"
53
+ "platform": "Telegrami boti rakendamine"
54
+ },
55
+ "description": "Telegrami boti loomiseks j\u00e4rgi neid samme: \n \n 1. Ava Telegram ja alusta vestlust kasutajaga [ {botfather_username} ]( {botfather_url} ). \n 1. Saada k\u00e4sk `/newbot`. \n 1. J\u00e4rgi juhiseid boti loomiseks ja API tokeni saamiseks.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "Puhverserveri URL"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "Proxy URL kui t\u00f6\u00f6tatakse puhverserveri taga, valikuliselt koos kasutajanime ja parooliga. (socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "T\u00e4psemad s\u00e4tted"
65
+ }
66
+ }
50
67
  },
51
68
  "webhooks": {
52
69
  "data": {
@@ -89,12 +106,18 @@
89
106
  "allowlist_external_dirs_error": {
90
107
  "message": "Faili tee ei ole seadistatud allowlist_external_dirs'is."
91
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "Nurjunud sihtm\u00e4rgid: {chat_ids}. Veend, et vestluse ID-d {bot_name} on seadistatud."
111
+ },
92
112
  "failed_to_load_file": {
93
113
  "message": "Faili laadimine nurjus: {error}"
94
114
  },
95
115
  "failed_to_load_url": {
96
116
  "message": "URL-i laadimine nurjus: {error}"
97
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "V\u00e4\u00e4rad vestluse ID-d: {chat_ids}. Seadista vestluse ID-d {bot_name}."
120
+ },
98
121
  "missing_allowed_chat_ids": {
99
122
  "message": "Lubatud vestluse ID-sid ei leitud. Lisa lubatud vestluse ID-d {bot_name}."
100
123
  },
@@ -24,29 +24,22 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Plateforme",
28
- "proxy_url": "URL du proxy"
27
+ "platform": "Plateforme"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Implantation du bot Telegram",
32
- "proxy_url": "URL du proxy, si n\u00e9cessaire, incluant \u00e9ventuellement les nom d'utilisateur et mot de passe.\n(socks5://utilisateur:motdepass@ip_proxy:port_proxy)"
30
+ "platform": "Implantation du bot Telegram"
33
31
  },
34
32
  "description": "Reconfigurer le bot Telegram",
35
33
  "title": "Configuration du bot Telegram"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "Cl\u00e9 d'API",
40
- "platform": "Plateforme",
41
- "proxy_url": "URL du proxy"
37
+ "platform": "Plateforme"
42
38
  },
43
39
  "data_description": {
44
40
  "api_key": "Le jeton d'API de votre bot.",
45
- "platform": "Implantation du bot Telegram",
46
- "proxy_url": "URL du proxy, si n\u00e9cessaire, incluant \u00e9ventuellement les nom d'utilisateur et mot de passe.\n(socks5://utilisateur:motdepass@ip_proxy:port_proxy)"
47
- },
48
- "description": "Cr\u00e9er un bot Telegram",
49
- "title": "Configuration du bot Telegram"
41
+ "platform": "Implantation du bot Telegram"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "data": {
@@ -15,28 +15,22 @@
15
15
  },
16
16
  "reconfigure": {
17
17
  "data": {
18
- "platform": "Ard\u00e1n",
19
- "proxy_url": "URL seachfhreastala\u00ed"
18
+ "platform": "Ard\u00e1n"
20
19
  },
21
20
  "data_description": {
22
- "platform": "Cur i bhfeidhm bot Telegram",
23
- "proxy_url": "URL seachfhreastala\u00ed m\u00e1 t\u00e1 ceann \u00e1 \u00fas\u00e1id, agus ainm \u00fas\u00e1ideora agus pasfhocal san \u00e1ireamh m\u00e1s mian leat. (socks5://ainm \u00fas\u00e1ideora:pasfhocal@ip_proxy:port_proxy)"
21
+ "platform": "Cur i bhfeidhm bot Telegram"
24
22
  },
25
23
  "description": "Athchumraigh bot Telegram",
26
24
  "title": "Socr\u00fa bot Telegram"
27
25
  },
28
26
  "user": {
29
27
  "data": {
30
- "platform": "Ard\u00e1n",
31
- "proxy_url": "URL seachfhreastala\u00ed"
28
+ "platform": "Ard\u00e1n"
32
29
  },
33
30
  "data_description": {
34
31
  "api_key": "Comhartha API do bhota.",
35
- "platform": "Cur i bhfeidhm bot Telegram",
36
- "proxy_url": "URL seachfhreastala\u00ed m\u00e1 t\u00e1 ceann \u00e1 \u00fas\u00e1id, agus ainm \u00fas\u00e1ideora agus pasfhocal san \u00e1ireamh m\u00e1s mian leat. (socks5://ainm \u00fas\u00e1ideora:pasfhocal@ip_proxy:port_proxy)"
37
- },
38
- "description": "Cruthaigh bot nua Telegram",
39
- "title": "Socr\u00fa bot Telegram"
32
+ "platform": "Cur i bhfeidhm bot Telegram"
33
+ }
40
34
  },
41
35
  "webhooks": {
42
36
  "data": {
@@ -17,18 +17,13 @@
17
17
  },
18
18
  "reconfigure": {
19
19
  "data": {
20
- "platform": "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4",
21
- "proxy_url": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05e9\u05dc \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9"
20
+ "platform": "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4"
22
21
  }
23
22
  },
24
23
  "user": {
25
24
  "data": {
26
- "api_key": "\u05de\u05e4\u05ea\u05d7 API",
27
- "platform": "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4",
28
- "proxy_url": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05e9\u05dc \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9"
29
- },
30
- "description": "\u05d9\u05e6\u05d9\u05e8\u05ea \u05d1\u05d5\u05d8 \u05d7\u05d3\u05e9 \u05d1\u05d8\u05dc\u05d2\u05e8\u05dd",
31
- "title": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05d1\u05d5\u05d8 \u05d8\u05dc\u05d2\u05e8\u05dd"
25
+ "platform": "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4"
26
+ }
32
27
  },
33
28
  "webhooks": {
34
29
  "data": {
@@ -24,29 +24,22 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Platform",
28
- "proxy_url": "Proxy URL"
27
+ "platform": "Platform"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Telegram bot megval\u00f3s\u00edt\u00e1s",
32
- "proxy_url": "Proxy URL, ha proxy m\u00f6g\u00f6tt m\u0171k\u00f6dik, opcion\u00e1lisan felhaszn\u00e1l\u00f3n\u00e9vvel \u00e9s jelsz\u00f3val egy\u00fctt.\n(p\u00e9lda: socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "Telegram bot megval\u00f3s\u00edt\u00e1s"
33
31
  },
34
32
  "description": "Telegram bot \u00fajrakonfigur\u00e1l\u00e1sa",
35
33
  "title": "Telegram bot be\u00e1ll\u00edt\u00e1sa"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "API kulcs",
40
- "platform": "Platform",
41
- "proxy_url": "Proxy URL"
37
+ "platform": "Platform"
42
38
  },
43
39
  "data_description": {
44
40
  "api_key": "A bot API tokenje.",
45
- "platform": "Telegram bot megval\u00f3s\u00edt\u00e1s",
46
- "proxy_url": "Proxy URL, ha proxy m\u00f6g\u00f6tt m\u0171k\u00f6dik, opcion\u00e1lisan felhaszn\u00e1l\u00f3n\u00e9vvel \u00e9s jelsz\u00f3val egy\u00fctt.\n(p\u00e9lda: socks5://username:password@proxy_ip:proxy_port)"
47
- },
48
- "description": "\u00daj Telegram bot l\u00e9trehoz\u00e1sa",
49
- "title": "Telegram bot be\u00e1ll\u00edt\u00e1sa"
41
+ "platform": "Telegram bot megval\u00f3s\u00edt\u00e1s"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "data": {
@@ -14,11 +14,6 @@
14
14
  "api_key": "Kunci API"
15
15
  }
16
16
  },
17
- "user": {
18
- "data": {
19
- "api_key": "Kunci API"
20
- }
21
- },
22
17
  "webhooks": {
23
18
  "data": {
24
19
  "url": "URL"
@@ -4,11 +4,8 @@
4
4
  "user": {
5
5
  "data_description": {
6
6
  "api_key": "Il token API del tuo bot.",
7
- "platform": "Implementazione del bot di Telegram",
8
- "proxy_url": "URL del proxy se si utilizza un proxy, con possibilit\u00e0 di includere nome utente e password.\n(socks5://username:password@proxy_ip:proxy_port)"
9
- },
10
- "description": "Crea un nuovo bot di Telegram",
11
- "title": "Configurazione del bot di Telegram"
7
+ "platform": "Implementazione del bot di Telegram"
8
+ }
12
9
  },
13
10
  "webhooks": {
14
11
  "data": {
@@ -24,29 +24,22 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Platforma",
28
- "proxy_url": "Proxy URL"
27
+ "platform": "Platforma"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Telegram roboto \u012fdiegimas",
32
- "proxy_url": "Tarpinio serverio URL, jei veikia u\u017e tokio serverio, pasirinktinai \u012fskaitant vartotojo vard\u0105 ir slapta\u017eod\u012f. \n (socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "Telegram roboto \u012fdiegimas"
33
31
  },
34
32
  "description": "I\u0161 naujo sukonfig\u016bruoti Telegram robot\u0105",
35
33
  "title": "Telegram boto s\u0105ranka"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "API raktas",
40
- "platform": "Platforma",
41
- "proxy_url": "Proxy URL"
37
+ "platform": "Platforma"
42
38
  },
43
39
  "data_description": {
44
40
  "api_key": "J\u016bs\u0173 roboto API prieigos raktas.",
45
- "platform": "Telegram roboto \u012fdiegimas",
46
- "proxy_url": "Tarpinio serverio URL, jei veikia u\u017e tokio serverio, pasirinktinai \u012fskaitant vartotojo vard\u0105 ir slapta\u017eod\u012f. \n (socks5://username:password@proxy_ip:proxy_port)"
47
- },
48
- "description": "Sukurkite nauj\u0105 Telegram robot\u0105",
49
- "title": "Telegram roboto s\u0105ranka"
41
+ "platform": "Telegram roboto \u012fdiegimas"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "data": {
@@ -15,15 +15,12 @@
15
15
  },
16
16
  "user": {
17
17
  "data": {
18
- "platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430",
19
- "proxy_url": "\u041f\u0440\u043e\u043a\u0441\u0438 URL"
18
+ "platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
20
19
  },
21
20
  "data_description": {
22
21
  "api_key": "API \u0442\u043e\u043a\u0435\u043d\u043e\u0442 \u043d\u0430 \u0432\u0430\u0448\u0438\u043e\u0442 \u0431\u043e\u0442.",
23
22
  "platform": "\u0418\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 Telegram bot"
24
- },
25
- "description": "\u041a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043d\u043e\u0432 Telegram \u0431\u043e\u0442",
26
- "title": "\u041f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 Telegram \u0431\u043e\u0442"
23
+ }
27
24
  },
28
25
  "webhooks": {
29
26
  "data": {
@@ -44,6 +41,11 @@
44
41
  }
45
42
  }
46
43
  },
44
+ "exceptions": {
45
+ "invalid_chat_ids": {
46
+ "message": "\u041d\u0435\u0432\u0430\u0436\u0435\u0447\u043a\u0438 ID-\u0430 \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440: {chat_ids}. \u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0458\u0442\u0435 \u0433\u0438 ID-\u0430 \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0437\u0430 {bot_name}."
47
+ }
48
+ },
47
49
  "services": {
48
50
  "send_document": {
49
51
  "fields": {
@@ -24,29 +24,22 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Platform",
28
- "proxy_url": "Proxy URL"
27
+ "platform": "Platform"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Telegram bot implementatie",
32
- "proxy_url": "Proxy URL als je achter een proxy werkt, optioneel met gebruikersnaam en wachtwoord. \n(socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "Telegram bot implementatie"
33
31
  },
34
32
  "description": "Telegram-bot opnieuw instellen",
35
33
  "title": "Telegram-bot instellen"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "API-sleutel",
40
- "platform": "Platform",
41
- "proxy_url": "Proxy URL"
37
+ "platform": "Platform"
42
38
  },
43
39
  "data_description": {
44
40
  "api_key": "Het API-token van de bot.",
45
- "platform": "Telegram bot implementatie",
46
- "proxy_url": "Proxy URL als je achter een proxy werkt, optioneel met gebruikersnaam en wachtwoord. \n(socks5://username:password@proxy_ip:proxy_port)"
47
- },
48
- "description": "Maak een nieuwe Telegram-bot",
49
- "title": "Telegram-bot instellen"
41
+ "platform": "Telegram bot implementatie"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "data": {