homeassistant 2025.7.0b0__py3-none-any.whl → 2025.7.0b1__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 (208) 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 +0 -4
  10. homeassistant/components/alexa_devices/translations/de.json +6 -7
  11. homeassistant/components/alexa_devices/translations/el.json +4 -5
  12. homeassistant/components/alexa_devices/translations/en.json +12 -5
  13. homeassistant/components/alexa_devices/translations/es.json +0 -4
  14. homeassistant/components/alexa_devices/translations/et.json +4 -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 +4 -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 +15 -4
  29. homeassistant/components/alexa_devices/translations/zh-Hant.json +4 -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 +8 -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/buienradar/sensor.py +0 -1
  38. homeassistant/components/cambridge_audio/translations/sv.json +1 -1
  39. homeassistant/components/demo/translations/select.sv.json +2 -2
  40. homeassistant/components/derivative/translations/ga.json +20 -0
  41. homeassistant/components/derivative/translations/ru.json +3 -0
  42. homeassistant/components/devolo_home_control/translations/bg.json +6 -0
  43. homeassistant/components/devolo_home_control/translations/id.json +5 -0
  44. homeassistant/components/devolo_home_control/translations/sv.json +10 -0
  45. homeassistant/components/devolo_home_control/translations/zh-Hans.json +10 -0
  46. homeassistant/components/dlink/manifest.json +1 -1
  47. homeassistant/components/ecovacs/translations/sv.json +1 -1
  48. homeassistant/components/enphase_envoy/translations/sv.json +2 -2
  49. homeassistant/components/ezviz/translations/bg.json +6 -0
  50. homeassistant/components/ezviz/translations/mk.json +13 -0
  51. homeassistant/components/ezviz/translations/sv.json +10 -0
  52. homeassistant/components/ezviz/translations/zh-Hans.json +10 -0
  53. homeassistant/components/frontend/manifest.json +1 -1
  54. homeassistant/components/goodwe/translations/sv.json +5 -5
  55. homeassistant/components/google_generative_ai_conversation/__init__.py +15 -0
  56. homeassistant/components/google_generative_ai_conversation/config_flow.py +72 -36
  57. homeassistant/components/google_generative_ai_conversation/const.py +15 -2
  58. homeassistant/components/google_generative_ai_conversation/diagnostics.py +1 -0
  59. homeassistant/components/google_generative_ai_conversation/entity.py +7 -2
  60. homeassistant/components/google_generative_ai_conversation/helpers.py +73 -0
  61. homeassistant/components/google_generative_ai_conversation/strings.json +28 -1
  62. homeassistant/components/google_generative_ai_conversation/translations/bg.json +19 -0
  63. homeassistant/components/google_generative_ai_conversation/translations/de.json +28 -0
  64. homeassistant/components/google_generative_ai_conversation/translations/el.json +28 -0
  65. homeassistant/components/google_generative_ai_conversation/translations/en.json +28 -0
  66. homeassistant/components/google_generative_ai_conversation/translations/es.json +28 -0
  67. homeassistant/components/google_generative_ai_conversation/translations/et.json +28 -0
  68. homeassistant/components/google_generative_ai_conversation/translations/ga.json +9 -0
  69. homeassistant/components/google_generative_ai_conversation/translations/id.json +30 -0
  70. homeassistant/components/google_generative_ai_conversation/translations/mk.json +11 -0
  71. homeassistant/components/google_generative_ai_conversation/translations/ru.json +67 -0
  72. homeassistant/components/google_generative_ai_conversation/translations/sk.json +28 -0
  73. homeassistant/components/google_generative_ai_conversation/translations/sv.json +21 -0
  74. homeassistant/components/google_generative_ai_conversation/translations/zh-Hans.json +28 -0
  75. homeassistant/components/google_generative_ai_conversation/translations/zh-Hant.json +28 -0
  76. homeassistant/components/google_generative_ai_conversation/tts.py +48 -106
  77. homeassistant/components/group/translations/el.json +18 -18
  78. homeassistant/components/habitica/const.py +1 -1
  79. homeassistant/components/harmony/translations/select.sv.json +1 -1
  80. homeassistant/components/harmony/translations/sv.json +1 -1
  81. homeassistant/components/homeassistant_hardware/translations/ga.json +9 -0
  82. homeassistant/components/homeassistant_hardware/translations/mk.json +9 -0
  83. homeassistant/components/homeassistant_sky_connect/translations/ga.json +10 -0
  84. homeassistant/components/homeassistant_sky_connect/translations/mk.json +7 -0
  85. homeassistant/components/homeassistant_yellow/translations/ga.json +5 -0
  86. homeassistant/components/homewizard/translations/sv.json +3 -1
  87. homeassistant/components/http/auth.py +1 -1
  88. homeassistant/components/image/__init__.py +34 -3
  89. homeassistant/components/input_select/translations/sv.json +6 -6
  90. homeassistant/components/iron_os/translations/sv.json +1 -1
  91. homeassistant/components/keenetic_ndms2/translations/id.json +3 -0
  92. homeassistant/components/lamarzocco/translations/sv.json +3 -3
  93. homeassistant/components/lametric/translations/sv.json +2 -2
  94. homeassistant/components/lametric/update.py +1 -1
  95. homeassistant/components/lg_thinq/translations/sv.json +5 -5
  96. homeassistant/components/litterrobot/translations/bg.json +4 -0
  97. homeassistant/components/litterrobot/translations/ga.json +3 -0
  98. homeassistant/components/matter/translations/id.json +5 -0
  99. homeassistant/components/matter/vacuum.py +38 -26
  100. homeassistant/components/meater/__init__.py +5 -1
  101. homeassistant/components/meater/coordinator.py +4 -2
  102. homeassistant/components/media_source/local_source.py +21 -4
  103. homeassistant/components/mqtt/translations/bg.json +10 -0
  104. homeassistant/components/mqtt/translations/el.json +21 -0
  105. homeassistant/components/mqtt/translations/fi.json +3 -0
  106. homeassistant/components/mqtt/translations/ga.json +25 -0
  107. homeassistant/components/mqtt/translations/mk.json +23 -0
  108. homeassistant/components/mqtt/translations/ru.json +1 -0
  109. homeassistant/components/mqtt/translations/sv.json +24 -0
  110. homeassistant/components/mqtt/translations/zh-Hans.json +26 -0
  111. homeassistant/components/mqtt/translations/zh-Hant.json +19 -0
  112. homeassistant/components/music_assistant/button.py +0 -6
  113. homeassistant/components/ntfy/translations/id.json +13 -0
  114. homeassistant/components/ohme/translations/sv.json +1 -1
  115. homeassistant/components/ollama/__init__.py +2 -0
  116. homeassistant/components/ollama/const.py +2 -0
  117. homeassistant/components/ollama/translations/bg.json +19 -0
  118. homeassistant/components/ollama/translations/ga.json +31 -1
  119. homeassistant/components/ollama/translations/id.json +18 -0
  120. homeassistant/components/ollama/translations/mk.json +13 -1
  121. homeassistant/components/onewire/translations/sv.json +4 -4
  122. homeassistant/components/openai_conversation/__init__.py +2 -0
  123. homeassistant/components/openai_conversation/const.py +1 -1
  124. homeassistant/components/openai_conversation/conversation.py +1 -1
  125. homeassistant/components/openai_conversation/translations/bg.json +26 -0
  126. homeassistant/components/openai_conversation/translations/id.json +23 -0
  127. homeassistant/components/openai_conversation/translations/mk.json +44 -0
  128. homeassistant/components/playstation_network/translations/bg.json +25 -1
  129. homeassistant/components/playstation_network/translations/es.json +1 -1
  130. homeassistant/components/playstation_network/translations/ga.json +31 -0
  131. homeassistant/components/playstation_network/translations/id.json +14 -0
  132. homeassistant/components/playstation_network/translations/mk.json +18 -0
  133. homeassistant/components/playstation_network/translations/sv.json +29 -0
  134. homeassistant/components/playstation_network/translations/zh-Hans.json +29 -0
  135. homeassistant/components/qnap/translations/sv.json +1 -1
  136. homeassistant/components/remote_calendar/translations/fi.json +34 -0
  137. homeassistant/components/select/translations/sv.json +10 -10
  138. homeassistant/components/smarla/__init__.py +2 -2
  139. homeassistant/components/sonos/translations/bg.json +5 -0
  140. homeassistant/components/sonos/translations/el.json +6 -0
  141. homeassistant/components/sonos/translations/ga.json +8 -0
  142. homeassistant/components/sonos/translations/mk.json +10 -0
  143. homeassistant/components/sonos/translations/ru.json +6 -0
  144. homeassistant/components/sonos/translations/sv.json +6 -0
  145. homeassistant/components/sonos/translations/zh-Hans.json +9 -0
  146. homeassistant/components/sonos/translations/zh-Hant.json +6 -0
  147. homeassistant/components/switchbot/translations/bg.json +26 -0
  148. homeassistant/components/switchbot/translations/ga.json +33 -0
  149. homeassistant/components/switchbot/translations/id.json +19 -0
  150. homeassistant/components/switchbot/translations/mk.json +49 -0
  151. homeassistant/components/switchbot/translations/sv.json +52 -0
  152. homeassistant/components/switchbot/translations/zh-Hans.json +53 -0
  153. homeassistant/components/telegram_bot/__init__.py +20 -4
  154. homeassistant/components/telegram_bot/bot.py +33 -29
  155. homeassistant/components/telegram_bot/config_flow.py +49 -10
  156. homeassistant/components/telegram_bot/const.py +1 -1
  157. homeassistant/components/telegram_bot/strings.json +33 -10
  158. homeassistant/components/telegram_bot/translations/bg.json +0 -1
  159. homeassistant/components/telegram_bot/translations/cs.json +5 -12
  160. homeassistant/components/telegram_bot/translations/de.json +12 -11
  161. homeassistant/components/telegram_bot/translations/el.json +5 -12
  162. homeassistant/components/telegram_bot/translations/en-GB.json +5 -12
  163. homeassistant/components/telegram_bot/translations/en.json +35 -12
  164. homeassistant/components/telegram_bot/translations/es.json +5 -12
  165. homeassistant/components/telegram_bot/translations/et.json +11 -12
  166. homeassistant/components/telegram_bot/translations/fr.json +5 -12
  167. homeassistant/components/telegram_bot/translations/ga.json +5 -11
  168. homeassistant/components/telegram_bot/translations/he.json +3 -8
  169. homeassistant/components/telegram_bot/translations/hu.json +5 -12
  170. homeassistant/components/telegram_bot/translations/id.json +0 -5
  171. homeassistant/components/telegram_bot/translations/it.json +2 -5
  172. homeassistant/components/telegram_bot/translations/lt.json +5 -12
  173. homeassistant/components/telegram_bot/translations/mk.json +7 -5
  174. homeassistant/components/telegram_bot/translations/nl.json +5 -12
  175. homeassistant/components/telegram_bot/translations/pt.json +5 -12
  176. homeassistant/components/telegram_bot/translations/ru.json +12 -11
  177. homeassistant/components/telegram_bot/translations/sk.json +5 -12
  178. homeassistant/components/telegram_bot/translations/sv.json +5 -12
  179. homeassistant/components/telegram_bot/translations/tr.json +5 -12
  180. homeassistant/components/telegram_bot/translations/zh-Hans.json +5 -12
  181. homeassistant/components/telegram_bot/translations/zh-Hant.json +5 -12
  182. homeassistant/components/template/translations/sv.json +5 -5
  183. homeassistant/components/tilt_pi/translations/id.json +11 -0
  184. homeassistant/components/tts/__init__.py +15 -0
  185. homeassistant/components/unifiprotect/translations/zh-Hans.json +3 -3
  186. homeassistant/components/utility_meter/translations/sv.json +9 -9
  187. homeassistant/components/vegehub/translations/bg.json +2 -0
  188. homeassistant/components/vegehub/translations/id.json +11 -0
  189. homeassistant/components/whirlpool/translations/sv.json +12 -12
  190. homeassistant/components/zha/translations/bg.json +23 -0
  191. homeassistant/components/zha/translations/el.json +10 -0
  192. homeassistant/components/zha/translations/ga.json +20 -0
  193. homeassistant/components/zha/translations/id.json +6 -0
  194. homeassistant/components/zha/translations/sv.json +15 -0
  195. homeassistant/components/zha/translations/zh-Hans.json +50 -0
  196. homeassistant/components/zwave_js/api.py +1 -1
  197. homeassistant/components/zwave_js/config_flow.py +12 -8
  198. homeassistant/components/zwave_js/manifest.json +1 -1
  199. homeassistant/config_entries.py +6 -0
  200. homeassistant/const.py +1 -1
  201. homeassistant/package_constraints.txt +1 -1
  202. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/METADATA +1 -1
  203. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/RECORD +208 -192
  204. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/WHEEL +0 -0
  205. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/entry_points.txt +0 -0
  206. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/licenses/LICENSE.md +0 -0
  207. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  208. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ from homeassistant.config_entries import (
22
22
  )
23
23
  from homeassistant.const import CONF_API_KEY, CONF_PLATFORM, CONF_URL
24
24
  from homeassistant.core import callback
25
- from homeassistant.data_entry_flow import AbortFlow
25
+ from homeassistant.data_entry_flow import AbortFlow, section
26
26
  from homeassistant.helpers import config_validation as cv
27
27
  from homeassistant.helpers.issue_registry import IssueSeverity, async_create_issue
28
28
  from homeassistant.helpers.network import NoURLAvailableError, get_url
@@ -58,6 +58,7 @@ from .const import (
58
58
  PLATFORM_BROADCAST,
59
59
  PLATFORM_POLLING,
60
60
  PLATFORM_WEBHOOKS,
61
+ SECTION_ADVANCED_SETTINGS,
61
62
  SUBENTRY_TYPE_ALLOWED_CHAT_IDS,
62
63
  )
63
64
 
@@ -81,8 +82,15 @@ STEP_USER_DATA_SCHEMA: vol.Schema = vol.Schema(
81
82
  autocomplete="current-password",
82
83
  )
83
84
  ),
84
- vol.Optional(CONF_PROXY_URL): TextSelector(
85
- config=TextSelectorConfig(type=TextSelectorType.URL)
85
+ vol.Required(SECTION_ADVANCED_SETTINGS): section(
86
+ vol.Schema(
87
+ {
88
+ vol.Optional(CONF_PROXY_URL): TextSelector(
89
+ config=TextSelectorConfig(type=TextSelectorType.URL)
90
+ ),
91
+ },
92
+ ),
93
+ {"collapsed": True},
86
94
  ),
87
95
  }
88
96
  )
@@ -98,8 +106,15 @@ STEP_RECONFIGURE_USER_DATA_SCHEMA: vol.Schema = vol.Schema(
98
106
  translation_key="platforms",
99
107
  )
100
108
  ),
101
- vol.Optional(CONF_PROXY_URL): TextSelector(
102
- config=TextSelectorConfig(type=TextSelectorType.URL)
109
+ vol.Required(SECTION_ADVANCED_SETTINGS): section(
110
+ vol.Schema(
111
+ {
112
+ vol.Optional(CONF_PROXY_URL): TextSelector(
113
+ config=TextSelectorConfig(type=TextSelectorType.URL)
114
+ ),
115
+ },
116
+ ),
117
+ {"collapsed": True},
103
118
  ),
104
119
  }
105
120
  )
@@ -197,6 +212,9 @@ class TelgramBotConfigFlow(ConfigFlow, domain=DOMAIN):
197
212
  import_data[CONF_TRUSTED_NETWORKS] = ",".join(
198
213
  import_data[CONF_TRUSTED_NETWORKS]
199
214
  )
215
+ import_data[SECTION_ADVANCED_SETTINGS] = {
216
+ CONF_PROXY_URL: import_data.get(CONF_PROXY_URL)
217
+ }
200
218
  try:
201
219
  config_flow_result: ConfigFlowResult = await self.async_step_user(
202
220
  import_data
@@ -293,10 +311,15 @@ class TelgramBotConfigFlow(ConfigFlow, domain=DOMAIN):
293
311
  ) -> ConfigFlowResult:
294
312
  """Handle a flow to create a new config entry for a Telegram bot."""
295
313
 
314
+ description_placeholders: dict[str, str] = {
315
+ "botfather_username": "@BotFather",
316
+ "botfather_url": "https://t.me/botfather",
317
+ }
296
318
  if not user_input:
297
319
  return self.async_show_form(
298
320
  step_id="user",
299
321
  data_schema=STEP_USER_DATA_SCHEMA,
322
+ description_placeholders=description_placeholders,
300
323
  )
301
324
 
302
325
  # prevent duplicates
@@ -305,7 +328,6 @@ class TelgramBotConfigFlow(ConfigFlow, domain=DOMAIN):
305
328
 
306
329
  # validate connection to Telegram API
307
330
  errors: dict[str, str] = {}
308
- description_placeholders: dict[str, str] = {}
309
331
  bot_name = await self._validate_bot(
310
332
  user_input, errors, description_placeholders
311
333
  )
@@ -328,7 +350,7 @@ class TelgramBotConfigFlow(ConfigFlow, domain=DOMAIN):
328
350
  data={
329
351
  CONF_PLATFORM: user_input[CONF_PLATFORM],
330
352
  CONF_API_KEY: user_input[CONF_API_KEY],
331
- CONF_PROXY_URL: user_input.get(CONF_PROXY_URL),
353
+ CONF_PROXY_URL: user_input["advanced_settings"].get(CONF_PROXY_URL),
332
354
  },
333
355
  options={
334
356
  # this value may come from yaml import
@@ -440,7 +462,9 @@ class TelgramBotConfigFlow(ConfigFlow, domain=DOMAIN):
440
462
  data={
441
463
  CONF_PLATFORM: self._step_user_data[CONF_PLATFORM],
442
464
  CONF_API_KEY: self._step_user_data[CONF_API_KEY],
443
- CONF_PROXY_URL: self._step_user_data.get(CONF_PROXY_URL),
465
+ CONF_PROXY_URL: self._step_user_data[SECTION_ADVANCED_SETTINGS].get(
466
+ CONF_PROXY_URL
467
+ ),
444
468
  CONF_URL: user_input.get(CONF_URL),
445
469
  CONF_TRUSTED_NETWORKS: user_input[CONF_TRUSTED_NETWORKS],
446
470
  },
@@ -505,9 +529,19 @@ class TelgramBotConfigFlow(ConfigFlow, domain=DOMAIN):
505
529
  step_id="reconfigure",
506
530
  data_schema=self.add_suggested_values_to_schema(
507
531
  STEP_RECONFIGURE_USER_DATA_SCHEMA,
508
- self._get_reconfigure_entry().data,
532
+ {
533
+ **self._get_reconfigure_entry().data,
534
+ SECTION_ADVANCED_SETTINGS: {
535
+ CONF_PROXY_URL: self._get_reconfigure_entry().data.get(
536
+ CONF_PROXY_URL
537
+ ),
538
+ },
539
+ },
509
540
  ),
510
541
  )
542
+ user_input[CONF_PROXY_URL] = user_input[SECTION_ADVANCED_SETTINGS].get(
543
+ CONF_PROXY_URL
544
+ )
511
545
 
512
546
  errors: dict[str, str] = {}
513
547
  description_placeholders: dict[str, str] = {}
@@ -523,7 +557,12 @@ class TelgramBotConfigFlow(ConfigFlow, domain=DOMAIN):
523
557
  step_id="reconfigure",
524
558
  data_schema=self.add_suggested_values_to_schema(
525
559
  STEP_RECONFIGURE_USER_DATA_SCHEMA,
526
- user_input,
560
+ {
561
+ **user_input,
562
+ SECTION_ADVANCED_SETTINGS: {
563
+ CONF_PROXY_URL: user_input.get(CONF_PROXY_URL),
564
+ },
565
+ },
527
566
  ),
528
567
  errors=errors,
529
568
  description_placeholders=description_placeholders,
@@ -7,7 +7,7 @@ DOMAIN = "telegram_bot"
7
7
  PLATFORM_BROADCAST = "broadcast"
8
8
  PLATFORM_POLLING = "polling"
9
9
  PLATFORM_WEBHOOKS = "webhooks"
10
-
10
+ SECTION_ADVANCED_SETTINGS = "advanced_settings"
11
11
  SUBENTRY_TYPE_ALLOWED_CHAT_IDS = "allowed_chat_ids"
12
12
 
13
13
  CONF_BOT_COUNT = "bot_count"
@@ -2,17 +2,25 @@
2
2
  "config": {
3
3
  "step": {
4
4
  "user": {
5
- "title": "Telegram bot setup",
6
- "description": "Create a new Telegram bot",
5
+ "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.",
7
6
  "data": {
8
7
  "platform": "Platform",
9
- "api_key": "[%key:common::config_flow::data::api_key%]",
10
- "proxy_url": "Proxy URL"
8
+ "api_key": "[%key:common::config_flow::data::api_token%]"
11
9
  },
12
10
  "data_description": {
13
11
  "platform": "Telegram bot implementation",
14
- "api_key": "The API token of your bot.",
15
- "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
12
+ "api_key": "The API token of your bot."
13
+ },
14
+ "sections": {
15
+ "advanced_settings": {
16
+ "name": "Advanced settings",
17
+ "data": {
18
+ "proxy_url": "Proxy URL"
19
+ },
20
+ "data_description": {
21
+ "proxy_url": "Proxy URL if working behind one, optionally including username and password.\n(socks5://username:password@proxy_ip:proxy_port)"
22
+ }
23
+ }
16
24
  }
17
25
  },
18
26
  "webhooks": {
@@ -30,12 +38,21 @@
30
38
  "title": "Telegram bot setup",
31
39
  "description": "Reconfigure Telegram bot",
32
40
  "data": {
33
- "platform": "[%key:component::telegram_bot::config::step::user::data::platform%]",
34
- "proxy_url": "[%key:component::telegram_bot::config::step::user::data::proxy_url%]"
41
+ "platform": "[%key:component::telegram_bot::config::step::user::data::platform%]"
35
42
  },
36
43
  "data_description": {
37
- "platform": "[%key:component::telegram_bot::config::step::user::data_description::platform%]",
38
- "proxy_url": "[%key:component::telegram_bot::config::step::user::data_description::proxy_url%]"
44
+ "platform": "[%key:component::telegram_bot::config::step::user::data_description::platform%]"
45
+ },
46
+ "sections": {
47
+ "advanced_settings": {
48
+ "name": "[%key:component::telegram_bot::config::step::user::sections::advanced_settings::name%]",
49
+ "data": {
50
+ "proxy_url": "[%key:component::telegram_bot::config::step::user::sections::advanced_settings::data::proxy_url%]"
51
+ },
52
+ "data_description": {
53
+ "proxy_url": "[%key:component::telegram_bot::config::step::user::sections::advanced_settings::data_description::proxy_url%]"
54
+ }
55
+ }
39
56
  }
40
57
  },
41
58
  "reauth_confirm": {
@@ -895,6 +912,12 @@
895
912
  "missing_allowed_chat_ids": {
896
913
  "message": "No allowed chat IDs found. Please add allowed chat IDs for {bot_name}."
897
914
  },
915
+ "invalid_chat_ids": {
916
+ "message": "Invalid chat IDs: {chat_ids}. Please configure the chat IDs for {bot_name}."
917
+ },
918
+ "failed_chat_ids": {
919
+ "message": "Failed targets: {chat_ids}. Please verify that the chat IDs for {bot_name} have been configured."
920
+ },
898
921
  "missing_input": {
899
922
  "message": "{field} is required."
900
923
  },
@@ -22,7 +22,6 @@
22
22
  },
23
23
  "user": {
24
24
  "data": {
25
- "api_key": "API \u043a\u043b\u044e\u0447",
26
25
  "platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
27
26
  }
28
27
  },
@@ -24,29 +24,22 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Platforma",
28
- "proxy_url": "Adresa URL proxy serveru"
27
+ "platform": "Platforma"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Implementace bota Telegram",
32
- "proxy_url": "Adresa URL proxy serveru, pokud za n\u00edm pracuje, voliteln\u011b v\u010detn\u011b u\u017eivatelsk\u00e9ho jm\u00e9na a hesla. (socks5://username:password@proxy_ip:proxy_port)"
30
+ "platform": "Implementace bota Telegram"
33
31
  },
34
32
  "description": "P\u0159enastavit bota Telegram",
35
33
  "title": "Nastavit bota Telegram"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "Kl\u00ed\u010d API",
40
- "platform": "Platforma",
41
- "proxy_url": "Adresa URL proxy serveru"
37
+ "platform": "Platforma"
42
38
  },
43
39
  "data_description": {
44
40
  "api_key": "Token API va\u0161eho bota.",
45
- "platform": "Implementace bota Telegram",
46
- "proxy_url": "Adresa URL proxy serveru, pokud za n\u00edm pracuje, voliteln\u011b v\u010detn\u011b u\u017eivatelsk\u00e9ho jm\u00e9na a hesla. (socks5://username:password@proxy_ip:proxy_port)"
47
- },
48
- "description": "Vytvo\u0159it nov\u00e9ho bota Telegram",
49
- "title": "Nastavit bota Telegram"
41
+ "platform": "Implementace bota Telegram"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "data": {
@@ -24,29 +24,24 @@
24
24
  },
25
25
  "reconfigure": {
26
26
  "data": {
27
- "platform": "Plattform",
28
- "proxy_url": "Proxy-URL"
27
+ "platform": "Plattform"
29
28
  },
30
29
  "data_description": {
31
- "platform": "Implementierung des Telegram-Bots",
32
- "proxy_url": "Proxy-URL, wenn du mit einem Proxy arbeitest, optional mit Benutzernamen und Passwort (socks5://benutzername:passwort@proxy_ip:proxy_port)"
30
+ "platform": "Implementierung des Telegram-Bots"
33
31
  },
34
32
  "description": "Telegram-Bot neu konfigurieren",
35
33
  "title": "Einrichtung des Telegram-Bots"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "API-Schl\u00fcssel",
40
- "platform": "Plattform",
41
- "proxy_url": "Proxy-URL"
37
+ "api_key": "API-Token",
38
+ "platform": "Plattform"
42
39
  },
43
40
  "data_description": {
44
41
  "api_key": "Das API-Token deines Bots.",
45
- "platform": "Implementierung des Telegram-Bots",
46
- "proxy_url": "Proxy-URL, wenn du mit einem Proxy arbeitest, optional mit Benutzernamen und Passwort (socks5://benutzername:passwort@proxy_ip:proxy_port)"
42
+ "platform": "Implementierung des Telegram-Bots"
47
43
  },
48
- "description": "Einen neuen Telegram-Bot erstellen",
49
- "title": "Einrichtung des Telegram-Bots"
44
+ "description": "So erstellst du einen Telegram-Bot:\n\n1. \u00d6ffne Telegram und beginne einen Chat mit [{botfather_username}]({botfather_url}).\n1. Sende den Befehl `/newbot`.\n1. Folge den Anweisungen, um deinen Bot zu erstellen und dein API-Token zu erhalten."
50
45
  },
51
46
  "webhooks": {
52
47
  "data": {
@@ -89,12 +84,18 @@
89
84
  "allowlist_external_dirs_error": {
90
85
  "message": "Der Dateipfad wurde in allowlist_external_dirs nicht konfiguriert."
91
86
  },
87
+ "failed_chat_ids": {
88
+ "message": "Fehlgeschlagene Ziele: {chat_ids}. Bitte \u00fcberpr\u00fcfe, ob die Chat-IDs f\u00fcr {bot_name} konfiguriert wurden."
89
+ },
92
90
  "failed_to_load_file": {
93
91
  "message": "Datei konnte nicht geladen werden: {error}"
94
92
  },
95
93
  "failed_to_load_url": {
96
94
  "message": "URL konnte nicht geladen werden: {error}"
97
95
  },
96
+ "invalid_chat_ids": {
97
+ "message": "Ung\u00fcltige Chat-IDs: {chat_ids}. Bitte konfiguriere die Chat-IDs f\u00fcr {bot_name}."
98
+ },
98
99
  "missing_allowed_chat_ids": {
99
100
  "message": "Keine zul\u00e4ssigen Chat-IDs gefunden. Bitte f\u00fcge zul\u00e4ssige Chat-IDs f\u00fcr {bot_name} hinzu."
100
101
  },
@@ -24,29 +24,22 @@
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",
35
33
  "title": "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 Telegram bot"
36
34
  },
37
35
  "user": {
38
36
  "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)"
37
+ "platform": "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1"
42
38
  },
43
39
  "data_description": {
44
40
  "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"
41
+ "platform": "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Telegram bot"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "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 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
+ "platform": "Platform"
42
38
  },
43
39
  "data_description": {
44
40
  "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"
41
+ "platform": "Telegram bot implementation"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "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,22 @@
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",
35
33
  "title": "Configuraci\u00f3n del bot de Telegram"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "Clave API",
40
- "platform": "Plataforma",
41
- "proxy_url": "URL de proxy"
37
+ "platform": "Plataforma"
42
38
  },
43
39
  "data_description": {
44
40
  "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"
41
+ "platform": "Implementaci\u00f3n de bots de Telegram"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "data": {
@@ -24,29 +24,22 @@
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",
35
33
  "title": "Telegrami boti seadistamine"
36
34
  },
37
35
  "user": {
38
36
  "data": {
39
- "api_key": "API v\u00f5ti",
40
- "platform": "Platvorm",
41
- "proxy_url": "Puhverserveri URL"
37
+ "platform": "Platvorm"
42
38
  },
43
39
  "data_description": {
44
40
  "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"
41
+ "platform": "Telegrami boti rakendamine"
42
+ }
50
43
  },
51
44
  "webhooks": {
52
45
  "data": {
@@ -89,12 +82,18 @@
89
82
  "allowlist_external_dirs_error": {
90
83
  "message": "Faili tee ei ole seadistatud allowlist_external_dirs'is."
91
84
  },
85
+ "failed_chat_ids": {
86
+ "message": "Nurjunud sihtm\u00e4rgid: {chat_ids}. Veend, et vestluse ID-d {bot_name} on seadistatud."
87
+ },
92
88
  "failed_to_load_file": {
93
89
  "message": "Faili laadimine nurjus: {error}"
94
90
  },
95
91
  "failed_to_load_url": {
96
92
  "message": "URL-i laadimine nurjus: {error}"
97
93
  },
94
+ "invalid_chat_ids": {
95
+ "message": "V\u00e4\u00e4rad vestluse ID-d: {chat_ids}. Seadista vestluse ID-d {bot_name}."
96
+ },
98
97
  "missing_allowed_chat_ids": {
99
98
  "message": "Lubatud vestluse ID-sid ei leitud. Lisa lubatud vestluse ID-d {bot_name}."
100
99
  },
@@ -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": {