@activepieces/piece-ampeco 0.2.5 → 0.2.7

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 (1153) hide show
  1. package/package.json +8 -24
  2. package/src/i18n/de.json +2942 -0
  3. package/src/i18n/es.json +2942 -0
  4. package/src/i18n/fr.json +2942 -0
  5. package/src/i18n/ja.json +2942 -0
  6. package/src/i18n/nl.json +2942 -0
  7. package/src/i18n/pt.json +2942 -0
  8. package/src/i18n/translation.json +2942 -0
  9. package/src/i18n/zh.json +2942 -0
  10. package/src/index.js +136 -846
  11. package/README.md +0 -37
  12. package/src/index.d.ts +0 -9
  13. package/src/index.js.map +0 -1
  14. package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +0 -11
  15. package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +0 -54
  16. package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +0 -1
  17. package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +0 -10
  18. package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +0 -43
  19. package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +0 -1
  20. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +0 -10
  21. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +0 -43
  22. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +0 -1
  23. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +0 -13
  24. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +0 -58
  25. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +0 -1
  26. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +0 -10
  27. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +0 -54
  28. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +0 -1
  29. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +0 -10
  30. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +0 -44
  31. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +0 -1
  32. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +0 -12
  33. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +0 -53
  34. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +0 -1
  35. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +0 -10
  36. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +0 -52
  37. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +0 -1
  38. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +0 -15
  39. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +0 -68
  40. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +0 -1
  41. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +0 -10
  42. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +0 -52
  43. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +0 -1
  44. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +0 -11
  45. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +0 -46
  46. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +0 -1
  47. package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +0 -12
  48. package/src/lib/actions/actions/charge-point/charge-point-reserve.js +0 -51
  49. package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +0 -1
  50. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +0 -9
  51. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +0 -38
  52. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +0 -1
  53. package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +0 -10
  54. package/src/lib/actions/actions/charge-point/charge-point-reset.js +0 -48
  55. package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +0 -1
  56. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +0 -12
  57. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +0 -54
  58. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +0 -1
  59. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +0 -23
  60. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +0 -137
  61. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +0 -1
  62. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +0 -14
  63. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +0 -63
  64. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +0 -1
  65. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +0 -14
  66. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +0 -66
  67. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +0 -1
  68. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +0 -28
  69. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +0 -156
  70. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +0 -1
  71. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +0 -11
  72. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +0 -53
  73. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +0 -1
  74. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +0 -10
  75. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +0 -43
  76. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +0 -1
  77. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +0 -10
  78. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +0 -60
  79. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +0 -1
  80. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +0 -18
  81. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +0 -95
  82. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +0 -1
  83. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +0 -11
  84. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +0 -46
  85. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +0 -1
  86. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +0 -10
  87. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +0 -42
  88. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +0 -1
  89. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +0 -12
  90. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +0 -50
  91. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +0 -1
  92. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +0 -11
  93. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +0 -46
  94. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +0 -1
  95. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +0 -13
  96. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +0 -56
  97. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +0 -1
  98. package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +0 -11
  99. package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +0 -46
  100. package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +0 -1
  101. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +0 -11
  102. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +0 -54
  103. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +0 -1
  104. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +0 -9
  105. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +0 -38
  106. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +0 -1
  107. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +0 -13
  108. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +0 -58
  109. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +0 -1
  110. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +0 -27
  111. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +0 -170
  112. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +0 -1
  113. package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +0 -10
  114. package/src/lib/actions/actions/evse/evse-trigger-message.js +0 -59
  115. package/src/lib/actions/actions/evse/evse-trigger-message.js.map +0 -1
  116. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +0 -11
  117. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +0 -53
  118. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +0 -1
  119. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +0 -10
  120. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +0 -42
  121. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +0 -1
  122. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +0 -9
  123. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +0 -38
  124. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +0 -1
  125. package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +0 -11
  126. package/src/lib/actions/actions/locations/location-check-booking-availability.js +0 -48
  127. package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +0 -1
  128. package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +0 -12
  129. package/src/lib/actions/actions/notifications/notifications-resend-failed.js +0 -98
  130. package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +0 -1
  131. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +0 -10
  132. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +0 -48
  133. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +0 -1
  134. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +0 -10
  135. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +0 -43
  136. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +0 -1
  137. package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +0 -11
  138. package/src/lib/actions/actions/reservation/reservation-cancel.js +0 -54
  139. package/src/lib/actions/actions/reservation/reservation-cancel.js.map +0 -1
  140. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +0 -30
  141. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +0 -353
  142. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +0 -1
  143. package/src/lib/actions/actions/session/session-assign-to-user.d.ts +0 -10
  144. package/src/lib/actions/actions/session/session-assign-to-user.js +0 -42
  145. package/src/lib/actions/actions/session/session-assign-to-user.js.map +0 -1
  146. package/src/lib/actions/actions/session/session-retry-payment.d.ts +0 -10
  147. package/src/lib/actions/actions/session/session-retry-payment.js +0 -42
  148. package/src/lib/actions/actions/session/session-retry-payment.js.map +0 -1
  149. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +0 -12
  150. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +0 -53
  151. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +0 -1
  152. package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +0 -13
  153. package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +0 -58
  154. package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +0 -1
  155. package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +0 -22
  156. package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +0 -351
  157. package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +0 -1
  158. package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +0 -9
  159. package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +0 -38
  160. package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +0 -1
  161. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +0 -10
  162. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +0 -43
  163. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +0 -1
  164. package/src/lib/actions/actions/users/user-activate-subscription.d.ts +0 -13
  165. package/src/lib/actions/actions/users/user-activate-subscription.js +0 -63
  166. package/src/lib/actions/actions/users/user-activate-subscription.js.map +0 -1
  167. package/src/lib/actions/actions/users/user-add-balance.d.ts +0 -12
  168. package/src/lib/actions/actions/users/user-add-balance.js +0 -50
  169. package/src/lib/actions/actions/users/user-add-balance.js.map +0 -1
  170. package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +0 -12
  171. package/src/lib/actions/actions/users/user-apply-custom-fee.js +0 -52
  172. package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +0 -1
  173. package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +0 -10
  174. package/src/lib/actions/actions/users/user-cancel-subscription.js +0 -43
  175. package/src/lib/actions/actions/users/user-cancel-subscription.js.map +0 -1
  176. package/src/lib/actions/actions/users/user-change-status.d.ts +0 -11
  177. package/src/lib/actions/actions/users/user-change-status.js +0 -53
  178. package/src/lib/actions/actions/users/user-change-status.js.map +0 -1
  179. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +0 -9
  180. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +0 -38
  181. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +0 -1
  182. package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +0 -9
  183. package/src/lib/actions/actions/users/user-export-all-private-data.js +0 -38
  184. package/src/lib/actions/actions/users/user-export-all-private-data.js.map +0 -1
  185. package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +0 -10
  186. package/src/lib/actions/actions/users/user-redeem-voucher.js +0 -43
  187. package/src/lib/actions/actions/users/user-redeem-voucher.js.map +0 -1
  188. package/src/lib/actions/notifications/notifications/notification-read.d.ts +0 -9
  189. package/src/lib/actions/notifications/notifications/notification-read.js +0 -38
  190. package/src/lib/actions/notifications/notifications/notification-read.js.map +0 -1
  191. package/src/lib/actions/notifications/notifications/notifications-create.d.ts +0 -19
  192. package/src/lib/actions/notifications/notifications/notifications-create.js +0 -151
  193. package/src/lib/actions/notifications/notifications/notifications-create.js.map +0 -1
  194. package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +0 -10
  195. package/src/lib/actions/notifications/notifications/notifications-listing.js +0 -58
  196. package/src/lib/actions/notifications/notifications/notifications-listing.js.map +0 -1
  197. package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +0 -18
  198. package/src/lib/actions/notifications/notifications/notifications-subscribe.js +0 -147
  199. package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +0 -1
  200. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +0 -9
  201. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +0 -38
  202. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +0 -1
  203. package/src/lib/actions/resources/authorizations/authorization-read.d.ts +0 -9
  204. package/src/lib/actions/resources/authorizations/authorization-read.js +0 -38
  205. package/src/lib/actions/resources/authorizations/authorization-read.js.map +0 -1
  206. package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +0 -17
  207. package/src/lib/actions/resources/authorizations/authorizations-listing.js +0 -93
  208. package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +0 -1
  209. package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +0 -13
  210. package/src/lib/actions/resources/booking-requests/booking-request-create.js +0 -209
  211. package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +0 -1
  212. package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +0 -9
  213. package/src/lib/actions/resources/booking-requests/booking-request-read.js +0 -38
  214. package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +0 -1
  215. package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +0 -19
  216. package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +0 -110
  217. package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +0 -1
  218. package/src/lib/actions/resources/bookings/booking-read.d.ts +0 -10
  219. package/src/lib/actions/resources/bookings/booking-read.js +0 -48
  220. package/src/lib/actions/resources/bookings/booking-read.js.map +0 -1
  221. package/src/lib/actions/resources/bookings/bookings-listing.d.ts +0 -17
  222. package/src/lib/actions/resources/bookings/bookings-listing.js +0 -107
  223. package/src/lib/actions/resources/bookings/bookings-listing.js.map +0 -1
  224. package/src/lib/actions/resources/cdrs/cdr-read.d.ts +0 -10
  225. package/src/lib/actions/resources/cdrs/cdr-read.js +0 -47
  226. package/src/lib/actions/resources/cdrs/cdr-read.js.map +0 -1
  227. package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +0 -25
  228. package/src/lib/actions/resources/cdrs/cdrs-listing.js +0 -144
  229. package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +0 -1
  230. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +0 -12
  231. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +0 -51
  232. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +0 -1
  233. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +0 -9
  234. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +0 -38
  235. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +0 -1
  236. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +0 -9
  237. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +0 -38
  238. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +0 -1
  239. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +0 -12
  240. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +0 -52
  241. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +0 -1
  242. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +0 -20
  243. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +0 -116
  244. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +0 -1
  245. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +0 -12
  246. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +0 -57
  247. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +0 -1
  248. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +0 -9
  249. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +0 -38
  250. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +0 -1
  251. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +0 -9
  252. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +0 -38
  253. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +0 -1
  254. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +0 -13
  255. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +0 -56
  256. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +0 -1
  257. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +0 -11
  258. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +0 -66
  259. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +0 -1
  260. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +0 -9
  261. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +0 -38
  262. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +0 -1
  263. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +0 -9
  264. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +0 -38
  265. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +0 -1
  266. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +0 -9
  267. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +0 -38
  268. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +0 -1
  269. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +0 -10
  270. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +0 -42
  271. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +0 -1
  272. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +0 -10
  273. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +0 -58
  274. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +0 -1
  275. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +0 -10
  276. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +0 -42
  277. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +0 -1
  278. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +0 -9
  279. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +0 -38
  280. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +0 -1
  281. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +0 -10
  282. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +0 -42
  283. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +0 -1
  284. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +0 -11
  285. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +0 -47
  286. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +0 -1
  287. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +0 -13
  288. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +0 -58
  289. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +0 -1
  290. package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +0 -47
  291. package/src/lib/actions/resources/charge-points/charge-point-create.js +0 -396
  292. package/src/lib/actions/resources/charge-points/charge-point-create.js.map +0 -1
  293. package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +0 -10
  294. package/src/lib/actions/resources/charge-points/charge-point-delete.js +0 -52
  295. package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +0 -1
  296. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +0 -13
  297. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +0 -97
  298. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +0 -1
  299. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +0 -11
  300. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +0 -46
  301. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +0 -1
  302. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +0 -11
  303. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +0 -46
  304. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +0 -1
  305. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +0 -14
  306. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +0 -101
  307. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +0 -1
  308. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +0 -10
  309. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +0 -42
  310. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +0 -1
  311. package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +0 -25
  312. package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +0 -183
  313. package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +0 -1
  314. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +0 -11
  315. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +0 -52
  316. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +0 -1
  317. package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +0 -11
  318. package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +0 -52
  319. package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +0 -1
  320. package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +0 -27
  321. package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +0 -196
  322. package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +0 -1
  323. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +0 -12
  324. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +0 -72
  325. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +0 -1
  326. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +0 -9
  327. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +0 -38
  328. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +0 -1
  329. package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +0 -10
  330. package/src/lib/actions/resources/charge-points/charge-point-read.js +0 -52
  331. package/src/lib/actions/resources/charge-points/charge-point-read.js.map +0 -1
  332. package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +0 -10
  333. package/src/lib/actions/resources/charge-points/charge-point-share-create.js +0 -42
  334. package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +0 -1
  335. package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +0 -10
  336. package/src/lib/actions/resources/charge-points/charge-point-share-read.js +0 -42
  337. package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +0 -1
  338. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +0 -11
  339. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +0 -63
  340. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +0 -1
  341. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +0 -10
  342. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +0 -42
  343. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +0 -1
  344. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +0 -11
  345. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +0 -62
  346. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +0 -1
  347. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +0 -14
  348. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +0 -440
  349. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +0 -1
  350. package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +0 -9
  351. package/src/lib/actions/resources/charge-points/charge-point-status-read.js +0 -38
  352. package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +0 -1
  353. package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +0 -48
  354. package/src/lib/actions/resources/charge-points/charge-point-update.js +0 -346
  355. package/src/lib/actions/resources/charge-points/charge-point-update.js.map +0 -1
  356. package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +0 -33
  357. package/src/lib/actions/resources/charge-points/charge-points-listing.js +0 -197
  358. package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +0 -1
  359. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +0 -9
  360. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +0 -38
  361. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +0 -1
  362. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +0 -9
  363. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +0 -38
  364. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +0 -1
  365. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +0 -13
  366. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +0 -76
  367. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +0 -1
  368. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +0 -13
  369. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +0 -72
  370. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +0 -1
  371. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +0 -14
  372. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +0 -535
  373. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +0 -1
  374. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +0 -11
  375. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +0 -62
  376. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +0 -1
  377. package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +0 -9
  378. package/src/lib/actions/resources/circuits/circuit-consumption.js +0 -39
  379. package/src/lib/actions/resources/circuits/circuit-consumption.js.map +0 -1
  380. package/src/lib/actions/resources/circuits/circuit-create.d.ts +0 -26
  381. package/src/lib/actions/resources/circuits/circuit-create.js +0 -194
  382. package/src/lib/actions/resources/circuits/circuit-create.js.map +0 -1
  383. package/src/lib/actions/resources/circuits/circuit-delete.d.ts +0 -9
  384. package/src/lib/actions/resources/circuits/circuit-delete.js +0 -39
  385. package/src/lib/actions/resources/circuits/circuit-delete.js.map +0 -1
  386. package/src/lib/actions/resources/circuits/circuit-read.d.ts +0 -10
  387. package/src/lib/actions/resources/circuits/circuit-read.js +0 -51
  388. package/src/lib/actions/resources/circuits/circuit-read.js.map +0 -1
  389. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +0 -9
  390. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +0 -38
  391. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +0 -1
  392. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +0 -9
  393. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +0 -38
  394. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +0 -1
  395. package/src/lib/actions/resources/circuits/circuit-update.d.ts +0 -27
  396. package/src/lib/actions/resources/circuits/circuit-update.js +0 -196
  397. package/src/lib/actions/resources/circuits/circuit-update.js.map +0 -1
  398. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +0 -11
  399. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +0 -62
  400. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +0 -1
  401. package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +0 -12
  402. package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +0 -58
  403. package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +0 -1
  404. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +0 -10
  405. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +0 -42
  406. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +0 -1
  407. package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +0 -10
  408. package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +0 -42
  409. package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +0 -1
  410. package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +0 -13
  411. package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +0 -62
  412. package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +0 -1
  413. package/src/lib/actions/resources/circuits/circuits-listing.d.ts +0 -11
  414. package/src/lib/actions/resources/circuits/circuits-listing.js +0 -71
  415. package/src/lib/actions/resources/circuits/circuits-listing.js.map +0 -1
  416. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +0 -14
  417. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +0 -129
  418. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +0 -1
  419. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +0 -10
  420. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +0 -42
  421. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +0 -1
  422. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +0 -11
  423. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +0 -62
  424. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +0 -1
  425. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +0 -15
  426. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +0 -133
  427. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +0 -1
  428. package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +0 -10
  429. package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +0 -48
  430. package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +0 -1
  431. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +0 -9
  432. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +0 -39
  433. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +0 -1
  434. package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +0 -9
  435. package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +0 -39
  436. package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +0 -1
  437. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +0 -11
  438. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +0 -69
  439. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +0 -1
  440. package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +0 -10
  441. package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +0 -44
  442. package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +0 -1
  443. package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +0 -7
  444. package/src/lib/actions/resources/contact-details/contact-details-delete.js +0 -33
  445. package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +0 -1
  446. package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +0 -7
  447. package/src/lib/actions/resources/contact-details/contact-details-read.js +0 -33
  448. package/src/lib/actions/resources/contact-details/contact-details-read.js.map +0 -1
  449. package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +0 -10
  450. package/src/lib/actions/resources/contact-details/contact-details-update.js +0 -44
  451. package/src/lib/actions/resources/contact-details/contact-details-update.js.map +0 -1
  452. package/src/lib/actions/resources/currencies/currencies-listing.d.ts +0 -7
  453. package/src/lib/actions/resources/currencies/currencies-listing.js +0 -33
  454. package/src/lib/actions/resources/currencies/currencies-listing.js.map +0 -1
  455. package/src/lib/actions/resources/currencies/currency-create.d.ts +0 -15
  456. package/src/lib/actions/resources/currencies/currency-create.js +0 -258
  457. package/src/lib/actions/resources/currencies/currency-create.js.map +0 -1
  458. package/src/lib/actions/resources/currencies/currency-read.d.ts +0 -9
  459. package/src/lib/actions/resources/currencies/currency-read.js +0 -39
  460. package/src/lib/actions/resources/currencies/currency-read.js.map +0 -1
  461. package/src/lib/actions/resources/currencies/currency-update.d.ts +0 -16
  462. package/src/lib/actions/resources/currencies/currency-update.js +0 -263
  463. package/src/lib/actions/resources/currencies/currency-update.js.map +0 -1
  464. package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +0 -11
  465. package/src/lib/actions/resources/currency-rates/create-currency-rate.js +0 -49
  466. package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +0 -1
  467. package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +0 -9
  468. package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +0 -38
  469. package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +0 -1
  470. package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +0 -9
  471. package/src/lib/actions/resources/currency-rates/get-currency-rate.js +0 -39
  472. package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +0 -1
  473. package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +0 -14
  474. package/src/lib/actions/resources/currency-rates/list-currency-rates.js +0 -78
  475. package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +0 -1
  476. package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +0 -10
  477. package/src/lib/actions/resources/currency-rates/update-currency-rate.js +0 -44
  478. package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +0 -1
  479. package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +0 -9
  480. package/src/lib/actions/resources/custom-fees/custom-fee-read.js +0 -39
  481. package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +0 -1
  482. package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +0 -12
  483. package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +0 -68
  484. package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +0 -1
  485. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +0 -9
  486. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +0 -38
  487. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +0 -1
  488. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +0 -9
  489. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +0 -39
  490. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +0 -1
  491. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +0 -11
  492. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +0 -69
  493. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +0 -1
  494. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +0 -11
  495. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +0 -55
  496. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +0 -1
  497. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +0 -11
  498. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +0 -55
  499. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +0 -1
  500. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +0 -10
  501. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +0 -42
  502. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +0 -1
  503. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +0 -9
  504. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +0 -38
  505. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +0 -1
  506. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +0 -9
  507. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +0 -38
  508. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +0 -1
  509. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +0 -11
  510. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +0 -46
  511. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +0 -1
  512. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +0 -10
  513. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +0 -58
  514. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +0 -1
  515. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +0 -12
  516. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +0 -54
  517. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +0 -1
  518. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +0 -9
  519. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +0 -39
  520. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +0 -1
  521. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +0 -9
  522. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +0 -39
  523. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +0 -1
  524. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +0 -17
  525. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +0 -79
  526. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +0 -1
  527. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +0 -11
  528. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +0 -66
  529. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +0 -1
  530. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +0 -10
  531. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +0 -44
  532. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +0 -1
  533. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +0 -9
  534. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +0 -39
  535. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +0 -1
  536. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +0 -10
  537. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +0 -44
  538. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +0 -1
  539. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +0 -9
  540. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +0 -39
  541. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +0 -1
  542. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +0 -11
  543. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +0 -78
  544. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +0 -1
  545. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +0 -10
  546. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +0 -56
  547. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +0 -1
  548. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +0 -9
  549. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +0 -39
  550. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +0 -1
  551. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +0 -10
  552. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +0 -56
  553. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +0 -1
  554. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +0 -9
  555. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +0 -39
  556. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +0 -1
  557. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +0 -13
  558. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +0 -59
  559. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +0 -1
  560. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +0 -12
  561. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +0 -77
  562. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +0 -1
  563. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +0 -12
  564. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +0 -54
  565. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +0 -1
  566. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +0 -9
  567. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +0 -39
  568. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +0 -1
  569. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +0 -9
  570. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +0 -39
  571. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +0 -1
  572. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +0 -12
  573. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +0 -54
  574. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +0 -1
  575. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +0 -21
  576. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +0 -125
  577. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +0 -1
  578. package/src/lib/actions/resources/evses/evse-create.d.ts +0 -25
  579. package/src/lib/actions/resources/evses/evse-create.js +0 -184
  580. package/src/lib/actions/resources/evses/evse-create.js.map +0 -1
  581. package/src/lib/actions/resources/evses/evse-delete.d.ts +0 -10
  582. package/src/lib/actions/resources/evses/evse-delete.js +0 -51
  583. package/src/lib/actions/resources/evses/evse-delete.js.map +0 -1
  584. package/src/lib/actions/resources/evses/evse-read.d.ts +0 -10
  585. package/src/lib/actions/resources/evses/evse-read.js +0 -51
  586. package/src/lib/actions/resources/evses/evse-read.js.map +0 -1
  587. package/src/lib/actions/resources/evses/evse-update.d.ts +0 -26
  588. package/src/lib/actions/resources/evses/evse-update.js +0 -196
  589. package/src/lib/actions/resources/evses/evse-update.js.map +0 -1
  590. package/src/lib/actions/resources/evses/evses-listing.d.ts +0 -17
  591. package/src/lib/actions/resources/evses/evses-listing.js +0 -106
  592. package/src/lib/actions/resources/evses/evses-listing.js.map +0 -1
  593. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +0 -9
  594. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +0 -39
  595. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +0 -1
  596. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +0 -13
  597. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +0 -73
  598. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +0 -1
  599. package/src/lib/actions/resources/faqs/faq-create.d.ts +0 -10
  600. package/src/lib/actions/resources/faqs/faq-create.js +0 -68
  601. package/src/lib/actions/resources/faqs/faq-create.js.map +0 -1
  602. package/src/lib/actions/resources/faqs/faq-delete.d.ts +0 -9
  603. package/src/lib/actions/resources/faqs/faq-delete.js +0 -39
  604. package/src/lib/actions/resources/faqs/faq-delete.js.map +0 -1
  605. package/src/lib/actions/resources/faqs/faq-read.d.ts +0 -9
  606. package/src/lib/actions/resources/faqs/faq-read.js +0 -39
  607. package/src/lib/actions/resources/faqs/faq-read.js.map +0 -1
  608. package/src/lib/actions/resources/faqs/faq-update.d.ts +0 -11
  609. package/src/lib/actions/resources/faqs/faq-update.js +0 -73
  610. package/src/lib/actions/resources/faqs/faq-update.js.map +0 -1
  611. package/src/lib/actions/resources/faqs/faqs-listing.d.ts +0 -10
  612. package/src/lib/actions/resources/faqs/faqs-listing.js +0 -58
  613. package/src/lib/actions/resources/faqs/faqs-listing.js.map +0 -1
  614. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +0 -11
  615. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +0 -63
  616. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +0 -1
  617. package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +0 -10
  618. package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +0 -49
  619. package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +0 -1
  620. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +0 -14
  621. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +0 -83
  622. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +0 -1
  623. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +0 -9
  624. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +0 -39
  625. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +0 -1
  626. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +0 -11
  627. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +0 -63
  628. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +0 -1
  629. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +0 -15
  630. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +0 -75
  631. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +0 -1
  632. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +0 -9
  633. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +0 -39
  634. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +0 -1
  635. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +0 -9
  636. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +0 -39
  637. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +0 -1
  638. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +0 -13
  639. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +0 -73
  640. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +0 -1
  641. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +0 -13
  642. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +0 -73
  643. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +0 -1
  644. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +0 -11
  645. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +0 -63
  646. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +0 -1
  647. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +0 -11
  648. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +0 -49
  649. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +0 -1
  650. package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +0 -18
  651. package/src/lib/actions/resources/id-tags/id-tag-create.js +0 -103
  652. package/src/lib/actions/resources/id-tags/id-tag-create.js.map +0 -1
  653. package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +0 -9
  654. package/src/lib/actions/resources/id-tags/id-tag-delete.js +0 -39
  655. package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +0 -1
  656. package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +0 -9
  657. package/src/lib/actions/resources/id-tags/id-tag-read.js +0 -39
  658. package/src/lib/actions/resources/id-tags/id-tag-read.js.map +0 -1
  659. package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +0 -19
  660. package/src/lib/actions/resources/id-tags/id-tag-update.js +0 -108
  661. package/src/lib/actions/resources/id-tags/id-tag-update.js.map +0 -1
  662. package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +0 -19
  663. package/src/lib/actions/resources/id-tags/id-tags-listing.js +0 -117
  664. package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +0 -1
  665. package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +0 -12
  666. package/src/lib/actions/resources/installer-jobs/create-installer-job.js +0 -54
  667. package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +0 -1
  668. package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +0 -9
  669. package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +0 -39
  670. package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +0 -1
  671. package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +0 -10
  672. package/src/lib/actions/resources/installer-jobs/get-installer-job.js +0 -49
  673. package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +0 -1
  674. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +0 -19
  675. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +0 -111
  676. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +0 -1
  677. package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +0 -12
  678. package/src/lib/actions/resources/installer-jobs/update-installer-job.js +0 -53
  679. package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +0 -1
  680. package/src/lib/actions/resources/invoices/invoice-read.d.ts +0 -9
  681. package/src/lib/actions/resources/invoices/invoice-read.js +0 -39
  682. package/src/lib/actions/resources/invoices/invoice-read.js.map +0 -1
  683. package/src/lib/actions/resources/invoices/invoices-listing.d.ts +0 -12
  684. package/src/lib/actions/resources/invoices/invoices-listing.js +0 -68
  685. package/src/lib/actions/resources/invoices/invoices-listing.js.map +0 -1
  686. package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +0 -14
  687. package/src/lib/actions/resources/locations/location-charging-zone-create.js +0 -100
  688. package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +0 -1
  689. package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +0 -10
  690. package/src/lib/actions/resources/locations/location-charging-zone-delete.js +0 -44
  691. package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +0 -1
  692. package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +0 -10
  693. package/src/lib/actions/resources/locations/location-charging-zone-read.js +0 -44
  694. package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +0 -1
  695. package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +0 -15
  696. package/src/lib/actions/resources/locations/location-charging-zone-update.js +0 -105
  697. package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +0 -1
  698. package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +0 -11
  699. package/src/lib/actions/resources/locations/location-charging-zones-listing.js +0 -63
  700. package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +0 -1
  701. package/src/lib/actions/resources/locations/location-create.d.ts +0 -38
  702. package/src/lib/actions/resources/locations/location-create.js +0 -769
  703. package/src/lib/actions/resources/locations/location-create.js.map +0 -1
  704. package/src/lib/actions/resources/locations/location-delete.d.ts +0 -10
  705. package/src/lib/actions/resources/locations/location-delete.js +0 -52
  706. package/src/lib/actions/resources/locations/location-delete.js.map +0 -1
  707. package/src/lib/actions/resources/locations/location-read.d.ts +0 -10
  708. package/src/lib/actions/resources/locations/location-read.js +0 -52
  709. package/src/lib/actions/resources/locations/location-read.js.map +0 -1
  710. package/src/lib/actions/resources/locations/location-update.d.ts +0 -40
  711. package/src/lib/actions/resources/locations/location-update.js +0 -636
  712. package/src/lib/actions/resources/locations/location-update.js.map +0 -1
  713. package/src/lib/actions/resources/locations/locations-listing.d.ts +0 -23
  714. package/src/lib/actions/resources/locations/locations-listing.js +0 -396
  715. package/src/lib/actions/resources/locations/locations-listing.js.map +0 -1
  716. package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +0 -15
  717. package/src/lib/actions/resources/parking-spaces/create-parking-space.js +0 -88
  718. package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +0 -1
  719. package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +0 -9
  720. package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +0 -39
  721. package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +0 -1
  722. package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +0 -10
  723. package/src/lib/actions/resources/parking-spaces/get-parking-space.js +0 -49
  724. package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +0 -1
  725. package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +0 -13
  726. package/src/lib/actions/resources/parking-spaces/list-parking-space.js +0 -78
  727. package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +0 -1
  728. package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +0 -16
  729. package/src/lib/actions/resources/parking-spaces/update-parking-space.js +0 -93
  730. package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +0 -1
  731. package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +0 -31
  732. package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +0 -203
  733. package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +0 -1
  734. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +0 -9
  735. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +0 -39
  736. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +0 -1
  737. package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +0 -9
  738. package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +0 -39
  739. package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +0 -1
  740. package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +0 -32
  741. package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +0 -208
  742. package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +0 -1
  743. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +0 -10
  744. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +0 -58
  745. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +0 -1
  746. package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +0 -17
  747. package/src/lib/actions/resources/partner-expenses/expenses-listing.js +0 -107
  748. package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +0 -1
  749. package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +0 -15
  750. package/src/lib/actions/resources/partner-invites/partner-invite-create.js +0 -93
  751. package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +0 -1
  752. package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +0 -9
  753. package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +0 -39
  754. package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +0 -1
  755. package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +0 -9
  756. package/src/lib/actions/resources/partner-invites/partner-invite-read.js +0 -39
  757. package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +0 -1
  758. package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +0 -13
  759. package/src/lib/actions/resources/partner-invites/partner-invite-update.js +0 -77
  760. package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +0 -1
  761. package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +0 -16
  762. package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +0 -95
  763. package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +0 -1
  764. package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +0 -16
  765. package/src/lib/actions/resources/partner-revenues/revenues-listing.js +0 -94
  766. package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +0 -1
  767. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +0 -12
  768. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +0 -54
  769. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +0 -1
  770. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +0 -10
  771. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +0 -44
  772. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +0 -1
  773. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +0 -13
  774. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +0 -59
  775. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +0 -1
  776. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +0 -11
  777. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +0 -63
  778. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +0 -1
  779. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +0 -9
  780. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +0 -39
  781. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +0 -1
  782. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +0 -13
  783. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +0 -73
  784. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +0 -1
  785. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +0 -10
  786. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +0 -44
  787. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +0 -1
  788. package/src/lib/actions/resources/partners/partner-create.d.ts +0 -48
  789. package/src/lib/actions/resources/partners/partner-create.js +0 -548
  790. package/src/lib/actions/resources/partners/partner-create.js.map +0 -1
  791. package/src/lib/actions/resources/partners/partner-delete.d.ts +0 -9
  792. package/src/lib/actions/resources/partners/partner-delete.js +0 -39
  793. package/src/lib/actions/resources/partners/partner-delete.js.map +0 -1
  794. package/src/lib/actions/resources/partners/partner-read.d.ts +0 -9
  795. package/src/lib/actions/resources/partners/partner-read.js +0 -39
  796. package/src/lib/actions/resources/partners/partner-read.js.map +0 -1
  797. package/src/lib/actions/resources/partners/partner-update.d.ts +0 -48
  798. package/src/lib/actions/resources/partners/partner-update.js +0 -548
  799. package/src/lib/actions/resources/partners/partner-update.js.map +0 -1
  800. package/src/lib/actions/resources/partners/partners-listing.d.ts +0 -13
  801. package/src/lib/actions/resources/partners/partners-listing.js +0 -327
  802. package/src/lib/actions/resources/partners/partners-listing.js.map +0 -1
  803. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +0 -13
  804. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +0 -366
  805. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +0 -1
  806. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +0 -9
  807. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +0 -39
  808. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +0 -1
  809. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +0 -9
  810. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +0 -39
  811. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +0 -1
  812. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +0 -11
  813. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +0 -63
  814. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +0 -1
  815. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +0 -14
  816. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +0 -373
  817. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +0 -1
  818. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +0 -13
  819. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +0 -111
  820. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +0 -1
  821. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +0 -9
  822. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +0 -39
  823. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +0 -1
  824. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +0 -9
  825. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +0 -39
  826. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +0 -1
  827. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +0 -10
  828. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +0 -58
  829. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +0 -1
  830. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +0 -14
  831. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +0 -116
  832. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +0 -1
  833. package/src/lib/actions/resources/receipts/receipt-read.d.ts +0 -9
  834. package/src/lib/actions/resources/receipts/receipt-read.js +0 -39
  835. package/src/lib/actions/resources/receipts/receipt-read.js.map +0 -1
  836. package/src/lib/actions/resources/receipts/receipts-listing.d.ts +0 -15
  837. package/src/lib/actions/resources/receipts/receipts-listing.js +0 -90
  838. package/src/lib/actions/resources/receipts/receipts-listing.js.map +0 -1
  839. package/src/lib/actions/resources/reservations/reservation-read.d.ts +0 -9
  840. package/src/lib/actions/resources/reservations/reservation-read.js +0 -39
  841. package/src/lib/actions/resources/reservations/reservation-read.js.map +0 -1
  842. package/src/lib/actions/resources/reservations/reservations-listing.d.ts +0 -15
  843. package/src/lib/actions/resources/reservations/reservations-listing.js +0 -91
  844. package/src/lib/actions/resources/reservations/reservations-listing.js.map +0 -1
  845. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +0 -9
  846. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +0 -39
  847. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +0 -1
  848. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +0 -10
  849. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +0 -58
  850. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +0 -1
  851. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +0 -16
  852. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +0 -86
  853. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +0 -1
  854. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +0 -10
  855. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +0 -44
  856. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +0 -1
  857. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +0 -10
  858. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +0 -44
  859. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +0 -1
  860. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +0 -14
  861. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +0 -84
  862. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +0 -1
  863. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +0 -10
  864. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +0 -56
  865. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +0 -1
  866. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +0 -9
  867. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +0 -39
  868. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +0 -1
  869. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +0 -19
  870. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +0 -125
  871. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +0 -1
  872. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +0 -10
  873. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +0 -58
  874. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +0 -1
  875. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +0 -17
  876. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +0 -91
  877. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +0 -1
  878. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +0 -13
  879. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +0 -97
  880. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +0 -1
  881. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +0 -9
  882. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +0 -39
  883. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +0 -1
  884. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +0 -9
  885. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +0 -39
  886. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +0 -1
  887. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +0 -14
  888. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +0 -87
  889. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +0 -1
  890. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +0 -13
  891. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +0 -73
  892. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +0 -1
  893. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +0 -9
  894. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +0 -39
  895. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +0 -1
  896. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +0 -10
  897. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +0 -44
  898. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +0 -1
  899. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +0 -10
  900. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +0 -58
  901. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +0 -1
  902. package/src/lib/actions/resources/security-events/security-event-read.d.ts +0 -9
  903. package/src/lib/actions/resources/security-events/security-event-read.js +0 -39
  904. package/src/lib/actions/resources/security-events/security-event-read.js.map +0 -1
  905. package/src/lib/actions/resources/security-events/security-events-listing.d.ts +0 -14
  906. package/src/lib/actions/resources/security-events/security-events-listing.js +0 -89
  907. package/src/lib/actions/resources/security-events/security-events-listing.js.map +0 -1
  908. package/src/lib/actions/resources/sessions/session-read.d.ts +0 -16
  909. package/src/lib/actions/resources/sessions/session-read.js +0 -116
  910. package/src/lib/actions/resources/sessions/session-read.js.map +0 -1
  911. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +0 -9
  912. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +0 -39
  913. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +0 -1
  914. package/src/lib/actions/resources/sessions/sessions-listing.d.ts +0 -46
  915. package/src/lib/actions/resources/sessions/sessions-listing.js +0 -376
  916. package/src/lib/actions/resources/sessions/sessions-listing.js.map +0 -1
  917. package/src/lib/actions/resources/settings/settings-listing.d.ts +0 -7
  918. package/src/lib/actions/resources/settings/settings-listing.js +0 -33
  919. package/src/lib/actions/resources/settings/settings-listing.js.map +0 -1
  920. package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +0 -9
  921. package/src/lib/actions/resources/sub-operators/sub-operator-read.js +0 -39
  922. package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +0 -1
  923. package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +0 -10
  924. package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +0 -58
  925. package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +0 -1
  926. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +0 -34
  927. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +0 -763
  928. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +0 -1
  929. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +0 -9
  930. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +0 -39
  931. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +0 -1
  932. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +0 -9
  933. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +0 -39
  934. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +0 -1
  935. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +0 -35
  936. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +0 -762
  937. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +0 -1
  938. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +0 -10
  939. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +0 -58
  940. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +0 -1
  941. package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +0 -9
  942. package/src/lib/actions/resources/subscriptions/subscription-read.js +0 -39
  943. package/src/lib/actions/resources/subscriptions/subscription-read.js.map +0 -1
  944. package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +0 -15
  945. package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +0 -92
  946. package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +0 -1
  947. package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +0 -11
  948. package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +0 -49
  949. package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +0 -1
  950. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +0 -9
  951. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +0 -39
  952. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +0 -1
  953. package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +0 -9
  954. package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +0 -39
  955. package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +0 -1
  956. package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +0 -12
  957. package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +0 -54
  958. package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +0 -1
  959. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +0 -11
  960. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +0 -63
  961. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +0 -1
  962. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +0 -9
  963. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +0 -39
  964. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +0 -1
  965. package/src/lib/actions/resources/tariffs/tariff-create.d.ts +0 -86
  966. package/src/lib/actions/resources/tariffs/tariff-create.js +0 -773
  967. package/src/lib/actions/resources/tariffs/tariff-create.js.map +0 -1
  968. package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +0 -9
  969. package/src/lib/actions/resources/tariffs/tariff-delete.js +0 -39
  970. package/src/lib/actions/resources/tariffs/tariff-delete.js.map +0 -1
  971. package/src/lib/actions/resources/tariffs/tariff-read.d.ts +0 -9
  972. package/src/lib/actions/resources/tariffs/tariff-read.js +0 -39
  973. package/src/lib/actions/resources/tariffs/tariff-read.js.map +0 -1
  974. package/src/lib/actions/resources/tariffs/tariff-update.d.ts +0 -87
  975. package/src/lib/actions/resources/tariffs/tariff-update.js +0 -761
  976. package/src/lib/actions/resources/tariffs/tariff-update.js.map +0 -1
  977. package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +0 -14
  978. package/src/lib/actions/resources/tariffs/tariffs-listing.js +0 -78
  979. package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +0 -1
  980. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +0 -9
  981. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +0 -39
  982. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +0 -1
  983. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +0 -9
  984. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +0 -39
  985. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +0 -1
  986. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +0 -9
  987. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +0 -39
  988. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +0 -1
  989. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +0 -10
  990. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +0 -44
  991. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +0 -1
  992. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +0 -10
  993. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +0 -58
  994. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +0 -1
  995. package/src/lib/actions/resources/taxes/tax-create.d.ts +0 -12
  996. package/src/lib/actions/resources/taxes/tax-create.js +0 -66
  997. package/src/lib/actions/resources/taxes/tax-create.js.map +0 -1
  998. package/src/lib/actions/resources/taxes/tax-delete.d.ts +0 -9
  999. package/src/lib/actions/resources/taxes/tax-delete.js +0 -39
  1000. package/src/lib/actions/resources/taxes/tax-delete.js.map +0 -1
  1001. package/src/lib/actions/resources/taxes/tax-read.d.ts +0 -9
  1002. package/src/lib/actions/resources/taxes/tax-read.js +0 -39
  1003. package/src/lib/actions/resources/taxes/tax-read.js.map +0 -1
  1004. package/src/lib/actions/resources/taxes/tax-update.d.ts +0 -13
  1005. package/src/lib/actions/resources/taxes/tax-update.js +0 -71
  1006. package/src/lib/actions/resources/taxes/tax-update.js.map +0 -1
  1007. package/src/lib/actions/resources/taxes/taxes-listing.d.ts +0 -10
  1008. package/src/lib/actions/resources/taxes/taxes-listing.js +0 -58
  1009. package/src/lib/actions/resources/taxes/taxes-listing.js.map +0 -1
  1010. package/src/lib/actions/resources/templates/templates-listing.d.ts +0 -10
  1011. package/src/lib/actions/resources/templates/templates-listing.js +0 -58
  1012. package/src/lib/actions/resources/templates/templates-listing.js.map +0 -1
  1013. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +0 -10
  1014. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +0 -44
  1015. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +0 -1
  1016. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +0 -9
  1017. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +0 -39
  1018. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +0 -1
  1019. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +0 -11
  1020. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +0 -55
  1021. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +0 -1
  1022. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +0 -9
  1023. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +0 -39
  1024. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +0 -1
  1025. package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +0 -9
  1026. package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +0 -39
  1027. package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +0 -1
  1028. package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +0 -12
  1029. package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +0 -60
  1030. package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +0 -1
  1031. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +0 -11
  1032. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +0 -63
  1033. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +0 -1
  1034. package/src/lib/actions/resources/transactions/transaction-read.d.ts +0 -9
  1035. package/src/lib/actions/resources/transactions/transaction-read.js +0 -39
  1036. package/src/lib/actions/resources/transactions/transaction-read.js.map +0 -1
  1037. package/src/lib/actions/resources/transactions/transaction-update.d.ts +0 -20
  1038. package/src/lib/actions/resources/transactions/transaction-update.js +0 -137
  1039. package/src/lib/actions/resources/transactions/transaction-update.js.map +0 -1
  1040. package/src/lib/actions/resources/transactions/transactions-create.d.ts +0 -21
  1041. package/src/lib/actions/resources/transactions/transactions-create.js +0 -151
  1042. package/src/lib/actions/resources/transactions/transactions-create.js.map +0 -1
  1043. package/src/lib/actions/resources/transactions/transactions-listing.d.ts +0 -26
  1044. package/src/lib/actions/resources/transactions/transactions-listing.js +0 -179
  1045. package/src/lib/actions/resources/transactions/transactions-listing.js.map +0 -1
  1046. package/src/lib/actions/resources/user-groups/user-group-create.d.ts +0 -11
  1047. package/src/lib/actions/resources/user-groups/user-group-create.js +0 -49
  1048. package/src/lib/actions/resources/user-groups/user-group-create.js.map +0 -1
  1049. package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +0 -9
  1050. package/src/lib/actions/resources/user-groups/user-group-delete.js +0 -39
  1051. package/src/lib/actions/resources/user-groups/user-group-delete.js.map +0 -1
  1052. package/src/lib/actions/resources/user-groups/user-group-read.d.ts +0 -9
  1053. package/src/lib/actions/resources/user-groups/user-group-read.js +0 -39
  1054. package/src/lib/actions/resources/user-groups/user-group-read.js.map +0 -1
  1055. package/src/lib/actions/resources/user-groups/user-group-update.d.ts +0 -12
  1056. package/src/lib/actions/resources/user-groups/user-group-update.js +0 -54
  1057. package/src/lib/actions/resources/user-groups/user-group-update.js.map +0 -1
  1058. package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +0 -12
  1059. package/src/lib/actions/resources/user-groups/user-groups-listing.js +0 -68
  1060. package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +0 -1
  1061. package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +0 -14
  1062. package/src/lib/actions/resources/users/invoice-details-create-or-update.js +0 -1394
  1063. package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +0 -1
  1064. package/src/lib/actions/resources/users/invoice-details-read.d.ts +0 -9
  1065. package/src/lib/actions/resources/users/invoice-details-read.js +0 -39
  1066. package/src/lib/actions/resources/users/invoice-details-read.js.map +0 -1
  1067. package/src/lib/actions/resources/users/payment-method-create.d.ts +0 -12
  1068. package/src/lib/actions/resources/users/payment-method-create.js +0 -65
  1069. package/src/lib/actions/resources/users/payment-method-create.js.map +0 -1
  1070. package/src/lib/actions/resources/users/payment-method-delete.d.ts +0 -10
  1071. package/src/lib/actions/resources/users/payment-method-delete.js +0 -44
  1072. package/src/lib/actions/resources/users/payment-method-delete.js.map +0 -1
  1073. package/src/lib/actions/resources/users/payment-method-read.d.ts +0 -10
  1074. package/src/lib/actions/resources/users/payment-method-read.js +0 -44
  1075. package/src/lib/actions/resources/users/payment-method-read.js.map +0 -1
  1076. package/src/lib/actions/resources/users/payment-method-update.d.ts +0 -11
  1077. package/src/lib/actions/resources/users/payment-method-update.js +0 -55
  1078. package/src/lib/actions/resources/users/payment-method-update.js.map +0 -1
  1079. package/src/lib/actions/resources/users/payment-methods-listing.d.ts +0 -11
  1080. package/src/lib/actions/resources/users/payment-methods-listing.js +0 -63
  1081. package/src/lib/actions/resources/users/payment-methods-listing.js.map +0 -1
  1082. package/src/lib/actions/resources/users/user-create.d.ts +0 -38
  1083. package/src/lib/actions/resources/users/user-create.js +0 -467
  1084. package/src/lib/actions/resources/users/user-create.js.map +0 -1
  1085. package/src/lib/actions/resources/users/user-delete.d.ts +0 -10
  1086. package/src/lib/actions/resources/users/user-delete.js +0 -50
  1087. package/src/lib/actions/resources/users/user-delete.js.map +0 -1
  1088. package/src/lib/actions/resources/users/user-read.d.ts +0 -11
  1089. package/src/lib/actions/resources/users/user-read.js +0 -61
  1090. package/src/lib/actions/resources/users/user-read.js.map +0 -1
  1091. package/src/lib/actions/resources/users/user-update.d.ts +0 -37
  1092. package/src/lib/actions/resources/users/user-update.js +0 -468
  1093. package/src/lib/actions/resources/users/user-update.js.map +0 -1
  1094. package/src/lib/actions/resources/users/users-listing.d.ts +0 -18
  1095. package/src/lib/actions/resources/users/users-listing.js +0 -104
  1096. package/src/lib/actions/resources/users/users-listing.js.map +0 -1
  1097. package/src/lib/actions/resources/utilities/create-utility.d.ts +0 -9
  1098. package/src/lib/actions/resources/utilities/create-utility.js +0 -39
  1099. package/src/lib/actions/resources/utilities/create-utility.js.map +0 -1
  1100. package/src/lib/actions/resources/utilities/delete-utility.d.ts +0 -9
  1101. package/src/lib/actions/resources/utilities/delete-utility.js +0 -39
  1102. package/src/lib/actions/resources/utilities/delete-utility.js.map +0 -1
  1103. package/src/lib/actions/resources/utilities/get-utility.d.ts +0 -9
  1104. package/src/lib/actions/resources/utilities/get-utility.js +0 -39
  1105. package/src/lib/actions/resources/utilities/get-utility.js.map +0 -1
  1106. package/src/lib/actions/resources/utilities/list-utilities.d.ts +0 -10
  1107. package/src/lib/actions/resources/utilities/list-utilities.js +0 -58
  1108. package/src/lib/actions/resources/utilities/list-utilities.js.map +0 -1
  1109. package/src/lib/actions/resources/utilities/update-utility.d.ts +0 -10
  1110. package/src/lib/actions/resources/utilities/update-utility.js +0 -44
  1111. package/src/lib/actions/resources/utilities/update-utility.js.map +0 -1
  1112. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +0 -12
  1113. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +0 -54
  1114. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +0 -1
  1115. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +0 -9
  1116. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +0 -39
  1117. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +0 -1
  1118. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +0 -9
  1119. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +0 -39
  1120. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +0 -1
  1121. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +0 -13
  1122. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +0 -59
  1123. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +0 -1
  1124. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +0 -10
  1125. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +0 -58
  1126. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +0 -1
  1127. package/src/lib/actions/resources/vouchers/voucher-create.d.ts +0 -15
  1128. package/src/lib/actions/resources/vouchers/voucher-create.js +0 -92
  1129. package/src/lib/actions/resources/vouchers/voucher-create.js.map +0 -1
  1130. package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +0 -9
  1131. package/src/lib/actions/resources/vouchers/voucher-delete.js +0 -39
  1132. package/src/lib/actions/resources/vouchers/voucher-delete.js.map +0 -1
  1133. package/src/lib/actions/resources/vouchers/voucher-read.d.ts +0 -9
  1134. package/src/lib/actions/resources/vouchers/voucher-read.js +0 -39
  1135. package/src/lib/actions/resources/vouchers/voucher-read.js.map +0 -1
  1136. package/src/lib/actions/resources/vouchers/voucher-update.d.ts +0 -16
  1137. package/src/lib/actions/resources/vouchers/voucher-update.js +0 -103
  1138. package/src/lib/actions/resources/vouchers/voucher-update.js.map +0 -1
  1139. package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +0 -19
  1140. package/src/lib/actions/resources/vouchers/vouchers-listing.js +0 -120
  1141. package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +0 -1
  1142. package/src/lib/common/auth.d.ts +0 -4
  1143. package/src/lib/common/auth.js +0 -20
  1144. package/src/lib/common/auth.js.map +0 -1
  1145. package/src/lib/common/utils.d.ts +0 -88
  1146. package/src/lib/common/utils.js +0 -405
  1147. package/src/lib/common/utils.js.map +0 -1
  1148. package/src/lib/models/responses.d.ts +0 -9430
  1149. package/src/lib/models/responses.js +0 -3
  1150. package/src/lib/models/responses.js.map +0 -1
  1151. package/src/lib/triggers/webhook.d.ts +0 -26
  1152. package/src/lib/triggers/webhook.js +0 -113
  1153. package/src/lib/triggers/webhook.js.map +0 -1
@@ -0,0 +1,2942 @@
1
+ {
2
+ "1": "1",
3
+ "15": "15",
4
+ "30": "30",
5
+ "60": "60",
6
+ "75": "75",
7
+ "80": "80",
8
+ "85": "85",
9
+ "90": "90",
10
+ "95": "95",
11
+ "100": "100",
12
+ "120": "120",
13
+ "208": "208",
14
+ "230": "230",
15
+ "240": "240",
16
+ "360": "360",
17
+ "380": "380",
18
+ "400": "400",
19
+ "480": "480",
20
+ "AMPECO piece provides integrations of APIs and webhook notifications of the AMPECO platform for managing EV charging infrastructure and operations.": "La pieza de AMPECO proporciona integraciones de APIs y notificaciones de webhook de la plataforma AMPECO para la gestión de infraestructura y operaciones de carga EV.",
21
+ "Base URL": "URL base",
22
+ "API Token": "API Token",
23
+ "Navigate to the API Access Tokens menu within your account.Click the Create API Access Token button to initiate the token creation process.": "Navega al menú de Tokens de Acceso API dentro de tu cuenta. Haz clic en el botón Crear token de acceso para iniciar el proceso de creación de token.",
24
+ "Ampeco Platform": "Ampeco Platform",
25
+ "Custom API Call": "Llamada API personalizada",
26
+ "Actions - Charge Point - Change Availability": "Acciones - Punto de Carga - Cambiar Disponibilidad",
27
+ "Actions - Charge Point - Change Owner": "Acciones - Punto de Carga - Cambiar Propietario",
28
+ "Actions - Charge Point - Clear Charging Profile": "Acciones - Punto de Carga - Borrar Perfil de Carga",
29
+ "Actions - Charge Point - Get Diagnostics": "Acciones - Puntos de Carga - Obtener Diagnóstico",
30
+ "Actions - Charge Point - Get Security Log": "Acciones - Punto de Carga - Obtener Registro de Seguridad",
31
+ "Actions - Charge Point - Move EVSEs To Satellite": "Acciones - Punto de Carga - Mover EVSES a Satellite",
32
+ "Actions - Charge Point - Reserve": "Acciones - Punto de Carga - Reserva",
33
+ "Actions - Charge Point - Reset Security Profile": "Acciones - Punto de Carga - Restablecer Perfil de Seguridad",
34
+ "Actions - Charge Point - Reset": "Acciones - Punto de Carga - Restablecer",
35
+ "Actions - Charge Point - Send Data Transfer": "Acciones - Punto de Carga - Enviar Transferencia de Datos",
36
+ "Actions - Charge Point - Set Charging Profile": "Acciones - Punto de Carga - Establecer perfil de carga",
37
+ "Actions - Charge Point - Start Charging Session Without EVSE": "Acciones - Punto de Carga - Empezar a Cargar Sesión sin EVSE",
38
+ "Actions - Charge Point - Start Charging Session": "Acciones - Punto de Carga - Iniciar sesión de carga",
39
+ "Actions - Charge Point - Stop Charging Session": "Acciones - Punto de Carga - Detener Sesión de Carga",
40
+ "Actions - Charge Point - Sync Configuration": "Acciones - Punto de Carga - Configuración de sincronización",
41
+ "Actions - Charge Point - Trigger Message Charge Point": "Acciones - Punto de Carga - Punto de Carga de Mensaje",
42
+ "Actions - Charge Point - EVSE Unlock": "Acciones - Punto de Carga - Desbloqueo EVSE",
43
+ "Actions - Charge Point - Change Sharing Code": "Acciones - Punto de Carga - Cambiar Código de Compartir",
44
+ "Actions - Charge Point - Delete Certificate": "Acciones - Punto de Carga - Eliminar Certificado",
45
+ "Actions - Charge Point - Install Certificate": "Acciones - Puntos de carga - Instalar certificado",
46
+ "Actions - Charge Point - Set Configuration": "Acciones - Punto de Carga - Configuración",
47
+ "Actions - Charge Point - Get Installed Certificate Ids": "Acciones - Punto de Carga - Obtener Ids de Certificado Instalados",
48
+ "Actions - Charge Point - Update Firmware": "Acciones - Puntos de Carga - Actualizar Firmware",
49
+ "Resources - Charge Point Downtime Periods - Listing": "Recursos - Periodos de Descendido de Puntos de Carga - Listado",
50
+ "Resources - Charge Point Downtime Periods - Create": "Recursos - Periodos de Descendido de Puntos de Carga - Crear",
51
+ "Resources - Charge Point Downtime Periods - Read": "Recursos - Periodos de Descendido de Puntos de Carga - Lectura",
52
+ "Resources - Charge Point Downtime Periods - Update": "Recursos - Periodos de Descendido de Puntos de Carga - Actualizar",
53
+ "Resources - Charge Point Downtime Periods - Delete": "Recursos - Periodos de Descendido de Puntos de Carga - Eliminar",
54
+ "Resources - Charge Point Models - Listing": "Recursos - Modelos de Puntos de Carga - Lista",
55
+ "Resources - Charge Point Models - Create": "Recursos - Modelos de Puntos de Carga - Crear",
56
+ "Resources - Charge Point Models - Read": "Recursos - Modelos de Puntos de Carga - Leído",
57
+ "Resources - Charge Point Models - Update": "Recursos - Modelos de Puntos de Carga - Actualizar",
58
+ "Resources - Charge Point Models - Delete": "Recursos - Modelos de Puntos de Carga - Eliminar",
59
+ "Resources - Charge Point Vendors - Listing": "Recursos - Vendedores de Puntos de Carga - Listado",
60
+ "Resources - Charge Point Vendors - Create": "Recursos - Vendedores de Puntos de Carga - Crear",
61
+ "Resources - Charge Point Vendors - Read": "Recursos - Vendedores de Puntos de Carga - Leído",
62
+ "Resources - Charge Point Vendors - Update": "Recursos - Vendedores de Puntos de Carga - Actualizar",
63
+ "Resources - Charge Point Vendors - Delete": "Recursos - Vendedores de Puntos de Carga - Eliminar",
64
+ "Resources - Charge Points - Charge Point Status Read": "Recursos - Puntos de Carga - Estado de Punto de Carga Leído",
65
+ "Resources - Charge Points - Charge Point Create": "Recursos - Puntos de Carga - Crear Punto de Carga",
66
+ "Resources - Charge Points - Charge Points Listing": "Recursos - Puntos de Carga - Lista de Puntos de Carga",
67
+ "Resources - Charge Points - Charge Point Update": "Recursos - Puntos de Carga - Actualización de Punto de Carga",
68
+ "Resources - Charge Points - Charge Point Read": "Recursos - Puntos de Carga - Lectura de Puntos de Carga",
69
+ "Resources - Charge Points - Charge Point Delete": "Recursos - Puntos de Carga - Eliminar Punto de Carga",
70
+ "Resources - Charge Points - Available Personal Smart Charging Modes Listing": "Recursos - Puntos de Carga - Disponible lista de Modos de Carga Inteligente Personal",
71
+ "Resources - Charge Points - Charge Point Configurations Listing": "Recursos - Puntos de Carga - Configuración de Puntos de Carga Listing",
72
+ "Resources - Charge Points - Charge Point Configuration Read": "Recursos - Puntos de Carga - Configuración de Puntos de Carga Lectura",
73
+ "Resources - Charge Points - Charge Point Configuration Update": "Recursos - Puntos de Carga - Actualización de Configuración de Punto de Carga",
74
+ "Resources - Charge Points - Charge Point Evse Create": "Recursos - Puntos de Carga - Evento de Punto de Carga",
75
+ "Resources - Charge Points - Charge Point Evses Listing": "Recursos - Puntos de Carga - Lista de Eventos de Puntos de Carga",
76
+ "Resources - Charge Points - Charge Point Evse Update": "Recursos - Puntos de Carga - Actualización de Evento de Punto de Carga",
77
+ "Resources - Charge Points - Charge Point Evse Read": "Recursos - Puntos de Carga - Lectura de Eventos de Punto de Carga",
78
+ "Resources - Charge Points - Charge Point Evse Delete": "Recursos - Puntos de Carga - Borrar Evento de Punto de Carga",
79
+ "Resources - Charge Points - Charge Point Evse Connectors Listing": "Recursos - Puntos de Carga - Evolución de Puntos de Carga",
80
+ "Resources - Charge Points - Charge Point Evse Connector Create": "Recursos - Puntos de Carga - Conector de Eventos de Punto de Carga",
81
+ "Resources - Charge Points - Charge Point Evse Connector Read": "Recursos - Puntos de Carga - Lectura del Conector de Conector de Puntos de Carga",
82
+ "Resources - Charge Points - Charge Point Evse Connector Update": "Recursos - Puntos de Carga - Actualización del Conector de Eventos de Punto de Carga",
83
+ "Resources - Charge Points - Charge Point Evse Connector Delete": "Recursos - Puntos de Carga - Eliminar Conector de Eventos de Punto de Carga",
84
+ "Resources - Charge Points - List Charge Point Hardware Status Logs": "Recursos - Puntos de carga - Lista de registros de estado de hardware de puntos de carga",
85
+ "Resources - Charge Points - Get Charge Point Latest Hardware Status Log": "Recursos - Puntos de Carga - Obtener el último registro de estado de hardware de puntos de carga",
86
+ "Resources - Charge Points - Get Charge Point Latest Network Status Log": "Recursos - Puntos de Carga - Obtener el último registro de estado de la red de puntos de carga",
87
+ "Resources - Charge Points - List Charge Point Network Status Logs": "Recursos - Puntos de Carga - Listar registros de estado de la red de puntos de carga",
88
+ "Resources - Charge Points - Charge Point Personal Smart Charging Preferences Read": "Recursos - Puntos de Carga - Punto de Carga Personal Inteligente Preferencias Leer",
89
+ "Resources - Charge Points - Personal Smart Charging Preferences Update": "Recursos - Puntos de Carga - Actualización de Preferencias de Carga Inteligente Personal",
90
+ "Resources - Charge Points - Charge Point Shared Partners Listing": "Recursos - Puntos de Carga - Colmenas de Puntos Compartidos",
91
+ "Resources - Charge Points - Charge Point Shared Partners Sync": "Recursos - Puntos de Carga - Sincronización de Puntos Compartidos",
92
+ "Resources - Charge Points - Charge Point Share Create": "Recursos - Puntos de Carga - Compartir Puntos de Carga",
93
+ "Resources - Charge Points - Charge Point Shares Listing": "Recursos - Puntos de Carga - Listado de Puntos de Carga",
94
+ "Resources - Charge Points - Charge Point Share Read": "Recursos - Puntos de Carga - Lectura para compartir Puntos de Carga",
95
+ "Resources - Charge Points - Chareg Point Share Delete": "Recursos - Puntos de Carga - Eliminar Puntos de Carga",
96
+ "Resources - Charge Points - Charge Point Smart Charging Update": "Recursos - Puntos de Carga - Actualización de Carga Inteligente de Puntos de Carga",
97
+ "Actions - Circuit - Attach Charge Point": "Acciones - Circuito - Adjuntar punto de carga",
98
+ "Actions - Circuit - Detach Charge Point": "Acciones - Circuito - Separar Punto de Carga",
99
+ "Actions - Circuit - Set Charge Point Priority": "Acciones - Circuito - Establecer prioridad de puntos de carga",
100
+ "Actions - Circuit - Set Charge Point EVSE Priority": "Acciones - Circuito - Establecer prioridad EVSE punto de carga",
101
+ "Actions - Circuit - Set Circuit SoC Priority": "Acciones - Circuito - Establecer prioridad de Circuito SoC",
102
+ "Actions - Circuit - Set Session Priority": "Acciones - Circuito - Establecer prioridad de sesión",
103
+ "Actions - Configuration Template - Apply To Charge Points": "Acciones - Plantilla de configuración - Aplicar a los puntos de carga",
104
+ "Actions - Configuration Template - Bulk Create Variables": "Acciones - Plantilla de configuración - Crear en masa variables",
105
+ "Resources - Configuration Templates - List Configuration Templates": "Recursos - Plantillas de configuración - Plantillas de configuración de lista",
106
+ "Resources - Configuration Templates - Create Configuration Template": "Recursos - Plantillas de configuración - Crear Plantilla de configuración",
107
+ "Resources - Configuration Templates - Update Configuration Template": "Recursos - Plantillas de configuración - Actualizar Plantilla de configuración",
108
+ "Resources - Configuration Templates - Get Configuration Template": "Recursos - Plantillas de configuración - Obtener Plantilla de configuración",
109
+ "Resources - Configuration Templates - Delete Configuration Template": "Recursos - Plantillas de configuración - Eliminar Plantilla de configuración",
110
+ "Resources - Configuration Templates - Configuration Template Variable Listing": "Recursos - Plantillas de configuración - Plantilla de configuración de lista variable",
111
+ "Resources - Configuration Templates - Configuration Template Variable Create": "Recursos - Plantillas de configuración - Plantilla de configuración Variable Crear",
112
+ "Resources - Configuration Templates - Configuration Template Variable Update": "Recursos - Plantillas de Configuración - Actualización Variable de Plantilla de Configuración",
113
+ "Resources - Configuration Templates - Configuration Template Variable Delete": "Recursos - Plantillas de configuración - Plantilla de configuración de eliminación variable",
114
+ "Actions - Electricity Meter - Report Consumption": "Acciones - Medidor de electricidad - Consumo de informe",
115
+ "Resources - Electricity Meters - Lising": "Recursos - Medidores de electricidad - Lising",
116
+ "Resources - Electricity Meters - Create": "Recursos - Medidores de electricidad - Crear",
117
+ "Resources - Electricity Meters - Read": "Recursos - Medidores de electricidad - Leídos",
118
+ "Resources - Electricity Meters - Update": "Recursos - Medidores de electricidad - Actualización",
119
+ "Resources - Electricity Meters - Delete": "Recursos - Medidores de electricidad - Borrar",
120
+ "Resources - Electricity Rates - Electricity Rates Listing": "Recursos - Tarifas de electricidad - Lista de tarifas de electricidad",
121
+ "Resources - Electricity Rates - Create": "Recursos - Tarifas de Electricidad - Crear",
122
+ "Resources - Electricity Rates - Read": "Recursos - Tarifas de electricidad - Leer",
123
+ "Resources - Electricity Rates - Update": "Recursos - Tarifas de electricidad - Actualizar",
124
+ "Resources - Electricity Rates - Delete": "Recursos - Tarifas de Electricidad - Eliminar",
125
+ "Resources - Electricity Rates - Electricity Rate Energy Mix Read": "Recursos - Tarifas de Electricidad - Lectura de la combinación de electricidad",
126
+ "Resources - Electricity Rates - Energy Mix Update": "Recursos - Tarifas de Electricidad - Actualización del mix de energía",
127
+ "Resources - Electricity Rates - Price Periods Listing": "Recursos - Tarifas de electricidad - Lista de precios",
128
+ "Resources - Electricity Rates - Price Periods Date Listing": "Recursos - Tarifas de electricidad - Lista de fechas de precios",
129
+ "Resources - Electricity Rates - Price Periods Date Read": "Recursos - Tarifas de electricidad - Fecha de lectura de precios",
130
+ "Resources - Electricity Rates - Price Periods Date Create Or Update": "Recursos - Tarifas de electricidad - Fecha de precios de creación o actualización",
131
+ "Resources - Electricity Rates - Price Periods Date Delete": "Recursos - Tarifas de electricidad - Fecha de eliminación de precios",
132
+ "Resources - Electricity Rates - Price Periods Week Day Listing": "Recursos - Tarifas de electricidad - Lista de días semanales de precios",
133
+ "Resources - Electricity Rates - Price Periods Week Day Read": "Recursos - Tarifas de electricidad - Lectura del día de la semana del precio",
134
+ "Resources - Electricity Rates - Price Periods Week Day Createa Or Update": "Recursos - Tarifas de electricidad - Creación o actualización del día de la semana del precio",
135
+ "Resources - Electricity Rates - Price Periods Week Day Delete": "Recursos - Tarifas de Electricidad - Eliminar el precio del día semanal",
136
+ "Actions - EVSE - Start Charging With EVSE Id": "Acciones - EVSE - Comenzar a cargar con Id EVSE",
137
+ "Actions - EVSE - Trigger Message": "Acciones - EVSE - Mensaje de activación",
138
+ "Resources - Evse Downtime Periods - Listing": "Recursos - Periodos de Descensos Evse - Listado",
139
+ "Resources - Evse Downtime Periods - Create": "Recursos - Periodos de Descensos Evse - Crear",
140
+ "Resources - Evse Downtime Periods - Read": "Recursos - Periodos de Descensos Evse - Leer",
141
+ "Resources - Evse Downtime Periods - Update": "Recursos - Periodos de Descensos Evse - Actualizar",
142
+ "Resources - Evse Downtime Periods - Delete": "Recursos - Periodos de Descensos Evse - Eliminar",
143
+ "Actions - Flexibility Asset - Change Flexibility Asset Status": "Acciones - Recurso de Flexibilidad - Cambiar Estado de Recursos de Flexibilidad",
144
+ "Actions - Flexibility Asset - Create Activation Request": "Acciones - Recurso de Flexibilidad - Crear Solicitud de Activación",
145
+ "Resources - Flexibility Activation Requests - List": "Recursos - Solicitudes de activación de flexibilidad - Lista",
146
+ "Resources - Flexibility Activation Requests - Get Flexibility Activation Request": "Recursos - Solicitudes de Activación de Flexibilidad - Obtener Solicitud de Activación de Flexibilidad",
147
+ "Resources - Flexibility Assets - Create": "Recursos - Recursos de Flexibilidad - Crear",
148
+ "Resources - Flexibility Assets - List": "Recursos - Recursos de Flexibilidad - Lista",
149
+ "Resources - Flexibility Assets - Update": "Recursos - Recursos de flexibilidad - Actualización",
150
+ "Resources - Flexibility Assets - Get": "Recursos - Recursos de Flexibilidad - Obtener",
151
+ "Resources - Flexibility Assets - Delete": "Recursos - Recursos de Flexibilidad - Eliminar",
152
+ "Resources - Flexibility Assets - Get Historical Time Series": "Recursos - Recursos de Flexibilidad - Obtener series históricas de tiempo",
153
+ "Resources - Flexibility Assets - Get Time Series Forecast": "Recursos - Recursos de Flexibilidad - Obtener pronóstico de la serie de tiempo",
154
+ "Actions - Id Tag - Certificate Reissue An EMAID": "Acciones - Etiqueta Id - Repetición certificada un EMAID",
155
+ "Resources - Id Tags - Listing": "Recursos - Etiquetas Id - Lista",
156
+ "Resources - Id Tags - Create": "Recursos - Etiquetas de Id - Crear",
157
+ "Resources - Id Tags - Read": "Recursos - Etiquetas de Id - Leer",
158
+ "Resources - Id Tags - Update": "Recursos - Etiquetas de Id - Actualizar",
159
+ "Resources - Id Tags - Delete": "Recursos - Etiquetas de Id - Borrar",
160
+ "Actions - Locations - Check Booking Availability": "Acciones - Ubicaciones - Comprobar disponibilidad de reservas",
161
+ "Resources - Locations - Create": "Recursos - Ubicaciones - Crear",
162
+ "Resources - Locations - Listing": "Recursos - Ubicaciones - Listado",
163
+ "Resources - Locations - Update": "Recursos - Ubicaciones - Actualizar",
164
+ "Resources - Locations - Read": "Recursos - Ubicaciones - Leer",
165
+ "Resources - Locations - Delete": "Recursos - Ubicaciones - Borrar",
166
+ "Resources - Locations - Listing Charging Zones": "Recursos - Ubicaciones - Zona de Carga de Lista",
167
+ "Resources - Locations - Create Charging Zone": "Recursos - Ubicaciones - Crear Zona de Carga",
168
+ "Resources - Locations - Read Charging Zone": "Recursos - Ubicaciones - Leer Zona de Carga",
169
+ "Resources - Locations - Update Charging Zone": "Recursos - Ubicaciones - Actualizar Zona de Carga",
170
+ "Resources - Locations - Delete Charging Zone": "Recursos - Ubicaciones - Borrar Zona de Carga",
171
+ "Actions - Notifications - Resend Failed": "Acciones - Notificaciones - Reenvío fallido",
172
+ "Actions - Parking Spaces - Update Occupancy Status": "Acciones - Espacios de estacionamiento - Actualizar estado de Ocupación",
173
+ "Resources - Parking Spaces - Create": "Recursos - Espacios de estacionamiento - Crear",
174
+ "Resources - Parking Spaces - List": "Recursos - Espacios de estacionamiento - Lista",
175
+ "Resources - Parking Spaces - Update": "Recursos - Espacios de estacionamiento - Actualizar",
176
+ "Resources - Parking Spaces - Get": "Recursos - Espacios de estacionamiento - Obtener",
177
+ "Resources - Parking Spaces - Delete": "Recursos - Espacios de estacionamiento - Borrar",
178
+ "Actions - Provisioning Certificate - Certificate Issue An EMAID": "Acciones - Certificado de Aprovisionamiento - Problema de Certificado Un EMAID",
179
+ "Resources - Provisioning Certificates - Create Pc Id": "Recursos - Certificados de Aprovisionamiento - Crear Id de Pc",
180
+ "Resources - Provisioning Certificates - List Pc Ids": "Recursos - Certificados de Aprovisionamiento - Listado de Ids de Pc",
181
+ "Resources - Provisioning Certificates - Update Pc Id": "Recursos - Certificados de Aprovisionamiento - Actualizar Pc Id",
182
+ "Resources - Provisioning Certificates - Get Pc Id": "Recursos - Certificados de Aprovisionamiento - Obtener Pc Id",
183
+ "Resources - Provisioning Certificates - Delete Pc Id": "Recursos - Certificados de Aprovisionamiento - Eliminar Id de Pc",
184
+ "Actions - Reservation - Reservation Cancel": "Acciones - Reservación - Cancelar Reserva",
185
+ "Actions - Roaming Operator - Update Custom Tariff Filter Tariff": "Acciones - Operador de itinerancia - Actualizar tarifa de filtro de tarifa personalizada",
186
+ "Resources - Roaming Connections - List Roaming Connections": "Recursos - Conexiones de Roaming - Lista de Conexiones de Roaming",
187
+ "Resources - Roaming Connections - Get Roaming Connection": "Recursos - Conexiones de Roaming - Obtener Conexión de Roaming",
188
+ "Resources - Roaming Operators - Roaming Operators Listing": "Recursos - Operadores de Roaming - Lista de Operadores de Roaming",
189
+ "Resources - Roaming Operators - Roaming Operator Read": "Recursos - Operadores de itinerancia - Leer operador de itinerancia",
190
+ "Resources - Roaming Operators - Roaming Operator Update": "Recursos - Operadores de itinerancia - Actualización del operador de itinerancia",
191
+ "Resources - Roaming Operators - List Roaming Custom Tariff Filters": "Recursos - Operadores de itinerancia - Lista de filtros personalizados de tarifas de itinerancia",
192
+ "Resources - Roaming Operators - Create Roaming Custom Tariff Filter": "Recursos - Operadores de itinerancia - Crear filtro de tarifas personalizadas de itinerancia",
193
+ "Resources - Roaming Operators - Reorder Roaming Custom Tariff Filters": "Recursos - Operadores de roaming - Reordenar filtros personalizados de tarifas de roaming",
194
+ "Resources - Roaming Operators - Get Roaming Custom Tariff Filter": "Recursos - Operadores de itinerancia - Obtén el filtro personalizado de tarifas de itinerancia",
195
+ "Resources - Roaming Operators - Update Roaming Custom Tariff Filter": "Recursos - Operadores de itinerancia - Actualizar filtro de tarifas personalizadas de itinerancia",
196
+ "Resources - Roaming Operators - Delete Roaming Custom Tariff Filter": "Recursos - Operadores de itinerancia - Eliminar filtro de tarifa personalizada de itinerancia",
197
+ "Resources - Roaming Providers - Listing": "Recursos - Proveedores de roaming - Lista",
198
+ "Resources - Roaming Providers - Create": "Recursos - Proveedores de itinerancia - Crear",
199
+ "Resources - Roaming Providers - Read": "Recursos - Proveedores de itinerancia - Leer",
200
+ "Resources - Roaming Providers - Update": "Recursos - Proveedores de Roaming - Actualización",
201
+ "Resources - Roaming Providers - Delete": "Recursos - Proveedores de Roaming - Borrar",
202
+ "Resources - Roaming Tariffs - Listing": "Recursos - Tarifas de itinerancia - Lista",
203
+ "Resources - Roaming Tariffs - Read": "Recursos - Tarifas de itinerancia - Leer",
204
+ "Resources - Roaming Tariffs - Update": "Recursos - Tarifas de itinerancia - Actualizar",
205
+ "Actions - Session - Assign To User": "Acciones - Sesión - Asignar al usuario",
206
+ "Actions - Session - Retry Payment": "Acciones - Sesión - Reintentar Pago",
207
+ "Actions - Subscription Plans - Replace": "Acciones - Planes de suscripción - Reemplazar",
208
+ "Resources - Subscription Plans - Listing": "Recursos - Planes de suscripción - Lista",
209
+ "Resources - Subscription Plans - Create": "Recursos - Planes de suscripción - Crear",
210
+ "Resources - Subscription Plans - Read": "Recursos - Planes de suscripción - Leer",
211
+ "Resources - Subscription Plans - Update": "Recursos - Planes de suscripción - Actualizar",
212
+ "Resources - Subscription Plans - Delete": "Recursos - Planes de Suscripción - Eliminar",
213
+ "Actions - Tariffs - Set Display Information": "Acciones - Tarifas - Configurar información de visualización",
214
+ "Resources - Tariffs - Listing": "Recursos - Tarifas - Listado",
215
+ "Resources - Tariffs - Create": "Recursos - Tarifas - Crear",
216
+ "Resources - Tariffs - Read": "Recursos - Tarifas - Leer",
217
+ "Resources - Tariffs - Update": "Recursos - Tarifas - Actualizar",
218
+ "Resources - Tariffs - Delete": "Recursos - Tarifas - Eliminar",
219
+ "Actions - Transactions - Issue Invoice": "Acciones - Transacciones - Factura del problema",
220
+ "Actions - Transactions - Resend Invoice": "Acciones - Transacciones - Reenviar factura",
221
+ "Actions - Transactions - Update Payment Reference": "Acciones - Transacciones - Actualizar Referencia de Pago",
222
+ "Resources - Transactions - Listing": "Recursos - Transacciones - Listado",
223
+ "Resources - Transactions - Create": "Recursos - Transacciones - Crear",
224
+ "Resources - Transactions - Read": "Recursos - Transacciones - Leer",
225
+ "Resources - Transactions - Update": "Recursos - Transacciones - Actualizar",
226
+ "Actions - Users - Activate Subscription": "Acciones - Usuarios - Activar Suscripción",
227
+ "Actions - Users - Add Balance": "Acciones - Usuarios - Añadir saldo",
228
+ "Actions - Users - Apply Custom Fee": "Acciones - Usuarios - Aplicar tarifa personalizada",
229
+ "Actions - Users - Cancel Subscription": "Acciones - Usuarios - Cancelar suscripción",
230
+ "Actions - Users - Change Status": "Acciones - Usuarios - Cambiar estado",
231
+ "Actions - Users - Clear Subscription Amount Due": "Acciones - Usuarios - Limpiar el monto de suscripción vencido",
232
+ "Actions - Users - Export All Private Data": "Acciones - Usuarios - Exportar todos los datos privados",
233
+ "Actions - Users - Redeem Voucher": "Acciones - Usuarios - Canjear cupón",
234
+ "Resources - Users - Users Listing": "Recursos - Usuarios - Lista de usuarios",
235
+ "Resources - Users - User Create": "Recursos - Usuarios - Crear Usuario",
236
+ "Resources - Users - User Read": "Recursos - Usuarios - Leer usuarios",
237
+ "Resources - Users - User Update": "Recursos - Usuarios - Actualización de Usuario",
238
+ "Resources - Users - User Delete": "Recursos - Usuarios - Eliminar Usuario",
239
+ "Resources - Users - Invoice Details Read": "Recursos - Usuarios - Detalles de Factura Leídos",
240
+ "Resources - Users - Invoice Details Create Or Update": "Recursos - Usuarios - Detalles de Factura Crear o Actualizar",
241
+ "Resources - Users - Payment Methods Listing": "Recursos - Usuarios - Lista de métodos de pago",
242
+ "Resources - Users - Payment Method Create": "Recursos - Usuarios - Método de Pago Crear",
243
+ "Resources - Users - Payment Method Read": "Recursos - Usuarios - Leer método de pago",
244
+ "Resources - Users - Payment Method Update": "Recursos - Usuarios - Actualización del método de pago",
245
+ "Resources - Users - Payment Method Delete": "Recursos - Usuarios - Borrar método de pago",
246
+ "Notifications - V2.0 - Notifications Subscribe": "Notificaciones - V2.0 - Suscribirse a notificaciones",
247
+ "Notifications - V2.0 - Notifications Listing": "Notificaciones - V2.0 - Lista de notificaciones",
248
+ "Notifications - V2.0 - Notification Read": "Notificaciones - V2.0 - Leer notificaciones",
249
+ "Notifications - V2.0 - Notifications Create": "Notificaciones - V2.0 - Creación de notificaciones",
250
+ "Notifications - V2.0 - Notifications Unsubscribe": "Notificaciones - V2.0 - Desuscripción de notificaciones",
251
+ "Resources - Authorizations - Authorizations Listing": "Recursos - Autorizaciones - Lista de autorizaciones",
252
+ "Resources - Authorizations - Authorization Read": "Recursos - Autorizaciones - Lectura de autorización",
253
+ "Resources - Booking Requests - Booking Requests Listing": "Recursos - Solicitudes de Reserva - Lista de Solicitudes de Reserva",
254
+ "Resources - Booking Requests - Create": "Recursos - Solicitudes de Reserva - Crear",
255
+ "Resources - Booking Requests - Read": "Recursos - Solicitudes de Reserva - Leer",
256
+ "Resources - Bookings - Listing": "Recursos - Reservas - Lista",
257
+ "Resources - Bookings - Read": "Recursos - Reservas - Leer",
258
+ "Resources - Cdrs - Listing": "Recursos - Cdrs - Lista",
259
+ "Resources - Cdrs - Read": "Recursos - Cdrs - Leer",
260
+ "Resources - Circuits - Circuits Listing": "Recursos - Circuitos - Lista de circuitos",
261
+ "Resources - Circuits - Create": "Recursos - Circuitos - Crear",
262
+ "Resources - Circuits - Read": "Recursos - Circuitos - Leídos",
263
+ "Resources - Circuits - Update": "Recursos - Circuitos - Actualizar",
264
+ "Resources - Circuits - Delete": "Recursos - Circuitos - Eliminar",
265
+ "Resources - Circuits - Circuit Charge Point Priorities Listing": "Recursos - Circuitos - Punto de Carga de Circuito - Lista de Prioridades",
266
+ "Resources - Circuits - Circuit Consumption": "Recursos - Circuitos - Consumo de Circuito",
267
+ "Resources - Circuits - Circuit Soc Priorities Listing": "Recursos - Circuitos - Lista de Prioridades del Circuito",
268
+ "Resources - Circuits - Circuit Unmanaged Load Read": "Recursos - Circuitos - Lectura de Carga No Administrada del Circuito",
269
+ "Resources - Circuits - Circuit User Priorities Listing": "Recursos - Circuitos - Lista de Prioridades del usuario",
270
+ "Resources - Circuits - Circuit User Priority Create": "Recursos - Circuitos - Creación de prioridad de usuario",
271
+ "Resources - Circuits - Circuit User Priority Read": "Recursos - Circuitos - Lectura de prioridad del usuario de circuitos",
272
+ "Resources - Circuits - Circuit User Priority Update": "Recursos - Circuitos - Actualización de prioridad del usuario",
273
+ "Resources - Circuits - Circuit User Priority Delete": "Recursos - Circuitos - Borrar prioridad de usuario",
274
+ "Resources - Contact Details - Contact Details Read": "Recursos - Detalles del contacto - Leer detalles del contacto",
275
+ "Resources - Contact Details - Contact Details Update": "Recursos - Detalles del contacto - Actualización de los detalles del contacto",
276
+ "Resources - Contact Details - Contact Details Delete": "Recursos - Detalles de Contacto - Borrar Contacto",
277
+ "Resources - Currencies - Listing": "Recursos - Monedas - Lista",
278
+ "Resources - Currencies - Create": "Recursos - Monedas - Crear",
279
+ "Resources - Currencies - Read": "Recursos - Monedas - Leer",
280
+ "Resources - Currencies - Update": "Recursos - Monedas - Actualizar",
281
+ "Resources - Currency Rates - Create": "Recursos - Tasas de Moneda - Crear",
282
+ "Resources - Currency Rates - List": "Recursos - Tasas de Moneda - Lista",
283
+ "Resources - Currency Rates - Update": "Recursos - Tipos de cambio - Actualizar",
284
+ "Resources - Currency Rates - Get": "Recursos - Tarifas de Moneda - Obtener",
285
+ "Resources - Currency Rates - Delete": "Recursos - Tipos de Moneda - Eliminar",
286
+ "Resources - Custom Fees - Listing": "Recursos - Tarifas personalizadas - Listado",
287
+ "Resources - Custom Fees - Read": "Recursos - Tarifas personalizadas - Leer",
288
+ "Resources - Downtime Period Notices - Get Downtime Period Notices": "Recursos - Avisos de período descendente - Obtener Avisos de Periodo Descendente",
289
+ "Resources - Downtime Period Notices - Post Downtime Period Notice": "Recursos - Avisos de período descendente - Aviso de período descendente",
290
+ "Resources - Downtime Period Notices - Get": "Recursos - Avisos de Período Descendido - Obtener",
291
+ "Resources - Downtime Period Notices - Patch Downtime Period Notice": "Recursos - Avisos de período descendente - Aviso de período descendente del parche",
292
+ "Resources - Downtime Period Notices - Delete": "Recursos - Avisos de período de tiempo bajo- Eliminar",
293
+ "Resources - Evses - List Evse Hardware Status Logs": "Recursos - Eventos - Lista de registros de estado de hardware Evse",
294
+ "Resources - Evses - Get Evse Latest Hardware Status Log": "Recursos - Eventos - Obtener el último registro de estado de hardware de Evse",
295
+ "Resources - Evses - Create": "Recursos - Eventos - Crear",
296
+ "Resources - Evses - Listing": "Recursos - Eventos - Lista",
297
+ "Resources - Evses - Update": "Recursos - Eventos - Actualizar",
298
+ "Resources - Evses - Read": "Recursos - Eventos - Leer",
299
+ "Resources - Evses - Evse Delete": "Recursos - Eventos - Eliminar Eventos",
300
+ "Resources - Faqs - Listing": "Recursos - Faqs - Lista",
301
+ "Resources - Faqs - Create": "Recursos - Faqs - Crear",
302
+ "Resources - Faqs - Faq Read": "Recursos - Faqs - Leer Faq",
303
+ "Resources - Faqs - Update": "Recursos - Faqs - Actualizar",
304
+ "Resources - Faqs - Faq Delete": "Recursos - Faqs - Eliminar Faq",
305
+ "Resources - Firmware Versions - Listing": "Recursos - Versiones de Firmware - Lista",
306
+ "Resources - Firmware Versions - Read": "Recursos - Versiones de Firmware - Leído",
307
+ "Resources - Firmware Versions - Get Attached Models": "Recursos - Versiones de Firmware - Obtener Modelos Adjuntos",
308
+ "Resources - Installer Jobs - Get Installer Jobs List": "Recursos - Trabajos Instaladores - Obtener Lista de Trabajos Installadores",
309
+ "Resources - Installer Jobs - Create": "Recursos - Trabajos Instaladores - Crear",
310
+ "Resources - Installer Jobs - Get": "Recursos - Trabajos Installadores - Obtén",
311
+ "Resources - Installer Jobs - Update": "Recursos - Trabajos del Instalador - Actualizar",
312
+ "Resources - Installer Jobs - Delete": "Recursos - Trabajos Instaladores - Eliminar",
313
+ "Resources - Invoices - Listing": "Recursos - Facturas - Lista",
314
+ "Resources - Invoices - Read": "Recursos - Facturas - Leer",
315
+ "Resources - Partner Contracts - Listing": "Recursos - Contratos de socios - Lista",
316
+ "Resources - Partner Contracts -Create": "Recursos - Contratos de socios - Crear",
317
+ "Resources - Partner Contracts - Read": "Recursos - Contratos de socios - Leer",
318
+ "Resources - Partner Contracts - Update": "Recursos - Contratos de socios - Actualizar",
319
+ "Resources - Partner Contracts - Delete": "Recursos - Contratos de Socios - Eliminar",
320
+ "Resources - Partner Expenses - Expenses Listing": "Recursos - Gastos del socio - Lista de gastos",
321
+ "Resources - Partner Invites - Listing": "Recursos - Invitaciones de Socios - Lista",
322
+ "Resources - Partner Invites - Create": "Recursos - Invitaciones de Socios - Crear",
323
+ "Resources - Partner Invites - Read": "Recursos - Invitaciones de Socios - Leer",
324
+ "Resources - Partner Invites - Update": "Recursos - Invitaciones de Socios - Actualizar",
325
+ "Resources - Partner Invites - Partner Invite Delete": "Recursos - Invitaciones de Socios - Eliminar Invitación de Socios",
326
+ "Resources - Partner Revenues - Revenues Listing": "Recursos - Ingresos de Socios - Lista de Ingresos",
327
+ "Resources - Partner Settlement Reports - Listing": "Recursos - Informes de liquidación de socios - Lista",
328
+ "Resources - Partner Settlement Reports - Read": "Recursos - Informes de liquidación de socios - Lectura",
329
+ "Resources - Partner Settlement Reports - Listing Partner Settlement Records": "Recursos - Informes de liquidación de socios - Registros de liquidación de la lista de socios",
330
+ "Resources - Partner Settlement Reports - Create Partner Settlement Record": "Recursos - Informes de liquidación de socios - Crear registro de liquidación de socios",
331
+ "Resources - Partner Settlement Reports - Read Partner Settlement Record": "Recursos - Informes de liquidación de socios - Lea el registro de liquidación de socios",
332
+ "Resources - Partner Settlement Reports - Update Partner Settlement Record": "Recursos - Informes de liquidación de socios - Actualizar registro de liquidación de socios",
333
+ "Resources - Partner Settlement Reports - Delete Partner Settlement Record": "Recursos - Informes de liquidación de socios - Borrar registro de liquidación de socios",
334
+ "Resources - Partners - Listing": "Recursos - Socios - Lista",
335
+ "Resources - Partners - Create": "Recursos - Socios - Crear",
336
+ "Resources - Partners - Read": "Recursos - Socios - Leer",
337
+ "Resources - Partners - Update": "Recursos - Socios - Actualizar",
338
+ "Resources - Partners - Delete": "Recursos - Socios - Eliminar",
339
+ "Resources - Payment Terminals - Get Payment Terminals": "Recursos - Terminales de Pago - Obtén Terminales de Pago",
340
+ "Resources - Payment Terminals - Create Payment Terminal": "Recursos - Terminales de Pago - Crear Terminal de Pago",
341
+ "Resources - Payment Terminals - Get Payment Terminal": "Recursos - Terminales de Pago - Obtener Terminal de Pago",
342
+ "Resources - Payment Terminals - Update Payment Terminal": "Recursos - Terminales de Pago - Actualizar Terminal de Pago",
343
+ "Resources - Payment Terminals - Delete Payment Terminal": "Recursos - Terminales de Pago - Eliminar Terminal de Pago",
344
+ "Resources - Receipts - Receipts Listing": "Recursos - Recibos - Lista de recibos",
345
+ "Resources - Receipts - Receipt Read": "Recursos - Recibos - Leídos de recibos",
346
+ "Resources - Reservations - Reservations Listing": "Recursos - Reservas - Lista de Reservas",
347
+ "Resources - Reservations - Reservation Read": "Recursos - Reservas - Lectura de reservas",
348
+ "Resources - Security Events - Security Events Listing": "Recursos - Eventos de seguridad - Lista de eventos de seguridad",
349
+ "Resources - Security Events - Security Event Read": "Recursos - Eventos de seguridad - Leer Eventos de seguridad",
350
+ "Resources - Sessions - Listing": "Recursos - Sesiones - Lista",
351
+ "Resources - Sessions - Read": "Recursos - Sesiones - Leer",
352
+ "Resources - Sessions - Read Sessions Consumption Stats": "Recursos - Sesiones - Leer estadísticas de consumo de sesiones",
353
+ "Resources - Settings - Settings Listing": "Recursos - Configuración - Lista de ajustes",
354
+ "Resources - Sub Operators - Listing": "Recursos - Sub Operadores - Lista",
355
+ "Resources - Sub Operators - Read": "Recursos - Sub Operadores - Leer",
356
+ "Resources - Subscriptions - Subscriptions Listing": "Recursos - Suscripciones - Lista de suscripciones",
357
+ "Resources - Subscriptions - Subscription Read": "Recursos - Suscripciones - Leer suscripción",
358
+ "Resources - Tariff Groups - Listing": "Recursos - Tarifas - Lista",
359
+ "Resources - Tariff Groups - Create": "Recursos - Grupos Tarifa - Crear",
360
+ "Resources - Tariff Groups - Read": "Recursos - Grupos Tarifa - Leer",
361
+ "Resources - Tariff Groups - Update": "Recursos - Grupos Tarifa - Actualizar",
362
+ "Resources - Tariff Groups - Delete": "Recursos - Grupos Tarifas - Eliminar",
363
+ "Resources - Tariff Snapshots - Read Tariff Snapshot": "Recursos - Instantáneas Tarifas - Leer Instantánea Tarifa",
364
+ "Resources - Tax Identification Numbers - Listing": "Recursos - Números de identificación fiscal - Lista",
365
+ "Resources - Tax Identification Numbers - Create": "Recursos - Números de identificación fiscal - Crear",
366
+ "Resources - Tax Identification Numbers - Read": "Recursos - Números de identificación fiscal - Leer",
367
+ "Resources - Tax Identification Numbers - Update": "Recursos - Números de identificación fiscal - Actualizar",
368
+ "Resources - Tax Identification Numbers - Delete": "Recursos - Números de identificación fiscal - Eliminar",
369
+ "Resources - Taxes - Listing": "Recursos - Impuestos - Listado",
370
+ "Resources - Taxes - Create": "Recursos - Impuestos - Crear",
371
+ "Resources - Taxes - Read": "Recursos - Impuestos - Leer",
372
+ "Resources - Taxes - Update": "Recursos - Impuestos - Actualizar",
373
+ "Resources - Taxes - Delete": "Recursos - Impuestos - Eliminar",
374
+ "Resources - Templates - Templates Listing": "Recursos - Plantillas - Lista de plantillas",
375
+ "Resources - Terms And Policies - Listing": "Recursos - Términos y Políticas - Listado",
376
+ "Resources - Terms And Policies - Read": "Recursos - Términos y Políticas - Leer",
377
+ "Resources - Top Up Packages - Listing": "Recursos - Paquetes Recarga - Listado",
378
+ "Resources - Top Up Packages - Create": "Recursos - Paquetes Recarga - Crear",
379
+ "Resources - Top Up Packages - Read": "Recursos - Paquetes Recarga - Leer",
380
+ "Resources - Top Up Packages - Update": "Recursos - Paquetes Recarga - Actualizar",
381
+ "Resources - Top Up Packages - Delete": "Recursos - Paquetes Recarga - Eliminar",
382
+ "Resources - User Groups - Listing": "Recursos - Grupos de usuarios - Lista",
383
+ "Resources - User Groups - Create": "Recursos - Grupos de usuarios - Crear",
384
+ "Resources - User Groups - Read": "Recursos - Grupos de usuarios - Leer",
385
+ "Resources - User Groups - Update": "Recursos - Grupos de usuarios - Actualizar",
386
+ "Resources - User Groups - Delete": "Recursos - Grupos de usuarios - Borrar",
387
+ "Resources - Utilities - List Utilities": "Recursos - Utilidades - Lista de utilidades",
388
+ "Resources - Utilities - Create Utility": "Recursos - Utilidades - Crear utilidad",
389
+ "Resources - Utilities - Get Utility": "Recursos - Utilidades - Obtener utilidad",
390
+ "Resources - Utilities - Update Utility": "Recursos - Utilidades - Actualizar utilidad",
391
+ "Resources - Utilities - Delete Utility": "Recursos - Utilidades - Eliminar utilidad",
392
+ "Resources - Vendor Error Codes - Vendor Error Codes Listing": "Recursos - Códigos de Error del proveedor - Lista de Códigos de Error del proveedor",
393
+ "Resources - Vendor Error Codes - Vendor Error Code Create": "Recursos - Códigos de Error Vendor - Código de Error Vendor Crear",
394
+ "Resources - Vendor Error Codes - Vendor Error Code Read": "Recursos - Códigos de Error del proveedor - Código de Error del proveedor leído",
395
+ "Resources - Vendor Error Codes - Vendor Error Code Update": "Recursos - Códigos de Error Vendor - Actualización de Código de Error Vendor",
396
+ "Resources - Vendor Error Codes - Vendor Error Code Delete": "Recursos - Códigos de Error del proveedor - Eliminar Código de Error del proveedor",
397
+ "Resources - Vouchers - Vouchers Listing": "Recursos - Cupones - Lista de vales",
398
+ "Resources - Vouchers - Voucher Create": "Recursos - Cupones - Crear cupón",
399
+ "Resources - Vouchers - Voucher Read": "Recursos - Cupones - Leer cupones",
400
+ "Resources - Vouchers - Voucher Update": "Recursos - Cupones - Actualización de cupón",
401
+ "Resources - Vouchers - Voucher Delete": "Recursos - Cupones - Eliminar cupón",
402
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
403
+ "Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.": "Cambiar la disponibilidad disponible o no disponible. Se considera que un punto de carga no está disponible cuando no permite ningún cargo.",
404
+ "Change the owner of the Charge Point.": "Cambiar el propietario del punto de carga.",
405
+ "If you are not using networkId and not passing other criteria in the body it will clear the charging profile for the charge point (ChargePointMaxProfile).": "Si no está utilizando networkId y no está pasando otros criterios en el cuerpo, limpiará el perfil de carga del punto de carga (ChargePointMaxProfile).",
406
+ "Request a get diagnostics upload from the charge point.": "Solicitar una carga de diagnóstico desde el punto de carga.",
407
+ "Charge Point / Get Security Log. ": "Punto de Carga / Obtener Log de Seguridad. ",
408
+ "Move one or more EVSEs from this charge point to a satellite charge point.": "Mueva uno o más EVSES de este punto de carga a un punto de carga por satélite.",
409
+ "Reserve an evse.": "Reserve un evse.",
410
+ "Reset the current security profile of the charge point in the backend. The next time the charge point connects, the backend will accept the connection and update the current security profile with the one that the charge point actually used to establish the connection.": "Restablecer el perfil de seguridad actual del punto de carga en el backend. La próxima vez que el punto de carga se conecte, el backend aceptará la conexión y actualizará el perfil de seguridad actual con el que el punto de carga realmente utilizó para establecer la conexión.",
411
+ "Reset a charge point.": "Restablecer un punto de carga.",
412
+ "Charge Point / Send Data Transfer.": "Punto de Carga / Transferencia de Datos.",
413
+ "Set a smart charging profile.": "Establecer un perfil de carga inteligente.",
414
+ "Start a charging session.": "Iniciar una sesión de carga.",
415
+ "Stop a charging session.": "Detener una sesión de carga.",
416
+ "Send a partial or full sync configuration request to the chargepoint. You will get back a requerstId that you can monitor the status of using the ChargePointSyncConfigurationNotification. Please note that calling this action should not be required, as each time the charge point boots the configuration is automatically synced.": "Enviar una solicitud de configuración de sincronización parcial o completa al punto de carga. Volverá a obtener un requerstId que puede monitorear el estado del uso de la notificación de carga (ChargePointSyncConfigurationNotification). Tenga en cuenta que llamar a esta acción no debe ser requerida, ya que cada vez que el punto de carga arranca la configuración se sincroniza automáticamente.",
417
+ "Trigger message to given Charge Point.": "Envía un mensaje a un punto de carga.",
418
+ "Unlock an EVSE.": "Desbloquea un EVSE.",
419
+ "Change sharing code for the Charge Point.": "Cambiar el código compartido para el punto de carga.",
420
+ "Delete certificate.": "Eliminar certificado.",
421
+ "Charge Point / Install Certificate.": "Punto de Carga / Instalar Certificado.",
422
+ "Set Configuration for the Charge Point.": "Configurar el punto de carga.",
423
+ "Charge Point / Get Installed Certificate IDs. ": "Punto de carga / Obtener ID de certificado instalado. ",
424
+ "Charge Point / Update Firmware.": "Firmware de Punto de Carga / Actualización.",
425
+ "Get all Charge Point Downtime Periods.": "Obtén todos los Periodos de Bajar Puntos de Carga.",
426
+ "Create Manual Exempt Charge Point Downtime Period.": "Crear período de descenso manual de punto de carga exento.",
427
+ "Get Charge Point Downtime Period.": "Obtén un Punto de Carga en período descendente.",
428
+ "Update Charge Point Downtime Period.": "Actualizar el periodo de descenso del punto de carga.",
429
+ "Delete Manual Created Charge Point Downtime Period.": "Eliminar el período de descenso de puntos de carga creado manualmente.",
430
+ "Get all Charge Point Models.": "Obtener todos los modelos de puntos de carga.",
431
+ "Create new Charge Point Model.": "Crear nuevo modelo de punto de carga.",
432
+ "Get a Charge Point Model.": "Obtener un modelo de punto de carga.",
433
+ "Charge Point Model.": "Modelo de punto de carga.",
434
+ "Delete a Charge Point Model.": "Eliminar un modelo de punto de carga.",
435
+ "Get all Charge Point Vendors.": "Consigue todos los vendedores de puntos de carga.",
436
+ "Create new Charge Point Vendor.": "Crear nuevo Vendor de Puntos de Carga.",
437
+ "Get a Charge Point Vendor.": "Consigue un Vendor de Puntos de Carga.",
438
+ "Charge Point Vendor.": "Vendor de puntos de carga.",
439
+ "Delete a Charge Point Vendor.": "Eliminar un proveedor de puntos de carga.",
440
+ "Get a charge point's status.": "Obtén el estado de un punto de carga.",
441
+ "Create new charge point.": "Crear nuevo punto de carga.",
442
+ "Get all charge points.": "Obtén todos los puntos de carga.",
443
+ "Update a charge point.": "Actualizar un punto de carga.",
444
+ "Get a charge point.": "Obtener un punto de carga.",
445
+ "Delete a charge point.": "Eliminar un punto de carga.",
446
+ "Get all available personal smart charging modes.": "Consigue todos los modos de carga inteligentes personales disponibles.",
447
+ "Get a charge point's all cached configurations.": "Obtener un punto de carga con todas las configuraciones cacheadas.",
448
+ "Get a charge point's cached configuration for a single key.": "Obtenga la configuración caché de un punto de carga para una sola clave.",
449
+ "Update a charge point's configuration. The configuration is applied directly to the charge point and you will get response code 406 in case the application fails.": "Actualizar la configuración de un punto de carga. La configuración se aplica directamente al punto de carga y obtendrá el código de respuesta 406 en caso de que la aplicación falle.",
450
+ "Create new EVSE within the Charge Point.": "Crear un nuevo EVSE dentro del punto de carga.",
451
+ "Get all EVSEs of the Charge Point.": "Consigue todos los EVSS del punto de carga.",
452
+ "Update an EVSE within the Charge Point.": "Actualizar un EVSE dentro del punto de carga.",
453
+ "Get an EVSE from a Charge Point.": "Obtén un EVSE de un punto de carga.",
454
+ "Delete an EVSE.": "Eliminar un EVSE.",
455
+ "Get a charge point evse's all connectors.": "Obtener un punto de carga de todos los conectores de evse.",
456
+ "Create a charge point evse's connector.": "Crea un conector de punto de carga evse.",
457
+ "Get a charge point evse's connector.": "Obtener un conector de punto de carga evse.",
458
+ "Update a charge point evse's connector.": "Actualizar el conector de un punto de carga evse.",
459
+ "Delete a charge point evse's connector.": "Elimina el conector de un punto de carga.",
460
+ "Get paginated list of hardware status logs for a charge point with optional date filtering.": "Obtenga una lista paginada de registros de estado de hardware para un punto de carga con filtro de fecha opcional.",
461
+ "Get the latest hardware status log entry for a charge point.": "Obtenga la última entrada de registro de estado de hardware para un punto de carga.",
462
+ "Get the latest network status log entry for a charge point.": "Obtenga la última entrada de registro de estado de red por un punto de carga.",
463
+ "Get paginated list of network status logs for a charge point with optional date filtering.": "Obtenga una lista paginada de registros de estado de red para un punto de carga con filtrado opcional de fecha.",
464
+ "Get personal smart charging preferences of the charge point.": "Obtenga preferencias de carga inteligentes personales del punto de carga.",
465
+ "Update personal smart charging preferences.": "Actualizar preferencias de carga inteligentes personales.",
466
+ "Get all Shared Partners of the Charge Point.": "Consigue todos los socios compartidos del punto de carga.",
467
+ "Set the Shared Partners of the Charge Point. Attach Shared Partners within the Charge Point. The charge point must have an owner associated and its \"access_type\" must be \"private\".": "Establecer los socios compartidos del punto de carga. Adjuntar socios compartidos dentro del punto de carga. El punto de carga debe tener un propietario asociado y su \"access_type\" debe ser \"privado\".",
468
+ "Create new Share within the Charge Point.": "Crear nueva parte dentro del punto de carga.",
469
+ "Get all Shares of the Charge Point.": "Consigue todas las partes del punto de carga.",
470
+ "Get an Share from a Charge Point.": "Obtén una parte de un punto de carga.",
471
+ "Delete an Share.": "Eliminar un Compartido.",
472
+ "Update smart charging details for the charge point.": "Actualice los detalles de carga inteligentes para el punto de carga.",
473
+ "To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added.": "Para mantener la seguridad y compatibilidad, sólo se pueden añadir puntos de carga con una configuración eléctrica idéntica al circuito.",
474
+ "Circuit / Detach Charge Point.": "Circuito / Quitar punto de carga.",
475
+ "Circuit / Set Charge Point Priority.": "Circuito / Punto de Carga Prioridad.",
476
+ "Circuit / Set Charge Point EVSE Priority.": "Circuito / Punto de carga Prioridad EVSE.",
477
+ "Set DLM priority based on the session's state of charge (SoC). The active priority will be used to either decrease or increase the energy used by the session's EVSE. - If the SoC exceeds the `upperThresholdPercent`, then the `highSoCPriority` will be applied.": "Establece la prioridad DLM basada en el estado de carga de la sesión (SoC). La prioridad activa se utilizará para disminuir o aumentar la energía utilizada por el EVSE de la sesión. - Si el SoC excede el `upperThresholdPercent`, entonces se aplicará la `highSoCPriority`.",
478
+ "Circuit / Set Session Priority.": "Circuito / Prioridad de la Sesión.",
479
+ "Apply a configuration template to charge points.": "Aplicar una plantilla de configuración a los puntos de carga.",
480
+ "Create multiple variables for a specific configuration template, adds them to the already existing keys and validates if there are duplicates.": "Crear múltiples variables para una plantilla de configuración específica, las agrega a las claves ya existentes y valida si hay duplicados.",
481
+ "Get all Configuration Templates.": "Obtener todas las plantillas de configuración.",
482
+ "Create new Configuration Template.": "Crear nueva plantilla de configuración.",
483
+ "Update Configuration Template.": "Actualizar Plantilla de Configuración.",
484
+ "Get Configuration Template.": "Obtener Plantilla de Configuración.",
485
+ "Delete Configuration Template.": "Eliminar Plantilla de Configuración.",
486
+ "Get all Configuration Template Variables.": "Obtener todas las variables de plantilla de configuración.",
487
+ "Create a new Configuration Template Variable.": "Crear una nueva variable de plantilla de configuración.",
488
+ "Update a Configuration Template Variable.": "Actualizar una variable de plantilla de configuración.",
489
+ "Delete a Configuration Template Variable.": "Eliminar una variable de plantilla de configuración.",
490
+ "Add an electricity meter report for the meter readings at the current moment.": "Añadir un informe de contadores eléctricos para las lecturas de los contadores en el momento actual.",
491
+ "Get all electricity meters.": "Consiga todos los contadores de electricidad.",
492
+ "Create a new electricity meter.": "Crear un nuevo contador eléctrico.",
493
+ "Get information for an electricity meter by ID.": "Obtenga información de un contador eléctrico por ID.",
494
+ "Update electricity meter.": "Actualizar contador de electricidad.",
495
+ "Delete an electricity meter.": "Eliminar un contador de electricidad.",
496
+ "Get all Electricity rates.": "Obtén todas las tarifas de electricidad.",
497
+ "Create a new Electricity rate.": "Crear una nueva tasa de electricidad.",
498
+ "Get a single Electricity rate.": "Obtén una única tasa de electricidad.",
499
+ "Update a Electricity rate.": "Actualizar una tasa de electricidad.",
500
+ "Delete a Electricity rate.": "Eliminar una tasa de electricidad.",
501
+ "Get an electricity rate energy mix.": "Consiga una combinación de energía de tasa de electricidad.",
502
+ "Set an electricity rate energy mix. By default the energy mix generated with creation of the electricity rate is filled with 0.": "Fijar una combinación de energía de tasa de electricidad. De forma predeterminada, la combinación de energía generada con la creación de la tasa de electricidad se llena con 0.",
503
+ "List all of the configured price period days (including week days and dates).": "Listar todos los días del período de precios configurados (incluyendo días de semana y fechas).",
504
+ "List all of the configured price period dates.": "Listar todas las fechas del período de precios configuradas.",
505
+ "Get the price periods for a specific date.": "Obtenga los periodos de precio para una fecha específica.",
506
+ "Update the price periods for a specific date. This operation will overwrite all existing periods for the given date, so a complete list must be provided.": "Actualizar los periodos de precio para una fecha específica. Esta operación sobrescribirá todos los períodos existentes para la fecha dada, por lo que debe proporcionarse una lista completa.",
507
+ "Delete the price periods for a specific date.": "Eliminar los periodos de precio para una fecha específica.",
508
+ "List all of the configured price period week days.": "Listar todos los días de la semana del período de precios configurados.",
509
+ "Get the price periods for a specific week day.": "Obtenga los periodos de precio por un día de semana específico.",
510
+ "Update the price periods for a specific week day. This operation will overwrite all existing periods for the given day, so a complete list must be provided.": "Actualice los periodos de precio para un día de semana específico. Esta operación sobrescribirá todos los períodos existentes para el día dado, por lo que debe proporcionarse una lista completa.",
511
+ "Delete the price periods for a specific week day.": "Eliminar los periodos de precio de un día de semana específico.",
512
+ "Trigger message to given EVSE.": "Activar mensaje a EVSE dado.",
513
+ "Get all EVSE Downtime Periods.": "Obtén todos los Periodos de Tiempo Abajo.",
514
+ "Create Manual Exempt EVSE Downtime Period.": "Crear Periodo de Descendido EVSE Manual Exento.",
515
+ "Get EVSE Downtime Period.": "Obtén EVSE Lowntime Period.",
516
+ "Update EVSE Downtime Period.": "Actualizar el período de baja EVSE.",
517
+ "Delete Manual Created EVSE Downtime Period.": "Eliminar el período de baja de EVSE creado manualmente.",
518
+ "Change the status of the Flexibility Asset.": "Cambiar el estado del Equipo de Flexibilidad.",
519
+ "Create Flexibility Activation Request for a specific Asset.": "Crear Solicitud de Activación de Flexibilidad para un Equipo específico.",
520
+ "Get a list of Flexibility Requests.": "Obtén una lista de solicitudes de flexibilidad.",
521
+ "Get a flexibility activation request.": "Obtenga una solicitud de activación de flexibilidad.",
522
+ "Create new flexibility asset.": "Crear nuevo activo de flexibilidad.",
523
+ "Get a list of Flexibility Assets.": "Obtén una lista de Recursos de Flexibilidad.",
524
+ "Update a flexibility asset.": "Actualizar un activo de flexibilidad.",
525
+ "Get a flexibility asset.": "Obtener un activo de flexibilidad.",
526
+ "Delete a flexibility asset.": "Eliminar un activo de flexibilidad.",
527
+ "Get Historical Time Series for a Flexibility Asset.": "Obtenga la Serie de Tiempo Histórico para un Equipo de Flexibilidad.",
528
+ "Get Time Series Forecast for a Flexibility Asset.": "Obtén pronóstico de la Serie de Tiempo para un Equipo de Flexibilidad.",
529
+ "Certificate / Reissue an EMAID.": "Certificar / Volver a emitir un EMAID.",
530
+ "Get all id tags.": "Obtener todas las etiquetas Id.",
531
+ "Create new Id Tag.": "Crear nueva etiqueta de Id.",
532
+ "Get a Id Tag.": "Get a Id Tag.",
533
+ "Update a Id Tag.": "Actualizar una etiqueta de Id.",
534
+ "Delete a Id Tag.": "Eliminar un Etiqueta Id.",
535
+ "Get a consolidated view of EVSEs availability for a given location and time frame. Returns available time slots for each bookable EVSE at the location.": "Obtenga una vista consolidada de la disponibilidad de EVSEs para una ubicación y un marco de tiempo determinados. Devuelve intervalos de tiempo disponibles para cada EVSE reservable en la ubicación.",
536
+ "Create a new location.": "Crear una nueva ubicación.",
537
+ "Get all locations.": "Obtener todas las ubicaciones.",
538
+ "Update a location.": "Actualizar una ubicación.",
539
+ "Get a location.": "Obtener una ubicación.",
540
+ "Delete a location.": "Borrar una ubicación.",
541
+ "Get all Charging Zones.": "Obtén todas las Zonas de Carga.",
542
+ "Create a new Charging Zone.": "Crear una nueva Zona de Carga.",
543
+ "Get a Charging Zone.": "Obtén una Zona de Carga.",
544
+ "Update a existing Charging Zone.": "Actualizar una zona de carga existente.",
545
+ "Location / Charging Zone / Delete.": "Ubicación / Zona de Carga / Borrar.",
546
+ "Resend failed webhook notifications. - Resend for a specific notification ID can be requested once every 15 minutes. - Notifications that are disabled cannot be resent.": "Reenviar notificaciones de webhook fallidas. - Reenviar para un ID de notificación específico se puede solicitar una vez cada 15 minutos. - Las notificaciones desactivadas no pueden ser reenviadas.",
547
+ "Parking Space / Update occupancy status.": "Espacio de estacionamiento / Actualización estado de ocupación.",
548
+ "Create new Parking Space.": "Crear nuevo espacio de aparcamiento.",
549
+ "Get all Parking spaces.": "Consigue todos los espacios de aparcamiento.",
550
+ "Update Parking Space.": "Actualizar espacio de aparcamiento.",
551
+ "Get Parking Space.": "Obtener espacio de aparcamiento.",
552
+ "Delete Parking Space.": "Eliminar espacio de aparcamiento.",
553
+ "Certificate / Issue an EMAID.": "Certificar / Emitir un EMAID.",
554
+ "Create Provisioning Certificate.": "Create Provisioning Certificate.",
555
+ "Get all Provisioning Certificates.": "Obtén todos los certificados de aprovisionamiento.",
556
+ "Update a Provisioning Certificate.": "Actualizar un certificado de aprovisionamiento.",
557
+ "Get a Provisioning Certificate.": "Obtén un certificado de aprovisionamiento.",
558
+ "Delete a provisioning certificate.": "Eliminar un certificado de suministro.",
559
+ "Cancel a reservation.": "Cancelar una reserva.",
560
+ "Set the pricing data for a custom tariff filter. This action will update the underling roaming tariff and create a pricing based on it. The pricing can then be utilized by attaching a markup tariff to the tariff map of the custom tariff filter.": "Establezca los datos de precios para un filtro de tarifa personalizada. Esta acción actualizará la tarifa de itinerancia y creará un precio basado en ella. El precio se puede utilizar adjuntando una tarifa de marcado al mapa de tarifa del filtro de tarifa aduanera.",
561
+ "Get all Roaming Connections.": "Obtener todas las conexiones de Roaming.",
562
+ "Get a Roaming Connections.": "Obtener conexiones de Roaming.",
563
+ "Get all Roaming Operators.": "Consigue todos los operadores de itinerancia.",
564
+ "Get a Roaming Operator.": "Consigue un operador de itinerancia.",
565
+ "Update Roaming Operator.": "Actualizar operador de itinerancia.",
566
+ "Get all custom tariff filters for a roaming operator.": "Obtenga todos los filtros de tarifas personalizadas para un operador de itinerancia.",
567
+ "Create new custom tariff filter for a roaming operator.": "Crear un nuevo filtro personalizado para un operador de itinerancia.",
568
+ "Change the ordering of custom tariff filters for a roaming operator. This operation allows partial reordering - you only need to specify the filters that need to move. Filters not included in the request will maintain their relative positions.": "Cambiar el pedido de filtros de tarifas personalizadas para un operador de itinerancia. Esta operación permite reordenar parcial - sólo es necesario especificar los filtros que necesitan moverse. Los filtros no incluidos en la solicitud mantendrán sus posiciones relativas.",
569
+ "Get a specific custom tariff filter.": "Obtén un filtro personalizado específico.",
570
+ "Update an existing custom tariff filter.": "Actualizar un filtro de tarifa personalizada.",
571
+ "Delete a custom tariff filter.": "Eliminar un filtro de tarifa personalizado.",
572
+ "Get all Roaming Providers.": "Obtén todos los proveedores de itinerancia.",
573
+ "Create new Roaming Provider **Only applicable for Hubject, Gireve 2.2.1 and OCPI with missing credentials module emsp roaming connections**.": "Crear nuevo proveedor de roaming **Sólo aplicable para Hubject, Gireve 2.2.1 y OCPI con conexiones de roaming de módulos emsp perdidas**.",
574
+ "Get a Roaming Provider.": "Obtén un proveedor de itinerancia.",
575
+ "Update Roaming Providers.": "Actualizar proveedores de itinerancia.",
576
+ "Delete a Roaming Provider.": "Eliminar un proveedor de roaming.",
577
+ "Get all Roaming Tariffs.": "Consigue todas las tarifas de itinerancia.",
578
+ "Get a Roaming Tariff.": "Consigue un arancel de itinerancia.",
579
+ "Update Roaming Tariff.": "Actualizar Tarifa de itinerancia.",
580
+ "Assign a user to a session. This action is only applicable to sessions with Completed billing status that have no user associated with them. This operation can be done only once and is not reversible.": "Asignar un usuario a una sesión. Esta acción sólo es aplicable a sesiones con estado de facturación completado que no tienen ningún usuario asociado con ellos. Esta operación sólo se puede realizar una vez y no es reversible.",
581
+ "Retry failed payment for a session.": "Reintentar pago fallido para una sesión.",
582
+ "Replace a subscription plan with another one.": "Sustituya un plan de suscripción por otro.",
583
+ "Get all Subscription plans.": "Obtenga todos los planes de suscripción.",
584
+ "Create a new Subscription plans.": "Crear nuevos planes de suscripción.",
585
+ "Get a single subscription plan.": "Obtener un solo plan de suscripción.",
586
+ "Update a Subscription plan.": "Actualizar un plan de suscripción.",
587
+ "Delete a Subscription plan.": "Eliminar un plan de suscripción.",
588
+ "Apply a Tariff Display Information to tariff.": "Aplica una Información de Visualización de Tarifas a la Tarifa.",
589
+ "Get all tariff. Also you could use the \"tariffGroupId\" and the \"userId\" to \"resolve\" the concrete tariff within a group that would be applied to the specified user.": "Consigue toda la tarifa. También puede utilizar el \"tariffGroupId\" y el \"userId\" para \"resolver\" la tarifa de hormigón dentro de un grupo que se aplicaría al usuario especificado.",
590
+ "Create new tariff.": "Crear nuevo tarif.",
591
+ "Get a tariff.": "Consigue una tarifa.",
592
+ "Update a tariff.": "Actualizar una tarifa.",
593
+ "Delete a tariff.": "Eliminar una tarifa.",
594
+ "Issue ad-hoc invoice for the transaction (only if AMPECO invoice integration is used). For Számlázz.hu integration in Hungary, if a fiscalized receipt exists for the transaction, it will be automatically canceled and both the invoice and storno receipt will be sent to the user.": "Emitir una factura ad-hoc para la transacción (sólo si se utiliza la integración de facturas AMPECO). integración u en Hungría, si existe un recibo fiscal para la transacción, se cancelará automáticamente y el recibo de factura y storno se enviará al usuario.",
595
+ "Resend already issued invoice. If the transaction has an associated fiscalized receipt that was automatically canceled (Hungary compliance), both the invoice and the storno receipt will be sent together.": "Reenviar factura ya emitida. Si la transacción tiene un recibo fiscal asociado que fue cancelado automáticamente (conformidad con Hungría), tanto la factura como el recibo de storno serán enviados juntos.",
596
+ "Link the transaction to external resource where the payment took place.": "Vincular la transacción al recurso externo donde se realizó el pago.",
597
+ "Get all transactions.": "Obtener todas las transacciones.",
598
+ "Create new Transaction.": "Crear nueva transacción.",
599
+ "Get a transation.": "Obtener una transacción.",
600
+ "Update a non-finalised transaction.": "Actualizar una transacción no finalizada.",
601
+ "Activate a subscription to a user.": "Activar una suscripción a un usuario.",
602
+ "Add to the current balance of the user.": "Añadir al saldo actual del usuario.",
603
+ "Apply custom fee for a user.": "Aplicar tarifa personalizada para un usuario.",
604
+ "Cancel a subscription to a user.": "Cancelar una suscripción a un usuario.",
605
+ "Set the status for a user.": "Establecer el estado de un usuario.",
606
+ "Clear a user's subscription amount due. Any unsettled transactions related to the user's current subscription — such as fees and charging sessions will be set to an amount of 0.This operation is irreversible.": "Limpiar la cantidad de suscripción de un usuario. Cualquier transacción no resuelta relacionada con la suscripción actual del usuario — como las comisiones y las sesiones de cobro se establecerán en una cantidad de 0. su operación es irreversible.",
607
+ "Export all private data.": "Exportar todos los datos privados.",
608
+ "Apply a voucher to a user.": "Aplicar un cupón a un usuario.",
609
+ "Get all users.": "Obtener todos los usuarios.",
610
+ "Create new User.": "Crear nuevo usuario.",
611
+ "Get a user.": "Obtener un usuario.",
612
+ "Update user.": "Actualizar usuario.",
613
+ "Delete a user.": "Eliminar un usuario.",
614
+ "Invoice details / Read.": "Detalles de la factura / Leído.",
615
+ "Create or update user invoice details.": "Crear o actualizar los detalles de la factura de usuario.",
616
+ "Get all payment methods for a user.": "Obtener todos los métodos de pago para un usuario.",
617
+ "Initiate a new payment method registration, or finalize it. Note that this is a two step process! # For payment processors with web view integration You will need to initiate a call with no parameters to this endpoint to get a new request to add payment method (Step 1). Then you will have to redirect to an endpoint and wait for the client to enter his credit card details there.": "Inicia un nuevo método de pago o finalízalo. Tenga en cuenta que este es un proceso de dos pasos! # Para los procesadores de pago con integración de vista web Usted tendrá que iniciar una llamada sin parámetros a este extremo para obtener una nueva solicitud para agregar método de pago (Paso 1). Entonces tendrá que redirigir a un punto final y esperar a que el cliente introduzca los datos de su tarjeta de crédito allí.",
618
+ "Get information for a payment method by ID.": "Obtenga información de un método de pago por ID.",
619
+ "Update Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be set as default": "Actualizar método de pago. Tenga en cuenta que \";balance\"; y \";corporate\"; métodos de pago NO PUEDE establecerse como predeterminado",
620
+ "Delete Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be removed from this interface.": "Eliminar método de pago. Tenga en cuenta que los métodos de pago \";balance\"; y \";corporate\"; NO pueden ser eliminados de esta interfaz.",
621
+ "Subscribe for a webhook or kafka events. Each notification sent to the webhook/kafka will be retried a number of times and will be rate limited. The rate limits, retries and retry intervals will be configured by Ampeco.": "Suscríbete para eventos de webhook o kafka. Cada notificación enviada a la webhook/kafka será reprobada varias veces y tendrá una tarifa limitada. Ampeco configurará los límites de velocidad, reintentos y reintentos.",
622
+ "Notifications / Listing": "Notificaciones / Lista",
623
+ "Get a notification.": "Obtener una notificación.",
624
+ "Update a notification.": "Actualizar una notificación.",
625
+ "Unsubscribe for a notification.": "Darse de baja para una notificación.",
626
+ "Get all authorizations.": "Obtener todas las autorizaciones.",
627
+ "Authorization / Read.": "Autorización / Leída.",
628
+ "Get all booking requests.": "Obtener todas las solicitudes de reserva.",
629
+ "Create a new booking request. If you want to find the available slots for a given location use the Actions / Location / Check Booking Availability.": "Crear una nueva solicitud de reserva. Si desea encontrar los espacios disponibles para una ubicación determinada, utilice Acciones / Ubicación / Comprobar disponibilidad de reservas.",
630
+ "Get information for a booking request by ID.": "Obtenga información para una solicitud de reserva por DNI.",
631
+ "Get all bookings.": "Consiga todas las reservas.",
632
+ "Get information for a booking by ID.": "Obtenga información para una reserva por DNI.",
633
+ "Get all CDRs.": "Obtener todos los CDRs.",
634
+ "Get a CDR.": "Obtener un CDR.",
635
+ "Get all circuits.": "Obtener todos los circuitos.",
636
+ "Create a new circuit.": "Crear un nuevo circuito.",
637
+ "Get a circuit.": "Get a circuit.",
638
+ "Update a circuit.": "Actualizar un circuito.",
639
+ "Delete a circuit.": "Eliminar un circuito.",
640
+ "Get all circuit's charge point priorities.": "Obtener todas las prioridades de puntos de carga's.",
641
+ "Get the consumption of a circuit for each phase.": "Obtener el consumo de un circuito para cada fase.",
642
+ "Get a circuit's SoC priority.": "Obtener un circuito's prioridad SoC.",
643
+ "Get a circuit's unmanaged load.": "Obtener una carga no gestionada de un circuito.",
644
+ "Get all circuit's user priorities.": "Obtener todas las prioridades de usuario de's.",
645
+ "Create a circuit's user priority.": "Crear una prioridad de usuario del circuito.",
646
+ "Get a circuit's user priority.": "Obtener prioridad de usuario de un circuito.",
647
+ "Update a circuit's user priority.": "Actualizar la prioridad de usuario de un circuito.",
648
+ "Delete a circuit's user priority.": "Eliminar un circuito's prioridad de usuario.",
649
+ "Get the contact details.": "Obtener los datos de contacto.",
650
+ "Update the contact details.": "Actualizar los datos de contacto.",
651
+ "Delete contact details.": "Borrar datos de contacto.",
652
+ "Currencies / Listing.": "Monedas / Listado.",
653
+ "Create currency.": "Crear moneda.",
654
+ "Currency / Read.": "Moneda / Leída.",
655
+ "Update a currency.": "Actualizar una moneda.",
656
+ "Create new Currency Rate.": "Crear nuevo tipo de divisa.",
657
+ "Get all Currency Rates.": "Obtener todos los tipos de divisa.",
658
+ "Update Currency Rate.": "Actualizar tipo de moneda.",
659
+ "Get Currency Rate.": "Obtener tipo de divisa.",
660
+ "Delete Currency Rate.": "Eliminar tipo de moneda.",
661
+ "Get all custom fees.": "Obtén todas las comisiones personalizadas.",
662
+ "Get a single custom fee.": "Obtén una única comisión personalizada.",
663
+ "Get all Downtime Period Notices.": "Obtener todas las notificaciones de períodos de descenso.",
664
+ "Create Downtime Period Notice.": "Crear Aviso de Período de Tiempo Abajo.",
665
+ "Get Downtime Period Notice.": "Obtener Aviso de Period de Descenso.",
666
+ "Update Downtime Period Notice.": "Actualizar Aviso de Period de Tiempo Bajo.",
667
+ "Delete Downtime Period Notice.": "Eliminar Aviso de Period de Tiempo Bajo.",
668
+ "Get paginated list of hardware status logs for an EVSE with optional date filtering.": "Obtenga una lista paginada de registros de estado de hardware para un EVSE con filtro de fecha opcional.",
669
+ "Get the latest hardware status log entry for an EVSE.": "Obtenga la última entrada de registro de estado de hardware para un EVSE.",
670
+ "Create new EVSE.": "Crear nuevo EVSE.",
671
+ "Get all EVSEs.": "Obtener todos los EVSEs.",
672
+ "Update an EVSE.": "Actualizar un EVSE.",
673
+ "Get an EVSE.": "Get an EVSE.",
674
+ "Get all FAQs.": "Obtener todas las FAQs.",
675
+ "Create new FAQ.": "Crear nuevo FAQ.",
676
+ "Get a FAQ.": "Get a FAQ.",
677
+ "Update FAQs.": "Actualizar FAQs.",
678
+ "Delete a FAQ.": "Eliminar un FAQ.",
679
+ "Get all Firmware Versions.": "Obtener todas las versiones de firmware.",
680
+ "Get a Firmware Version.": "Obtener una versión de firmware.",
681
+ "Get all charge point models attached to this firmware version.": "Obtenga todos los modelos de puntos de carga adjuntos a esta versión de firmware.",
682
+ "Get all Installer Jobs.": "Obtener todos los puestos de trabajo de Installer.",
683
+ "Create Installer Job.": "Crear trabajo de Installador.",
684
+ "Get Installer Job.": "Obtener trabajo de Installador.",
685
+ "Update Installer Job.": "Actualizar Trabajo del Installador.",
686
+ "Delete Installer Job.": "Eliminar trabajo de Installer.",
687
+ "Get all invoices.": "Obtener todas las facturas.",
688
+ "Invoice / Read.": "Factura / Leída.",
689
+ "Get all Partner Contracts.": "Consigue todos los contratos de socios.",
690
+ "Create new Partner Contract.": "Crear nuevo contrato de socio.",
691
+ "Get a Partner Contract.": "Consigue un contrato de socio.",
692
+ "Update a Partner Contract.": "Actualizar un contrato de socio.",
693
+ "Delete a Partner Contract.": "Eliminar un contrato de socio.",
694
+ "Get all expenses.": "Obtener todos los gastos.",
695
+ "Get all partner invites.": "Obtener todas las invitaciones de socios.",
696
+ "Create new invite.": "Crear nueva invitación.",
697
+ "Get a invite.": "Consigue una invitación.",
698
+ "Update a invite.": "Actualizar una invitación.",
699
+ "Delete an invite.": "Eliminar una invitación.",
700
+ "Get all revenues.": "Obtener todos los ingresos.",
701
+ "Get all Partner Settlement Reports.": "Obtenga todos los informes de liquidación de socios.",
702
+ "Get a single Partner Settlement Report.": "Obtenga un único informe de liquidación de socios.",
703
+ "Get all Partner Settlement Records.": "Obtenga todos los registros de liquidación de socios.",
704
+ "Create Partner Settlement Record.": "Crear registro de liquidación de socios.",
705
+ "Read Partner Settlement Record.": "Lea el registro de liquidación de socios.",
706
+ "Update a single Partner Settlement Record.": "Actualizar un único registro de liquidación de socios.",
707
+ "Delete a single Partner Settlement Record.": "Eliminar un único registro de liquidación de socios.",
708
+ "Get all partners.": "Obtener todos los socios.",
709
+ "Create new partner.": "Crear nuevo socio.",
710
+ "Get a partner.": "Consigue un socio.",
711
+ "Update a partner.": "Actualizar un socio.",
712
+ "Delete a partner.": "Eliminar un socio.",
713
+ "Get all payment terminals.": "Obtén todos los terminales de pago.",
714
+ "Create a new payment terminal.": "Crear una nueva terminal de pago.",
715
+ "Get information for a payment terminal by ID.": "Obtenga información de un terminal de pago por ID.",
716
+ "Update Payment terminal.": "Actualizar terminal de pago.",
717
+ "Delete a payment terminal.": "Eliminar una terminal de pago.",
718
+ "Get all receipts.": "Obtener todos los recibos.",
719
+ "Get a single receipt.": "Obtener un solo recibo.",
720
+ "Get all reservations.": "Obtenga todas las reservas.",
721
+ "Get information for a reservation by ID.": "Obtenga información para una reserva por ID.",
722
+ "Get all Security Events.": "Obtener todos los Eventos de Seguridad.",
723
+ "Get a Security Event.": "Obtén un Evento de Seguridad.",
724
+ "Sessions / Listing.": "Sesiones / Listado.",
725
+ "Session / Read.": "Sesión / Leer.",
726
+ "Consumption statistics may differ between active and finished sessions, as finished sessions display aggregated final data with a maximum of 300 items.": "Las estadísticas de consumo pueden diferir entre sesiones activas y terminadas, ya que las sesiones terminadas muestran datos finales agregados con un máximo de 300 elementos.",
727
+ "Get all settings.": "Obtener todos los ajustes.",
728
+ "Get all sub operators.": "Obtener todos los suboperadores.",
729
+ "Get a sub operator.": "Obtener un suboperador.",
730
+ "Get all subscriptions.": "Obtener todas las suscripciones.",
731
+ "Get a single subscription.": "Obtener una sola suscripción.",
732
+ "Get all tariff groups.": "Obtener todos los grupos de tarifas.",
733
+ "Create new tariff group. Please note that createing a new tariff group will also automatically create a free base tariff, as it is not allowed to have empty tariff groups.": "Crear un nuevo grupo de tarifas. Tenga en cuenta que la creación de un nuevo grupo de tarifas también creará automáticamente una tarifa de base gratuita, ya que no se permite tener grupos arancelarios vacíos.",
734
+ "Get a tariff group.": "Obtener un grupo de tarifas.",
735
+ "Update a tariff group.": "Actualizar un grupo de tarifas.",
736
+ "Delete a tariff group.": "Eliminar un grupo de tarifas.",
737
+ "Get a tariff snapshot by id.": "Obtener una instantánea de tarifa por id.",
738
+ "Get all Tax Identification Numbers.": "Obtenga todos los números de identificación fiscal.",
739
+ "Create new Tax Identification Number.": "Crear nuevo número de identificación fiscal.",
740
+ "Get a Tax Identification Number.": "Obtén un número de identificación fiscal.",
741
+ "Tax Identification Numbers.": "Números de identificación fiscal.",
742
+ "Delete a Tax Identification Number.": "Eliminar un número de identificación fiscal.",
743
+ "Get all Taxes.": "Consigue todos los impuestos.",
744
+ "Create new Tax.": "Crear nuevo Tax.",
745
+ "Get a Tax.": "Consigue un Tax.",
746
+ "Update Taxes.": "Actualizar impuestos.",
747
+ "Delete a Tax.": "Eliminar un Tax.",
748
+ "Get all charge points templates.": "Obtén todas las plantillas de puntos de carga.",
749
+ "Terms and policies / Listing.": "Términos y políticas / Listado.",
750
+ "Terms and policies / Read.": "Términos y políticas / Leído.",
751
+ "Get all Top-Up Packages.": "Obtener todos los paquetes de Top-Up.",
752
+ "Create new Top-Up Package.": "Crear nuevo paquete de Top-Up.",
753
+ "Get a Top-Up Package.": "Obtén un Paquete Arriba.",
754
+ "Top-Up Packages.": "Paquetes arriba.",
755
+ "Delete a Top-Up Package.": "Eliminar un paquete de Top-Up.",
756
+ "Get all user groups.": "Obtener todos los grupos de usuarios.",
757
+ "Create new user group.": "Crear nuevo grupo de usuarios.",
758
+ "Get an user group.": "Obtener un grupo de usuarios.",
759
+ "Update a user group.": "Actualizar un grupo de usuarios.",
760
+ "Delete a user group.": "Eliminar un grupo de usuarios.",
761
+ "Get all Utilities.": "Obtener todas las utilidades.",
762
+ "Create Utility.": "Crear utilidad.",
763
+ "Get a single Utility.": "Obtén una única utilidad.",
764
+ "Update a single Utility.": "Actualizar una única utilidad.",
765
+ "Delete a single Utility.": "Eliminar una única utilidad.",
766
+ "Get all Vendor Error Codes.": "Obtener todos los códigos de error del vendedor.",
767
+ "Create new Vendor Error Code.": "Crear nuevo Código de Error de Vendor.",
768
+ "Get a Vendor Error Code.": "Obtener un código de error del vendedor.",
769
+ "Vendor Error Code.": "Código de error del vendedor.",
770
+ "Delete a Vendor Error Code.": "Eliminar un código de error del vendedor.",
771
+ "Get all Vouchers.": "Consigue todos los vales.",
772
+ "Create new Voucher.": "Crear nuevo cupón.",
773
+ "Get a Voucher.": "Consigue un cupón.",
774
+ "Update a Voucher.": "Actualizar un cupón.",
775
+ "Delete a Voucher.": "Eliminar un cupón.",
776
+ "Method": "Método",
777
+ "Headers": "Encabezados",
778
+ "Query Parameters": "Parámetros de consulta",
779
+ "Body Type": "Tipo de cuerpo",
780
+ "Body": "Cuerpo",
781
+ "Response is Binary ?": "¿Respuesta es binaria?",
782
+ "No Error on Failure": "No hay ningún error en fallo",
783
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
784
+ "Follow redirects": "Seguir redirecciones",
785
+ "Charge Point": "Punto de carga",
786
+ "Evse Network Id": "Id de Red Evse",
787
+ "Type": "Tipo",
788
+ "User ID": "ID Usuario",
789
+ "Id": "Id",
790
+ "Charging Profile Purpose": "Propósito del perfil de carga",
791
+ "Stack Level": "Nivel de pila",
792
+ "Location": "Ubicación",
793
+ "Start": "Comenzar",
794
+ "Stop": "Parar",
795
+ "URL": "URL",
796
+ "Reason": "Razón",
797
+ "Retries": "Reintentos",
798
+ "Interval": "Intervalo",
799
+ "Start Time": "Hora de inicio",
800
+ "Stop Time": "Hora de parada",
801
+ "Satellite Charge Point Id": "Id de punto de carga satelital",
802
+ "EVSE Ids": "EVSE Ids",
803
+ "Evse": "Evento",
804
+ "User Id": "Id de Usuario",
805
+ "Vendor Id": "Id del vendedor",
806
+ "Message Id": "Id del mensaje",
807
+ "Data": "Datos",
808
+ "Transaction Id": "Id de la transacción",
809
+ "Charging Profile Kind": "Perfil de carga",
810
+ "Recurrency Kind": "Recuperación",
811
+ "Valid From": "Válido desde",
812
+ "Valid To": "Válido a",
813
+ "Charging Schedule - Id": "Horario de carga - Id",
814
+ "Charging Schedule - Duration": "Horario de carga - Duración",
815
+ "Charging Schedule - Start Schedule": "Horario de carga - Horario de inicio",
816
+ "Charging Schedule - Charging Rate Unit": "Horario de carga - Unidad de tasa de carga",
817
+ "Charging Schedule - Charging Schedule Period": "Horario de carga - Periodo de horario de carga",
818
+ "Charging Schedule - Min Charging Rate": "Horario de carga - Tasa de carga mínima",
819
+ "Payment Method Id": "Id método de pago",
820
+ "External Session Id": "Id de sesión externa",
821
+ "Connector Id": "Id del conector",
822
+ "Booking Id": "Id de reserva",
823
+ "Charging Profile - Transaction Id": "Perfil de carga - Id de transacción",
824
+ "Charging Profile - Stack Level": "Perfil de carga - Nivel de pila",
825
+ "Charging Profile - Charging Profile Purpose": "Perfil de carga - Propósito del perfil de carga",
826
+ "Charging Profile - Charging Profile Kind": "Perfil de carga - Kind Perfil de carga",
827
+ "Charging Profile - Recurrency Kind": "Perfil de carga - Recargo de recurrencia",
828
+ "Charging Profile - Valid From": "Perfil de carga - Válido desde",
829
+ "Charging Profile - Valid To": "Perfil de carga - Válido a",
830
+ "Charging Profile - Charging Schedule - Id": "Perfil de carga - Horario de carga - Id",
831
+ "Charging Profile - Charging Schedule - Duration": "Perfil de carga - Horario de carga - Duración",
832
+ "Charging Profile - Charging Schedule - Start Schedule": "Perfil de carga - Horario de carga - Horario de inicio",
833
+ "Charging Profile - Charging Schedule - Charging Rate Unit": "Perfil de carga - Horario de carga - Unidad de tasa de carga",
834
+ "Charging Profile - Charging Schedule - Charging Schedule Period": "Perfil de carga - Horario de carga - Período de programación de carga",
835
+ "Charging Profile - Charging Schedule - Min Charging Rate": "Perfil de carga - Horario de carga - Tasa de carga mínima",
836
+ "Session": "Sesión",
837
+ "Force": "Forzar",
838
+ "Keys": "Teclas",
839
+ "Sharing Code": "Código compartido",
840
+ "Certificate Type": "Tipo de certificado",
841
+ "Value": "Valor",
842
+ "Name": "Nombre",
843
+ "Instance": "Instancia",
844
+ "Component Name": "Nombre del componente",
845
+ "Evse Id": "Evse Id",
846
+ "Firmware Version Id": "Versión de firmware Id",
847
+ "Retrieve After": "Recuperar después",
848
+ "Signed": "Firmado",
849
+ "Signing Certificate": "Firmar Certificado",
850
+ "Signature": "Firma",
851
+ "Download Url Protocol": "Descargar protocolo Url",
852
+ "Filter - Charge Point Id": "Filtrar - Id de punto de carga",
853
+ "Filter - Location Id": "Filtrar - Id de ubicación",
854
+ "Filter - Entry Mode": "Filtrar - Modo de entrada",
855
+ "Filter - Type": "Filtrar - Tipo",
856
+ "Filter - Started After": "Filtro - Comenzado después de",
857
+ "Filter - Stopped Before": "Filtro - Detenido antes",
858
+ "Filter - Duration Less Than": "Filtrar - Duración menor que",
859
+ "Filter - Duration Greater Than": "Filtrar - Duración mayor que",
860
+ "Filter - Last Updated After": "Filtro - Última actualización después de",
861
+ "Filter - Last Updated Before": "Filtro - Última actualización antes",
862
+ "Per page": "Por página",
863
+ "Paginate Results": "Resultados de Paginato",
864
+ "Charge Point Id": "Id de punto de carga",
865
+ "Notice Id": "Id del aviso",
866
+ "Started At": "Comenzado el",
867
+ "Ended At": "Terminado el",
868
+ "Charge Point Downtime Period": "Periodo de Descendido de Punto de Carga",
869
+ "Filter - Vendor Id": "Filtrar - ID del proveedor",
870
+ "User Manual": "Manual del usuario",
871
+ "Installer Manual": "Manual del Instalador",
872
+ "Model Id": "Id del Modelo",
873
+ "Pin": "Fijar",
874
+ "Location Id": "Id de ubicación",
875
+ "Charging Zone Id": "Id de zona de carga",
876
+ "Electricity Rate Id": "Tasa de Electricidad Id",
877
+ "Subscription - Required": "Suscripción - Requerido",
878
+ "Subscription - Plan Ids": "Suscripción - Ids del plan",
879
+ "Network Type": "Tipo de red",
880
+ "Status": "Estado",
881
+ "Managed By Operator": "Gestionado por el operador",
882
+ "External Id": "Id Externo",
883
+ "Network - Id": "Red - Id",
884
+ "Network - Protocol": "Red - Protocolo",
885
+ "Network - Password": "Red - Contraseña",
886
+ "Network - Ip": "Red - IP",
887
+ "Network - Port": "Red - Puerto",
888
+ "Capabilities": "Capacidades",
889
+ "Auto Start Without Authorization": "Auto inicio sin autorización",
890
+ "Disable Auto Start Emulation": "Desactivar auto-inicio de emulación",
891
+ "Security - Desired Profile": "Seguridad - Perfil deseado",
892
+ "Enable Auto Fault Recovery": "Habilitar recuperación de fallo automático",
893
+ "User - Id": "Usuario - Id",
894
+ "User - Automatic Firmware Updates Enabled": "Usuario - Actualizaciones automáticas de firmware habilitadas",
895
+ "Partner - Id": "Socio - Id",
896
+ "Partner - Contract Id": "Socio - Id del contrato",
897
+ "Partner - Contact Id": "Socio - Id de contacto",
898
+ "Partner - Corporate Billing As Default": "Socio - Facturación Corporativa por defecto",
899
+ "Partner - Access Type": "Socio - Tipo de acceso",
900
+ "Partner - Notice": "Socio - Aviso",
901
+ "Utility Id": "Id de utilidad",
902
+ "Tags": "Etiquetas",
903
+ "Enabled Randomised Delay": "Retraso aleatorio habilitado",
904
+ "Uses Renewable Energy": "Usa energía renovable",
905
+ "Ocpp Connected Charge Point Id": "Opp Id de punto de carga conectado",
906
+ "Communication Mode": "Modo de comunicación",
907
+ "Filter - Desired Security Profile Status": "Filtrar - Estado del perfil de seguridad deseado",
908
+ "Filter - Evse Physical Reference": "Filtro - Evse Referencia Física",
909
+ "Filter - Network Id": "Filtrar - Id de red",
910
+ "Filter - Boot Notification Serial Number": "Filtrar - Arrancar número de serie de notificación",
911
+ "Filter - Model Id": "Filtrar - Id del Modelo",
912
+ "Filter - User Id": "Filtrar - Id de usuario",
913
+ "Filter - Partner Id": "Filtrar - Id de socio",
914
+ "Filter - Sub Operator Id": "Filtrar - Id del suboperador",
915
+ "Filter - Roaming": "Filtro - Itinerancia",
916
+ "Filter - Name": "Filtrar - Nombre",
917
+ "Filter - Circuit Id": "Filtrar - Id del circuito",
918
+ "Filter - Charging Zone Id": "Filtro - Id de zona de carga",
919
+ "Filter - Managed By Operator": "Filtrar - Gestionado por Operador",
920
+ "Filter - External Id": "Filtrar - Id externo",
921
+ "Filter - Utility Id": "Filtro - Id de utilidad",
922
+ "Filter - Tag": "Filtro - Etiqueta",
923
+ "Filter - Sharing Code": "Filtrar - Código compartido",
924
+ "Include": "Incluye",
925
+ "Integrated At": "Integrado en",
926
+ "Manufactured At": "Manufacturado en",
927
+ "Filter - Instance": "Filtrar - Instancia",
928
+ "Filter - Component Name": "Filtrar - Nombre del componente",
929
+ "Filter - Evse Id": "Filtrar - Evse Id",
930
+ "Key": "Clave",
931
+ "Physical Reference": "Referencia física",
932
+ "Current Type": "Tipo actual",
933
+ "Label": "Etiqueta",
934
+ "Network Id": "Id de red",
935
+ "Mid Meter Certification End Year": "Fin de la certificación del medidor",
936
+ "Tariff Group Id": "Id de Grupo Tarifa",
937
+ "Allows Reservation": "Permite la reserva",
938
+ "Booking Enabled": "Reserva habilitada",
939
+ "Power Options - Max Power": "Opciones de energía - Energía máxima",
940
+ "Power Options - Max Voltage": "Opciones de energía - voltaje máximo",
941
+ "Power Options - Max Amperage": "Opciones de energía - máx. amortiguación",
942
+ "Power Options - Phases": "Opciones de energía - Fases",
943
+ "Power Options - Phase Rotation": "Opciones de energía - rotación de fase",
944
+ "Power Options - Connected Phase": "Opciones de energía - Fase conectada",
945
+ "Format": "Formatear",
946
+ "Connector": "Conector",
947
+ "Filter - Created After": "Filtrar - Creado después",
948
+ "Filter - Created Before": "Filtro - Creado antes",
949
+ "Request Body Variant Type": "Solicitar tipo de variante del cuerpo",
950
+ "Request Body": "Cuerpo de solicitud",
951
+ "Partner Ids": "Ids del socio",
952
+ "Share": "Compartir",
953
+ "Mode": "Modo",
954
+ "Circuit": "Circuito",
955
+ "Priority": "Prioridad",
956
+ "Upper Threshold Percent": "Umbral superior Porcentaje",
957
+ "High SoC Priority": "Alta prioridad de SoC",
958
+ "Lower Threshold Percent": "Porcentaje de umbral inferior",
959
+ "Low SoC Priority": "Prioridad baja de SoC",
960
+ "Template": "Plantilla",
961
+ "Charge Point Ids": "Ids de punto de carga",
962
+ "Should Persist": "Debe persistir",
963
+ "Filter - Ocpp Version": "Filtrar - Versión ocpp",
964
+ "Ocpp Version": "Versión ocpp",
965
+ "Variable": "Variable",
966
+ "Electricity Meter": "Medidor de electricidad",
967
+ "Timestamp": "Timestamp",
968
+ "Current L1": "L1 actual",
969
+ "Current L2": "L2 actual",
970
+ "Current L3": "L3 actual",
971
+ "Integration Id": "Integración Id",
972
+ "Default Price": "Precio por defecto",
973
+ "Tax Percentage": "Porcentaje de impuestos",
974
+ "Electricity Rate": "Tasa de electricidad",
975
+ "Solar": "Solar",
976
+ "Wind": "Viento",
977
+ "Hydro": "Hidro",
978
+ "Nuclear": "Nuclear",
979
+ "Coal": "Carbón",
980
+ "Natural Gas": "Gas Natural",
981
+ "Other Renewable": "Otros Renovables",
982
+ "Other Non Renewable": "Otros no renovables",
983
+ "Date": "Fecha",
984
+ "Periods": "Períodos",
985
+ "Week Day": "Día de la semana",
986
+ "EVSE": "EVSE",
987
+ "Evse Downtime Period": "Periodo Descender Evse",
988
+ "Flexibility Asset": "Recurso de flexibilidad",
989
+ "Ends At": "Termina en",
990
+ "Filter - Asset Id": "Filtrar - Id de Activo",
991
+ "Flexibility Activation Request": "Solicitud de activación de flexibilidad",
992
+ "Dlm Circuit Id": "Dlm Circuit Id",
993
+ "Description": "Descripción",
994
+ "Filter - Updated Since": "Filtro - Actualizado desde",
995
+ "Filter - Start Time": "Filtrar - Hora de inicio",
996
+ "Filter - End Time": "Filtrar - Hora de fin",
997
+ "Id Tag": "Id Tag",
998
+ "Filter - Id Tag Uid": "Filtro - Id Etiqueta Uid",
999
+ "Filter - Id Label": "Filtrar - Etiqueta Id",
1000
+ "Filter - Expire At": "Filtrar - Expira en",
1001
+ "Filter - Status": "Filtrar - Estado",
1002
+ "Id Tag Uid": "Id Etiqueta Uid",
1003
+ "Id Label": "Id Etiqueta",
1004
+ "Expire At": "Expira en",
1005
+ "Vehicle Type": "Tipo de vehículo",
1006
+ "Partner Id": "Id de socio",
1007
+ "Start After": "Empezar después de",
1008
+ "End Before": "Finalizar antes",
1009
+ "Short Description": "Descripción corta",
1010
+ "Additional Description": "Descripción adicional",
1011
+ "Geoposition - Latitude": "Geoposición - Latitud",
1012
+ "Geoposition - Longitude": "Geoposición - Longitud",
1013
+ "Address": "Dirección",
1014
+ "Street Address": "Dirección de calle",
1015
+ "City": "Ciudad",
1016
+ "Region": "Región",
1017
+ "State": "Estado",
1018
+ "Country": "País",
1019
+ "Post Code": "Código postal",
1020
+ "Working Hours - Is Always Open": "Horas de trabajo - Siempre está abierto",
1021
+ "Working Hours - Stop Session Outside Working Hours": "Horas de Trabajo - Detener Sesión Horas de Trabajo Fuera",
1022
+ "Working Hours - Always Open For User Group Ids": "Horas de trabajo - Siempre abierto para Ids de Grupo de Usuarios",
1023
+ "Working Hours - Hours - Monday": "Horas de trabajo - Horas - Lunes",
1024
+ "Working Hours - Hours - Tuesday": "Horas de trabajo - Horas - Martes",
1025
+ "Working Hours - Hours - Wednesday": "Horas de trabajo - Horas - Miércoles",
1026
+ "Working Hours - Hours - Thursday": "Horas de trabajo - Horas - Jueves",
1027
+ "Working Hours - Hours - Friday": "Horas de trabajo - Horas - Viernes",
1028
+ "Working Hours - Hours - Saturday": "Horas de trabajo - Horas - Sábado",
1029
+ "Working Hours - Hours - Sunday": "Horas de trabajo - Horas - Domingo",
1030
+ "Timezone": "Timezone",
1031
+ "Roaming Operator Id": "Id del operador de roaming",
1032
+ "Filter - Country": "Filtrar - País",
1033
+ "Filter - Region": "Filtrar - región",
1034
+ "Filter - City": "Filtrar - Ciudad",
1035
+ "Additional Info - Enabled": "Información adicional - Activada",
1036
+ "Additional Info - Title": "Información adicional - Título",
1037
+ "Additional Info - Description": "Información adicional - Descripción",
1038
+ "Charging Zone": "Zona de carga",
1039
+ "Notification": "Notificación",
1040
+ "Notifications": "Notificaciones",
1041
+ "End Time": "Hora de fin",
1042
+ "Parking Space": "Espacio de aparcamiento",
1043
+ "Occupancy Status": "Estado de Ocupación",
1044
+ "Disabilities Accessible": "Accesible para discapacidades",
1045
+ "Evses": "Eventos",
1046
+ "Provisioning Certificate": "Certificado de Aprovisionamiento",
1047
+ "Payment Method": "Método de pago",
1048
+ "Pc Id": "Pc Id",
1049
+ "Id Tags": "Etiquetas Id",
1050
+ "Reservation": "Reservación",
1051
+ "Roaming Operator": "Operador de itinerancia",
1052
+ "Custom Tariff Filter": "Filtro de Tarifa Personalizado",
1053
+ "Country Code": "Código del país",
1054
+ "Party Id": "Id de Fiesta",
1055
+ "Currency": "Moneda",
1056
+ "Tariff Alt Text": "Texto Alt Tarifa",
1057
+ "Tariff Alt Url": "Url Alt Tarifa",
1058
+ "Min Price - Excl Vat": "Precio mínimo - Vat Excl",
1059
+ "Min Price - Incl Vat": "Precio mínimo - Incl Vat",
1060
+ "Max Price - Excl Vat": "Precio máximo - Vat Excl",
1061
+ "Max Price - Incl Vat": "Precio máximo - Incl Vat",
1062
+ "Elements": "Elementos",
1063
+ "Start Date Time": "Fecha de inicio hora",
1064
+ "End Date Time": "Fecha de fin hora",
1065
+ "Energy Mix - Is Green Energy": "Mezcla de Energía - Es Energía Verde",
1066
+ "Energy Mix - Energy Sources": "Mezcla de Energía - Fuentes de Energía",
1067
+ "Energy Mix - Environ Impact": "Mezcla de Energía - Impacto de Environ",
1068
+ "Energy Mix - Supplier Name": "Energy Mix - Nombre del proveedor",
1069
+ "Energy Mix - Energy Product Name": "Mezcla de Energía - Nombre del Producto Energético",
1070
+ "Last Updated": "Última actualización",
1071
+ "Roaming Connection": "Conexión de roaming",
1072
+ "Business Name": "Nombre de la empresa",
1073
+ "Enabled": "Activado",
1074
+ "Cpo Settings - Cpo Qrcode Prefix": "Ajustes de Cpo - prefijo Cpo Qrcode",
1075
+ "Cpo Settings - Manual Evse Management": "Ajustes de Cpo - Gestión manual de Evse",
1076
+ "Cpo Settings - Apply Custom Tariffs To Evses With Roaming Tariff": "Ajustes de Cpo - Aplicar tarifas personalizadas a Evses con tarifa de itinerancia",
1077
+ "Cpo Settings - Sends Periodic Meter Updates": "Configuración de Cpo - Envía actualizaciones del medidor periídico",
1078
+ "Cpo Settings - External Tariff Integration": "Ajustes Cpo - Integración de Tarifa Externa",
1079
+ "Cpo Settings - Threat Evse Status Unknown As": "Ajustes de Cpo - Amenaza Estado Evse Desconocido como",
1080
+ "Cpo Settings - Phase Ac Power Formula": "Ajustes de Cpo - Fórmula de potencia de Fase",
1081
+ "Applicable Current Types": "Tipos actuales aplicables",
1082
+ "Power Below Kw": "Poder por debajo de Kw",
1083
+ "Evse Id Prefix": "Evse Id Prefix",
1084
+ "Order": "Pedido",
1085
+ "Filters": "Filtros",
1086
+ "Filter - Platform Id": "Filtrar - Id de la plataforma",
1087
+ "Filter - Country Code": "Filtrar - Código de país",
1088
+ "Filter - Party Id": "Filtrar - Id de grupo",
1089
+ "Roaming Provider": "Proveedor de itinerancia",
1090
+ "Roaming Tariff": "Tarifa de itinerancia",
1091
+ "Subscription Plan": "Plan de suscripción",
1092
+ "Plan Id": "Id del plan",
1093
+ "Replace At": "Reemplazar en",
1094
+ "Renewal Cycle": "Renovar ciclo",
1095
+ "Free Renewal Periods": "Periodos de renovación gratis",
1096
+ "Base Fee": "Tarifa Base",
1097
+ "Base Fee Applies Per Each Home Charger": "Tarifa Base Aplicada por cada Cargador de Inicio",
1098
+ "Post Paid Charging Sessions Accumulation": "Publicar la acumulación de sesiones de carga pagadas",
1099
+ "Billing Usage Threshold": "Umbral de utilización de facturación",
1100
+ "Billing Type": "Tipo de facturación",
1101
+ "Allowance - Reset Cycle": "Permiso - Reiniciar ciclo",
1102
+ "Allowance - Type": "Permiso - Tipo",
1103
+ "Allowance - Home Chargers Only": "Permiso - Solo Cargadores de Inicio",
1104
+ "Allowance - Included Countries": "Permiso - Países incluidos",
1105
+ "Allowance - Excluded Countries": "Permiso - Países excluidos",
1106
+ "Allowance - Exclude Roaming": "Permiso - Excluir Roaming",
1107
+ "Allowance - Included Partner Charge Points": "Permiso - Incluye Puntos de Cargo de Socios",
1108
+ "Allowance - Excluded Partner Charge Points": "Permiso - Puntos de Cargo de Socios Excluido",
1109
+ "Allowance - Combined": "Permiso - Combinado",
1110
+ "Allowance - Ac": "Permiso - Ac",
1111
+ "Allowance - Dc": "Permiso - Dc",
1112
+ "Visibility Restrictions - Included Partner Users": "Restricciones de visibilidad - Usuarios asociados incluidos",
1113
+ "Visibility Restrictions - Excluded Partner Users": "Restricciones de visibilidad - Usuarios de socios excluidos",
1114
+ "Visibility Restrictions - Included User Groups": "Restricciones de visibilidad - Grupos de usuarios incluidos",
1115
+ "Visibility Restrictions - Excluded User Groups": "Restricciones de visibilidad - Grupos de usuarios excluidos",
1116
+ "Fee Per Each Personal Charge Point": "Cuota por cada punto de carga personal",
1117
+ "Tariff": "Tarifa",
1118
+ "Default Price Information": "Información de precio por defecto",
1119
+ "Default Price Information Offline": "Información de precio por defecto fuera de línea",
1120
+ "Price Information": "Información del precio",
1121
+ "Total Cost Information": "Información de Costo Total",
1122
+ "Filter - Tariff Group Id": "Filtrar - Id de Grupo Tarifa",
1123
+ "Day Tariff Start": "Tarifa de día de inicio",
1124
+ "Night Tariff Start": "Tarifa nocturna de inicio",
1125
+ "Pricing - Price Per Session": "Precios - Precio por sesión",
1126
+ "Pricing - Connection Fee": "Precios - Tarifa de conexión",
1127
+ "Pricing - Price Per Kwh": "Precios - Precio por Kwh",
1128
+ "Pricing - Day Price Per Kwh": "Precios - Precio del día por Kwh",
1129
+ "Pricing - Night Price Per Kwh": "Precios - Precio nocturno por Kwh",
1130
+ "Pricing - Price Period In Minutes": "Precios - Periodo de precio en minutos",
1131
+ "Pricing - Price Per Period": "Precios - Precio por periodo",
1132
+ "Pricing - Duration Fee Limit": "Precios - límite de tarifa de duración",
1133
+ "Pricing - Day Price Per Period": "Precio - precio día por período",
1134
+ "Pricing - Night Price Per Period": "Precio - Precio nocturno por período",
1135
+ "Pricing - Day Idle Fee Per Minute": "Precios - Tarifa inactiva por minuto",
1136
+ "Pricing - Night Idle Fee Per Minute": "Precios - Tarifa inactiva nocturna por minuto",
1137
+ "Pricing - Idle Fee Per Minute": "Precios - Tarifa inactiva por minuto",
1138
+ "Pricing - Idle Fee Grace Period Minutes": "Precios - Period de cuota inactiva",
1139
+ "Pricing - Idle Pricing Period In Minutes": "Precios - Periodo de precios incompleto en minutos",
1140
+ "Pricing - Idle Fee Period Start": "Precios - Inicio de cuota inactiva",
1141
+ "Pricing - Idle Fee Period End": "Precios - Periodo de cuota inactiva",
1142
+ "Pricing - Idle Fee Limit": "Precios - límite de cuota inactiva",
1143
+ "Pricing - Connection Fee Minimum Session Duration": "Precios - Duración mínima de la sesión de la cuota de conexión",
1144
+ "Pricing - Connection Fee Minimum Session Energy": "Precios - Tarifa Mínima de la Energía de la Sesión",
1145
+ "Pricing - Duration Fee Grace Period": "Precios - Periodo de cuota de duración",
1146
+ "Pricing - Min Price": "Precios - Precio mínimo",
1147
+ "Pricing - Pre Authorize Amount": "Precios - Pre autorizar la cantidad",
1148
+ "Pricing - Tax I D": "Precios - Impuestos I D",
1149
+ "Pricing - Charge Point Electricity Rate": "Precios - Tasa de electricidad de punto de carga",
1150
+ "Pricing - Fallback Electricity Rate Id": "Precio - Fallback Electricity Rate Id",
1151
+ "Pricing - Markup Percentage Per Kwh": "Precios - Porcentaje de marcado por Kwh",
1152
+ "Pricing - Markup Fixed Fee Per Kwh": "Precios - Tarifa fija de marcado por Kwh",
1153
+ "Pricing - Flexible Mark Up As Fixed Per Kwh - Default Price": "Precios - Marcar como fijo por Kwh - Precio por defecto",
1154
+ "Pricing - Flexible Mark Up As Fixed Per Kwh - Interval Pricing": "Precios - Marcar como fijo por Kwh - Precios de intervalo",
1155
+ "Pricing - Multi Price Per Kwh": "Precios - Precio múltiple por Kwh",
1156
+ "Pricing - Multi Price Per Duration": "Precios - Precio múltiple por duración",
1157
+ "Pricing - Multi Idle Fee": "Precios - Tarifa múltiple",
1158
+ "Pricing - Regular Use Period": "Precios - Periodo de uso regular",
1159
+ "Pricing - Average Power Levels": "Precios - Nivel medio de energía",
1160
+ "Pricing - Peak Power Levels": "Precios - Niveles de potencia pico",
1161
+ "Pricing - Time Periods": "Precios - Periodos de Tiempo",
1162
+ "Pricing - Price Periods - Connection Fee Periods - Fee": "Precios - Periodos de precio - Periodos de cuota de conexión - Tarifa",
1163
+ "Pricing - Price Periods - Energy Fee Periods - Fee": "Precios - Periodos de precio - Periodos de cuota de energía - Tarifa",
1164
+ "Pricing - Price Periods - Duration Fee Periods - Fee": "Precios - Periodos de precio - Periodos de tarifa de duración - Tarifa",
1165
+ "Pricing - Price Periods - Idle Fee Periods - Fee": "Precios - Periodos de precio - Periodos de cuota incorrecta - Tarifa",
1166
+ "Pricing - Days When Applied": "Precios - Días cuando se aplica",
1167
+ "Pricing - Threshold Price For Energy": "Precio - Umbral de la energía",
1168
+ "Pricing - Price For Energy When Optimized": "Precio - Precio de la energía cuando se optimiza",
1169
+ "Pricing - Optimised Label": "Precios - Etiqueta Optimizada",
1170
+ "Pricing - Duration Fee From": "Precios - Cuota de duración desde",
1171
+ "Pricing - Duration Fee To": "Precios - Cuota de duración a",
1172
+ "Pricing - Subsidy Integration Id": "Precios - Id de integración subsidiaria",
1173
+ "Pricing - Lock Price On Session Start": "Precio - Bloquear precio al inicio de la sesión",
1174
+ "Pricing - Lock Energy Price On Session Start": "Precio - Bloquear precio de la energía en el inicio de la sesión",
1175
+ "Pricing - Lock Duration Price On Session Start": "Precio - Bloquear precio de duración al iniciar la sesión",
1176
+ "Pricing - Lock Idle Price On Session Start": "Precios - Bloquear precio inactivo al iniciar la sesión",
1177
+ "Pricing - State Of Charge Idle Threshold": "Precios - Umbral de carga inactiva",
1178
+ "Pricing - Average Power Idle Threshold": "Precio - Umbral promedio de energía inactiva",
1179
+ "Stop Session - Time Limit Minutes": "Detener sesión - Tiempo límite de minutos",
1180
+ "Stop Session - Stop When Energy Exceeds Kwh": "Detener sesión - Detener cuando la energía excede Kwh",
1181
+ "Restrictions - Apply To Users Of Charge Point Owner": "Restricciones - Aplicar a los usuarios del propietario de puntos de carga",
1182
+ "Restrictions - Apply To Users Of Charge Point Partner": "Restricciones - Aplicar a los usuarios del socio de puntos de carga",
1183
+ "Restrictions - Apply To Users Of All Roaming Emsps": "Restricciones - Aplicar a los usuarios de todos los emblemas de itinerancia",
1184
+ "Restrictions - Apply To Ad Hoc Users": "Restricciones - Aplicar a usuarios de Anuncios Hoc",
1185
+ "Restrictions - Ad Hoc Pre Authorize Amount": "Restricciones - Ad Hoc Pre autorizar la cantidad",
1186
+ "Restrictions - Ad Hoc Stop When Pre Authorized Amount Falls Below": "Restricciones - Ad Hoc Stop Cuando la cantidad autorizada cae por debajo",
1187
+ "Restrictions - Apply To Users Of Partners": "Restricciones - Aplicar a usuarios de socios",
1188
+ "Restrictions - Apply To Users With Groups": "Restricciones - Aplicar a usuarios con grupos",
1189
+ "Restrictions - Apply To User Group Ids": "Restricciones - Aplicar a Ids de Grupo de Usuarios",
1190
+ "Restrictions - Apply To Users With Subscriptions": "Restricciones - Aplicar a usuarios con suscripciones",
1191
+ "Restrictions - Start Date": "Restricciones - Fecha de inicio",
1192
+ "Restrictions - End Date": "Restricciones - Fecha de fin",
1193
+ "Display - Default Price Information": "Mostrar - Información de precio por defecto",
1194
+ "Display - Default Price Information Offline": "Mostrar - Información de precio por defecto fuera de línea",
1195
+ "Display - Price Information": "Mostrar - Información del precio",
1196
+ "Display - Total Cost Information": "Mostrar - Información de Costo Total",
1197
+ "Transaction": "Transacción",
1198
+ "Email": "E-mail",
1199
+ "Invoice Details - Invoice Type": "Detalles de la factura - Tipo de factura",
1200
+ "Invoice Details - Individual Name": "Detalles de la factura - Nombre individual",
1201
+ "Invoice Details - Individual Personal Id": "Detalles de factura - Id personal individual",
1202
+ "Invoice Details - Individual Tax Id": "Detalles de Factura - Id de Impuesto Individual",
1203
+ "Invoice Details - Company Name": "Detalles de la factura - Nombre de la empresa",
1204
+ "Invoice Details - Company Reg No": "Detalles de Factura - Empresa No",
1205
+ "Invoice Details - Company Tax Id": "Detalles de la factura - Id del impuesto de la empresa",
1206
+ "Invoice Details - Company Tax Administration Office Name": "Detalles de la factura - Nombre de la oficina de administración fiscal de la empresa",
1207
+ "Invoice Details - Country": "Detalles de Factura - País",
1208
+ "Invoice Details - City": "Detalles de Factura - Ciudad",
1209
+ "Invoice Details - Post Code": "Detalles de factura - Código postal",
1210
+ "Invoice Details - Address": "Detalles de Factura - Dirección",
1211
+ "Ref": "Ref",
1212
+ "Filter - Payment Method": "Filtrar - Método de Pago",
1213
+ "Filter - Invoice Number": "Filtrar - Número de factura",
1214
+ "Filter - Session Id": "Filtrar - Id de sesión",
1215
+ "Filter - Ref": "Filtro - Ref",
1216
+ "Filter - Billing Type": "Filtrar - Tipo de facturación",
1217
+ "Filter - Terminal Id": "Filtrar - Id de terminal",
1218
+ "Filter - Finalized Before": "Filtrar - Finalizado antes",
1219
+ "Filter - Finalized After": "Filtrar - Finalizado después",
1220
+ "Filter - Voucher Id": "Filtrar - Id de cupón",
1221
+ "Filter - Purchase Type": "Filtrar - Tipo de Compra",
1222
+ "Session Id": "Id de sesión",
1223
+ "Payment Method - Method Type": "Método de pago - Tipo de método",
1224
+ "Payment Method - Card Network": "Método de pago - Red de tarjetas",
1225
+ "Payment Method - Bank Transfer Type": "Método de pago - Tipo de transferencia bancaria",
1226
+ "Payment Method - Wallet Type": "Método de pago - Tipo de cartera",
1227
+ "Payment Method - Type": "Método de pago - Tipo",
1228
+ "Payment Method - Last4": "Método de pago - Last4",
1229
+ "Payment Method - Exp Month": "Método de pago - Mes de Exp",
1230
+ "Payment Method - Exp Year": "Método de pago - Exp año",
1231
+ "Total Amount": "Cantidad total",
1232
+ "Failure Reason": "Razón de fallo",
1233
+ "User": "Usuario",
1234
+ "End Date": "Fecha de fin",
1235
+ "Auto Renewal": "Auto Renewal",
1236
+ "Amount": "Cantidad",
1237
+ "App Info": "App Info",
1238
+ "Code": "Código",
1239
+ "Filter - User Group Id": "Filtrar - Id de Grupo de Usuarios",
1240
+ "Filter - Email": "Filtrar - Email",
1241
+ "Filter - External App Data": "Filtrar - Datos de App Externos",
1242
+ "Email Verified": "Email verificado",
1243
+ "Password": "Contraseña",
1244
+ "Require Password Reset": "Requiere restablecer contraseña",
1245
+ "First Name": "Nombre",
1246
+ "Middle Name": "Segundo nombre",
1247
+ "Last Name": "Apellido",
1248
+ "Phone": "Teléfono",
1249
+ "Vehicle No": "Número de vehículo",
1250
+ "Personal Id": "Id Personal",
1251
+ "Locale": "Local",
1252
+ "User Group Ids": "Ids del Grupo de Usuarios",
1253
+ "Options - Sessions Allowed": "Opciones - Sesiones Permitidas",
1254
+ "Receive News And Promotions": "Recibir noticias y promociones",
1255
+ "Bank Details - Bank Iban": "Detalles bancarios - Bank Iban",
1256
+ "Bank Details - Bank Name": "Detalles bancarios - nombre del banco",
1257
+ "Bank Details - Bank Address": "Detalles bancarios - Dirección bancaria",
1258
+ "Bank Details - Bank Code": "Detalles bancarios - Código bancario",
1259
+ "Bank Details - Bank Account Number": "Detalles bancarios - Número de cuenta bancaria",
1260
+ "Bank Details - Bank Account Type": "Detalles bancarios - Tipo de cuenta bancaria",
1261
+ "Nonce": "Nonce",
1262
+ "With Amount Due": "Con el monto vencido",
1263
+ "Tokenized Type": "Tipo de Tokenized",
1264
+ "Bank Transfer Type": "Tipo de transferencia bancaria",
1265
+ "Default": "Por defecto",
1266
+ "Via": "Vía",
1267
+ "Webhook - Callback Url": "Webhook - Callback Url",
1268
+ "Kafka - Topic": "Kafka - Tema",
1269
+ "Kafka - Brokers": "Kafka - Brokers",
1270
+ "Kafka - Compression Codec": "Kafka - Código de Compresión",
1271
+ "Kafka - Security Protocol": "Kafka - Protocolo de seguridad",
1272
+ "Kafka - Sasl Mechanism": "Kafka - Mecanismo Sasl",
1273
+ "Kafka - Sasl Username": "Kafka - Nombre de usuario Sasl",
1274
+ "Kafka - Sasl Password": "Kafka - Contraseña Sasl",
1275
+ "Filter - Method": "Filtrar - Método",
1276
+ "Authorization": "Autorización",
1277
+ "Filter - Start After": "Filtrar - Iniciar después de",
1278
+ "Filter - Start Before": "Filtro - Inicio antes",
1279
+ "Filter - End After": "Filtrar - Finalizar después de",
1280
+ "Filter - End Before": "Filtrar - Finalizar antes",
1281
+ "Booking Request": "Solicitud de reserva",
1282
+ "Booking": "Reservando",
1283
+ "Filter - Start Date Time From": "Filtrar - Fecha de inicio desde",
1284
+ "Filter - Start Date Time To": "Filtrar - Fecha de inicio hasta",
1285
+ "Filter - End Date Time From": "Filtrar - Fecha de fin desde",
1286
+ "Filter - End Date Time To": "Filtrar - Fecha de finalización hasta",
1287
+ "Filter - Operator Id": "Filtro - Id del operador",
1288
+ "Filter - Roaming Id": "Filtrar - Id de itinerancia",
1289
+ "Filter - Credit": "Filtrar - Crédito",
1290
+ "Filter - Is Local": "Filtrar - Es Local",
1291
+ "Filter - Received After": "Filtro - Recibido después de",
1292
+ "Filter - Received Before": "Filtro - Recibido antes",
1293
+ "Filter - Sent After": "Filtrar - Enviado después",
1294
+ "Filter - Sent Before": "Filtro - Enviado antes",
1295
+ "Filter - Delivery Response": "Filtrar - Respuesta de entrega",
1296
+ "Cdr": "Cdr",
1297
+ "Parent Circuit Id": "Id del Circuito Padre",
1298
+ "Phases": "Fases",
1299
+ "Phase Rotation": "Rotación de fase",
1300
+ "Connected Phase": "Fase conectada",
1301
+ "Electrical Configuration": "Configuración eléctrica",
1302
+ "Max Voltage": "Voltaje máximo",
1303
+ "Max Current": "Máximo actual",
1304
+ "Min Charge Point Current": "Punto de carga mínimo actual",
1305
+ "Set Session Limit To Zero On Idle": "Establecer límite de sesión a cero en modo inactivo",
1306
+ "Electricity Meter Id": "Id del medidor de electricidad",
1307
+ "Offline Reserved Current": "Corriente reservada sin conexión",
1308
+ "Load Balancing Integration - Id": "Integración de equilibrio de carga - Id",
1309
+ "Load Balancing Integration - Fields Variant Type": "Integración de Equilibrio de Carga - Tipo de Variante de Campos",
1310
+ "Fields": "Campos",
1311
+ "Target Id": "Target Id",
1312
+ "User Priority": "Prioridad del usuario",
1313
+ "Alphabetic Code": "Código alfabético",
1314
+ "Prefix": "Prefijo",
1315
+ "Suffix": "Suffix",
1316
+ "Decimal": "Decimal",
1317
+ "Unit Price And Calculations Decimal": "Precio unitario y cálculo decimal",
1318
+ "Enable Use Of Minor Currency Unit": "Habilitar el uso de la unidad de moneda menor",
1319
+ "Minor Unit Sign": "Señal de unidad menor",
1320
+ "Base": "Base",
1321
+ "Target": "Target",
1322
+ "Rate": "Tasa",
1323
+ "Filter - Base": "Filtrar - Base",
1324
+ "Filter - Target": "Filtrar - Objetivo",
1325
+ "Filter - Updated Before": "Filtro - Actualizado antes",
1326
+ "Filter - Updated After": "Filtro - Actualizado después de",
1327
+ "Currency Rate": "Tipo de cambio",
1328
+ "Custom Fee": "Tarifa personalizada",
1329
+ "Notice": "Aviso",
1330
+ "Filter - Physical Reference": "Filtro - Referencia física",
1331
+ "Question": "Pregunta",
1332
+ "Answer": "Respuesta",
1333
+ "Faq": "Faq",
1334
+ "Filter - Firmware Version": "Filtrar - Versión de Firmware",
1335
+ "Firmware Version": "Versión del firmware",
1336
+ "Filter - Installation And Maintenance Company Id": "Filtrar - Id Empresa de Instalación y Mantenimiento",
1337
+ "Filter - Installer Admin Id": "Filtrar - Id del administrador del instalador",
1338
+ "Installation And Maintenance Company Id": "Instalación y mantenimiento Id de la empresa",
1339
+ "Installer Admin Id": "Id del administrador del instalador",
1340
+ "Installer Job": "Job del Installador",
1341
+ "Filter - Issued From": "Filtrar - Emitido desde",
1342
+ "Filter - Issued To": "Filtrar - Emitido a",
1343
+ "Invoice": "Factura",
1344
+ "Title": "Título",
1345
+ "Start Date": "Fecha de inicio",
1346
+ "Access And Permissions - Sessions Remote Control": "Acceso y Permisos - Control remoto de sesiones",
1347
+ "Access And Permissions - Start Reservation": "Acceso y Permisos - Comenzar Reserva",
1348
+ "Access And Permissions - Stop Reservation": "Acceso y Permisos - Detener reserva",
1349
+ "Access And Permissions - Reset Charge Point": "Acceso y Permisos - Restablecer punto de carga",
1350
+ "Access And Permissions - Firmware Update": "Acceso y permisos - Actualización de Firmware",
1351
+ "Revenue Sharing - Partner Share Percentage Ac Evse": "Porcentaje Ac Evse de los Ingresos Compartidos - Porcentaje de Socios",
1352
+ "Revenue Sharing - Partner Share Percentage Dc Evse": "Porcentaje de Ingresos Compartidos - Porcentaje de Porcentaje Dc Evse",
1353
+ "Revenue Sharing - Exclude Connection Fee": "Divulgar Ingresos - Excluir Tarifa por Conexión",
1354
+ "Revenue Sharing - Deduct Electricity Cost": "Porcentaje de Ingresos - Reducción del Costo de la Electricidad",
1355
+ "Revenue Sharing - Reimburse For Electricity Cost": "Ingresos Compartidos - Reembolso por Costo de la Electricidad",
1356
+ "Revenue Sharing - Fixed Fee Per Session Ac": "Ingresos Compartidos - Tarifa fija por sesión Ac",
1357
+ "Revenue Sharing - Fixed Fee Per Session Dc": "Ingresos Compartidos - Tarifa fija por sesión Dc",
1358
+ "Revenue Sharing - Fee Per Kwh Ac": "Ingresos Compartidos - Tarifa por Kwh Ac",
1359
+ "Revenue Sharing - Fee Per Kwh Dc": "Ingresos Compartidos - Tarifa por Kwh Dc",
1360
+ "Revenue Sharing - Handling Fee": "Ingresos Compartidos - Cuota de Manejo",
1361
+ "Monthly Platform Fees - Per Charge Point": "Cuotas mensuales de Plataforma - Punto de Carga",
1362
+ "Monthly Platform Fees - Per Ac Evse": "Gastos mensuales de Plataforma - Por Ac Evse",
1363
+ "Monthly Platform Fees - Per Dc Evse": "Gastos mensuales de Plataforma - Por Evento Dc",
1364
+ "Partner Contract": "Contrato de socio",
1365
+ "Filter - Settlement Report Id": "Filtrar - Id del informe de liquidación",
1366
+ "Filter - Date Before": "Filtrar - Fecha antes",
1367
+ "Filter - Date After": "Filtrar - Fecha Después",
1368
+ "Filter - Origin": "Filtrar - Origen",
1369
+ "Filter - Currency Code": "Filtrar - Código de moneda",
1370
+ "With Breakdown": "Con desglose",
1371
+ "Filter - Created From": "Filtro - Creado a partir de",
1372
+ "Filter - Created To": "Filtro - Creado a",
1373
+ "Filter - Invite Email": "Filtrar - Invitar Email",
1374
+ "Send Via Email": "Enviar vía email",
1375
+ "Language": "Idioma",
1376
+ "Options - Allow Corporate Account Billing": "Opciones - Permitir facturación de cuentas corporativas",
1377
+ "Options - Limit Corporate Account Billing To Partner Charge Points": "Opciones - Limitar la facturación de la cuenta corporativa a los puntos de carga del socio",
1378
+ "Options - Allow Access To Private Charge Points": "Opciones - Permitir el acceso a los puntos de carga privada",
1379
+ "Partner Invite": "Invitación de socio",
1380
+ "Filter - Period After": "Filtrar - Periodo después de",
1381
+ "Filter - Period Before": "Filtrar - Período antes",
1382
+ "Partner Settlement Report": "Informe de liquidación de socios",
1383
+ "Paid Amount": "Importe pagado",
1384
+ "Note": "Nota",
1385
+ "Partner Settlement Record": "Registro de liquidación de socios",
1386
+ "Filter - Reg No": "Filtrar - No Reg",
1387
+ "Reg No": "No",
1388
+ "Vat No": "Nº de lata",
1389
+ "Postcode": "Código Postal",
1390
+ "Contact Details - Administrative - Contact Person": "Detalles de contacto - Administrativo - Persona de contacto",
1391
+ "Contact Details - Administrative - Email": "Detalles de contacto - Administrativo - Email",
1392
+ "Contact Details - Administrative - Phone": "Detalles de contacto - Administrativo - Teléfono",
1393
+ "Contact Details - Technical - Contact Person": "Detalles de contacto - Técnico - Persona de contacto",
1394
+ "Contact Details - Technical - Email": "Detalles de contacto - Técnico - Email",
1395
+ "Contact Details - Technical - Phone": "Detalles de contacto - Técnico - Teléfono",
1396
+ "Contact Details - Billing - Contact Person": "Detalles de contacto - Facturación - Persona de contacto",
1397
+ "Contact Details - Billing - Email": "Detalles de contacto - Facturación - Email",
1398
+ "Contact Details - Billing - Phone": "Datos de contacto - Facturación - Teléfono",
1399
+ "Notifications - Technical - Charge Point Faults": "Notificaciones - Técnico - Faults de Puntos de Carga",
1400
+ "Notifications - Billing - Settlement Reports": "Notificaciones - Facturación - Informes de liquidación",
1401
+ "Monthly Platform Fee": "Tarifa mensual de la plataforma",
1402
+ "Options - Create Users": "Opciones - Crear usuarios",
1403
+ "Options - Add User Balance": "Opciones - Añadir saldo de usuario",
1404
+ "Options - Supplier On Receipts": "Opciones - Proveedor al recibir recibos",
1405
+ "Options - Allow To Control Tariffs": "Opciones - Permitir controlar aranceles",
1406
+ "Options - Allow To Control Tariff Groups": "Opciones - Permitir controlar grupos de tarifas",
1407
+ "Corporate Billing - Enabled": "Facturación corporativa - Activada",
1408
+ "Corporate Billing - Monthly Limit": "Facturación corporativa - Límite mensual",
1409
+ "Corporate Billing - Discount": "Facturación corporativa - Descuento",
1410
+ "Partner": "Socio",
1411
+ "Filter - Serial Number": "Filtrar - Número Serial",
1412
+ "Payment Terminal": "Terminal de pago",
1413
+ "Filter - Tax Id": "Filtrar - Id de impuestos",
1414
+ "Filter - Payment Status": "Filtrar - Estado del pago",
1415
+ "Filter - Period Start": "Filtrar - Inicio del período",
1416
+ "Filter - Period End": "Filtrar - Fin del período",
1417
+ "Receipt": "Recibo",
1418
+ "Filter - Reserved From": "Filtrar - Reservado desde",
1419
+ "Filter - Reserved To": "Filtro - Reservado a",
1420
+ "Filter - Charge Point": "Filtrar - Punto de Carga",
1421
+ "Filter - Timestamp From": "Filtrar - Timestamp desde",
1422
+ "Filter - Timestamp To": "Filtrar - Marca de tiempo a",
1423
+ "Security Event": "Evento de seguridad",
1424
+ "With Clock Aligned Energy Consumption": "Con el consumo energético alineado del reloj",
1425
+ "Clock Aligned Interval": "Intervalo Alineado de Reloj",
1426
+ "With Authorization": "Con autorización",
1427
+ "With Price Breakdown": "Con desglose de precios",
1428
+ "With Charging Periods": "Con Periods de Carga",
1429
+ "With Charging Periods Price Breakdown": "Con el desglose de precios de precios de carga",
1430
+ "Filter - Charge Point Network Id": "Filtrar - Id de red de puntos de carga",
1431
+ "Filter - Reason": "Filtrar - Razón",
1432
+ "Filter - Charge Point Boot Notification Serial Number": "Filtro - Número de Serial de Notificación de Arranque de Puntos de Carga",
1433
+ "Filter - Charge Point Boot Notification Vendor": "Filtrar - Vendedor de notificación de arranque de puntos de carga",
1434
+ "Filter - Started Before": "Filtro - Comenzó antes",
1435
+ "Filter - Ended After": "Filtro - Finalizado después de",
1436
+ "Filter - Ended Before": "Filtro - Finalizado antes",
1437
+ "Filter - Id Tag": "Filtrar - Etiqueta Id",
1438
+ "Filter - Payment Type": "Filtrar - Tipo de Pago",
1439
+ "Filter - Payment Status Updated Before": "Filtro - Estado de pago actualizado antes",
1440
+ "Filter - Payment Status Updated After": "Filtro - Estado de pago actualizado después de",
1441
+ "Filter - Receipt Id": "Filtrar - Id de recibo",
1442
+ "Filter - Authorization Source": "Filtrar - origen de autorización",
1443
+ "Filter - Billing Status": "Filtrar - Estado de facturación",
1444
+ "Filter - Roaming - Roaming Operator Cpo Ids": "Filtro - Roaming - Ids de Cpo del operador de roaming",
1445
+ "Sub Operator": "Sub Operador",
1446
+ "Filter - Plan Id": "Filtrar - Id del Plan",
1447
+ "Filter - End Date From": "Filtrar - Fecha de fin de",
1448
+ "Filter - End Date To": "Filtrar - Fecha de fin hasta",
1449
+ "Filter - Billed Externally": "Filtro - Facturado externamente",
1450
+ "Subscription": "Subscripción",
1451
+ "Tariff Ids": "Identidad tarifaria",
1452
+ "Tariff Group": "Grupo Tarifas",
1453
+ "Tariff Snapshot": "Tariff Snapshot",
1454
+ "Tax Identification Number": "Número de identificación fiscal",
1455
+ "Display Name": "Mostrar nombre",
1456
+ "Percentage": "Porcentaje",
1457
+ "Tax Identification Number Id": "Id número de identificación fiscal",
1458
+ "Tax": "Impuesto",
1459
+ "Filter - Document Id": "Filtrar - Id del Documento",
1460
+ "Filter - Valid From": "Filtro - Válido desde",
1461
+ "Term Version": "Versión del término",
1462
+ "Filter - Enabled": "Filtro - Habilitado",
1463
+ "Price": "Precio",
1464
+ "Bonus": "Bono",
1465
+ "Top Up Package": "Recargar paquete",
1466
+ "Filter - No Partner": "Filtrar - Sin socio",
1467
+ "User Group": "Grupo de Usuarios",
1468
+ "Utility": "Utilidad",
1469
+ "Error Code": "Código de error",
1470
+ "Error Code Description": "Descripción del código de error",
1471
+ "Error Code Customer Action": "Código de error acción del cliente",
1472
+ "Vendor Error Code": "Código de error del proveedor",
1473
+ "Filter - Created At": "Filtrar - Creado en",
1474
+ "Filter - Redeemed After": "Filtrar - Canjeado después",
1475
+ "Filter - Redeemed Before": "Filtrar - Canjeado Antes",
1476
+ "Filter - Expire Date After": "Filtrar - Fecha de caducidad después",
1477
+ "Filter - Expire Date Before": "Filtrar - Fecha de caducidad antes",
1478
+ "Filter - Code": "Filtrar - Código",
1479
+ "Expire Date": "Fecha de caducidad",
1480
+ "Validity Period": "Periodo de validez",
1481
+ "Assign Before Date": "Asignar antes de la fecha",
1482
+ "Voucher": "Cupón",
1483
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
1484
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
1485
+ "The id of the connector for which availability needs to change. If missing the availability of the Charge Point and all its connectors needs to change.": "El id del conector para el cual la disponibilidad necesita cambiar. Si falta la disponibilidad del punto de carga y todos sus conectores deben cambiar.",
1486
+ "The type of availability change that the Charge Point should perform\n* `Inoperative` Charge point is not available for charging.\n* `Operative` Charge point is available for charging.\n": "The type of availability change that the Charge Point should perform\n* `Inoperative` Charge point is not available for charging.\n* `Operative` Charge point is available for charging.\n",
1487
+ "This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.": "Este usuario se convertiría en el propietario del punto de cargo personal. Si se deja vacío - no se asignaría ningún propietario.",
1488
+ "The ID of the charging profile to clear.": "El ID del perfil de carga a despejar.",
1489
+ "Specifies the ID of the connector for which to clear charging profiles. A connectorId of zero (0) specifies the charging profile for the overall Charge Point. Absence of this parameter means the clearing applies to all charging profiles that match the other criteria in the request.": "Especifica el ID del conector para el cual limpiar los perfiles de carga. Un connectorId de cero (0) especifica el perfil de carga para el punto de carga total. La ausencia de este parámetro significa que la limpieza se aplica a todos los perfiles de carga que coincidan con los otros criterios de la solicitud.",
1490
+ "Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.": "Especifica el propósito de los perfiles de cobro que se aclararán, si cumplen con los otros criterios de la solicitud.",
1491
+ "Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.": "Especifica el nivel de pila para el cual se eliminarán los perfiles de carga, si cumplen los otros criterios en la solicitud.",
1492
+ "FTP address to upload the diagnostics to": "Dirección FTP a la que subir el diagnóstico",
1493
+ "Only get diagnostics that are created after this date-time": "Sólo obtener diagnósticos que se crean después de esta fecha-hora",
1494
+ "Only get diagnostics that are created before that date-time": "Sólo obtener diagnósticos que se crean antes de esa fecha-hora",
1495
+ "The URL of the location at the remote system where the log should be stored.": "La URL de la ubicación en el sistema remoto donde debe almacenarse el registro.",
1496
+ "Reason kept in the action logs for future reference.": "Razón mantenida en los registros de acción para referencia futura.",
1497
+ "This specifies how many times the Charge Point must try to upload the log before giving up. If this field is not present, it is left to Charge Point to decide how many times it wants to retry.": "Esto especifica cuántas veces el punto de carga debe tratar de subir el registro antes de abandonarlo. Si este campo no está presente, se deja en el punto de carga para decidir cuántas veces quiere reintentar.",
1498
+ "The interval in seconds after which a retry may be attempted. If this field is not present, it is left to Charge Point to decide how long to wait between attempts.": "El intervalo en segundos tras el cual se puede intentar reintentar. Si este campo no está presente, se deja en el punto de carga para decidir cuánto tiempo esperar entre los intentos.",
1499
+ "This contains the date and time of the oldest logging information to include in the diagnostics. Please provide the value in the following format `Y-m-d H:i:s`.": "Este contiene la fecha y hora de la información de registro más antigua para incluir en el diagnóstico. Por favor, proporcione el valor en el siguiente formato `Y-m-d H:i:s`.",
1500
+ "This contains the date and time of the latest logging information to include in the diagnostics. Please provide the value in the following format `Y-m-d H:i:s`.": "Contiene la fecha y hora de la última información de registro para incluir en el diagnóstico. Por favor, proporcione el valor en el siguiente formato `Y-m-d H:i:s`.",
1501
+ "In case reason is empty, following text \"Activated via API\" will be added automatically": "En caso de que la razón esté vacía, el siguiente texto \"Activado a través de API\" se añadirá automáticamente",
1502
+ "The identifier of the vendor specific implementation.": "El identificador de la implementación específica del vendedor.",
1503
+ "Additional identification field.": "Campo de identificación adicional.",
1504
+ "Data without specified length or format": "Datos sin longitud o formato especificado",
1505
+ "The ID of the payment method, as returned by the payment method listing (User / Payment Method / Listing). When left empty or null, it would be determined by the system - either \"balance\" or \"subscription\" (in case the the user has an active post-paid subscription for home charging sessions and the charge point is a home charger). When it is NOT empty or null, userId is required.": "El ID del método de pago, devuelto por la lista de métodos de pago (Usuario / Método de pago / lista). Cuando se deja vacío o nulo, estaría determinado por el sistema - o bien \"saldo\" o \"suscripción\" (en caso de que el usuario tenga una suscripción activa postpago para sesiones de cobro en casa y el punto de carga sea un cargador de casa). Cuando NO está vacío o nulo, userId es requerido.",
1506
+ "The ID of the booking to link the session to. Returns a 422 error if the booking does not exist or if its status is not Accepted or Reserved.": "El ID de la reserva para vincular la sesión. Devuelve un error 422 si la reserva no existe o si su estado no es Aceptado o Reservado.",
1507
+ "Use force=true when you want to end the session reguardless of the CP response": "Use force=true cuando quiera terminar la sesión sin tener en cuenta la respuesta CP",
1508
+ "List of keys to request a get configuration for. Omit or pass empty array to request all available configuration keys.": "Lista de claves para obtener la configuración. Omitir o pasar una matriz vacía para solicitar todas las claves de configuración disponibles.",
1509
+ "The type of the message to be triggered. Messages available only for 2.0.1 chargers - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent": "El tipo del mensaje a activar. Mensajes disponibles sólo para cargadores 2.0.1 - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent",
1510
+ "The sharing code which provides access to the personal charge point for other users aside from the owner. If left empty the current code will be deleted": "El código compartido que proporciona acceso al punto de cobro personal para otros usuarios aparte del propietario. Si se deja vacío, se eliminará el código actual",
1511
+ "Indicates the type of certificate that is to be installed on the CP.": "Indica el tipo de certificado que se instalará en el CP.",
1512
+ "Value to be assigned to specific configuration key": "Valor a asignar a la clave de configuración específica",
1513
+ "Name of the variable of the configuration key": "Nombre de la variable de la clave de configuración",
1514
+ "Specify instance for OCPP 2.0.1 configuration keys": "Especificar instancia para claves de configuración OCPP 2.0.1",
1515
+ "Required in order to specify component name for OCPP 2.0.1 configuration keys": "Necesario para especificar el nombre del componente para las claves de configuración OCPP 2.0.1",
1516
+ "ID of the EVSE. Only for OCPP 2.0.1 configuration keys": "ID del EVSE. Sólo para claves de configuración OCPP 2.0.1",
1517
+ "Indicates the type of certificates requested. Default value to be empty - the system should interpret the Null/empty value that all certificate types are requested.": "Indica el tipo de certificados solicitados. El valor por defecto está vacío - el sistema debe interpretar el valor Null/vacío que todos los tipos de certificados son solicitados.",
1518
+ "Location (URL) from which to retrieve the firmware. Either this or `firmwareVersionId` must be provided.": "Ubicación (URL) desde la que recuperar el firmware. Se debe proporcionar este o `firmwareVersionId`.",
1519
+ "ID of a Firmware Version. Either this or `url` must be provided.": "ID de una versión de firmware. Debe proporcionarse este o `url`.",
1520
+ "Specifies the date and time after which the Charge Point should retrieve the new firmware. If not provided, the current *datetime* will be used.": "Especifica la fecha y hora después de la cual el punto de carga debe recuperar el nuevo firmware. Si no se proporciona, se utilizará el *datetime* actual.",
1521
+ "Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.": "Especifica cuántas veces el punto de carga debe tratar de recuperar el (nuevo) firmware antes de abandonar.",
1522
+ "The interval in seconds between each retry.": "El intervalo en segundos entre cada reintento.",
1523
+ "Indicates a Signed Firmware Update.": "Indica una actualización de firmware firmada.",
1524
+ "Required if \"signed\" is true.": "Se requiere si \"firmado\" es verdadero.",
1525
+ "Protocol to use for the firmware download URL when using firmware repository. Use HTTP only if the charge point does not support encrypted connections.": "Protocolo a usar para la URL de descarga del firmware cuando se utiliza el repositorio de firmware. Utilice HTTP sólo si el punto de carga no soporta conexiones cifradas.",
1526
+ "ISO 8601 formatted date. Resources with `startedAt >= startedAfter`.": "ISO 8601 fecha formateada. Recursos con `startedAt >= startedAfter`.",
1527
+ "ISO 8601 formatted date. Resources with `stoppedAt <= stoppedBefore`.": "Fecha con formato ISO 8601. Recursos con `stoppedAt <= stoppedBefore`.",
1528
+ "Resources with duration in minutes less than or equal given value.": "Recursos con duración en minutos menor o igual a un valor dado.",
1529
+ "Resources with duration in minutes greater than or equal given value.": "Recursos con duración en minutos mayores o iguales a un valor dado.",
1530
+ "ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime": "Fecha con formato ISO 8601. Muestra sólo el recurso específico que se actualizó por última vez en y después de esta fecha",
1531
+ "ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime": "Fecha con formato ISO 8601. Muestra sólo el recurso específico que se actualizó por última vez en y antes de esta fecha",
1532
+ "When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).": "Cuando la paginación está habilitada: el total máximo de resultados en todas las páginas. Cuando la paginación está desactivada: número de resultados por petición API (máximo 100).",
1533
+ "Whether to automatically paginate to fetch all results": "Si paginar automáticamente para obtener todos los resultados",
1534
+ "Allowed only notice with `type = exempt`!": "Sólo se permite el aviso con `type = exempt`!",
1535
+ "Allowed only for downtime period with `type = exempt AND entryMode = manual`": "Permitido sólo para el período de inactividad con `type = exempt AND entryMode = manual`",
1536
+ "A download link for the user manual. Shown in the mobile app for home chargers.": "Un enlace de descarga para el manual del usuario. Se muestra en la aplicación móvil para los cargadores domésticos.",
1537
+ "URL to an externally-hosted installer manual. The system stores this URL reference only (does not download or cache the document) and provides it to installers for viewing/downloading through the installer app interface.": "URL a un manual de instalador alojado externamente. El sistema almacena sólo esta referencia URL (no descarga ni almacena en caché el documento) y la proporciona a los instaladores para ver/descargar a través de la interfaz de la aplicación del instalador.",
1538
+ "`public` - a charge point visible on the map to everybody </br>\n`private` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n`personal` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n": "`public` - un punto de carga visible en el mapa para todo el mundo </br>\n`privado` - por defecto oculto en el mapa y solo para uso privado - empresa y sus empleados, por ejemplo. La visibilidad del punto de carga podría gestionarse en el objeto asociado, con las diferentes opciones para accessType. </br>\n`personal` - el punto de carga podría tener un solo propietario. El propietario se establece cuando el usuario reclama el cargador o con Acciones / Propietario de Cambio. </br>\n",
1539
+ "Required for personal charge points. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n": "Requerido para puntos de cargo personal. El PIN debe ser proporcionado en la aplicación móvil cuando el punto de cobro sea reclamado por un usuario. Debe contener sólo números.\n",
1540
+ "locationId is always a REQUIRED field for commercial public and commercial private charge points. It is NOT a required field only for personal charge points.\n": "locationId es siempre un campo REQUIERADO para los puntos comerciales de carga pública y comercial privada. NO es un campo obligatorio sólo para los puntos de cargo personal.\n",
1541
+ "If there is Electricity rate set to the Charge point the electricity cost for each charging session would be tracked. Dynamic electricity rates could not be selected, only ones created in the resource / electricity-rate.\n": "Si hay una tasa de electricidad fijada en el punto de Carga, el costo de electricidad por cada sesión de carga se seguiría. No se pudieron seleccionar las tasas dinámicas de electricidad, solo las creadas en el tipo de recurso/electricidad.\n",
1542
+ "Only for personal charge points. Require an active subscription to use the charge point.": "Sólo para puntos de cargos personales. Requiere una suscripción activa para usar el punto de carga.",
1543
+ "Only for personal charge points. List of subscription plans for any of which the user should have an active subscription, to be able to use the charge point.": "Sólo para los puntos de cargo personal. Lista de planes de suscripción para cualquiera de los cuales el usuario debe tener una suscripción activa, para poder utilizar el punto de carga.",
1544
+ "Shows the system status of the Charge Point. </br>\n`enabled` - the charge point is fully operative.\n`disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n`demo` - acts as a simulator so different setups could be tested. </br>\n`out of order` - the charge point is visible and shared with users, but a charging session\n": "Muestra el estado del sistema del punto de carga. </br>\n`habilitado` - el punto de carga está completamente operativo.\n'deshabilitado' - el punto de carga no se mostraría en el mapa si es un privado comercial o público con la opción pertinente de visibilidad ni podría ser reclamado o encontrado por identificador si es personal (casa). </br>\n`demo` - actúa como un simulador para que se puedan probar diferentes configuraciones. </br>\n`fuera de orden` - el punto de carga es visible y compartido con los usuarios, pero una sesión de carga\n",
1545
+ "This flag indicates whether the operator can actively manage the charge point. If the flag is set to \n false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use 'communicationMode' instead.\n": "Esta bandera indica si el operador puede gestionar activamente el punto de carga. Si la bandera se establece en \n falso, el punto de carga todavía se puede mostrar a los usuarios, pero no pueden solicitar iniciar una sesión en ella.\n\nObsoleto. Utilice 'communicationMode' en su lugar.\n",
1546
+ "OCPP Identifier.": "OCPP Identifier.",
1547
+ "Required for ocpp 1.5 (SOAP).": "Requerido para ocpp 1.5 (SOAP).",
1548
+ "`remote_start_stop_capable` - whether Remote start/stop is possible for the Charge Point </br>\n`meter_values` - whether the Charge Point should send meter updates to the system </br>\n`stop_transaction_on_ev_disconnect` - for ongoing sessions, when the cable is unplugged this should stop the session and if it is returned back a new session would be created. </br>\n`disregard_the_heartbeats` - only for OCPP 1.5 SOAP. Network status by default is updated based on the heartbeat messages. When enabled, the Charge": "`remote_start_stop_capable` - si el punto de inicio o parada remoto es posible para el punto de carga </br>\n`meter_values` - si el punto de carga debe enviar actualizaciones de contadores al sistema </br>\n`stop_transaction_on_ev_disconnect` - para sesiones en curso, cuando el cable está desconectado, esto debería detener la sesión y si se devuelve una nueva sesión se crearía. </br>\n`diswish_the_heartbeats` - sólo para OCPP 1.5 SOAP. El estado de la red por defecto se actualiza basándose en los mensajes del latido cardiaco. Cuando se activa, el punto de carga siempre se trataría como disponible y su estado de red no dependería de los mensajes de heartbeat. </br>\n`display_messages` - El cargador tiene una pantalla y está habilitado para mostrar mensajes. Esta capacidad se activa automáticamente cuando el cargador reporta la clave de configuración correspondiente. Al crear un punto de carga, la capacidad se ignora ya que se detecta automáticamente al arrancar. </br>\n",
1549
+ "The backend will try to set it 3 times at boot notification. If the charge point does not support it, the backend will use the highest security profile the charge point could use. </br> The following security profiles are supported: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (Plain-back Authentication)` - It does not include authentication for the CSMS, or measures to set up a secure communication channel.": "The backend will try to set it 3 times at boot notification. If the charge point does not support it, the backend will use the highest security profile the charge point could use. </br> The following security profiles are supported: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (Plain-back Authentication)` - It does not include authentication for the CSMS, or measures to set up a secure communication channel.",
1550
+ "The ID of the CP Model, if one is associated with the Charge Point. Can be set to null to remove the current CP Model associated with the Charge Point. Mind that on boot the charger reports the hardware model and it is automatically updated.\n": "El ID del modelo CP, si uno está asociado con el punto de carga. Puede establecerse como nulo para eliminar el actual modelo CP asociado con el punto de carga. Ten en cuenta que en el arranque el cargador reporta el modelo de hardware y se actualiza automáticamente.\n",
1551
+ "The partner's corporate billing would be used as a payment method by default, when a user who is invited to use the partner's corporate billing starts a session on the charge point.": "La facturación corporativa del socio se usaría como método de pago por defecto, cuando un usuario invitado a utilizar la facturación corporativa del socio inicia una sesión en el punto de carga.",
1552
+ "`private_view_private_use` - only users invited by the partner with the option to access private charge points could view this charge point on the map and use it.": "`private_view_private_use` - sólo los usuarios invitados por el socio con la opción de acceder a los puntos de cobro privados podrían ver este punto de cobro en el mapa y usarlo.",
1553
+ "The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.": "El aviso sólo está disponible si el punto de carga es de tipo `private` y el accessType es `public_view_private_use`.",
1554
+ "Tags can be used for filtering and grouping chargers by tag. When doing a PATCH input all tags that should be associated with the charge point. Omitting a tag would remove it from the charge point.": "Las etiquetas se pueden utilizar para filtrar y agrupar cargadores por etiqueta. Al hacer una entrada PATCH todas las etiquetas que deben estar asociadas con el punto de carga. Omitir una etiqueta la eliminaría del punto de carga.",
1555
+ "Applicable only for personal charge points. For `public` and `private` charge points will be omitted": "Aplicable sólo para puntos de carga personal. Se omitirán los puntos de carga `public` y `private`",
1556
+ "If both noticeId and partner.notice object are provided in the request the noticeId will be used to complete the request NOT the partner.notice object!": "Si el objeto noticeId y partner.notice son proporcionados en la solicitud, el noticeId será utilizado para completar la solicitud NO el objeto partner.notice !",
1557
+ "When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n": "When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n",
1558
+ "The ID of the charge point that is connected to the backend and used by this charge point for OCPP communication. Required when the `communicationMode` is `via_ocpp_connected_charge_point`.\n": "El ID del punto de carga que está conectado al backend y utilizado por este punto de carga para la comunicación OCPP. Requerido cuando `communicationMode` es `via_ocp_connected_charge_point`.\n",
1559
+ "This property is required!</br>\nIt obsoletes the `managedByOperator` property, which can still be used by older implementations, so neither is marked as required.</br>\nIndicates how the charge point communicates with the backend.</br>\n`none` - the charge point is not connected to the backend. The charge point can be displayed to users with instructions how to use it. An informational notice can be associated with the charge point using the `noticeId` property.</br>\n`direct_ocpp` - the charge point is connec": "¡Esta propiedad es necesaria!</br>\nObsoleta la propiedad `managedByOperator`, que todavía puede ser usada por implementaciones anteriores, así que ninguna de ellas está marcada como requerida.</br>\nIndica cómo se comunica el punto de carga con el backend.</br>\n`ninguno` - el punto de carga no está conectado al backend. El punto de carga se puede mostrar a los usuarios con instrucciones para usarlo. Un aviso informativo puede ser asociado con el punto de carga usando la propiedad `noticeId`.</br>\n`direct_ocpp` - el punto de carga está conectado a través de OCPP y está siendo gestionado activamente por el backend.</br>\n`via_ocp_connected_charge_point` - el punto de carga es un satélite de otro punto de carga que se comunica a través de OCPP y es identificado por `ocpppConnectedChargePointId`. El punto de carga no se gestiona activamente, pero hereda la mayoría de sus propiedades de su punto de carga principal. Al crear este tipo de punto de carga, los siguientes campos no son obligatorios y no se utilizarán:</br>\n - electricityRateId</br>\n - networkType</br>\n - capacidades</br>\n - network</br>\n - autoStartWithoutAuthorization</br>\n - disableAutoStartEmulation</br>\n - security</br>\n - modelId</br>\n - enableAutoFaultRecovery</br>\n - utilityId</br>\n - usesRenewableEnergy</br>\n - enabledRandomisedDelay</br>\n - integradoA</br>\n - entudat</br></br> </br>\n",
1560
+ "The value of the desiredSecurityProfileStatus by which to filter": "El valor del perfil deseado por el cual filtrar",
1561
+ "Only list charge point, identified by evse identifier": "Listar solo el punto de carga, identificado por identificador evse",
1562
+ "Only list charge point, identified by the NetworkId": "Listar sólo el punto de carga, identificado por el NetworkId",
1563
+ "Only list charge points with last boot notification that had this charge_point_serial_number": "Sólo listar puntos de carga con la última notificación de arranque que tuviera este número de serie de charge_point_charge_number",
1564
+ "Only list charge points, identified by modelId": "Listar sólo los puntos de carga, identificados por modelId",
1565
+ "Only list charge points, identified by vendorId": "Listar sólo los puntos de carga, identificados por vendorId",
1566
+ "Only list charge points owned by a certain user": "Listar sólo puntos de carga propiedad de un usuario determinado",
1567
+ "Only list charge points owned by a certain partner": "Listar sólo puntos de carga propiedad de un determinado socio",
1568
+ "Only list charge points with this access type": "Sólo listar puntos de carga con este tipo de acceso",
1569
+ "Only list charge point for a given subOperator": "Listar sólo el punto de carga para un suboperador determinado",
1570
+ "When true - returns only roaming charge points. When false - returns only local charge points.": "Cuando es verdadero - sólo devuelve puntos de carga de itinerancia. Cuando es falso - devuelve sólo puntos de carga local.",
1571
+ "Exact charge point name": "Nombre exacto del punto de carga",
1572
+ "Only list charge points assigned to the location": "Listar sólo los puntos de carga asignados a la ubicación",
1573
+ "Only list charge points added to a certain DLM Circuit": "Listar sólo los puntos de carga añadidos a un cierto Circuito DLM",
1574
+ "Only list charge point for a given Charging Zone": "Listar sólo el punto de carga de una zona de carga dada",
1575
+ "Only list charge points that are managed by operator or not": "Listar sólo los puntos de carga administrados por el operador o no",
1576
+ "Only list charge point, identified by the External ID of the charge point": "Listar solo el punto de carga, identificado por el ID externo del punto de carga",
1577
+ "Only list charge points that have the specific tag assigned.": "Sólo listar los puntos de carga que tienen asignada la etiqueta específica.",
1578
+ "Only list personal charge point with certain sharing code.": "Sólo listar el punto de cargo personal con cierto código compartido.",
1579
+ "Required if `accessType` is `personal`. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n": "Se requiere si `accessType` es `personal`. El PIN debe ser proporcionado en la aplicación móvil cuando el punto de carga es reclamado por un usuario. Debe contener sólo números.\n",
1580
+ "Required if `accessType` is `public` or `private`. NOT required if `accessType` is `personal`.\n": "Se requiere si `accessType` es `public` o `private`. NO se requiere si `accessType` es `personal`.\n",
1581
+ "Shows the system status of the Charge Point.\n * `enabled` - the charge point is fully operative.\n * `disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n * `demo` - acts as a simulator so different setups could be tested.\n * `out of order` - the charge point is visible and shared with users, but a charging session\n": "Shows the system status of the Charge Point.\n * `enabled` - the charge point is fully operative.\n * `disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n * `demo` - acts as a simulator so different setups could be tested.\n * `out of order` - the charge point is visible and shared with users, but a charging session\n",
1582
+ "This flag indicates whether the operator can actively manage the charge point. If the flag is set to 'false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use `communicationMode` instead. The `communicationMode` can only be set when creating a charge point.\n": "Esta bandera indica si el operador puede gestionar activamente el punto de carga. Si la bandera está configurada en 'falso' el punto de carga todavía se puede mostrar a los usuarios, pero no pueden solicitar iniciar una sesión en ella.\n\nObsoleto. Por favor usa `communicationMode` en su lugar. El `communicationMode` solo puede establecerse al crear un punto de carga.\n",
1583
+ "When enabled the system would allow charging sessions initiated </br>\nlocally by the charge point assuming it is setup to work in auto-start / </br>\nplug-and-charge mode. It would also automatically start a </br>\nsession with a remote start command if one is not already started by the charging stations a </br>\nfew seconds after a Preparing status is detected indicating that a vehicle is connected.\n": "When enabled the system would allow charging sessions initiated </br>\nlocally by the charge point assuming it is setup to work in auto-start / </br>\nplug-and-charge mode. It would also automatically start a </br>\nsession with a remote start command if one is not already started by the charging stations a </br>\nfew seconds after a Preparing status is detected indicating that a vehicle is connected.\n",
1584
+ "The Auto-start option above does 2 things: (1) it allows charging </br>\nsessions started by the charge point assuming that it may be set up locally </br>\nto auto-start charging when a vehicle is connected and (2) if the charging </br>\nstation doesnt start the session within a few seconds after the vehicles is </br>\nconnected the system sends a remote start command - which is to emulate auto-start </br>\ncharging. With this checkbox you can disable the emulation and rely </br>\nentirely on the charging station": "La opción de inicio automático anterior hace 2 cosas: (1) permite cobrar </br>\nsesiones iniciadas por el punto de carga asumiendo que puede configurarse localmente </br>\npara autoiniciar la carga cuando un vehículo está conectado y (2) si la estación de carga </br>\nno inicia la sesión en unos segundos después de que los vehículos estén </br>\nconectó el sistema envía un comando de inicio remoto, que es emular la carga automática </br>\n. Con esta casilla puede desactivar la emulación y confiar en </br>\ncompletamente en la estación de carga para iniciar automáticamente la carga. </br>\n",
1585
+ "ISO 8601 formatted date": "ISO 8601 formatted date",
1586
+ "Only list configuration keys identified by variable name": "Sólo listar claves de configuración identificadas por nombre variable",
1587
+ "Only list configuration keys identified by instance": "Sólo listar claves de configuración identificadas por instancia",
1588
+ "Only list configuration keys identified by component name": "Sólo listar claves de configuración identificadas por nombre de componente",
1589
+ "Only list configuration keys identified by EVSE ID": "Sólo listar claves de configuración identificadas por EVSE ID",
1590
+ "This field is required when the configuration key is one of the standard OCPP keys, as defined in the OCPP documentation under \"Standard Configuration Key Names & Values\".": "Este campo es obligatorio cuando la clave de configuración es una de las claves estándar OCPP, como se define en la documentación de OCPP bajo \"Nombres y valores clave de configuración estándar\".",
1591
+ "The identifier that is presented to the users, so they can identify the EVSE at the location.": "El identificador que se presenta a los usuarios, para que puedan identificar el EVSE en la ubicación.",
1592
+ "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n": "Tipo de corriente disponible en el EVSE:\n- **ac**: Carga rápida de corriente (AC)\n- **dc**: Carga rápida de corriente directa (DC)\n",
1593
+ "The EVSE label will be exposed and visualized in the mobile application": "La etiqueta EVSE será expuesta y visualizada en la aplicación móvil",
1594
+ "The OCPP evse identifier (should be consecutive numbers starting from 1)": "El identificador de prueba OCPP (debe ser números consecutivos a partir de 1)",
1595
+ "For roaming EVSEs the status can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.": "Para la roaming EVSEs el estado sólo se puede actualizar si la opción de gestión manual de EVSES está habilitada para el CPO de itinerancia.",
1596
+ "The mid meter certification end year.": "El año final de la certificación de medidores medios.",
1597
+ "The ID of the tariff group attached to the EVSE. If the EVSE is not roaming and tariffGroupId is not specified, the default (free) tariff will be assigned. For roaming EVSEs the Tariff Group can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.": "El ID del grupo de tarifas adjunto al EVSE. Si el EVSE no es roaming y no se especifica tariffGroupId, se asignará la tarifa por defecto (libre). Para la roaming EVSEs el Grupo de Tarifas sólo se puede actualizar si la opción de gestión manual de EVSES está habilitada para el CPO de itinerancia.",
1598
+ "Manages whether reservations are allowed on this EVSE. Requires the Reservations to be activated for the system in order to enable for the EVSE.": "Administra si las reservas están permitidas en este EVSE. Requiere que las Reservas sean activadas para el sistema con el fin de habilitar para el EVSE.",
1599
+ "Indicates if the EVSE can be booked. Requires the Bookings to be activated for the operator and automatically enables allowsReservation when set to true.": "Indica si el EVSE puede ser reservado. Requiere que las Reservas sean activadas para el operador y permite automáticamente permitir la reserva cuando se establece en verdadero.",
1600
+ "in Wh.": "en Wh.",
1601
+ "The maxVoltage of a charge point can fluctuate. Hence, when creating a charge point in the system, the maxVoltage is given as a range. For OCPI purposes it maps as follows: 220-240 = 230 110-130 = 120 400 = 400 380 = 380.": "El máximo voltaje de un punto de carga puede fluctuar, por lo que al crear un punto de carga en el sistema, el máximo voltaje se da como un rango. Para propósitos de OCPI se mapea de la siguiente manera: 220-240 = 230 110-130 = 120 400 = 400 380 = 380.",
1602
+ "`R` stands for `L1`, </br> `S` - for `L2` </br> `T` - for `L3` </br> So for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc.": "`R` significa `L1`, </br> `S` - para `L2` </br> `T` - para `L3` </br> Así que por ejemplo `RST` = `L1`, `L2`, `L3`, mientras que `RTS` = `L1`, `L3`, `L2`, etc.",
1603
+ "Specifies the active line conductors used in the circuit. - `L1_L2` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L2_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1` - V": "Especifica los conductores de línea activos utilizados en el circuito. - `L1_L2` - Valido cuando `phases` = `split_phase` en configuración eléctrica `star` o `phases` = `single_phase` en configuración eléctrica `delta` - `L2_L3` - Valido cuando `phases` = `phase` en configuración eléctrica `star` o `phases` en configuración eléctrica `single_phase` - `L1` - Valido cuando `phases` = `single_phase` en configuración eléctrica `star` - `phases` = `single_phase` o `phases` en configuración eléctrica `delta` - `L1` - Valido cuando `phases` = `single_phase` en configuración eléctrica `star`.",
1604
+ "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connecto": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
1605
+ "ISO 8601 formatted date. Only list status logs created after this datetime": "Fecha con formato ISO 8601. Sólo los registros de estado creados después de esta fecha",
1606
+ "ISO 8601 formatted date. Only list status logs created before this datetime": "Fecha con formato ISO 8601. Sólo los registros de estado creados antes de esta fecha",
1607
+ "Select the type of the variant": "Seleccione el tipo de variante",
1608
+ "Select the mode": "Seleccione el modo",
1609
+ "The state of charge (SoC) percentage above which the `highSoCPriority` will be applied. Must have a 5% offset from the `lowerThresholdPercent` (if provided).\nFor example if `lowerThresholdPercent` is set to 50, this can have a value of 55 or higher.\nSetting this to `null` will remove the usage of the `highSoCPriority`.\n": "The state of charge (SoC) percentage above which the `highSoCPriority` will be applied. Must have a 5% offset from the `lowerThresholdPercent` (if provided).\nFor example if `lowerThresholdPercent` is set to 50, this can have a value of 55 or higher.\nSetting this to `null` will remove the usage of the `highSoCPriority`.\n",
1610
+ "The state of charge (SoC) percentage below which the `lowSoCPriority` will be applied. Must have a 5% offset from the `upperThresholdPercent` (if provided).\nFor example if `upperThresholdPercent ` is set to 50, this can have a value of 45 or lower.\nSetting this to `null` will remove the usage of the `lowSoCPriority`.\n": "El porcentaje del estado de carga (SoC) por debajo del cual se aplicará la `baja SoCPriority`. Debe tener un descuento del 5% del `upperThresholdPercent` (si se proporciona).\nPor ejemplo si `upperThresholdPercent ` está establecido en 50, esto puede tener un valor de 45 o menor.\nEstablecer esto a `null` eliminará el uso de `lowSoCPriority`.\n",
1611
+ "Array of charge point IDs the template will be applied to.": "Identificadores de punto de carga a los que se aplicará la plantilla.",
1612
+ "Specifies whether the configuration template will be enforced each time the charge point boots.": "Especifica si la plantilla de configuración se aplicará cada vez que arranca el punto de carga.",
1613
+ "The OCPP version to filter by": "La versión OCPP para filtrar por",
1614
+ "The timestamp of the measurements. ISO 8601 formatted date.": "Marca de tiempo de las medidas. Fecha formateada ISO 8601.",
1615
+ "The current on L1 in milliamperes (mA)": "La corriente en L1 en miliamperios (mA)",
1616
+ "The current on L2 in milliamperes (mA)": "La corriente en L2 en miliamperios (mA)",
1617
+ "The current on L3 in milliamperes (mA)": "La corriente en L3 en miliamperios (mA)",
1618
+ "The id of the utility providing the electricity. Configured in the Ampeco admin panel.": "El id de la utilidad que proporciona la electricidad. Configurado en el panel de administración de Ampeco.",
1619
+ "The default price per kWh, which will be applied if there is no pricing supplied for a time interval.\nPrices of all electricity rates created through the Public API or tha Ampeco admin panel must include the tax in the price.\nPrice per kWh.\n": "The default price per kWh, which will be applied if there is no pricing supplied for a time interval.\nPrices of all electricity rates created through the Public API or tha Ampeco admin panel must include the tax in the price.\nPrice per kWh.\n",
1620
+ "This field is used only to indicate the applied tax. All Electricity Rate prices should be provided with the tax included in the price.": "Este campo se utiliza sólo para indicar el impuesto aplicado. Todos los precios de las tarifas de electricidad deben ser proporcionados con el impuesto incluido en el precio.",
1621
+ "Represents what percent of the energy is generated from solar power.": "Representa qué porcentaje de la energía se genera a partir de la energía solar.",
1622
+ "Represents what percent of the energy is generated from wind turbines.": "Representa qué porcentaje de la energía se genera a partir de las turbinas eólicas.",
1623
+ "Represents what percent of the energy is generated from hydropower.": "Representa qué porcentaje de la energía se genera a partir de la hidropotencia.",
1624
+ "Represents what percent of the energy is generated from nuclear power plants.": "Representa qué porcentaje de la energía se genera a partir de las centrales nucleares.",
1625
+ "Represents what percent of the energy is generated from burning coal.": "Representa qué porcentaje de la energía se genera a partir de la quema de carbón.",
1626
+ "Represents what percent of the energy is generated from natural gas.": "Representa qué porcentaje de la energía se genera a partir del gas natural.",
1627
+ "Represents what percent of the energy is generated from any other type of renewable energy source. This could include any other renewable source not specifically listed.": "Representa qué porcentaje de la energía se genera a partir de cualquier otro tipo de fuente de energía renovable. Esto podría incluir cualquier otra fuente renovable que no se enumere específicamente.",
1628
+ "Represents what percent of the energy is generated from any other type of non-renewable energy source. This could include any other non-renewable source not specifically listed.": "Representa qué porcentaje de la energía se genera a partir de cualquier otro tipo de fuente de energía no renovable. Esto podría incluir cualquier otra fuente no renovable que no se enumere específicamente.",
1629
+ "Uses the YYYY-MM-DD date format.": "Utiliza el formato de fecha AAA-MM-DD.",
1630
+ "Can be one of the listed days of the week or `any`.": "Puede ser uno de los días listados de la semana o `cualquiera`.",
1631
+ "Filter the periods in which the evses belong to the charge point": "Filtrar los períodos en los que los evasos pertenecen al punto de carga",
1632
+ "ISO 8601 formatted date. If an end date is set the asset will be automatically disabled at that time. Historical time series and forecasts are not generated after the end date.": "ISO 8601 fecha formateada. Si se establece una fecha de finalización, el activo se desactivará automáticamente en ese momento. Las series históricas de tiempo y previsión no se generan después de la fecha de finalización.",
1633
+ "The ID of the Flexibility Asset to filter requests by": "El ID del recurso de flexibilidad para filtrar las solicitudes por",
1634
+ "ID of the DLM circuit. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID del circuito DLM. Sólo uno de dlmCircuitId, chargePointId o evseId puede tener valor.",
1635
+ "ID of the Charge Point. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID del punto de carga. Sólo uno de dlmCircuitId, chargePointId o evseId puede tener valor.",
1636
+ "ID of the EVSE. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID del EVSE. Sólo uno de dlmCircuitId, chargePointId o evseId puede tener valor.",
1637
+ "Short description of the flexibility asset.": "Breve descripción del activo de flexibilidad.",
1638
+ "Flexibility integration.": "Integración de flexibilidad.",
1639
+ "Filter for the assets updated since the given timestamp": "Filtro para los recursos actualizados desde la marca de tiempo dada",
1640
+ "Only list Id tags with a certain UID": "Listar solo etiquetas Id con un UID determinado",
1641
+ "Only list Id tags with a certain label": "Listar solo etiquetas Id con una determinada etiqueta",
1642
+ "Only list Id tags with a certain user id": "Listar solo etiquetas Id con un identificador de usuario determinado",
1643
+ "Only list Id tags that have an expiration date grater or equal to the supplied date": "Listar solo etiquetas Id que tengan una fecha de caducidad mayor o igual a la fecha suministrada",
1644
+ "Only list Id tags in this status": "Sólo listar etiquetas Id en este estado",
1645
+ "Only list Id tags in this type": "Sólo listar etiquetas Id en este tipo",
1646
+ "Only list ID tags assigned to the specified Partner ID. Pass null to list ID tags without a Partner assigned.": "Sólo listar etiquetas de ID asignadas al ID de socio especificado. Pasar nulo para listar etiquetas de ID sin un socio asignado.",
1647
+ "ISO 8601 formatted date. Lists only the id tags that were last updated on and after this datetime": "Fecha con formato ISO 8601. Muestra sólo las etiquetas de id que fueron actualizadas por última vez en y después de esta fecha",
1648
+ "ISO 8601 formatted date. Lists only the id tags that were last updated on and before this datetime": "Fecha con formato ISO 8601. Muestra sólo las etiquetas de identificación que fueron actualizadas por última vez en y antes de esta fecha",
1649
+ "Token used for authorization": "Token usado para la autorización",
1650
+ "Visual or other label that could be associated with the ID Tag": "Etiqueta visual u otra que podría estar asociada con el ID Tag",
1651
+ "The status of the ID tag. Use it to disable or suspend a tag\n* `enabled` The tag is enabled and is accepted as authentication method\n* `disabled` The tag is disabled by the admin user and is not acceptable as authorization method\n* `suspended` The tag is suspended by the owner of the tag and is not acceptable as authorization method\n": "El estado de la etiqueta ID. Úsalo para desactivar o suspender una etiqueta\n* `habilitada` La etiqueta está habilitada y es aceptada como método de autenticación\n* `deshabilitada` La etiqueta está deshabilitada por el usuario administrador y no es aceptable como método de autorización\n* `suspendido` La etiqueta está suspendida por el propietario de la etiqueta y no es aceptable como método de autorización\n",
1652
+ "The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n": "The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n",
1653
+ "Associate the ID tag with a user account. If the user is not presented, the tag will not be authorized! It makes sense to prepare the tags in advance, in case there is another process/entity is going to later assign them!": "Asociar la etiqueta ID con una cuenta de usuario. Si el usuario no se presenta, la etiqueta no será autorizada! ¡Tiene sentido preparar las etiquetas de antemano, en caso de que haya otro proceso/entidad va a asignarlas más tarde!",
1654
+ "The administrator accounts of the selected Partner will be able to edit and delete the specified ID tag": "Las cuentas de administrador del socio seleccionado podrán editar y eliminar la etiqueta de ID especificada",
1655
+ "The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **Auto selection** - use `\"auto\"` (recommended) or `null` (deprecated)\n* The \"last used\" concept has been replaced with \"auto\" selection which cycles through available payment methods.\n": "The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **Auto selection** - use `\"auto\"` (recommended) or `null` (deprecated)\n* The \"last used\" concept has been replaced with \"auto\" selection which cycles through available payment methods.\n",
1656
+ "Start of the time frame to check": "Inicio del marco de tiempo para comprobar",
1657
+ "End of the time frame to check. Time-frame is limited to 7 days.": "Fin del intervalo de tiempo a comprobar. El intervalo de tiempo está limitado a 7 días.",
1658
+ "The full address of the location": "La dirección completa de la ubicación",
1659
+ "The street address of the location": "La dirección de la calle del lugar",
1660
+ "When country is not in US, AU, CA, UM or RO, you can provide the region": "Cuando el país no está en Estados Unidos, UU, CA, UM o RO, usted puede proporcionar la región",
1661
+ "Indicates that the location is always open for charging. If set to false, the `hours` field is required, otherwise it should be ignored.": "Indica que la ubicación está siempre abierta para cobrar. Si se establece en falso, el campo `horas` es obligatorio, de lo contrario debe ser ignorado.",
1662
+ "If a User has initiated a charging session during Working hours but it is already outside of the Working hours, the session will be terminated by the system.": "Si un usuario ha iniciado una sesión de carga durante las horas de trabajo pero ya está fuera de las horas de trabajo, la sesión será terminada por el sistema.",
1663
+ "Working hours interval for single day.": "Intervalo de horas de trabajo para un solo día.",
1664
+ "A valid timezone in the form of Area/Location, required when `Allow Multiple Time Zones` option is turned on in the Timezone Setting.": "Una zona horaria válida en forma de Área/Ubicación, requerida cuando la opción `Permitir múltiples zonas horarias` está activada en la configuración de la zona horaria.",
1665
+ "For roaming Locations, the ID of the roaming operator is provided.": "Para los lugares de itinerancia, se proporciona el ID del operador de itinerancia.",
1666
+ "Only list Locations that have the specific tag assigned.": "Sólo listar ubicaciones que tienen la etiqueta específica asignada.",
1667
+ "ISO 8601 formatted date. Lists only the locations that were last updated on and after this datetime": "Fecha con formato ISO 8601. Muestra sólo las ubicaciones que se actualizaron por última vez en y después de esta fecha",
1668
+ "ISO 8601 formatted date. Lists only the locations that were last updated on and before this datetime": "Fecha con formato ISO 8601. Muestra sólo las ubicaciones que se actualizaron por última vez en y antes de esta fecha",
1669
+ "Internal name of the Charging Zone. This isn't visible to end-users in the app.": "Nombre interno de la zona de carga. Esto no es visible para los usuarios finales de la aplicación.",
1670
+ "Resend all failed notifications from this date onwards.": "Reenviar todas las notificaciones fallidas a partir de esta fecha.",
1671
+ "Resend all failed notifications up to this date.": "Reenviar todas las notificaciones fallidas hasta esta fecha.",
1672
+ "The list of Evses at the same Parking Space. The Evses should belongs to same charging zone.": "La lista de Evses en el mismo espacio de estacionamiento. Los Evses deben pertenecer a la misma zona de carga.",
1673
+ "Only list Parking spaces on a certain EVSE": "Listar sólo espacios de estacionamiento en un cierto EVSE",
1674
+ "The payment method that will be associated with the EMAID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n": "The payment method that will be associated with the EMAID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n",
1675
+ "Use force=true when you want to end the reservation regardless of the CP response": "Utilice force=true cuando quiera terminar la reserva independientemente de la respuesta CP",
1676
+ "ISO-3166 alpha-2 country code of the CPO that owns this Tariff.": "ISO-3166 código de país alpha-2 del CPO que posee este arancel.",
1677
+ "ID of the CPO that owns this Tariff (following the ISO-15118 standard).": "ID de la CPO que posee esta Tarifa (siguiendo la norma ISO-15118).",
1678
+ "Uniquely identifies the tariff within the CPO's platform.": "Identifica única la tarifa dentro de la plataforma del CPO.",
1679
+ "ISO 4217 code of the currency of this tariff.": "ISO 4217 código de la moneda de este tariff.",
1680
+ "Type of this tariff.": "Tipo de esta tarifa.",
1681
+ "List of multi-language alternative texts for this tariff.": "Lista de textos alternativos multiples para esta tarifa.",
1682
+ "URL to a web page that contains an explanation of the tariff information.": "URL a una página web que contiene una explicación de la información de tarifas.",
1683
+ "Price excluding VAT.": "Precio excluido el IVA.",
1684
+ "Price including VAT.": "Precio incluyendo IVA.",
1685
+ "List of Tariff Elements.": "Lista de elementos tarifarios.",
1686
+ "The time when this tariff becomes active. Format ISO 8601 UTC.": "El tiempo en que esta tarifa se activa y el formato ISO 8601 UTC.",
1687
+ "The time after which this tariff is no longer valid. Format ISO 8601 UTC.": "El tiempo después del cual esta tarifa ya no es válida. Formato ISO 8601 UTC.",
1688
+ "True if 100% from regenerative sources.": "Verdadero si 100% de fuentes regenerativas.",
1689
+ "Energy sources of this energy mix.": "Fuentes de energía de esta combinación de energía.",
1690
+ "Environmental impact of this energy mix.": "Impacto ambiental de esta combinación de energía.",
1691
+ "Name of the energy supplier.": "Nombre del proveedor de energía.",
1692
+ "Name of the energy product.": "Nombre del producto energético.",
1693
+ "Timestamp when this Tariff was last updated. Format ISO 8601 UTC.": "Marca de tiempo cuando esta Tarifa fue actualizada por última vez. Formato ISO 8601 UTC.",
1694
+ "If a non-null value is provided, it will set enabled to true. If null is provided, it will set enabled to false.": "Si se proporciona un valor no nulo, se activará como verdadero. Si se proporciona nulo, se activará como falso.",
1695
+ "Example - \"http://m.intercharge.eu/qr?evseid=\" if the URL in the QR Code is http://m.intercharge.eu/qr?evseid=CH*ION*E213604.": "Ejemplo - \"http://m.intercharge.eu/qr?evseid=\" si la URL en el código QR es http://m.intercharge.eu/qr?evseid=CH*ION*E213604.",
1696
+ "Only possible value is `has.to.be`.": "Sólo el valor posible es `has.to.be`.",
1697
+ "Filter by status (enabled or disabled)": "Filtrar por estado (habilitado o deshabilitado)",
1698
+ "Filter by creation date (greater than or equal to)": "Filtrar por fecha de creación (mayor o igual a)",
1699
+ "Filter by creation date (less than or equal to)": "Filtrar por fecha de creación (menor o igual a)",
1700
+ "ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 código de país",
1701
+ "Array of current types (AC, DC) that this filter applies to, pass an empty array to clear all current type restrictions.": "Array de los tipos actuales (AC, DC) a los que se aplica este filtro, pasar una matriz vacía para borrar todas las restricciones de tipo actual.",
1702
+ "Filter EVSEs with power below specified kW value": "Filtrar EVSES con potencia por debajo del valor especificado de kW",
1703
+ "Filter EVSEs whose IDs start with specified prefix(es). Multiple prefixes separated by newlines": "Filtrar EVSES cuyos IDs comienzan con prefijo (es) especificado. Varios prefijos separados por nuevas líneas",
1704
+ "Position of the tariff filter in the ordering sequence. When not provided during creation, it will go last. If an already existing order number is provided, it will reorder the other tariff filters to take their place in the sequence.": "Posición del filtro tarifario en la secuencia de pedidos. Cuando no se proporciona durante la creación, será la última. Si se proporciona un número de pedido ya existente, reordenará los otros filtros tarifarios para que ocupen su lugar en la secuencia.",
1705
+ "Array of custom tariff filter IDs with their new positions. Only include filters that need to be moved - others will maintain their relative positions.": "Array de identificadores de filtro de tarifas personalizadas con sus nuevas posiciones. Sólo incluye filtros que necesitan ser movidos - otros mantendrán sus posiciones relativas.",
1706
+ "Array of current types (AC, DC) that this filter applies to": "Arreglo de los tipos actuales (AC, DC) a los que se aplica este filtro",
1707
+ "Position of the tariff filter in the ordering sequence. If an already existing order number is provided, it will reorder the other tariff filters to take their place in the sequence.": "Posición del filtro de tarifa en la secuencia de pedidos. Si se proporciona un número de pedido ya existente, reordenará los otros filtros tarifarios para que ocupen su lugar en la secuencia.",
1708
+ "The ID of the local Tariff Group assigned to the EVSEs with this roaming tariff(s).": "El ID del Grupo de Tarifas local asignado a los EVSES con este arancel de itinerancia.",
1709
+ "The ID of the subscription plan that replaces the current one. The new Subscription plan will be added to the Subscription plans Restrictions for the Tariffs, where the old plan is present. Also it will be added to all Charge points that require the current Subscription plan.": "El ID del plan de suscripción que reemplaza al actual. El nuevo plan de Suscripción se añadirá a los planes de Suscripción Restricciones para las Tarifas Aduaneras, donde está presente el antiguo plan. También se añadirá a todos los puntos de carga que requieran el plan de suscripción actual.",
1710
+ "The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.": "La fecha a partir de la cual el nuevo Plan de Suscripción reemplaza el actual. Si se deja vacío, se reemplaza inmediatamente.",
1711
+ "Internal note for tracking changes and the reasons for those changes.": "Nota interna para el seguimiento de los cambios y las razones de esos cambios.",
1712
+ "Locales that have been created and are not provided on an update will be deleted. Please provide values in all locales that you wish to keep.": "Se eliminarán los locales que se hayan creado y no se proporcionen en una actualización. Por favor, proporcione valores en todos los locales que desee conservar.",
1713
+ "The number of renewal periods that are free of charge. This is only applicable for pre-paid plans.": "El número de períodos de renovación gratuitos que sólo se aplica a los planes prepagados.",
1714
+ "For pre-paid plans this is the price, for post-paid plans this is the base fee.": "Para los planes prepagados este es el precio, para los planes pospagos esta es la tarifa base.",
1715
+ "Makes the base fee apply per each home charger owned by the subscriber.": "Hace que la tarifa base se aplique por cada cargador de casa propiedad del suscriptor.",
1716
+ "Indicates if charging sessions at personal, commercial+personal charge points are included in the post-paid subscription and would be billed at the end of the billing cycle or when a threshold is met, if there is such.": "Indica si las sesiones de carga son personales, comercial+puntos de cargo personal están incluidos en la suscripción postpago y serán facturados al final del ciclo de facturación o cuando se cumpla un umbral, si hay tal.",
1717
+ "If this threshold is reached, the amount due for the subscription would be billed immediately instead of waiting for the end of the billing period.": "Si se alcanza este umbral, la cantidad adeudada para la suscripción se facturaría inmediatamente en lugar de esperar al final del período de facturación.",
1718
+ "Applicable only for post-paid subscription plans when external billing is enabled. Controls the billing method used for this subscription plan.": "Aplicable sólo para planes de suscripción postpago cuando la facturación externa está habilitada. Controla el método de facturación utilizado para este plan de suscripción.",
1719
+ "When true the allowance can only be used on the home charge points owned by the user. In that case all other allowance restrictions have no effect.": "Cuando es verdadero, la autorización sólo se puede utilizar en los puntos de carga de la vivienda propiedad del usuario. En ese caso, todas las demás restricciones de asignación no tienen efecto.",
1720
+ "The allowance can only be used on charge points in countries in this list. When empty the allowance is valid for charge points in all countries, except the ones explicitly listed in the excludedCountries.": "La asignación sólo puede utilizarse en los puntos de carga de los países de esta lista. Cuando está vacío, la asignación es válida para los puntos de cobro en todos los países, excepto los que se indican explícitamente en los países excluidos.",
1721
+ "The allowance cannot be used on charge points in the countries in this list.": "La asignación no puede utilizarse en los puntos de carga de los países de esta lista.",
1722
+ "When true the allowance cannot be used on roaming charge points.": "Si es verdadero, la franquicia no se puede utilizar en los puntos de cargos de itinerancia.",
1723
+ "An array of Partner IDs. The allowance can only be used on charge points of Partners in this list. When empty the allowance is valid for charge points of any Partner, except the ones explicitly listed in the excludedPartnerChargePoints.": "Una matriz de identificadores de socios. La autorización sólo puede utilizarse en puntos de carga de socios de esta lista. Cuando está vacío, la asignación es válida para los puntos de cobro de cualquier socio, excepto los indicados explícitamente en los puntos de recargo excluidos.",
1724
+ "An array of Partner IDs. The allowance cannot be used on charge points of Partners in this list.": "Una matriz de identificadores de socio. La autorización no se puede utilizar en los puntos de carga de los socios de esta lista.",
1725
+ "The amount of kWh included - combined for AC and DC, should be provided if the type is combined.": "La cantidad de kWh incluída - combinada para AC y DC, debe proporcionarse si el tipo se combina.",
1726
+ "The amount of kWh included for AC, should be provided if the type is separate.": "La cantidad de kWh incluida para AC, debe proporcionarse si el tipo es separado.",
1727
+ "The amount of kWh included for DC, should be provided if the type is separate.": "La cantidad de kWh incluido para el DC, debe proporcionarse si el tipo es separado.",
1728
+ "An array of Partner IDs. The Subscription plan is available only to users invited (and accepted) or created by one of the Partners in this list. When empty the plan is available to all users, except the ones of Partners listed in excludedPartnerUsers.": "Una matriz de IDs de socios. El plan de suscripción sólo está disponible para los usuarios invitados (y aceptados) o creados por uno de los socios en esta lista. Cuando se vacía el plan está disponible para todos los usuarios, excepto los de Socios listados en usuarios excluidos.",
1729
+ "An array of Partner IDs. The Subscription plan is not available to users of the Partners in this list.": "Una matriz de identificadores de socios. El plan de suscripción no está disponible para los usuarios de los socios en esta lista.",
1730
+ "An array of User Group IDs. The Subscription plan is available only to users with a User Group that is in this list. When empty the plan is available to all users, except the ones with a User Group listed in excludedUserGroups.": "Una matriz de IDs de Grupo de Usuarios. El plan de Suscripción está disponible sólo para usuarios con un Grupo de Usuarios que está en esta lista. Cuando se vacía el plan está disponible para todos los usuarios, excepto los que tienen un Grupo de Usuarios listados en excluidosUserGroups.",
1731
+ "An array of User Group IDs. The Subscription plan is not available to users with a User Group that is in this list.": "Una matriz de IDs de Grupo de Usuarios. El plan de Suscripción no está disponible para los usuarios con un Grupo de Usuarios que está en esta lista.",
1732
+ "Required when Post-paid Subscription plans has been enabled for the system.": "Requerido cuando los planes de suscripción postpago han sido habilitados para el sistema.",
1733
+ "Applies separately per each personal charge point owned by the subscriber that requires this Subscription plan.": "Se aplica por separado por cada punto de cargo personal propiedad del suscriptor que requiere este plan de suscripción.",
1734
+ "A change from disabled to enabled is only possible for Subscription plans that are not replaced with another plan.": "Un cambio de desactivado a habilitado sólo es posible para planes de suscripción que no sean reemplazados por otro plan.",
1735
+ "It could be set only for base tariff. The default information that would be shown on the display of the charge point without the user having authorized themselves. The default price information from the base tariff of the first EVSE would be used for the display, when the charge point has more than one EVSE.": "Podría establecerse sólo para el arancel base. La información por defecto que se mostraría en la visualización del punto de carga sin que el usuario se haya autorizado a sí mismo. La información del precio por defecto de la tarifa base del primer EVSE se utilizará para la pantalla, cuando el punto de carga tiene más de un EVSE.",
1736
+ "It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.": "La información que se mostrará en la pantalla del punto de carga cuando esté fuera de línea.",
1737
+ "The information that would be shown on the display of the charge point for users that are eligible for this tariff.": "La información que se mostraría en la visualización del punto de carga para los usuarios elegibles para este tarif.",
1738
+ "Additional information that would be displayed on the charge point when the session ends, along with the total fees for energy, duration and idle.": "Información adicional que se mostraría en el punto de carga cuando termine la sesión, junto con las tarifas totales de energía, duración e inactividad.",
1739
+ "Only list tariffs in a certain group": "Sólo listar tarifas en un grupo determinado",
1740
+ "Can only be used with `tariffGroupId`. When set, a single tariff of the group will be returned (no meta or link props will be included), that will be applied to the when the given user is charging. Note that when you set it to empty (null) then the tariff for anonymous charging will be returned": "Sólo se puede utilizar con `tariffGroupId`. Cuando se establece, se devolverá una única tarifa del grupo (no se incluirán los accesorios de meta o enlace), que se aplicará al cuando el usuario esté cargando. Tenga en cuenta que cuando lo establece en vacío (null) se devolverá la tarifa por cobro anónimo",
1741
+ "Only list tariff of this specific type": "Listar sólo tarifas de este tipo específico",
1742
+ "Only list tariffs managed by certain partner.": "Sólo listar los aranceles gestionados por un determinado socio.",
1743
+ "Setting the type to `charging not allowed` or `free` is enough for creating the particular type of tariff": "Establecer el tipo a `cargando no permitido` o `free` es suficiente para crear el tipo particular de tarifa",
1744
+ "A time when the day begins": "Una hora en la que comienza el día",
1745
+ "A time when the night begins": "Una hora en la que comienza la noche",
1746
+ "Price per session. Only applicable with flat rate tariffs. Up to 5 digits after the decimal point depending on the currency precision.": "Precio por sesión. Sólo aplicable con tarifas de tarifa plana. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1747
+ "Connection fee. A fixed fee that is applied at the start of the charging session. Up to 5 digits after the decimal point depending on the currency precision.": "Tarifa fija que se aplica al inicio de la sesión de carga. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1748
+ "Price per kWh. Up to 5 digits after the decimal point depending on the currency precision.": "Precio por kWh. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1749
+ "Price per kWh during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Precio por kWh durante el día. Se puede aplicar duración+tiempo de energía del día. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1750
+ "Price per kWh during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Precio por kWh durante la noche. Aplicable por duración+tiempo de energía del día. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1751
+ "Charging period. In minutes. It defines the time-period for charging a fee.": "Período de carga. En minutos. Define el período de tiempo para cobrar una comisión.",
1752
+ "Charging fee per period. Applicable for duration+energy. Up to 5 digits after the decimal point depending on the currency precision.": "Cuota de carga por período. Aplicable por duración+energía. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1753
+ "Duration fee limit for the whole session if fee is applied.": "Límite de cuota de duración para toda la sesión si se aplica la cuota.",
1754
+ "Charging fee per period during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Cargo por periodo durante el día. Aplicable por duración+tiempo de energía del día. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1755
+ "Charging fee per period during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Cargo por periodo durante la noche.Se aplica por duración+tiempo de energía del día. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1756
+ "Charging fee per minute during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Carga por minuto durante el día. Aplicable por duración+tiempo de energía del día. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1757
+ "Charging fee per minute during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Cargo por minuto durante la noche. Aplicable por duración+energía del día. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1758
+ "Idle fee per minute. A fee per minute that is applied during idle period (no charging). Up to 5 digits after the decimal point depending on the currency precision.": "Cuota inactiva por minuto. Una cuota por minuto que se aplica durante el período inactivo (sin cargo). Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1759
+ "Idle fee grace period (min). Optional. When idle period (no charging) is detected during a session the user is given this grace period to remove the vehicle, before idle fee starts applying.": "Período de gracia de cuota inactiva (min). Opcional. Cuando se detecta un período de inactividad (sin carga) durante una sesión al usuario se le da este período de gracia para quitar el vehículo, antes de que la cuota de inactividad comience a aplicar.",
1760
+ "Idle fee per minute. A fee per minute that is applied during idle period (no charging).": "Cuota inactiva por minuto. Una cuota por minuto que se aplica durante el período inactivo (sin cargo).",
1761
+ "Defined start time for the application of idle fee.": "Hora de inicio definida para la aplicación de tasas inactivas.",
1762
+ "Defined end time for the application of idle fee.": "Tiempo de finalización definido para la aplicación de tasas inactivas.",
1763
+ "Idle fee limit for the whole session if fee is applied.": "Límite de cuota incompleta para toda la sesión si se aplica la cuota.",
1764
+ "Connection Fee Minimum Session Duration (min). Optional.": "Duración mínima de la sesión de la cuota de conexión (min). Opcional.",
1765
+ "Connection Fee Minimum Session Energy (kWh). Optional. Up to 5 digits after the decimal point depending on the currency precision.": "Opcional. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1766
+ "Duration Fee Grace Period (min). Optional.": "Duración del periodo de gracia (min). Opcional.",
1767
+ "Min. price. Sets a minimum total amount per session.": "Precio mínimo. Establece un monto total mínimo por sesión.",
1768
+ "Pre-authorize amount. The amount to pre-authorize before starting a session. Up to 5 digits after the decimal point depending on the currency precision.": "Cantidad preautorizada. La cantidad a pre-autorizar antes de comenzar una sesión. Hasta 5 dígitos después del punto decimal dependiendo de la precisión de la moneda.",
1769
+ "If Multi-tax Support has been enabled in the Ampeco.CHARGE settings, you can provide the taxId for the tariff here.": "Si el soporte multi impuesto ha sido habilitado en la configuración de Ampeco.CHARGE, puede proporcionar el taxId para la tarifa aquí.",
1770
+ "Use the Electricity Rate of the Charge Point that is already attached and aims to track the electricity costs.": "Utilice la Tasa de Electricidad del Punto de Carga que ya está adjuntado y cuyo objetivo es rastrear los costes de la electricidad.",
1771
+ "When ChargePointElectricityRate is set to *false*, the Electricity Rate ID MUST be supplied in order the electricity rates for the tariff to be known.": "Cuando se establece un *falso*, el ID de la tarifa de electricidad DEBE suministrarse para que las tarifas de electricidad se conozcan.",
1772
+ "Set price for the intervals not specified in `intervalPricing` field.": "Fija el precio para los intervalos no especificados en el campo 'intervalicing'.",
1773
+ "The time interval must be always the same and should not exceed the 24-hour mark. It could be either 15 min, 30 min or 60 min. The startAt and endAt must comply with this restriction.": "El intervalo de tiempo debe ser siempre el mismo y no debe superar la marca de 24 horas. Puede ser de 15 minutos, 30 minutos o 60 minutos. El principio y el endAt deben cumplir con esta restricción.",
1774
+ "Create the price levels according to the kWh. <br /> The first level must have zero value for **firstKwh**. <br /> The last level must have an infinity value for **lastKwh**.": "Create the price levels according to the kWh. <br /> The first level must have zero value for **firstKwh**. <br /> The last level must have an infinity value for **lastKwh**.",
1775
+ "Create the price levels according to the duration of the session from the time the charging started. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.": "Create the price levels according to the duration of the session from the time the charging started. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.",
1776
+ "Different price levels could be created depending on the duration of the idle period. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.": "Different price levels could be created depending on the duration of the idle period. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.",
1777
+ "In minutes. Only for the Peak power level tariff.": "En minutos. Sólo para la tarifa de nivel de pico de potencia.",
1778
+ "When left empty, this means that this is the standard pricing that would be applied in general without taking into consideration the day.": "Cuando se deja vacío, esto significa que se trata de la fijación de precios estándar que se aplicaría en general sin tener en cuenta el día.",
1779
+ "Price for kWh to be considered by Optimised charging for setting the charging periods.": "Precio de kWh para ser considerado por cargos optimizados para fijar los periodos de carga.",
1780
+ "Defined start time for the application of duration fees.": "Hora de inicio definida para la aplicación de tarifas de duración.",
1781
+ "Defined end time for the application of duration fees.": "Hora de finalización definida para la aplicación de tarifas de duración.",
1782
+ "The subsidy integration id that should be applied for this tariff. Only valid for Energy ToU tariffs. Please use the AMPECO.CHARGE backend for the specific integration id.": "El id de integración de subsidios que debe aplicarse para este arancel. Sólo válido para las tarifas de Energy ToU. Utilice el backend AMPECO.CHARGE para el id de integración específico.",
1783
+ "When enabled the tariff of the charger will be saved using the pricing interval when the user starts the charging session.": "Cuando esté habilitada, la tarifa del cargador se guardará utilizando el intervalo de precios cuando el usuario inicie la sesión de carga.",
1784
+ "When enabled, the energy fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Cuando está activado, el componente de cuota de energía de la tarifa se ahorrará usando el intervalo de precios cuando el usuario inicie la sesión de carga.",
1785
+ "When enabled, the duration fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Cuando está activado, el componente de tarifa de duración se guardará usando el intervalo de precios cuando el usuario inicie la sesión de carga.",
1786
+ "Switches the session to idle when the SoC (%) exceeds the selected value. Leave empty to use the system wide setting. This option will take effect only if `Allow custom SoC (%) threshold per Tariff` is set in `Idle period detection` setting.": "Cambia la sesión a la inactividad cuando el SoC (%) excede el valor seleccionado. Deje en blanco para usar la configuración del sistema. Esta opción sólo tendrá efecto si `Permitir umbral personalizado de SoC (%) por tarifa ' se establece en el ajuste `detección de período inactivo`.",
1787
+ "Sets the session to idle state when the average kW for the past 5 minutes is below the set threshold. This option will take effect only if `Allow custom power threshold per Tariff` is set in `Idle period detection` setting.": "Establece la sesión en estado inactivo cuando el kW promedio de los últimos 5 minutos está por debajo del umbral establecido. Esta opción sólo tendrá efecto si `Permitir umbral de potencia personalizado por arancel arancelario` se establece en el ajuste `Detección de período inactivo`.",
1788
+ "Session max time. The maximum minutes a session is allowed to run. Skip for no time limit.": "Tiempo máximo de sesión. Los minutos máximos que se permite ejecutar una sesión. Saltar sin límite de tiempo.",
1789
+ "The maximum energy (kWh) allowed per session. Skip for no limit.": "La energía máxima (kWh) permitida por sesión. Saltar sin límite.",
1790
+ "Makes the tariff apply to users of the partner, who is set as owner of the charge point.": "Hace que la tarifa se aplique a los usuarios del socio, que se establece como propietario del punto de carga.",
1791
+ "Makes the tariff apply to users of all eMSPs, which are roaming partners.": "Hace que la tarifa se aplique a los usuarios de todos los eMSP, que son socios de itinerancia.",
1792
+ "Makes the tariff valid for non-registered users(ad-hoc charging).": "La tarifa es válida para usuarios no registrados (cargo ad-hoc).",
1793
+ "Sets the amount that would be blocked on the user's card at the start of the session. Required if applyToAdHocUsers is true and one of the following billing strategies is chosen: `Require payment method and authorize certain amount before starting session` or `Require payment method OR minimum amount in balance`.": "Establece la cantidad que se bloquearía en la tarjeta del usuario al inicio de la sesión. Se requiere si applyToAdHocUsers es cierto y una de las siguientes estrategias de facturación es elegida: `Requerir método de pago y autorizar cierta cantidad antes de iniciar la sesión` o `Requiere método de pago o cantidad mínima en saldo`.",
1794
+ "Set the minimum pre-authorized amount threshold. When the remaining ad hoc pre-authorized amount falls below this value, the charging session will automatically stop to prevent revenue loss.": "Establece el umbral mínimo de la cantidad preautorizada. Cuando el importe ad-hoc restante caiga por debajo de este valor, la sesión de cobro se detendrá automáticamente para prevenir la pérdida de ingresos.",
1795
+ "Users of specific Partners. Provide a list of partner IDs. Matches if the user is a invited to at least one of the partners.": "Usuarios de socios específicos. Proporcione una lista de identificadores de socios. Coincide si el usuario es invitado a al menos uno de los socios.",
1796
+ "Users with a specific group. Provide a list of user groups. Matches if the user is a member of at least one of the groups.": "Usuarios con un grupo específico. Proporciona una lista de grupos de usuarios. Coincide si el usuario es miembro de al menos uno de los grupos.",
1797
+ "An array of user group IDs. Users with a specific group. Provide a list of user group IDs.": "Una matriz de IDs de grupo de usuarios. Usuarios con un grupo específico. Proporciona una lista de IDs de grupo de usuarios.",
1798
+ "Users with a specific subscription plan. Provide a list of subscription plan IDs. Matches if the user has active one of the subscription plans.": "Usuarios con un plan de suscripción específico. Proporciona una lista de IDs del plan de suscripción. Coincide si el usuario tiene activo uno de los planes de suscripción.",
1799
+ "The date from which the tariff becomes valid.": "La fecha a partir de la cual la tarifa es válida.",
1800
+ "The expiry date of the tariff. The tariff is valid until this date inclusive.": "La fecha de caducidad de la tarifa. La tarifa es válida hasta esta fecha inclusive.",
1801
+ "The assigned Partner will have access to make changes to the tariff.": "El socio asignado tendrá acceso para hacer cambios en el tarif.",
1802
+ "The default information that would be shown on the display of the charge point without the user having authorized themselves.": "La información por defecto que se mostraría en la visualización del punto de carga sin que el usuario se haya autorizado a sí mismo.",
1803
+ "The information that would be shown on the display of the charge point when offline.": "La información que se mostrará en la visualización del punto de carga cuando esté fuera de línea.",
1804
+ "References the internal integration configuration that enables this tariff type": "Referencias de la configuración de integración interna que permite este tipo de tarifa",
1805
+ "Email address to send the invoice": "Dirección de correo electrónico para enviar la factura",
1806
+ "Reference to the payment processor or payment terminal where more information about the transaction could be checked.": "Referencia al procesador de pagos o terminal de pago donde se podría comprobar más información sobre la transacción.",
1807
+ "ISO 8601 formatted date. Lists only the transactions created after this datetime": "Fecha con formato ISO 8601. Muestra sólo las transacciones creadas después de esta fecha",
1808
+ "ISO 8601 formatted date. Lists only the transactions created before this datetime": "Fecha con formato ISO 8601. Muestra sólo las transacciones creadas antes de esta fecha",
1809
+ "ISO 8601 formatted date. Lists only the transactions that were last updated after this datetime": "Fecha con formato ISO 8601. Muestra sólo las transacciones que fueron actualizadas por última vez después de esta fecha",
1810
+ "ISO 8601 formatted date. Lists only the transactions that were last updated before this datetime": "Fecha con formato ISO 8601. Muestra sólo las transacciones que se actualizaron por última vez antes de esta fecha",
1811
+ "Only list transactions by type of payment method": "Listar sólo transacciones por tipo de método de pago",
1812
+ "Only list transactions by a certain user": "Sólo listar transacciones de un usuario determinado",
1813
+ "Only list transaction by invoice number": "Sólo listar transacción por número de factura",
1814
+ "Only list transaction in this status": "Sólo listar transacción en este estado",
1815
+ "Only list transaction with this session id": "Sólo listar transacción con este id de sesión",
1816
+ "Only list transactions with specific ref number.": "Listar sólo las transacciones con un número de referencia específico.",
1817
+ "Only list transactions with the selected billing type.": "Listar sólo las transacciones con el tipo de facturación seleccionado.",
1818
+ "Only list transactions with specific payment terminal id.": "Listar sólo las transacciones con el id de terminal de pago específico.",
1819
+ "ISO 8601 formatted date. Lists only the transactions finalized before this datetime": "Fecha con formato ISO 8601. Lista sólo las transacciones finalizadas antes de esta fecha",
1820
+ "ISO 8601 formatted date. Lists only the transactions finalized after this datetime": "Fecha con formato ISO 8601. Lista sólo las transacciones finalizadas después de esta fecha",
1821
+ "Only list transactions paid with this specific voucher id.": "Sólo listar las transacciones pagadas con este id de cupón específico.",
1822
+ "Only list transactions with the specified purchase type(s). Determines what the transaction was for based on its associated entity.": "Sólo listar transacciones con el tipo de compra especificado. Determina para qué fue la transacción basada en su entidad asociada.",
1823
+ "Required when `methodType` is `card`.": "Requerido cuando `methodType` es `card`.",
1824
+ "Required when `methodType` is `bank_transfer`.": "Se requiere cuando `methodType` es `bank_transfer`.",
1825
+ "Required when `methodType` is `wallet`.": "Requerido cuando `methodType` es `wallet`.",
1826
+ "Deprecated, please use `methodType` and `cardNetwork` instead.": "Obsoleto, por favor usa `methodType` y `cardNetwork` en su lugar.",
1827
+ "The subscription will be valid until this end date": "La suscripción será válida hasta esta fecha de fin",
1828
+ "Enable the auto-renewal of the subscription after the end date": "Activar la renovación automática de la suscripción después de la fecha de finalización",
1829
+ "Shown to the user and also added to the user's bank statement (if the payment method is a bank card).": "Se muestra al usuario y también se añade al extracto bancario del usuario (si el método de pago es una tarjeta bancaria).",
1830
+ "The ID of the payment method, as returned by the payment method listing (User / Payment Method / Listing). When left empty or null, it would take the balance and if the balance is insufficient, would reject the action. Corporate billing is not supported as a payment method.": "El ID del método de pago, devuelto por la lista de métodos de pago (Usuario / Método de pago / lista). Cuando se deja vacío o nulo, tomaría el equilibrio y si el equilibrio es insuficiente, rechazaría la acción. La facturación corporativa no se apoya como método de pago.",
1831
+ "The reason for the cancellation. It would be included in the Audit logs.": "El motivo de la cancelación, se incluiría en los registros de auditoría.",
1832
+ "* `enabled` Enabled - the user is allowed to use the system\n* `disabled` Disabled - the user is NOT allowed to use the system\n": "* `enabled` Activado - el usuario puede usar el sistema\n* `disabled` Desactivado - el usuario NO está autorizado a usar el sistema\n",
1833
+ "The code of the voucher that should be redeemed.": "El código del cupón que debe ser canjeado.",
1834
+ "Only list users that belong to a certain user group": "Listar sólo los usuarios que pertenecen a un grupo de usuarios determinado",
1835
+ "Only list users attached to the partner.": "Sólo listar usuarios adjuntos al socio.",
1836
+ "Only list users with specific external id": "Sólo listar usuarios con id externo específico",
1837
+ "Only list user with specific email": "Sólo listar usuario con correo electrónico específico",
1838
+ "Only list records with specific external application data. You can use a dot notation to search for nested properties. For example, `filter[externalAppData.property1.property2]=value`.": "Sólo listar registros con datos específicos de la aplicación externa. Puede usar una notación de puntos para buscar propiedades anidadas. Por ejemplo, `filter[externalAppData.property1.property2]=value`.",
1839
+ "ISO 8601 formatted date. Lists only the users that were last updated on and after this datetime": "Fecha con formato ISO 8601. Muestra sólo los usuarios que fueron actualizados por última vez en y después de esta fecha",
1840
+ "ISO 8601 formatted date. Lists only the users that were last updated on and before this datetime": "Fecha con formato ISO 8601. Muestra sólo los usuarios que fueron actualizados por última vez en y antes de esta fecha",
1841
+ "Sets a requirement for the user to set a new password when they next open the app. After a new password is set, this option resets automatically.": "Establece un requisito para el usuario para establecer una nueva contraseña cuando la próxima vez que abra la aplicación. Después de establecer una nueva contraseña, esta opción se restablece automáticamente.",
1842
+ "The language and regional settings to use in the app.\n\n**Only available** if the option to update the user locale has been enabled for the operator.\n": "The language and regional settings to use in the app.\n\n**Only available** if the option to update the user locale has been enabled for the operator.\n",
1843
+ "Third party identifier of the user": "Identificador de terceros del usuario",
1844
+ "Determine the number of sessions a user could start - single or multiple simultaneous sessions, or whether the user could start simultaneous sessions with several Id Tags.": "Determinar el número de sesiones que un usuario puede iniciar - una o varias sesiones simultáneas, o si el usuario puede iniciar sesiones simultáneas con varias etiquetas de Id.",
1845
+ "Indicates whether the user has opted into receiving news and promotions. To opt in, set this field to 'true'; otherwise, set it to 'false'.": "Indica si el usuario ha optado por recibir noticias y promociones. Para optar, establezca este campo como 'verdadero'; de lo contrario, establezca como 'falso'.",
1846
+ "IBAN that is provided for the user.": "IBAN que se proporciona para el usuario.",
1847
+ "Name of the Bank for which the user has provided IBAN.": "Nombre del Banco para el cual el usuario ha proporcionado IBAN.",
1848
+ "Address of the user's Bank.": "Dirección del banco del usuario.",
1849
+ "Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.": "Código bancario asignado por un banco central, un organismo supervisor o una Asociación de Banqueros del país.",
1850
+ "Bank account ID provided by the user.": "ID de cuenta bancaria proporcionada por el usuario.",
1851
+ "Type of account the user has provided.": "Tipo de cuenta que el usuario ha proporcionado.",
1852
+ "A optional unique string that is used to prevent replay attacks. It's generated by the server, the client should pass it if the user is being created from an external sign up embedded web app and needs to automatically log in the user in the mobile app after creation.": "Una cadena única opcional que se utiliza para prevenir ataques de repetición. Es generado por el servidor, el cliente debería pasarlo si el usuario está siendo creado a partir de una aplicación web embebida de registro externo y necesita iniciar sesión automáticamente en el usuario de la aplicación móvil después de su creación.",
1853
+ "Updates the user's preference for receiving news and promotions. To change their preference, update this field to 'true' to opt in, or 'false' to opt out.": "Actualiza la preferencia del usuario para recibir noticias y promociones. Para cambiar sus preferencias, actualice este campo a 'verdadero' para opt-in, o 'falso' para opt-out.",
1854
+ "The type of the tokenized payment method. If not provided - defaults to card": "El tipo de método de pago tokenizado. Si no se proporciona - por defecto en la tarjeta",
1855
+ "The type of the bank transfer. Required if `tokenizedType` is `bank_transfer`": "El tipo de la transferencia bancaria. Requerido si `tokenizedType` es `bank_transfer`",
1856
+ "The ID of the Transaction object, created when you initiated the request.": "El ID del objeto Transacción, creado cuando usted inició la solicitud.",
1857
+ "ISO 8601 formatted date. Lists only the authorizations created after this datetime": "Fecha con formato ISO 8601. Muestra sólo las autorizaciones creadas después de esta fecha",
1858
+ "ISO 8601 formatted date. Lists only the authorizations created before this datetime": "Fecha con formato ISO 8601. Lista sólo las autorizaciones creadas antes de esta fecha",
1859
+ "ISO 8601 formatted date. Lists only the authorizations that were last updated after this datetime": "Fecha con formato ISO 8601. Lista sólo las autorizaciones que fueron actualizadas por última vez después de esta fecha",
1860
+ "ISO 8601 formatted date. Lists only the authorizations that were last updated before this datetime": "Fecha con formato ISO 8601. Lista sólo las autorizaciones que se actualizaron por última vez antes de esta fecha",
1861
+ "Lists only authorizations with one of the following statuses: \"accepted\", \"rejected\", \"pending\"": "Lista sólo autorizaciones con uno de los siguientes estados: \"aceptado\", \"rechazado\", \"pendiente\"",
1862
+ "Lists only authorizations with one of the following methods: \"mobile_device\", \"rfid_tag\", \"admin_account\", \"plug_and_charge\", \"plug_and_charge_iso15118\", \"roaming\", \"payment_terminal\"": "Lista sólo autorizaciones con uno de los siguientes métodos: \"mobile_device\", \"rfid_tag\", \"admin_account\", \"plug_and_charge\", \"plug_and_charge_iso15118\", \"roaming\", \"payment_terminal\"",
1863
+ "Lists only authorizations of users who are associated to a particular partner": "Lista sólo las autorizaciones de los usuarios asociados a un socio en particular",
1864
+ "Filter by booking request status": "Filtrar por estado de solicitud de reserva",
1865
+ "Filter by user ID": "Filtrar por ID de usuario",
1866
+ "Filter by location ID": "Filtrar por ID de ubicación",
1867
+ "Filter requests with start time after this date": "Filtrar solicitudes con la hora de inicio después de esta fecha",
1868
+ "Filter requests with start time before this date": "Filtrar solicitudes con la hora de inicio antes de esta fecha",
1869
+ "Filter requests with end time after this date": "Filtrar solicitudes con la hora de finalización después de esta fecha",
1870
+ "Filter requests with end time before this date": "Filtrar solicitudes con hora de fin antes de esta fecha",
1871
+ "Filter requests that were created after this date": "Filtrar solicitudes que fueron creadas después de esta fecha",
1872
+ "Filter requests that were created before this date": "Filtrar solicitudes que fueron creadas antes de esta fecha",
1873
+ "Filter by booking status": "Filtrar por estado de reserva",
1874
+ "Filter bookings with start time after this date": "Filtrar reservas con la hora de inicio después de esta fecha",
1875
+ "Filter bookings with start time before this date": "Filtrar reservas con la hora de inicio antes de esta fecha",
1876
+ "Filter bookings with end time after this date": "Filtrar reservas con la hora de finalización después de esta fecha",
1877
+ "Filter bookings with end time before this date": "Filtrar reservas con hora de fin antes de esta fecha",
1878
+ "Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\n": "Incluya información adicional en la respuesta. Las siguientes opciones están disponibles:\n- **bookedEvses**: Incluya información sobre los EVSE vinculados a esta reserva\n",
1879
+ "Filters CDRs by the start time, selecting records with a start time equal to or later than the specified value. The date-time should be formatted according to ISO 8601 standards.": "Filtra CDRs por la hora de inicio, seleccionando registros con una hora de inicio igual o posterior que el valor especificado. La fecha y hora deben ser formateadas de acuerdo a las normas ISO 8601.",
1880
+ "Filters CDRs by the start time, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting records up to a certain start time. The provided date-time should be in ISO 8601 format.": "Filtra CDRs por la hora de inicio, seleccionando registros con una hora de inicio igual o superior al valor especificado. Este filtro ayuda a seleccionar grabaciones hasta una cierta hora de inicio. La fecha de inicio debe estar en formato ISO 8601.",
1881
+ "This filter retrieves CDRs with an end time equal to or later than the specified value. It helps filter records based on the end of a timeframe, ensuring that only records ending after a certain point are selected. The date-time format should adhere to ISO 8601 standards.": "Este filtro recupera CDRs con un tiempo final igual o posterior al valor especificado. Ayuda a filtrar registros basados en el final de un intervalo de tiempo, asegurando que sólo los registros que terminen después de un determinado punto sean seleccionados. El formato de fecha y hora debe ajustarse a los estándares ISO 8601.",
1882
+ "Filters CDRs based on their end time, selecting those with an end time equal to or earlier than the provided value. This filter limits the selection to records that conclude by a certain time. The date-time should be in ISO 8601 format.": "Filtra los CDRs basados en su tiempo de finalización, seleccionando aquellos con un tiempo de fin igual o superior al valor proporcionado. Este filtro limita la selección a los registros que concluyen por cierto tiempo. La fecha-hora debe estar en formato ISO 8601.",
1883
+ "Only CDRs associated with a specific Roaming Operator/Provider.": "Sólo CDRs asociados con un Operador/Proveedor de Roaming específico.",
1884
+ "Only CDRs linked to a specific Roaming Platform.": "Sólo CDR enlazados a una plataforma de roaming específica.",
1885
+ "Filters CDRs by the unique identifier within the CPO’s platform (and sub-operator platforms). If you use this filter, it will return a single result.": "Filtra CDRs por el identificador único dentro de la plataforma del CPO (y las plataformas de suboperadores). Si utiliza este filtro, devolverá un único resultado.",
1886
+ "Only Credit CDRs.": "Sólo CDR de crédito.",
1887
+ "If true only CDRs that we issued as CPO will be returned, if false only CDRs that we received as eMSP will be returned.": "Si es verdad sólo se devolverán CDRs que emitimos como CPO, si es falso sólo se devolverán CDRs que recibimos como eMSP.",
1888
+ "Filters CDRs by the time when received from CPOs, selecting records with a received time equal to or later than the specified value. This filter helps in selecting received records from a certain time and works for non local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filtra CDRs por el momento en que se recibe de CPO, seleccionando registros con un tiempo recibido igual o posterior al valor especificado. Este filtro ayuda a seleccionar registros recibidos desde un cierto momento y funciona para CDR no locales. La fecha-hora debe seguir el estándar ISO 8601.",
1889
+ "Filters CDRs by the time when received from CPOs, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting received records up to a certain time and works for non local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filtra CDRs por el momento en que se recibe de CPO, seleccionando registros con una hora de inicio igual o superior al valor especificado. Este filtro ayuda a seleccionar las grabaciones recibidas hasta cierto momento y funciona para CDR no locales. La fecha-hora debe seguir el estándar ISO 8601.",
1890
+ "Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or later than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filtra CDRs por el momento cuando se envía a EMSP, seleccionando registros con un tiempo enviado igual o posterior al valor especificado. Este filtro ayuda a seleccionar registros enviados desde un cierto momento y funciona para CDR locales. La fecha-hora debe seguir el estándar ISO 8601.",
1891
+ "Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or earlier than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filtra CDRs por el momento cuando se envía a EMSP, seleccionando registros con un tiempo enviado igual o superior al valor especificado. Este filtro ayuda a seleccionar registros enviados desde un cierto momento y funciona para CDR locales. La fecha-hora debe seguir el estándar ISO 8601.",
1892
+ "Filters CDRs that were sent to the EMSP based on their delivery status.\nUse this dropdown filter to retrieve CDRs with one of the following statuses:\n - `success`: CDRs successfully **accepted** by the EMSP.\n - `fail`: CDRs that were **rejected** (not accepted) by the EMSP.\n": "Filters CDRs that were sent to the EMSP based on their delivery status.\nUse this dropdown filter to retrieve CDRs with one of the following statuses:\n - `success`: CDRs successfully **accepted** by the EMSP.\n - `fail`: CDRs that were **rejected** (not accepted) by the EMSP.\n",
1893
+ "Specify parent circuit in Multi-level DLM. Circuits used in flexibility assets or using load balancing integration can not be used in Multi-level DLM.\n": "Especifique el circuito padre en DLM de múltiples niveles. Circuitos utilizados en activos de flexibilidad o utilizando integración de equilibrio de carga no pueden utilizarse en DLM de múltiples niveles.\n",
1894
+ "`R` stands for `L1`, </br>\n`S` - for `L2` </br>\n`T` - for `L3` </br>\nSo for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc. </br>\nThe field is mandatory for Multi-level DLM when the `phases` value is `three_phase`.\n": "`R` significa `L1`, </br>\n`S` - para `L2` </br>\n`T` - para `L3` </br>\nAsí que por ejemplo `RST` = `L1`, `L2`, `L3`, mientras que `RTS` = `L1`, `L3`, `L2`, etc. </br>\nEl campo es obligatorio para DLM de nivel múltiple cuando el valor `phases` es `three_phase`.\n",
1895
+ "Specifies the active line conductors used in the circuit. </br>\nSingle phase values (`phases` = `single_phase`): `L1`, `L2`, `L3` - Valid in `star` electrical configuration </br>\nSplit phase values (`phases` = `split_phase`): `L1_L2`, `L2_L3`, `L1_L3` - Valid in `star` electrical configuration </br>\nThis field is mandatory for Multi-level DLM when the `phases` value is `single_phase` or `split_phase`.\n": "Especifica los conductores de línea activos utilizados en el circuito. </br>\nValores de una sola fase (`phases` = `single_phase`): `L1`, `L2`, `L3` - Válido en la configuración eléctrica `star` </br>\nDividir valores de fase (`phases` = `split_phase`): `L1_L2`, `L2_L3`, `L1_L3` - Valido en la configuración eléctrica `star` </br>\nEste campo es obligatorio para DLM de nivel múltiple cuando el valor `phases` es `single_phase` o `split_phase`.\n",
1896
+ "Defines the type of electrical configuration of the circuit. A circuit must have the same electrical configuration as its parent circuit. To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added. To modify a circuit's electrical configuration, all charge points with a different configuration must first be removed through Actions / Detach Charge Point. The available options are </br> `star` - TN system - Star (Y) (default)</br> `delta` - ": "Define el tipo de configuración eléctrica del circuito. Un circuito debe tener la misma configuración eléctrica que su circuito padre. Para mantener la seguridad y compatibilidad, sólo se pueden añadir puntos de carga con una configuración eléctrica idéntica al circuito. Para modificar la configuración eléctrica de un circuito, todos los puntos de carga con una configuración diferente primero deben ser removidos a través de Acciones / Puntos de Carga. Las opciones disponibles son </br> `star` - Sistema TN - Estrella (Y) (por defecto)</br> `delta` - Sistema TI - Delta (is)</br>",
1897
+ "The current (A) limit for the whole circuit. This would usually be the circuit breaker rated current.": "Límite de corriente (A) para todo el circuito. Este sería usualmente el interruptor de circuito puntuado corriente.",
1898
+ "Defines what is the lowest current (A) allowed per charge point. New sessions cannot start if any of the existing ones has to be lowered to less than the set minimum rate. This is to ensure that a connected car vehicle actually charge because the vehicles have a minimum charging rate below which they would not accept the charge. If left empty, there is no minimum.": "Define cuál es la corriente más baja (A) permitida por punto de carga. Las nuevas sesiones no pueden comenzar si alguna de las ya existentes tiene que ser reducida a menos que la tarifa mínima fijada. Se trata de garantizar que un vehículo conectado realmente cobre porque los vehículos tienen una tasa mínima por debajo de la cual no aceptarían la tasa. Si se deja vacío, no hay un mínimo.",
1899
+ "Sets the limit to 0 when the session enters an idle period.": "Establece el límite a 0 cuando la sesión entre en un período inactivo.",
1900
+ "The ID of the Electricity Meter linked to the circuit (if any).": "El ID del Medidor de Electricidad enlazado al circuito (si existe).",
1901
+ "The current (A) reserved for other loads on the circuit (non-managed loads) when the Electricity Meter is offline.": "La corriente (A) reservada para otras cargas en el circuito (cargas no administradas) cuando el Medidor de Electricidad está fuera de línea.",
1902
+ "The id of the load balancing integration (can be found in the Ampeco backend). Provide `null` if you want to disable any load balancing integration and revert back to the Ampeco built-in load balancing.": "El id de la integración de equilibrio de carga (se puede encontrar en el backend de Ampeco). Proporcione `null` si desea desactivar cualquier integración de equilibrio de carga y volver al balance integrado de carga de Ampeco.",
1903
+ "The ID of the User Group the user must be part of or the ID of the Partner from which the user must have an invite from, for the set priority apply for the session.": "El ID del Grupo de Usuarios del que el usuario debe formar parte o el ID del Socio desde el cual el usuario debe tener una invitación, para la prioridad establecida se aplica a la sesión.",
1904
+ "The priority where 1 is equal to anyone else, 2 is twice as important, 0.5 is half as important.": "La prioridad cuando 1 es igual a cualquier otro, 2 es el doble de importante, 0,5 es la mitad de lo importante.",
1905
+ "The currency 3-letter code.": "El código de 3 letras de moneda.",
1906
+ "When displaying amounts in this currency, the prefix is added in front of the amount. This could be symbols, for example $ or £.": "Al mostrar montos en esta moneda, el prefijo se añade delante de la cantidad. Esto podría ser símbolos, por ejemplo $ o £.",
1907
+ "When displaying amounts in this currency, the suffix is added after the amount.": "Al mostrar cantidades en esta moneda, el sufijo se añade después de la cantidad.",
1908
+ "The actual precision of the currency. This is used when charging a payment method or calculating totals.": "La precisión real de la moneda. Esto se utiliza al cobrar un método de pago o calcular totales.",
1909
+ "Used when setting price per kWh and per minute in tariffs.": "Utilizado al fijar el precio por kWh y por minuto en tarifas.",
1910
+ "When enabled, the minor currency unit is used to set electricity price threshold for flexible tariffs and to set electricity cost tracking in the home charging app. The minor currency unit for the US dollar, for example, is the cent.": "Cuando está habilitado, la unidad monetaria menor se utiliza para fijar el umbral del precio de la electricidad para aranceles flexibles y para establecer un seguimiento del coste de la electricidad en la aplicación de cobro de la vivienda. La unidad monetaria menor del dólar estadounidense, por ejemplo, es el céntimo.",
1911
+ "The sign or letter for the minor currency unit. For US dollar, for example, this could be \"¢\" or \"c\" for cents.": "El signo o carta para la unidad monetaria menor. Para el dólar estadounidense, por ejemplo, esto podría ser \"¢\" o \"c\" para centavos.",
1912
+ "Base currency code (ISO 4217)": "Código base de moneda (ISO 4217)",
1913
+ "Target currency code (ISO 4217)": "Código de moneda destino (ISO 4217)",
1914
+ "The exchange rate from base to target currency": "El tipo de cambio de la base a la moneda de destino",
1915
+ "Filter by base currency code": "Filtrar por código de moneda base",
1916
+ "Filter by target currency code": "Filtrar por código de moneda de destino",
1917
+ "Filter by records updated before a specific datetime": "Filtrar por registros actualizados antes de una fecha específica",
1918
+ "Filter by records updated after a specific datetime": "Filtrar por registros actualizados después de una fecha específica",
1919
+ "The ID of the charge point.": "El ID del punto de carga.",
1920
+ "Only list EVSEs on a certain charge point": "Sólo listar EVSES en un determinado punto de carga",
1921
+ "Only list EVSEs, identified by id (QR Code)": "Sólo listar EVSEs, identificados por id (código QR)",
1922
+ "Only list EVSEs, identified by externalId": "Sólo listar EVSEs, identificados por externalId",
1923
+ "If true, only roaming EVSEs will be returned. If false, only local EVSEs will be returned. If not passing, all EVSEs will be returned.": "Si es verdadero, sólo se devolverán los EVSES de itinerancia. Si es falso, sólo se devolverán los EVSE locales. Si no pasa, todos los EVSE serán devueltos.",
1924
+ "Filter by charge point vendor IDs.": "Filtrar por ID de proveedor de punto de carga.",
1925
+ "Filter by charge point model IDs.": "Filtrar por IDs del modelo de punto de carga.",
1926
+ "Filter by firmware version string. Matches both exact versions and versions that begin with the search string (e.g., \"1.2\" will match exactly \"1.2\" as well as versions like \"1.2.0\", \"1.2.3\", etc.).": "Filtrar por cadena de versión de firmware. Coincide tanto con versiones exactas como con versiones que comienzan con la cadena de búsqueda (e. ., \"1.2\" coincidirá exactamente con \"1.2\" así como versiones como \"1.2.0\", \"1.2.3\", etc.).",
1927
+ "The status of the installer job": "El estado del trabajo del instalador",
1928
+ "Lists the installer jobs that have been created after the specified date and time, please provide the value as an ISO 8601 formatted date": "Lista los trabajos del instalador que han sido creados después de la fecha y hora especificada, por favor proporcione el valor como una fecha con formato ISO 8601",
1929
+ "Lists the installer jobs that have been created before the specified date and time, please provide the value as an ISO 8601 formatted date": "Lista los trabajos del instalador que han sido creados antes de la fecha y hora especificada, por favor proporcione el valor como una fecha con formato ISO 8601",
1930
+ "Lists the installer jobs that have been last updated after the specified date and time, please provide the value as an ISO 8601 formatted date": "Lista los trabajos del instalador que han sido actualizados por última vez después de la fecha y hora especificadas, por favor proporcione el valor como una fecha con formato ISO 8601",
1931
+ "Lists the installer jobs that have been last updated before the specified date and time, please provide the value as an ISO 8601 formatted date": "Lista los trabajos del instalador que han sido actualizados por última vez antes de la fecha y hora especificadas, por favor proporcione el valor como una fecha con formato ISO 8601",
1932
+ "The ID of the installation and maintenance company which the installer job is assigned to": "El ID de la empresa de instalación y mantenimiento a la que se asigna el trabajo del instalador",
1933
+ "The ID of the installer admin if such is assigned to the installer job, if passed pin will be ignored": "El ID del administrador del instalador si se asigna tal tarea al instalador, si el pin pasado será ignorado",
1934
+ "The PIN of the installer job, it is used to verify access rights to execute the installer job, if passed and no installerAdminId is provided, the pin will be assigned to the installer job": "El PIN del trabajo del instalador, se utiliza para verificar los derechos de acceso para ejecutar el trabajo del instalador, si se pasa y no se proporciona instalerAdminId, el pin se asignará al trabajo del instalador",
1935
+ "Only list invoices issued after this time": "Sólo listar las facturas emitidas después de este tiempo",
1936
+ "Only list invoices issued before this time": "Sólo listar facturas emitidas antes de esta hora",
1937
+ "The contract is effective from the first of the selected month.": "El contrato entra en vigor a partir del primero del mes seleccionado.",
1938
+ "The contract expires at the last day of the selected month. If nothing is selected, there is no expiration date.": "El contrato caduca en el último día del mes seleccionado. Si no se selecciona nada, no hay fecha de caducidad.",
1939
+ "Allows the partner to start/stop session, unlock connector, trigger message, set a charging profile and get the composite schedule.": "Permite al socio iniciar/detener sesión, desbloquear conector, lanzar mensajes, establecer un perfil de carga y obtener el programa compuesto.",
1940
+ "Allows the partner to make reservations.": "Permite al socio hacer reservas.",
1941
+ "Allows the partner to cancel reservations.": "Permite al socio cancelar las reservas.",
1942
+ "Allows the partner to reset charge points.": "Permite al socio restablecer los puntos de carga.",
1943
+ "Allows the partner to make firmware updates to the charge points.": "Permite al socio hacer actualizaciones de firmware a los puntos de carga.",
1944
+ "If the tariff has a Connection fee, this fee would not be included in the revenue sharing with the Partner and will remain entirely for the Operator.": "Si la tarifa tiene una tarifa de conexión, Esta cuota no se incluirá en el reparto de ingresos con el Socio y permanecerá íntegramente para el Operador.",
1945
+ "The cost of the electricity would first be deducted from the collected revenue and then the Revenue sharing rules will be applied.": "El coste de la electricidad se reduciría primero de los ingresos recaudados y después se aplicarían las normas de reparto de los ingresos.",
1946
+ "If set to true, the Partner would receive not only their share of the revenue but also a reimbursement for the cost of the electricity.": "Si se considera cierto, el Socio no sólo recibiría su parte de los ingresos, sino también un reembolso por el coste de la electricidad.",
1947
+ "Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on AC Charging Station.": "Tasa plana adicional que se aplica para cada sesión facturada y resta de la parte del socio de los ingresos por cada sesión en la estación de carga de AC.",
1948
+ "Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on DC Charging Station.": "Tasa plana adicional que se aplica para cada sesión facturada y resta de la parte del socio de los ingresos por cada sesión en la estación de carga de DC.",
1949
+ "Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on AC Charging Station.": "Tasa plana adicional que se aplica por cada kWh facturado y restado de la parte del socio de los ingresos por cada kWh facturado en la estación de facturación de AC.",
1950
+ "Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on DC Charging Station.": "Tasa plana adicional que se aplica por cada kWh facturado y restado de la parte del socio de los ingresos por cada kWh facturado en la estación de carga de DC.",
1951
+ "Additional percentage fee to be applied on the total amount paid by the user for the session. This fee is then subtracted from the Partner's share of the revenue. This fee is available only if the feature \"Additional Platform Fees\" is enabled for the system.": "Porcentaje adicional que se aplicará al monto total pagado por el usuario para la sesión. Esta cuota se resta entonces de la porción de los ingresos del Socio. Esta cuota está disponible sólo si la función \"Tarifas de Plataforma Adicionales\" está habilitada para el sistema.",
1952
+ "The provided amount should be excluding VAT.": "El importe proporcionado debe estar excluido del IVA.",
1953
+ "Only list expenses associated with a certain partner": "Sólo listar los gastos asociados con un determinado socio",
1954
+ "Only list expenses associated with a certain settlement report": "Sólo listar los gastos asociados con un determinado informe de liquidación",
1955
+ "Only list revenue by origin": "Listar sólo ingresos por origen",
1956
+ "3-letter currency code (ISO 4217). Only list expenses by currency": "Código de moneda de 3 letras (ISO 4217). Sólo listar los gastos por moneda",
1957
+ "Only list invites in this status": "Sólo listar invitaciones en este estado",
1958
+ "Only list partner invite records accepted by a certain user": "Sólo listar registros de invitaciones de socios aceptados por un usuario determinado",
1959
+ "Only list partner invite records sent to a particular email address": "Sólo listar registros de invitación de socio enviados a una dirección de correo electrónico en particular",
1960
+ "Required by default. Prohibited if sendViaEmail is false.": "Requerido por defecto. Prohibido si sendViaEmail es falso.",
1961
+ "The language of the e-mail sent to the invitee. If none selected, the default end-users language will be used. Prohibited if `sendViaEmail` is false.": "El idioma del correo electrónico enviado al invitado. Si no se selecciona ninguno, se utilizará el idioma predeterminado de los usuarios finales. Prohibido si `sendViaEmail` es falso.",
1962
+ "Required if allowCorporateAccountBilling is true.": "Requerido si allowCorporateAccountBilling es verdadero.",
1963
+ "Only list revenue associated with a certain partner": "Listar sólo los ingresos asociados con un determinado socio",
1964
+ "Only list revenue associated with a certain settlement report": "Sólo listar los ingresos asociados con un determinado informe de liquidación",
1965
+ "3-letter currency code (ISO 4217). Only list revenue by currency": "Código de moneda de 3 letras (ISO 4217). Sólo listar ingresos por moneda",
1966
+ "Lists partners from the specified country": "Lista de socios del país especificado",
1967
+ "Lists partners with the specified regNo": "Lista los socios con la regNo especificada",
1968
+ "Only list partner, identified by the externalId": "Sólo lista de socios, identificados por el externalId",
1969
+ "The Partner's business name is used when showing the name of the Partner to EV drivers and admin users. If not provided, the `name` will be used instead.": "El nombre del socio se utiliza cuando se muestra el nombre del socio a los conductores de EV y a los usuarios administradores. Si no se proporciona, se utilizará el `name` en su lugar.",
1970
+ "Company name of the Partner": "Nombre de la empresa del socio",
1971
+ "When set to false the API tokens related to this partner would not receive the users' balance in the response.": "Cuando se establece en falso las fichas de API relacionadas con este socio no recibirían el saldo de los usuarios en la respuesta.",
1972
+ "Allows the Partner to update the tariff pricing.": "Permite al Socio actualizar los precios tarifarios.",
1973
+ "In addition to `allowToControlTariffs`, the Partner would also be able to manage Tariff Groups - attach and remove Tariffs, change Tariffs order in the Tariff Group.": "Además de «allowToControlTariffs», el socio también podría gestionar Grupos de Tarifas - adjuntar y eliminar Tarifas, cambiar el orden de los aranceles en el Grupo de Tarifas.",
1974
+ "Third party identifier of the partner": "Identificador de terceros del socio",
1975
+ "IBAN that is provided for the partner.": "IBAN que se proporciona para el socio.",
1976
+ "Name of the Bank for which the partner has provided IBAN.": "Nombre del Banco para el que el socio ha proporcionado IBAN.",
1977
+ "Address of the partner's Bank.": "Dirección del banco asociado.",
1978
+ "Bank account ID provided by the partner.": "ID de cuenta bancaria proporcionada por el socio.",
1979
+ "Type of account the Partner has provided.": "Tipo de cuenta que el socio ha proporcionado.",
1980
+ "Company name of the Partner.": "Nombre de la empresa del socio.",
1981
+ "When country is not in US, AU, CA, UM or RO, you can provide the region.": "Cuando el país no está en Estados Unidos, UU, CA, UM o RO, usted puede proporcionar la región.",
1982
+ "Third party identifier of the partner.": "Identificador de terceros del socio.",
1983
+ "Only list Receipts with a certain user id": "Sólo listar recibos con un identificador de usuario determinado",
1984
+ "Only list Receipts with specific VAT id": "Listar sólo recibos con ID de IVA específico",
1985
+ "Only list reservations for specific EVSE by ID": "Listar sólo reservas para EVSE específico por ID",
1986
+ "Only list reservations for a specific user by ID": "Listar sólo reservas para un usuario específico por ID",
1987
+ "Only list reservations with this status": "Sólo listar reservas con este estado",
1988
+ "Date from based on reserved at attribute": "Fecha desde basada en el atributo reservado",
1989
+ "Date to based on reserved at attribute": "Fecha a partir de un atributo reservado",
1990
+ "Type of critical security events that are pushed from the Charge Point to the backend.": "Tipo de eventos críticos de seguridad que son empujados desde el punto de carga al backend.",
1991
+ "Only list sessions on a certain EVSE": "Sólo listar sesiones en un cierto EVSE",
1992
+ "Only list sessions on a certain Charge Point": "Sólo listar sesiones en un determinado punto de carga",
1993
+ "Only list sessions on a certain EVSE, identified by the phisicalReference": "Sólo listar las sesiones en un EVSE determinado, identificado por la referencia fisiológica",
1994
+ "Only list sessions on a certain Charge Point, identified by the NetworkId": "Sólo listar sesiones en un determinado punto de carga, identificado por el ID de red",
1995
+ "Only list sessions on Charge Points with last boot notification that had this charge_point_serial_number": "Sólo listar sesiones en Puntos de Carga con la última notificación de arranque que tenía este charge_point_serial_number",
1996
+ "Only list sessions on Charge Points with last boot notification that had this vendor": "Sólo listar sesiones en Puntos de Carga con la última notificación de arranque que tenía este proveedor",
1997
+ "Only list sessions identified by the start time being after this datetime": "Sólo listar sesiones identificadas por la hora de inicio después de esta fecha",
1998
+ "Only list sessions identified by the start time being before this datetime": "Sólo listar sesiones identificadas por la hora de inicio antes de esta fecha",
1999
+ "Only list sessions by a certain user": "Sólo listar sesiones de un usuario determinado",
2000
+ "Only list session in this status": "Sólo listar sesión en este estado",
2001
+ "Only list sessions identified by the end time being after this datetime": "Sólo listar sesiones identificadas por la hora de finalización después de esta fecha",
2002
+ "Only list sessions identified by the end time being before this datetime": "Sólo listar sesiones identificadas por la hora de finalización antes de esta fecha",
2003
+ "Only list sessions associated with a certain partner": "Sólo listar sesiones asociadas con un determinado socio",
2004
+ "Only list sessions associated with partners, assigned to certain sub-operator": "Sólo listar sesiones asociadas con socios, asignadas a cierto suboperador",
2005
+ "Only list sessions started with a specific idTag (RFID identifier or remote start identifier)\nA remote start identifier has the format `*XXXXXXX` where the `XXXXXXX` is the session id padded with `0`s on the left\n": "Solo listar sesiones iniciadas con un idTag específico (identificador RFID o identificador de inicio remoto)\nUn identificador de inicio remoto tiene el formato `*XXXXXX` donde el `XXXXXX` es el id de sesión recolectado con `0`s a la izquierda\n",
2006
+ "`bank_transfer` is used for one-time bank transfers, for saved (tokenized) bank transfers use `tokenized`.": "`bank_transfer` se utiliza para transferencias bancarias únicas, para transferencias bancarias guardadas (tokenizadas) utilizan `tokenized`.",
2007
+ "Only list sessions with specific VAT id": "Sólo listar sesiones con ID de IVA específico",
2008
+ "Only list sessions with payment status updated before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Sólo listar las sesiones con el estado de pago actualizado antes de la fecha y hora especificadas. Por favor, proporcione el valor en la fecha formateada ISO 8601.",
2009
+ "Only list sessions with payment status updated after the specified date and time. Please provide the value in ISO 8601 formatted date.": "Sólo listar las sesiones con el estado de pago actualizado después de la fecha y hora especificadas. Por favor, proporcione el valor en la fecha formateada ISO 8601.",
2010
+ "Only list sessions with specific receipt id.": "Sólo listar las sesiones con el ID de recibo específico.",
2011
+ "Filter sessions based on authorization source": "Filtrar sesiones basadas en la fuente de autorización",
2012
+ "Only list sessions in this billing status.": "Sólo listar sesiones en este estado de facturación.",
2013
+ "Only list sessions with transaction(s) with specific payment terminal id.": "Sólo listar sesiones con transacción(es) con id de terminal de pago específico.",
2014
+ "Only list sessions initiated on the EVSEs of a specific Roaming operator with a CPO role.": "Sólo listar las sesiones iniciadas en el EVSS de un operador específico de Roaming con un rol de CPO.",
2015
+ "Applicable only when the system uses both payment processor and external billing mode simultaneously. Show or hide subscriptions where users have enabled \"External billing\" (if allowed by the Billing settings).": "Aplicable sólo cuando el sistema utiliza simultáneamente tanto el procesador de pagos como el modo de facturación externo. Mostrar u ocultar suscripciones donde los usuarios han habilitado \"Facturación externa\" (si está permitido por la configuración de facturación).",
2016
+ "Only list tariffs managed by certan partner.": "Sólo listar aranceles gestionados por un socio de certan.",
2017
+ "Ordered list of tariff ids in the group. Please note that the order is checked from bottom to top, meaning that the tariff with the largest index in that list (in other words that is the lowest in the list), that matches the requirements will apply": "Lista ordenada de identificadores tarifarios en el grupo. Tenga en cuenta que el pedido se comprueba de abajo hacia arriba, significa que la tarifa con el índice más grande de esa lista (en otras palabras, que es la más baja de la lista), que coincida con los requisitos se aplicarán",
2018
+ "The assigned Partner will have access to make changes to the tariff group.": "El Socio asignado tendrá acceso a realizar cambios en el grupo de tarifas.",
2019
+ "Only list enabled or disabled Top-Up Packages": "Sólo lista de paquetes habilitados o deshabilitados",
2020
+ "By default is set to `false`.": "Por defecto se establece en `false`.",
2021
+ "True returns User Groups that have no Partner associated, false returns User Groups that have a Partner associated.": "Verdadero devuelve Grupos de Usuarios que no tienen ningún Partner asociado, devuelve falsos Grupos de Usuarios que tienen un Partner asociado.",
2022
+ "User Groups of a specific Partner.": "Grupos de usuarios de un socio específico.",
2023
+ "The partnerId can be updated only if there are no users added to the user group": "El partnerId sólo se puede actualizar si no hay usuarios añadidos al grupo de usuarios",
2024
+ "Unique identifier of the Vendor, reported from the Charge point": "Identificador único del vendedor, reportado desde el punto de carga",
2025
+ "The code reported from the charge point when the hardwareStatus is faulted": "El código reportado desde el punto de carga cuando el hardwareStatus es culpado",
2026
+ "Description of the error provided by the vendor": "Descripción del error proporcionado por el proveedor",
2027
+ "Recommended actions by the customer when this error occurs": "Acciones recomendadas por el cliente cuando se produce este error",
2028
+ "Lists only vouchers that are with one of these types `voucher`, `manual_top_up`, `top_up_auto`, `auto_top_up`, `top_up_by_operator`, `api_top_up`, `promo_code`, `subscribe_to_plan`.": "Muestra sólo los vouchers que están con uno de estos tipos `voucher`, `manual_top_up`, `top_up_auto`, `auto_top_up`, `top_up_by_operator`, `api_top_up`, `promo_code`, `subscribe_to_plan`.",
2029
+ "Lists only the vouchers that are with one of these statuses `enabled`, `disabled`.": "Muestra sólo los vales que están con uno de estos estados `enabled`, `disabled`.",
2030
+ "Lists only vouchers that are created on a particular date. Please provide the value in the following format `YYYY-MM-DD`.": "Lista sólo los cupones que se crean en una fecha determinada. Por favor, proporcione el valor en el siguiente formato `AAYY-MM-DD`.",
2031
+ "Lists only vouchers that are redeemed after the specified date and time. Please provide the value in ISO 8601 formatted date.": "Lista sólo los cupones que son canjeados después de la fecha y hora especificadas. Por favor, indique el valor en la fecha con formato ISO 8601.",
2032
+ "Lists only vouchers that were redeemed before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Lista sólo los cupones que fueron redimidos antes de la fecha y hora especificadas. Por favor, proporcione el valor en la fecha con formato ISO 8601.",
2033
+ "Lists only vouchers that were redeemed by a particular user.": "Lista sólo vales que fueron canjeados por un usuario en particular.",
2034
+ "Lists only vouchers with expiration date after the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "Lista sólo los cupones con fecha de caducidad después de la fecha especificada. Por favor, indique el valor en la fecha formateada RFC 3339 'YYY-MM-DD'.",
2035
+ "Lists only vouchers with expiration date before the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "Lista sólo los cupones con fecha de caducidad antes de la fecha especificada. Por favor, indique el valor en la fecha formateada RFC 3339 'YYY-MM-DD'.",
2036
+ "Lists only vouchers with code which contains the specified string. Please provide min 3 chars value.": "Lista sólo cupones con código que contiene la cadena especificada. Por favor, proporcione un valor mínimo de 3 caracteres.",
2037
+ "RFC 3339 formatted date. Defines the date on which the voucher expires. The field can be calculated based on the `redeemedAt` timestamp and the `validityPeriod` field if the `validityPeriod` is set and the `expireDate` is not.": "RFC 3339 fecha formateada. Define la fecha en la que expira el cupón. El campo se puede calcular basado en la marca de tiempo `redeemedAt` y el campo `validityPeriod` si el campo `validityPeriod` está establecido y el `expireDate` no.",
2038
+ "Defines the validity period for the voucher. When a user redeems the voucher, this period is added to the `redeemedAt` timestamp to calculate the voucher's `expireDate`. This field is only used when `expireDate` is not already set - if `expireDate` has a value, this period is ignored and the defined `expireDate` is used instead.": "Define el período de validez del vale. Cuando un usuario canjee el cupón, este período se añade al timestamp `redeemedAt` para calcular el `expireDate` del cupón. Este campo sólo se utiliza cuando `expireDate` no está establecido - si `expireDate` tiene un valor, este período es ignorado y el definido `expireDate` es usado en su lugar.",
2039
+ "The date before which the voucher should be assigned to user in order to be valid. RFC 3339 formatted date": "La fecha antes de la cual el cupón debe ser asignado al usuario para ser válido. Fecha formateada RFC 3339",
2040
+ "The prefix of the voucher's code.": "El prefijo del código del cupón.",
2041
+ "The title of the voucher.": "El título del vale.",
2042
+ "GET": "RECOGER",
2043
+ "POST": "POST",
2044
+ "PATCH": "PATCH",
2045
+ "PUT": "PUT",
2046
+ "DELETE": "BORRAR",
2047
+ "HEAD": "LIMPIO",
2048
+ "None": "Ninguna",
2049
+ "JSON": "JSON",
2050
+ "Form Data": "Datos de Formulario",
2051
+ "Raw": "Rápido",
2052
+ "Inoperative": "Inoperativo",
2053
+ "Operative": "Operativo",
2054
+ "hard": "duro",
2055
+ "soft": "suave",
2056
+ "ChargePointMaxProfile": "Perfil máximo de punto de carga",
2057
+ "TxDefaultProfile": "Perfil por defecto",
2058
+ "TxProfile": "Perfil Txx",
2059
+ "Absolute": "Absoluto",
2060
+ "Recurring": "recurriendo",
2061
+ "Relative": "Relativo",
2062
+ "Daily": "Diario",
2063
+ "Weekly": "Semanal",
2064
+ "A": "A",
2065
+ "W": "M",
2066
+ "true": "verdadero",
2067
+ "false": "falso",
2068
+ "BootNotification": "Notificaciones de arranque",
2069
+ "DiagnosticsStatusNotification": "DiagnósticoNotificación",
2070
+ "LogStatusNotification": "Notificación de estado",
2071
+ "FirmwareStatusNotification": "FirmwareStatusNotificación",
2072
+ "PublishFirmwareStatusNotification": "Publicar una notificación",
2073
+ "Heartbeat": "Heartbeat",
2074
+ "MeterValues": "Valores de medidor",
2075
+ "StatusNotification": "Notificación de estado",
2076
+ "SignV2GCertificate": "SignV2GCertificate",
2077
+ "SignChargingStationCertificate": "Firmar la estación de carga certificada",
2078
+ "SignCombinedCertificate": "Certificado combinado",
2079
+ "TransactionEvent": "Evento de transacción",
2080
+ "ChargingStationCertificate": "Certificado de la estación de carga",
2081
+ "V2GCertificate": "V2GCertificate",
2082
+ "V2GRootCertificate": "V2GRootCertificate",
2083
+ "MORootCertificate": "Certificado MORootCertified",
2084
+ "CSMSRootCertificate": "CSMSRootCertificate",
2085
+ "ManufacturerRootCertificate": "Certificado raíz del fabricante",
2086
+ "V2GCertificateChain": "Cadena de certificados V2G",
2087
+ "http": "http",
2088
+ "https": "https",
2089
+ "manual": "manual",
2090
+ "automatic": "automático",
2091
+ "downtime": "tiempo inactivo",
2092
+ "exempt": "exempt",
2093
+ "private": "privado",
2094
+ "public": "público",
2095
+ "personal": "personal",
2096
+ "cellular": "celular",
2097
+ "ethernet": "ethernet",
2098
+ "wlan": "wlan",
2099
+ "enabled": "activado",
2100
+ "disabled": "deshabilitado",
2101
+ "out of order": "fuera de orden",
2102
+ "demo": "demo",
2103
+ "ocpp 1.5": "ocpp 1.5",
2104
+ "ocpp 1.6": "ocpp 1.6",
2105
+ "ocpp 1.6 soap": "jabón ocpp 1.6",
2106
+ "ocpp 2.0.1": "ocpp 2.0.1",
2107
+ "remote_start_stop_capable": "activar_iniciar_parar_permitir",
2108
+ "meter_values": "medid_valores",
2109
+ "stop_transaction_on_ev_disconnect": "detener_transaction_on_ev_desconectar",
2110
+ "disregard_the_heartbeats": "discordial_the_heartbeats",
2111
+ "display_messages": "mostrar_mensajes",
2112
+ "private_view_private_use": "privado_ver_privado_uso",
2113
+ "private_view_public_use": "privado_vista_uso público",
2114
+ "public_view_private_use": "vista pública_uso privado",
2115
+ "none": "ninguna",
2116
+ "direct_ocpp": "directo_ocpp",
2117
+ "via_ocpp_connected_charge_point": "punto de carga conectado",
2118
+ "applied": "aplicado",
2119
+ "pending": "pendiente",
2120
+ "rejected": "rechazado",
2121
+ "lastBootNotification": "lastBootNotification",
2122
+ "chargingProfile": "chargingProfile",
2123
+ "smartCharging": "carga inteligente",
2124
+ "smartChargingPreferences": "smartCargingPreferencias",
2125
+ "personalSmartChargingPreferences": "personalSmartChargingPreferences",
2126
+ "availablePersonalSmartChargingModes": "availablePersonalSmartChargingModes",
2127
+ "ac": "ac",
2128
+ "dc": "dc",
2129
+ "110-130": "110-130",
2130
+ "220-240": "220-240",
2131
+ "single_phase": "una sola fase",
2132
+ "three_phase": "tres_fase",
2133
+ "split_phase": "dividir fase",
2134
+ "RST": "TR",
2135
+ "RTS": "RTS",
2136
+ "SRT": "SRT",
2137
+ "STR": "STR",
2138
+ "TRS": "TRS",
2139
+ "TSR": "TSR",
2140
+ "L1": "L1",
2141
+ "L2": "L2",
2142
+ "L3": "L3",
2143
+ "L1_L2": "I1_I2",
2144
+ "L1_L3": "1_N3",
2145
+ "L2_L3": "I2_I3",
2146
+ "connectors": "conectores",
2147
+ "type1": "type1",
2148
+ "type2": "type2",
2149
+ "type3": "type3",
2150
+ "chademo": "chademo",
2151
+ "ccs1": "ccs1",
2152
+ "ccs2": "ccs2",
2153
+ "schuko": "schuko",
2154
+ "nacs": "nacs",
2155
+ "cee16": "cee16",
2156
+ "cee32": "cee32",
2157
+ "j1772": "1772",
2158
+ "inductive": "inductivo",
2159
+ "nema-5-20": "nema-5",
2160
+ "type-e-french": "tipo-e-francés",
2161
+ "type-g-british": "tipo-g-british",
2162
+ "type-j-swiss": "type-j-swiss",
2163
+ "avcon": "avcon",
2164
+ "gb-t-ac": "gb-t-ac",
2165
+ "gb-t-dc": "gb-t-dc",
2166
+ "chaoji": "chaoji",
2167
+ "nema-6-30": "nema-6-30",
2168
+ "nema-6-50": "nema-6-50",
2169
+ "socket": "socket",
2170
+ "cable": "cable",
2171
+ "User controlled schedule": "Programación controlada por usuario",
2172
+ "Octopus Agile": "Ágil de octubre",
2173
+ "Octopus Go": "Octopus Go",
2174
+ "Energi Elspot": "Energi Elspot",
2175
+ "NordPool": "NordPool",
2176
+ "Electricity rate": "Tasa de electricidad",
2177
+ "Disabled": "Deshabilitado",
2178
+ "tod": "tod",
2179
+ "dynamic": "dinámico",
2180
+ "user_schedule": "programa_usuario",
2181
+ "ocpp1.6": "ocp1.6",
2182
+ "ocpp2.0.1": "ocp2.0.1",
2183
+ "Configuration variable for OCPP 1.6": "Variable de configuración para OCPP 1.6",
2184
+ "Configuration variable for OCPP 2.0.1": "Variable de configuración para OCPP 2.0.1",
2185
+ "admin_defined": "admin_definido",
2186
+ "octopus_go": "octopus_go",
2187
+ "agile_octopus": "pulpo_agil",
2188
+ "elspot": "elspot",
2189
+ "nord_pool": "alberca",
2190
+ "mon": "mon",
2191
+ "tue": "mar",
2192
+ "wed": "mié",
2193
+ "thu": "thu",
2194
+ "fri": "fri",
2195
+ "sat": "sentado",
2196
+ "sun": "sol",
2197
+ "any": "cualquiera",
2198
+ "suspended": "suspendido",
2199
+ "rfid": "rfid",
2200
+ "mac_address": "dirección mac_",
2201
+ "emaid": "enviar",
2202
+ "company_car": "coche_empresa",
2203
+ "private_car": "coche privado",
2204
+ "AF": "AF",
2205
+ "AX": "AX",
2206
+ "AL": "A",
2207
+ "DZ": "DZ",
2208
+ "AS": "A",
2209
+ "AD": "AD",
2210
+ "AO": "AO",
2211
+ "AI": "AI",
2212
+ "AQ": "AQ",
2213
+ "AG": "AG",
2214
+ "AR": "AR",
2215
+ "AM": "M",
2216
+ "AW": "AA",
2217
+ "AU": "AU",
2218
+ "AT": "A",
2219
+ "AZ": "AZ",
2220
+ "BS": "BS",
2221
+ "BH": "BH",
2222
+ "BD": "BD",
2223
+ "BB": "BB",
2224
+ "BY": "AL",
2225
+ "BE": "BE",
2226
+ "BZ": "BZ",
2227
+ "BJ": "BJ",
2228
+ "BM": "M",
2229
+ "BT": "BT",
2230
+ "BO": "BO",
2231
+ "BQ": "BC",
2232
+ "BA": "BA",
2233
+ "BW": "BW",
2234
+ "BV": "BV",
2235
+ "BR": "BR",
2236
+ "IO": "IO",
2237
+ "BN": "BN",
2238
+ "BG": "BG",
2239
+ "BF": "BC",
2240
+ "BI": "BI",
2241
+ "KH": "CH",
2242
+ "CM": "CM",
2243
+ "CA": "CA",
2244
+ "CV": "CV",
2245
+ "KY": "KY",
2246
+ "CF": "CF",
2247
+ "TD": "TD",
2248
+ "CL": "CL",
2249
+ "CN": "CN",
2250
+ "CX": "CX",
2251
+ "CC": "CC",
2252
+ "CO": "CV",
2253
+ "KM": "KM",
2254
+ "CG": "CG",
2255
+ "CD": "Cd",
2256
+ "CK": "CK",
2257
+ "CR": "CR",
2258
+ "CI": "CI",
2259
+ "HR": "RH",
2260
+ "CU": "CU",
2261
+ "CW": "CW",
2262
+ "CY": "CY",
2263
+ "CZ": "CZ",
2264
+ "DK": "DK",
2265
+ "DJ": "DJ",
2266
+ "DM": "DM",
2267
+ "DO": "HE",
2268
+ "EC": "EC",
2269
+ "EG": "EG",
2270
+ "SV": "SV",
2271
+ "GQ": "GQ",
2272
+ "ER": "E",
2273
+ "EE": "EE",
2274
+ "ET": "ET",
2275
+ "FK": "FK",
2276
+ "FO": "SO",
2277
+ "FJ": "FJ",
2278
+ "FI": "FI",
2279
+ "FR": "FR",
2280
+ "GF": "GF",
2281
+ "PF": "PF",
2282
+ "TF": "TF",
2283
+ "GA": "GR",
2284
+ "GM": "MG",
2285
+ "GE": "GE",
2286
+ "DE": "JE",
2287
+ "GH": "GH",
2288
+ "GI": "GI",
2289
+ "GR": "GR",
2290
+ "GL": "GL",
2291
+ "GD": "GD",
2292
+ "GP": "MP",
2293
+ "GU": "GU",
2294
+ "GT": "GT",
2295
+ "GG": "GG",
2296
+ "GN": "GN",
2297
+ "GW": "GW",
2298
+ "GY": "GY",
2299
+ "HT": "HT",
2300
+ "HM": "HM",
2301
+ "VA": "VA",
2302
+ "HN": "HN",
2303
+ "HK": "HK",
2304
+ "HU": "TU",
2305
+ "IS": "ES",
2306
+ "IN": "EN",
2307
+ "ID": "ID",
2308
+ "IR": "IR",
2309
+ "IQ": "IQ",
2310
+ "IE": "IE",
2311
+ "IM": "IM",
2312
+ "IL": "IL",
2313
+ "IT": "SI",
2314
+ "JM": "JM",
2315
+ "JP": "JP",
2316
+ "JE": "JE",
2317
+ "JO": "JO",
2318
+ "KZ": "KZ",
2319
+ "KE": "KE",
2320
+ "KI": "KI",
2321
+ "KP": "KP",
2322
+ "KR": "KR",
2323
+ "XK": "XK",
2324
+ "KW": "KW",
2325
+ "KG": "KG",
2326
+ "LA": "JA",
2327
+ "LV": "LV",
2328
+ "LB": "LB",
2329
+ "LS": "LS",
2330
+ "LR": "LR",
2331
+ "LY": "MY",
2332
+ "LI": "LI",
2333
+ "LT": "LT",
2334
+ "LU": "LU",
2335
+ "MO": "MO",
2336
+ "MK": "MK",
2337
+ "MG": "MG",
2338
+ "MW": "MW",
2339
+ "MY": "MI",
2340
+ "MV": "MV",
2341
+ "ML": "MP",
2342
+ "MT": "MT",
2343
+ "MH": "MH",
2344
+ "MQ": "MQ",
2345
+ "MR": "MR",
2346
+ "MU": "MU",
2347
+ "YT": "YT",
2348
+ "MX": "MX",
2349
+ "FM": "FM",
2350
+ "MD": "MD",
2351
+ "MC": "MC",
2352
+ "MN": "MN",
2353
+ "ME": "YO",
2354
+ "MS": "M",
2355
+ "MA": "MA",
2356
+ "MZ": "MZ",
2357
+ "MM": "MM",
2358
+ "NA": "NA",
2359
+ "NR": "NR",
2360
+ "NP": "NP",
2361
+ "NL": "NL",
2362
+ "NC": "NC",
2363
+ "NZ": "NZ",
2364
+ "NI": "NI",
2365
+ "NE": "NE",
2366
+ "NG": "NG",
2367
+ "NU": "NU",
2368
+ "NF": "NF",
2369
+ "MP": "MP",
2370
+ "NO": "NO",
2371
+ "OM": "M",
2372
+ "PK": "PK",
2373
+ "PW": "MP",
2374
+ "PS": "D",
2375
+ "PA": "MP",
2376
+ "PG": "PG",
2377
+ "PY": "PY",
2378
+ "PE": "E",
2379
+ "PH": "PH",
2380
+ "PN": "PN",
2381
+ "PL": "PL",
2382
+ "PT": "TT",
2383
+ "PR": "PR",
2384
+ "QA": "QA",
2385
+ "RE": "E",
2386
+ "RO": "RO",
2387
+ "RU": "RU",
2388
+ "RW": "RW",
2389
+ "BL": "BL",
2390
+ "SH": "SH",
2391
+ "KN": "KN",
2392
+ "LC": "LC",
2393
+ "MF": "MP",
2394
+ "PM": "MP",
2395
+ "VC": "CV",
2396
+ "WS": "SM",
2397
+ "SM": "SM",
2398
+ "ST": "ST",
2399
+ "SA": "SA",
2400
+ "SN": "SN",
2401
+ "RS": "SR",
2402
+ "SC": "SC",
2403
+ "SL": "SL",
2404
+ "SG": "SG",
2405
+ "SX": "SX",
2406
+ "SK": "SK",
2407
+ "SI": "SI",
2408
+ "SB": "SB",
2409
+ "SO": "SO",
2410
+ "ZA": "ZA",
2411
+ "GS": "GS",
2412
+ "SS": "SS",
2413
+ "ES": "ES",
2414
+ "LK": "LC",
2415
+ "SD": "D",
2416
+ "SR": "SR",
2417
+ "SJ": "SJ",
2418
+ "SZ": "SZ",
2419
+ "SE": "E",
2420
+ "CH": "CH",
2421
+ "SY": "SY",
2422
+ "TW": "TW",
2423
+ "TJ": "TJ",
2424
+ "TZ": "TZ",
2425
+ "TH": "DH",
2426
+ "TL": "TL",
2427
+ "TG": "TG",
2428
+ "TK": "TK",
2429
+ "TO": "A",
2430
+ "TT": "TT",
2431
+ "TN": "TN",
2432
+ "TR": "TR",
2433
+ "TM": "M",
2434
+ "TC": "TC",
2435
+ "TV": "Tv",
2436
+ "UG": "UG",
2437
+ "UA": "UA",
2438
+ "AE": "AE",
2439
+ "GB": "GR",
2440
+ "US": "SUS",
2441
+ "UM": "UM",
2442
+ "UY": "UY",
2443
+ "UZ": "UZ",
2444
+ "VU": "VU",
2445
+ "VE": "VE",
2446
+ "VN": "VN",
2447
+ "VG": "VG",
2448
+ "VI": "V",
2449
+ "WF": "MP",
2450
+ "EH": "E",
2451
+ "YE": "YE",
2452
+ "ZM": "ZM",
2453
+ "ZW": "ZW",
2454
+ "chargingZones": "zonas de carga",
2455
+ "locationImage": "ubicaciónImagen",
2456
+ "images": "imágenes",
2457
+ "externalAppData": "externalAppData",
2458
+ "AuthorizationNotification": "Notificaciones de autorización",
2459
+ "authorization.changed": "authorization.changed",
2460
+ "ChargePointChangedNotification": "Notificaciones de punto de carga",
2461
+ "chargePoint.changed": "chargePoint.changed",
2462
+ "evse.changed": "evse.changed",
2463
+ "ChargePointSyncConfigurationNotification": "Notificación de la configuración de la sincronización del punto de carga",
2464
+ "CircuitConsumptionNotification": "CircuitConsumptionNotification",
2465
+ "circuit.changed": "circuit.changed",
2466
+ "HardwareStatusNotification": "Notificaciones de HardwareStatus",
2467
+ "LocationChangedNotification": "Ubicación cambiada",
2468
+ "NetworkStatusNotification": "Notificación de estado de red",
2469
+ "SecurityEventNotification": "Notificación del evento de seguridad",
2470
+ "SessionMeterValuesNotification": "Valores de la sesión",
2471
+ "SessionStartStopNotification": "Notificación de cierre de sesión",
2472
+ "session.start.stop.notification": "session.start.stop.notificación",
2473
+ "SessionUpdateNotification": "Actualización de sesión",
2474
+ "UserChangedNotification": "Notificaciones cambiadas",
2475
+ "SubOperatorChangedNotification": "Notificaciones de suboperador cambiadas",
2476
+ "TariffChangedNotification": "TariffChangedNotification",
2477
+ "user.subscriptionChanged": "usuario.subscriptionCambiado",
2478
+ "user.subscription.changed": "usuario.subscription.changed",
2479
+ "ReservationChangedNotification": "Notificaciones cambiadas de reserva",
2480
+ "PaymentMethodChangedNotification": "Método de pago cambiado de notificación",
2481
+ "PartnerInviteChangedNotification": "Notificaciones cambiadas de invitación",
2482
+ "reservation.changed": "reservación.changed",
2483
+ "user.paymentMethod.changed": "user.paymentMethod.changed",
2484
+ "userBalance.changed": "userBalance.changed",
2485
+ "partnerInvite.changed": "partnerInvite.changed",
2486
+ "roamingPlatform.changed": "roamingPlatform.changed",
2487
+ "parkingSpace.occupancyStatus.changed": "parkingSpace.ocupancyStatus.changed",
2488
+ "partner.changed": "asociado.changed",
2489
+ "transaction.changed": "transaction.changed",
2490
+ "settlementReport.created": "settlementReport.created",
2491
+ "idTag.changed": "idTag.changed",
2492
+ "chargePoint.dataTransferReceived": "cargarPoint.dataTransferencia recibida",
2493
+ "subscriptionPlan.changed": "subscriptionPlan.changed",
2494
+ "user.invoiceDetails.changed": "user.invoiceDetails.changed",
2495
+ "cdr.received": "cdr.received",
2496
+ "chargingProfile.applied": "cargando Perfile.aplicado",
2497
+ "installerJob.changed": "installerJob.changed",
2498
+ "available": "disponible",
2499
+ "occupied": "ocupado",
2500
+ "unknown": "desconocido",
2501
+ "evses": "evasos",
2502
+ "company": "empresa",
2503
+ "AD_HOC_PAYMENT": "AD_HOC_PAYMENT",
2504
+ "PROFILE_CHEAP": "PROFIL",
2505
+ "PROFILE_FAST": "PROFILE_FAST",
2506
+ "PROFILE_GREEN": "GROFIL",
2507
+ "REGULAR": "REGULAR",
2508
+ "unavailable": "unavailable",
2509
+ "amperage_voltage_3": "voltaje amperage_3",
2510
+ "amperage_voltage_sqr3": "voltaje",
2511
+ "AC": "AC",
2512
+ "DC": "DC",
2513
+ "Hubject": "Hubject",
2514
+ "OCPI or Gireve 2.2.1": "OCPI o Gireve 2.2.1",
2515
+ "monthly": "mensual",
2516
+ "annually": "anualmente",
2517
+ "pre-paid": "prepago",
2518
+ "post-paid": "postpago",
2519
+ "personal_commercial": "personal_comercial",
2520
+ "default": "por defecto",
2521
+ "internal": "interno",
2522
+ "external": "externo",
2523
+ "as_renewal_cycle": "as_renovar_ciclo",
2524
+ "after_each_session": "después_de cada sesión",
2525
+ "after_24_hours": "después de 24 horas",
2526
+ "after_each_week": "después de_cada_semana",
2527
+ "after_each_month": "después de_cada mes_",
2528
+ "after_each_year": "después_de cada año",
2529
+ "combined": "combinado",
2530
+ "separate": "separar",
2531
+ "free": "gratis",
2532
+ "flat rate": "tarifa plana",
2533
+ "duration+energy": "duración+energía",
2534
+ "duration+energy time of day": "duración+tiempo de energía del día",
2535
+ "energy tou": "energía tou",
2536
+ "standard": "estándar",
2537
+ "charging not allowed": "cobro no permitido",
2538
+ "average power levels": "niveles promedio de energía",
2539
+ "peak power levels": "niveles de potencia pico",
2540
+ "standard_tod": "standard_tod",
2541
+ "optimised dynamic pricing": "precios dinámicos optimizados",
2542
+ "individual": "individual",
2543
+ "visa": "visa",
2544
+ "mastercard": "tarjeta maestra",
2545
+ "paypal": "paypal",
2546
+ "maestro": "maestro",
2547
+ "amex": "amex",
2548
+ "applepay": "applepay",
2549
+ "googlepay": "googlepay",
2550
+ "twint": "twint",
2551
+ "other": "otro",
2552
+ "finalized": "finalizado",
2553
+ "failed": "fallado",
2554
+ "reserved": "reservado",
2555
+ "refunded": "reembolsado",
2556
+ "authorized": "autorizado",
2557
+ "initialized": "inicializado",
2558
+ "session": "sesión",
2559
+ "subscription_plan": "plan de suscripción",
2560
+ "topup_package": "paquete",
2561
+ "custom_fee": "cargo personalizado",
2562
+ "payment_terminal_authorisation": "autorización_terminal_pago",
2563
+ "payment_authorisation": "autorización_de pago",
2564
+ "card": "tarjeta",
2565
+ "bank_transfer": "transferencia bancaria",
2566
+ "wallet": "monedero",
2567
+ "pse": "pse",
2568
+ "sepa": "sepa",
2569
+ "reversed": "invertido",
2570
+ "partnerInvites": "invitaciones de socios",
2571
+ "single_session": "sesión_única",
2572
+ "multiple_simultaneous_sessions_per_idtag": "multiples sesiones simultáneas_por_idtag",
2573
+ "simultaneous_use_of_idtags": "usar_simultáneo_de_idtags",
2574
+ "multiple_simultaneous_sessions_remotely_and_idtags": "multiple_sesiones_remota_y_idtags",
2575
+ "Ampeco Invoice Manager": "Gestor de facturas Ampeco",
2576
+ "Cardcom Invoice Manager": "Gestor de facturas de Cardcom",
2577
+ "SoftOne Invoice Manager": "Administrador de facturas SoftOne",
2578
+ "Ecpay Invoice Manager": "Gestor de facturas de Ecpay",
2579
+ "webhook": "webhook",
2580
+ "kafka": "kafka",
2581
+ "gzip": "gzip",
2582
+ "snappy": "snappy",
2583
+ "lz4": "lz4",
2584
+ "PLAINTEXT": "JUGAR",
2585
+ "SASL_SSL": "SSL SASL",
2586
+ "PLAIN": "JUGAR",
2587
+ "SCRAM-SHA-256": "SCRAM-SHA-256",
2588
+ "SCRAM-SHA-512": "SCRAM-SHA-512",
2589
+ "approved": "aprobado",
2590
+ "Create Booking": "Crear reserva",
2591
+ "Update the given Booking": "Actualizar la reserva dada",
2592
+ "Cancel Booking": "Cancelar reserva",
2593
+ "accepted": "aceptado",
2594
+ "completed": "completado",
2595
+ "cancelled": "cancelado",
2596
+ "no-show": "no mostrar",
2597
+ "bookedEvses": "Eventos reservados",
2598
+ "success": "éxito",
2599
+ "fail": "fallar",
2600
+ "chargePointPriorities": "Prioridades de cargo",
2601
+ "userPriorities": "Prioridades de usuario",
2602
+ "socPriorities": "socPrioridades",
2603
+ "consumption": "consumo",
2604
+ "unmanagedLoad": "carga no administrada",
2605
+ "star": "estrella",
2606
+ "delta": "delta",
2607
+ "Variant 1": "Variante 1",
2608
+ "Variant 2": "Variant 2",
2609
+ "partner": "socio",
2610
+ "userGroup": "userGroup",
2611
+ "AED": "AED",
2612
+ "AFN": "AFN",
2613
+ "ALL": "TODO",
2614
+ "AMD": "AMD",
2615
+ "ANG": "ANG",
2616
+ "AOA": "AOA",
2617
+ "ARS": "ARS",
2618
+ "AUD": "AUD",
2619
+ "AWG": "AWG",
2620
+ "AZN": "AZN",
2621
+ "BAM": "BAM",
2622
+ "BBD": "BBD",
2623
+ "BDT": "BDT",
2624
+ "BGN": "BGN",
2625
+ "BHD": "BHD",
2626
+ "BIF": "BIF",
2627
+ "BMD": "BMD",
2628
+ "BND": "BND",
2629
+ "BOB": "BOB",
2630
+ "BOV": "BOV",
2631
+ "BRL": "BRL",
2632
+ "BSD": "BSD",
2633
+ "BTN": "BTN",
2634
+ "BWP": "BWP",
2635
+ "BYN": "BYN",
2636
+ "BZD": "BZD",
2637
+ "CAD": "CAD",
2638
+ "CDF": "CDF",
2639
+ "CHE": "CHE",
2640
+ "CHF": "CHF",
2641
+ "CHW": "CHW",
2642
+ "CLF": "CLF",
2643
+ "CLP": "CLP",
2644
+ "CNY": "CNY",
2645
+ "COP": "COP",
2646
+ "COU": "COU",
2647
+ "CRC": "CR",
2648
+ "CUC": "CUC",
2649
+ "CUP": "CUP",
2650
+ "CVE": "CVE",
2651
+ "CZK": "CZK",
2652
+ "DJF": "DJF",
2653
+ "DKK": "DKK",
2654
+ "DOP": "DOP",
2655
+ "DZD": "DZD",
2656
+ "EGP": "EGP",
2657
+ "ERN": "ERN",
2658
+ "ETB": "ETB",
2659
+ "EUR": "EUR",
2660
+ "FJD": "FJD",
2661
+ "FKP": "FKP",
2662
+ "GBP": "GBP",
2663
+ "GEL": "GEL",
2664
+ "GHS": "GHS",
2665
+ "GIP": "GIP",
2666
+ "GMD": "GMD",
2667
+ "GNF": "GNF",
2668
+ "GTQ": "GTQ",
2669
+ "GYD": "GYD",
2670
+ "HKD": "HKD",
2671
+ "HNL": "HNL",
2672
+ "HRK": "HRK",
2673
+ "HTG": "HTG",
2674
+ "HUF": "HUF",
2675
+ "IDR": "IDR",
2676
+ "ILS": "ILS",
2677
+ "INR": "INR",
2678
+ "IQD": "IQD",
2679
+ "IRR": "IRR",
2680
+ "ISK": "ISK",
2681
+ "JMD": "JMD",
2682
+ "JOD": "JUGAR",
2683
+ "JPY": "JPY",
2684
+ "KES": "KES",
2685
+ "KGS": "KGS",
2686
+ "KHR": "KHR",
2687
+ "KMF": "KMF",
2688
+ "KPW": "KPW",
2689
+ "KRW": "KRW",
2690
+ "KWD": "KWD",
2691
+ "KYD": "KYD",
2692
+ "KZT": "KZT",
2693
+ "LAK": "LAK",
2694
+ "LBP": "LBP",
2695
+ "LKR": "LKR",
2696
+ "LRD": "LRD",
2697
+ "LSL": "LSL",
2698
+ "LYD": "LYD",
2699
+ "MAD": "MAD",
2700
+ "MDL": "MDL",
2701
+ "MGA": "MGA",
2702
+ "MKD": "MKD",
2703
+ "MMK": "MMK",
2704
+ "MNT": "MNT",
2705
+ "MOP": "MUP",
2706
+ "MRU": "MRU",
2707
+ "MUR": "MUR",
2708
+ "MVR": "MVR",
2709
+ "MWK": "MWK",
2710
+ "MXN": "MXN",
2711
+ "MXV": "MXV",
2712
+ "MYR": "MYR",
2713
+ "MZN": "MZN",
2714
+ "NAD": "NAD",
2715
+ "NGN": "NGN",
2716
+ "NIO": "NIO",
2717
+ "NOK": "NOK",
2718
+ "NPR": "NPR",
2719
+ "NZD": "NZD",
2720
+ "OMR": "OMR",
2721
+ "PAB": "PAB",
2722
+ "PEN": "PEN",
2723
+ "PGK": "PGK",
2724
+ "PHP": "PHP",
2725
+ "PKR": "PKR",
2726
+ "PLN": "PLN",
2727
+ "PYG": "GRAN",
2728
+ "QAR": "QAR",
2729
+ "RON": "RON",
2730
+ "RSD": "RSD",
2731
+ "RUB": "RUB",
2732
+ "RWF": "RWF",
2733
+ "SAR": "SAR",
2734
+ "SBD": "SBD",
2735
+ "SCR": "SCR",
2736
+ "SDG": "SDG",
2737
+ "SEK": "SEK",
2738
+ "SGD": "SGD",
2739
+ "SHP": "SHP",
2740
+ "SLL": "SLL",
2741
+ "SOS": "SOS",
2742
+ "SRD": "SRD",
2743
+ "SSP": "SSP",
2744
+ "STN": "STN",
2745
+ "SVC": "SVC",
2746
+ "SYP": "SYP",
2747
+ "SZL": "SZL",
2748
+ "THB": "THB",
2749
+ "TJS": "TJS",
2750
+ "TMT": "TMT",
2751
+ "TND": "TND",
2752
+ "TOP": "MEJOR",
2753
+ "TRY": "TRY",
2754
+ "TTD": "TTD",
2755
+ "TWD": "TWD",
2756
+ "TZS": "TZS",
2757
+ "UAH": "UAH",
2758
+ "UGX": "UGX",
2759
+ "USD": "USD",
2760
+ "USN": "USN",
2761
+ "UYI": "UYI",
2762
+ "UYU": "UYU",
2763
+ "UYW": "UYW",
2764
+ "UZS": "UZS",
2765
+ "VES": "VES",
2766
+ "VND": "VND",
2767
+ "VUV": "VUV",
2768
+ "WST": "WST",
2769
+ "XAF": "XAF",
2770
+ "XAG": "XAG",
2771
+ "XAU": "XAU",
2772
+ "XBA": "XBA",
2773
+ "XBB": "XBB",
2774
+ "XBC": "XBC",
2775
+ "XBD": "XBD",
2776
+ "XCD": "XCD",
2777
+ "XDR": "XDR",
2778
+ "XOF": "XOF",
2779
+ "XPD": "XPD",
2780
+ "XPF": "XPF",
2781
+ "XPT": "XPT",
2782
+ "XSU": "XSU",
2783
+ "XTS": "XTS",
2784
+ "XUA": "XUA",
2785
+ "XXX": "XX",
2786
+ "YER": "YER",
2787
+ "ZAR": "ZAR",
2788
+ "ZMW": "ZMW",
2789
+ "ZWL": "ZWL",
2790
+ "models": "modelos",
2791
+ "new": "nuevo",
2792
+ "in_progress": "en progreso",
2793
+ "chargePoints": "puntos de carga",
2794
+ "platform-fee-emsp": "plataforma-cuota-emsp",
2795
+ "platform-fee-cpo": "plataforma-como-cpo",
2796
+ "user-custom-fee": "cargo personalizado del usuario",
2797
+ "session-emsp": "sesión-emsp",
2798
+ "sent": "enviado",
2799
+ "electricity-tax-reimbursement": "reembolso de impuestos de electricidad",
2800
+ "session-cpo": "sesión-cpo",
2801
+ "Payter": "Payter",
2802
+ "Valina": "Valina",
2803
+ "Crane": "Grúa",
2804
+ "Ampeco": "Ampeco",
2805
+ "Nayax": "Nayax",
2806
+ "Embedded": "Embedded",
2807
+ "Pax": "Pax",
2808
+ "Windcave": "Cueva Viento",
2809
+ "Web portal": "Portal web",
2810
+ "AdyenCastles": "AdyenCastles",
2811
+ "paid": "pagado",
2812
+ "partially_paid": "parcial_pagado",
2813
+ "active": "activo",
2814
+ "expired": "caducó",
2815
+ "canceled": "cancelado",
2816
+ "done": "hecho",
2817
+ "FirmwareUpdated": "Firmware actualizado",
2818
+ "SettingSystemTime": "Tiempo del sistema de configuración",
2819
+ "StartupOfTheDevice": "StartupOfTheDevice",
2820
+ "ResetOrReboot": "ResetOrReboot",
2821
+ "SecurityLogWasCleared": "Registro de seguridad limpiado",
2822
+ "MemoryExhaustion": "Exhausción de memoria",
2823
+ "TamperDetectionActivated": "Detección de manipulación activada",
2824
+ "working_hours_exceeded": "trabajando_horas_excedidos",
2825
+ "timeout": "tiempo de espera",
2826
+ "authorization_amount_reached": "la cantidad_de autorización alcanzada",
2827
+ "new_start_transaction_received": "nuevo_inicio_transacción_recibida",
2828
+ "force_stop": "force_stop",
2829
+ "standard_stop": "parada_estándar",
2830
+ "energy_exceeded": "energía_excedida",
2831
+ "schedule_completed": "programa_completado",
2832
+ "pre_authorization_failed": "pre_authorization_failed",
2833
+ "system_force_stop": "parar_force_sistema",
2834
+ "time_limit": "límite de tiempo",
2835
+ "balance_exceeded": "balance_excedido",
2836
+ "deauthorized": "desautorizado",
2837
+ "emergencystop": "parada de emergencia",
2838
+ "energylimitreached": "energía limitada alcanzada",
2839
+ "evdisconnected": "evdesconectado",
2840
+ "groundfault": "falla de terreno",
2841
+ "immediatereset": "Conjunto inmediato",
2842
+ "hardreset": "hardreset",
2843
+ "local": "local",
2844
+ "localoutofcredit": "localoutofcredit",
2845
+ "masterpass": "pasaporte maestro",
2846
+ "overcurrentfault": "falla de corriente",
2847
+ "powerloss": "pérdida de energía",
2848
+ "powerquality": "calidad de potencia",
2849
+ "reboot": "reboot",
2850
+ "remote": "remoto",
2851
+ "soclimitreached": "soclimitreached",
2852
+ "stoppedbyev": "stoppedbyev",
2853
+ "timeoutlimitreached": "límite de tiempo alcanzado",
2854
+ "softreset": "softeset",
2855
+ "unlockcommand": "desbloquear comando",
2856
+ "no_ev_parked": "no_ev_aparcado",
2857
+ "no_ev_connected": "no_ev_conectado",
2858
+ "charge_point_timeout": "tiempo de espera de carga",
2859
+ "charging_on_evse_not_allowed": "cargando_en_evse_no_permitido",
2860
+ "remote_start_failed": "remote_start_falló",
2861
+ "no_user_for_agile_streets": "no_usuario_para_callejuela_ágil",
2862
+ "canceled_reservation": "cancelado_reserva",
2863
+ "evse_occupied": "evse_ocupado",
2864
+ "evse_inoperative": "evse_inoperativo",
2865
+ "not_supported": "no_soportado",
2866
+ "unknown_reservation": "reserva_desconocida",
2867
+ "ev_not_connect_to_evse": "ev_no_conectar_a_evse",
2868
+ "authorization_failed": "autorización_fallida",
2869
+ "unknown_session": "sesión_desconocida",
2870
+ "finished": "finalizado",
2871
+ "tokenized": "tokenized",
2872
+ "subscription": "subscripción",
2873
+ "balance": "saldo",
2874
+ "corporate": "corporativo",
2875
+ "terminal": "terminal",
2876
+ "partially": "parcialmente",
2877
+ "roaming": "itinerancia",
2878
+ "third_party": "tercero_grupo",
2879
+ "null": "nulo",
2880
+ "voucher": "cupón",
2881
+ "manual_top_up": "arriba_manual",
2882
+ "auto_top_up": "auto_top_arriba",
2883
+ "top_up_by_operator": "superior_por_operador",
2884
+ "api_top_up": "api_top_up",
2885
+ "promo_code": "código promocional",
2886
+ "subscribe_to_plan": "suscribirse a un plan",
2887
+ "1 month": "1 mes",
2888
+ "3 months": "3 meses",
2889
+ "6 months": "6 meses",
2890
+ "1 year": "1 año",
2891
+ "2 years": "2 años",
2892
+ "3 years": "3 años",
2893
+ "5 years": "5 años",
2894
+ "New notification": "Nueva notificación",
2895
+ "Triggers when a webhook notification event is received from Ampeco": "Dispara cuando un evento de notificación de webhook es recibido de Ampeco",
2896
+ "Markdown": "Markdown",
2897
+ "Notification events": "Eventos de notificación",
2898
+ "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**URL vivo:**\n```text\n{{webhookUrl}}\n```\ngenerar datos de ejemplo y desencadenadores de flujo publicado.\n\n",
2899
+ "Select the notification events to listen for": "Seleccione los eventos de notificación para escuchar",
2900
+ "Authorization Notification": "Notificación de autorización",
2901
+ "Authorization.changed": "Autorization.changed",
2902
+ "Boot Notification": "Notificaciones de Arrancamiento",
2903
+ "Charge Point Changed Notification": "Notificación cambiada de punto de carga",
2904
+ "Charge Point.changed": "Carga Point.changed",
2905
+ "Evse.changed": "Evse.changed",
2906
+ "Charge Point Sync Configuration Notification": "Notificación de Configuración de la sincronización de puntos de carga",
2907
+ "Circuit Consumption Notification": "Notificación de consumo de circuito",
2908
+ "Circuit.changed": "Circuit.changed",
2909
+ "Diagnostics Status Notification": "Notificación de estado de diagnóstico",
2910
+ "Hardware Status Notification": "Notificación de estado de hardware",
2911
+ "Location Changed Notification": "Notificación de ubicación cambiada",
2912
+ "Network Status Notification": "Notificación de estado de red",
2913
+ "Security Event Notification": "Notificación de Evento de Seguridad",
2914
+ "Session Meter Values Notification": "Notificación de valores del medidor de sesión",
2915
+ "Session Start Stop Notification": "Notificación de inicio de sesión",
2916
+ "Session.start.stop.notification": "Notificación de inicio",
2917
+ "Session Update Notification": "Notificación de actualización de sesión",
2918
+ "User Changed Notification": "Notificación cambiada de usuario",
2919
+ "Sub Operator Changed Notification": "Sub Operador Cambiado Notificación",
2920
+ "Tariff Changed Notification": "Tarifa cambiada de notificación",
2921
+ "User.subscription Changed": "User.subscription cambiado",
2922
+ "User.subscription.changed": "User.subscription.changed",
2923
+ "Reservation Changed Notification": "Notificación de reserva cambiada",
2924
+ "Payment Method Changed Notification": "Notificación del método de pago cambiada",
2925
+ "Partner Invite Changed Notification": "Notificación cambiada de invitación de socio",
2926
+ "Reservation.changed": "Reserva.cambió",
2927
+ "User.payment Method.changed": "User.payment Method.changed",
2928
+ "User Balance.changed": "Balance de usuario.cambiado",
2929
+ "Partner Invite.changed": "Invitación de socio cambiada",
2930
+ "Roaming Platform.changed": "Plataforma de roaming cambiada",
2931
+ "Parking Space.occupancy Status.changed": "Aparcamiento espacio.estado de ocupación.cambio",
2932
+ "Partner.changed": "Socio modificado",
2933
+ "Transaction.changed": "Transaction.changed",
2934
+ "Settlement Report.created": "Informe de liquidación.created",
2935
+ "Id Tag.changed": "Id Tag.changed",
2936
+ "Charge Point.data Transfer Received": "Carga recibida transferencia de datos de Point.data",
2937
+ "Subscription Plan.changed": "Suscripción Plan.changed",
2938
+ "User.invoice Details.changed": "User.invoice Details.changed",
2939
+ "Cdr.received": "Cdr.received",
2940
+ "Charging Profile.applied": "Perfil de carga.aplicado",
2941
+ "Installer Job.changed": "Job.changed del Installador"
2942
+ }