@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.
- package/package.json +8 -24
- package/src/i18n/de.json +2942 -0
- package/src/i18n/es.json +2942 -0
- package/src/i18n/fr.json +2942 -0
- package/src/i18n/ja.json +2942 -0
- package/src/i18n/nl.json +2942 -0
- package/src/i18n/pt.json +2942 -0
- package/src/i18n/translation.json +2942 -0
- package/src/i18n/zh.json +2942 -0
- package/src/index.js +136 -846
- package/README.md +0 -37
- package/src/index.d.ts +0 -9
- package/src/index.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +0 -11
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +0 -54
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +0 -43
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +0 -43
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +0 -13
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +0 -58
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +0 -54
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +0 -44
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +0 -12
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +0 -53
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +0 -52
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +0 -15
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +0 -68
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +0 -52
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +0 -11
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +0 -46
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +0 -12
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js +0 -51
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +0 -9
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +0 -38
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-reset.js +0 -48
- package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +0 -12
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +0 -54
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +0 -23
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +0 -137
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +0 -14
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +0 -63
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +0 -14
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +0 -66
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +0 -28
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +0 -156
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +0 -11
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +0 -53
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +0 -43
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +0 -60
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +0 -18
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +0 -95
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +0 -11
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +0 -46
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +0 -10
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +0 -42
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +0 -12
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +0 -50
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +0 -11
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +0 -46
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +0 -13
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +0 -56
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +0 -11
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +0 -46
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +0 -1
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +0 -11
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +0 -54
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +0 -1
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +0 -9
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +0 -38
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +0 -1
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +0 -13
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +0 -58
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +0 -1
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +0 -27
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +0 -170
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +0 -1
- package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +0 -10
- package/src/lib/actions/actions/evse/evse-trigger-message.js +0 -59
- package/src/lib/actions/actions/evse/evse-trigger-message.js.map +0 -1
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +0 -11
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +0 -53
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +0 -1
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +0 -10
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +0 -42
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +0 -1
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +0 -9
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +0 -38
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +0 -1
- package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +0 -11
- package/src/lib/actions/actions/locations/location-check-booking-availability.js +0 -48
- package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +0 -1
- package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +0 -12
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js +0 -98
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +0 -1
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +0 -10
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +0 -48
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +0 -1
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +0 -10
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +0 -43
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +0 -1
- package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +0 -11
- package/src/lib/actions/actions/reservation/reservation-cancel.js +0 -54
- package/src/lib/actions/actions/reservation/reservation-cancel.js.map +0 -1
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +0 -30
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +0 -353
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +0 -1
- package/src/lib/actions/actions/session/session-assign-to-user.d.ts +0 -10
- package/src/lib/actions/actions/session/session-assign-to-user.js +0 -42
- package/src/lib/actions/actions/session/session-assign-to-user.js.map +0 -1
- package/src/lib/actions/actions/session/session-retry-payment.d.ts +0 -10
- package/src/lib/actions/actions/session/session-retry-payment.js +0 -42
- package/src/lib/actions/actions/session/session-retry-payment.js.map +0 -1
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +0 -12
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +0 -53
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +0 -1
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +0 -13
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +0 -58
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +0 -1
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +0 -22
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +0 -351
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +0 -1
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +0 -9
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +0 -38
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +0 -1
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +0 -10
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +0 -43
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +0 -1
- package/src/lib/actions/actions/users/user-activate-subscription.d.ts +0 -13
- package/src/lib/actions/actions/users/user-activate-subscription.js +0 -63
- package/src/lib/actions/actions/users/user-activate-subscription.js.map +0 -1
- package/src/lib/actions/actions/users/user-add-balance.d.ts +0 -12
- package/src/lib/actions/actions/users/user-add-balance.js +0 -50
- package/src/lib/actions/actions/users/user-add-balance.js.map +0 -1
- package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +0 -12
- package/src/lib/actions/actions/users/user-apply-custom-fee.js +0 -52
- package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +0 -1
- package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +0 -10
- package/src/lib/actions/actions/users/user-cancel-subscription.js +0 -43
- package/src/lib/actions/actions/users/user-cancel-subscription.js.map +0 -1
- package/src/lib/actions/actions/users/user-change-status.d.ts +0 -11
- package/src/lib/actions/actions/users/user-change-status.js +0 -53
- package/src/lib/actions/actions/users/user-change-status.js.map +0 -1
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +0 -9
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +0 -38
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +0 -1
- package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +0 -9
- package/src/lib/actions/actions/users/user-export-all-private-data.js +0 -38
- package/src/lib/actions/actions/users/user-export-all-private-data.js.map +0 -1
- package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +0 -10
- package/src/lib/actions/actions/users/user-redeem-voucher.js +0 -43
- package/src/lib/actions/actions/users/user-redeem-voucher.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notification-read.d.ts +0 -9
- package/src/lib/actions/notifications/notifications/notification-read.js +0 -38
- package/src/lib/actions/notifications/notifications/notification-read.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-create.d.ts +0 -19
- package/src/lib/actions/notifications/notifications/notifications-create.js +0 -151
- package/src/lib/actions/notifications/notifications/notifications-create.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +0 -10
- package/src/lib/actions/notifications/notifications/notifications-listing.js +0 -58
- package/src/lib/actions/notifications/notifications/notifications-listing.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +0 -18
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js +0 -147
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +0 -9
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +0 -38
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +0 -1
- package/src/lib/actions/resources/authorizations/authorization-read.d.ts +0 -9
- package/src/lib/actions/resources/authorizations/authorization-read.js +0 -38
- package/src/lib/actions/resources/authorizations/authorization-read.js.map +0 -1
- package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +0 -17
- package/src/lib/actions/resources/authorizations/authorizations-listing.js +0 -93
- package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +0 -1
- package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +0 -13
- package/src/lib/actions/resources/booking-requests/booking-request-create.js +0 -209
- package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +0 -1
- package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +0 -9
- package/src/lib/actions/resources/booking-requests/booking-request-read.js +0 -38
- package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +0 -1
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +0 -19
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +0 -110
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +0 -1
- package/src/lib/actions/resources/bookings/booking-read.d.ts +0 -10
- package/src/lib/actions/resources/bookings/booking-read.js +0 -48
- package/src/lib/actions/resources/bookings/booking-read.js.map +0 -1
- package/src/lib/actions/resources/bookings/bookings-listing.d.ts +0 -17
- package/src/lib/actions/resources/bookings/bookings-listing.js +0 -107
- package/src/lib/actions/resources/bookings/bookings-listing.js.map +0 -1
- package/src/lib/actions/resources/cdrs/cdr-read.d.ts +0 -10
- package/src/lib/actions/resources/cdrs/cdr-read.js +0 -47
- package/src/lib/actions/resources/cdrs/cdr-read.js.map +0 -1
- package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +0 -25
- package/src/lib/actions/resources/cdrs/cdrs-listing.js +0 -144
- package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +0 -12
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +0 -51
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +0 -38
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +0 -38
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +0 -12
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +0 -52
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +0 -20
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +0 -116
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +0 -12
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +0 -57
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +0 -38
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +0 -38
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +0 -13
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +0 -56
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +0 -11
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +0 -66
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +0 -38
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +0 -38
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +0 -38
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +0 -10
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +0 -42
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +0 -10
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +0 -58
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +0 -42
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +0 -38
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +0 -47
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +0 -58
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +0 -47
- package/src/lib/actions/resources/charge-points/charge-point-create.js +0 -396
- package/src/lib/actions/resources/charge-points/charge-point-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-delete.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +0 -97
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +0 -46
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +0 -46
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +0 -14
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +0 -101
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +0 -25
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +0 -183
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +0 -27
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +0 -196
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +0 -12
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +0 -72
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +0 -38
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-read.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +0 -63
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +0 -62
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +0 -14
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +0 -440
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js +0 -38
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +0 -48
- package/src/lib/actions/resources/charge-points/charge-point-update.js +0 -346
- package/src/lib/actions/resources/charge-points/charge-point-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +0 -33
- package/src/lib/actions/resources/charge-points/charge-points-listing.js +0 -197
- package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +0 -38
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +0 -1
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +0 -38
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +0 -1
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +0 -76
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +0 -1
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +0 -72
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +0 -1
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +0 -14
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +0 -535
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +0 -11
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +0 -62
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-consumption.js +0 -39
- package/src/lib/actions/resources/circuits/circuit-consumption.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-create.d.ts +0 -26
- package/src/lib/actions/resources/circuits/circuit-create.js +0 -194
- package/src/lib/actions/resources/circuits/circuit-create.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-delete.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-delete.js +0 -39
- package/src/lib/actions/resources/circuits/circuit-delete.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-read.d.ts +0 -10
- package/src/lib/actions/resources/circuits/circuit-read.js +0 -51
- package/src/lib/actions/resources/circuits/circuit-read.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +0 -38
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +0 -38
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-update.d.ts +0 -27
- package/src/lib/actions/resources/circuits/circuit-update.js +0 -196
- package/src/lib/actions/resources/circuits/circuit-update.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +0 -11
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +0 -62
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +0 -12
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +0 -58
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +0 -10
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +0 -42
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +0 -10
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +0 -42
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +0 -13
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +0 -62
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuits-listing.d.ts +0 -11
- package/src/lib/actions/resources/circuits/circuits-listing.js +0 -71
- package/src/lib/actions/resources/circuits/circuits-listing.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +0 -14
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +0 -129
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +0 -10
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +0 -42
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +0 -11
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +0 -62
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +0 -15
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +0 -133
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +0 -10
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +0 -48
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +0 -9
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +0 -39
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +0 -9
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +0 -39
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +0 -11
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +0 -69
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +0 -10
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +0 -44
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +0 -7
- package/src/lib/actions/resources/contact-details/contact-details-delete.js +0 -33
- package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +0 -1
- package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +0 -7
- package/src/lib/actions/resources/contact-details/contact-details-read.js +0 -33
- package/src/lib/actions/resources/contact-details/contact-details-read.js.map +0 -1
- package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +0 -10
- package/src/lib/actions/resources/contact-details/contact-details-update.js +0 -44
- package/src/lib/actions/resources/contact-details/contact-details-update.js.map +0 -1
- package/src/lib/actions/resources/currencies/currencies-listing.d.ts +0 -7
- package/src/lib/actions/resources/currencies/currencies-listing.js +0 -33
- package/src/lib/actions/resources/currencies/currencies-listing.js.map +0 -1
- package/src/lib/actions/resources/currencies/currency-create.d.ts +0 -15
- package/src/lib/actions/resources/currencies/currency-create.js +0 -258
- package/src/lib/actions/resources/currencies/currency-create.js.map +0 -1
- package/src/lib/actions/resources/currencies/currency-read.d.ts +0 -9
- package/src/lib/actions/resources/currencies/currency-read.js +0 -39
- package/src/lib/actions/resources/currencies/currency-read.js.map +0 -1
- package/src/lib/actions/resources/currencies/currency-update.d.ts +0 -16
- package/src/lib/actions/resources/currencies/currency-update.js +0 -263
- package/src/lib/actions/resources/currencies/currency-update.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +0 -11
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js +0 -49
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +0 -9
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +0 -38
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +0 -9
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js +0 -39
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +0 -14
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js +0 -78
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +0 -10
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js +0 -44
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +0 -9
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js +0 -39
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +0 -1
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +0 -12
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +0 -68
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +0 -9
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +0 -38
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +0 -9
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +0 -39
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +0 -11
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +0 -69
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +0 -11
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +0 -55
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +0 -11
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +0 -55
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +0 -10
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +0 -42
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +0 -9
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +0 -38
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +0 -9
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +0 -38
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +0 -11
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +0 -46
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +0 -10
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +0 -58
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +0 -12
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +0 -54
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +0 -17
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +0 -79
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +0 -11
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +0 -66
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +0 -44
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +0 -44
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +0 -11
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +0 -78
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +0 -56
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +0 -56
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +0 -13
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +0 -59
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +0 -12
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +0 -77
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +0 -12
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +0 -54
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +0 -9
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +0 -39
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +0 -9
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +0 -39
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +0 -12
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +0 -54
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +0 -21
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +0 -125
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-create.d.ts +0 -25
- package/src/lib/actions/resources/evses/evse-create.js +0 -184
- package/src/lib/actions/resources/evses/evse-create.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-delete.d.ts +0 -10
- package/src/lib/actions/resources/evses/evse-delete.js +0 -51
- package/src/lib/actions/resources/evses/evse-delete.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-read.d.ts +0 -10
- package/src/lib/actions/resources/evses/evse-read.js +0 -51
- package/src/lib/actions/resources/evses/evse-read.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-update.d.ts +0 -26
- package/src/lib/actions/resources/evses/evse-update.js +0 -196
- package/src/lib/actions/resources/evses/evse-update.js.map +0 -1
- package/src/lib/actions/resources/evses/evses-listing.d.ts +0 -17
- package/src/lib/actions/resources/evses/evses-listing.js +0 -106
- package/src/lib/actions/resources/evses/evses-listing.js.map +0 -1
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +0 -9
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +0 -39
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +0 -1
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +0 -13
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +0 -73
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-create.d.ts +0 -10
- package/src/lib/actions/resources/faqs/faq-create.js +0 -68
- package/src/lib/actions/resources/faqs/faq-create.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-delete.d.ts +0 -9
- package/src/lib/actions/resources/faqs/faq-delete.js +0 -39
- package/src/lib/actions/resources/faqs/faq-delete.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-read.d.ts +0 -9
- package/src/lib/actions/resources/faqs/faq-read.js +0 -39
- package/src/lib/actions/resources/faqs/faq-read.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-update.d.ts +0 -11
- package/src/lib/actions/resources/faqs/faq-update.js +0 -73
- package/src/lib/actions/resources/faqs/faq-update.js.map +0 -1
- package/src/lib/actions/resources/faqs/faqs-listing.d.ts +0 -10
- package/src/lib/actions/resources/faqs/faqs-listing.js +0 -58
- package/src/lib/actions/resources/faqs/faqs-listing.js.map +0 -1
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +0 -11
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +0 -63
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +0 -1
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +0 -10
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +0 -49
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +0 -1
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +0 -14
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +0 -83
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +0 -1
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +0 -9
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +0 -39
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +0 -1
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +0 -11
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +0 -63
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +0 -15
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +0 -75
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +0 -9
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +0 -39
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +0 -9
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +0 -39
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +0 -13
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +0 -73
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +0 -13
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +0 -73
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +0 -11
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +0 -63
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +0 -11
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +0 -49
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +0 -18
- package/src/lib/actions/resources/id-tags/id-tag-create.js +0 -103
- package/src/lib/actions/resources/id-tags/id-tag-create.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +0 -9
- package/src/lib/actions/resources/id-tags/id-tag-delete.js +0 -39
- package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +0 -9
- package/src/lib/actions/resources/id-tags/id-tag-read.js +0 -39
- package/src/lib/actions/resources/id-tags/id-tag-read.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +0 -19
- package/src/lib/actions/resources/id-tags/id-tag-update.js +0 -108
- package/src/lib/actions/resources/id-tags/id-tag-update.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +0 -19
- package/src/lib/actions/resources/id-tags/id-tags-listing.js +0 -117
- package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +0 -12
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js +0 -54
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +0 -9
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +0 -39
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +0 -10
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js +0 -49
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +0 -19
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +0 -111
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +0 -12
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js +0 -53
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +0 -1
- package/src/lib/actions/resources/invoices/invoice-read.d.ts +0 -9
- package/src/lib/actions/resources/invoices/invoice-read.js +0 -39
- package/src/lib/actions/resources/invoices/invoice-read.js.map +0 -1
- package/src/lib/actions/resources/invoices/invoices-listing.d.ts +0 -12
- package/src/lib/actions/resources/invoices/invoices-listing.js +0 -68
- package/src/lib/actions/resources/invoices/invoices-listing.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +0 -14
- package/src/lib/actions/resources/locations/location-charging-zone-create.js +0 -100
- package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js +0 -44
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-charging-zone-read.js +0 -44
- package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +0 -15
- package/src/lib/actions/resources/locations/location-charging-zone-update.js +0 -105
- package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +0 -11
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js +0 -63
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +0 -1
- package/src/lib/actions/resources/locations/location-create.d.ts +0 -38
- package/src/lib/actions/resources/locations/location-create.js +0 -769
- package/src/lib/actions/resources/locations/location-create.js.map +0 -1
- package/src/lib/actions/resources/locations/location-delete.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-delete.js +0 -52
- package/src/lib/actions/resources/locations/location-delete.js.map +0 -1
- package/src/lib/actions/resources/locations/location-read.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-read.js +0 -52
- package/src/lib/actions/resources/locations/location-read.js.map +0 -1
- package/src/lib/actions/resources/locations/location-update.d.ts +0 -40
- package/src/lib/actions/resources/locations/location-update.js +0 -636
- package/src/lib/actions/resources/locations/location-update.js.map +0 -1
- package/src/lib/actions/resources/locations/locations-listing.d.ts +0 -23
- package/src/lib/actions/resources/locations/locations-listing.js +0 -396
- package/src/lib/actions/resources/locations/locations-listing.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +0 -15
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js +0 -88
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +0 -9
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +0 -39
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +0 -10
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js +0 -49
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +0 -13
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js +0 -78
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +0 -16
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js +0 -93
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +0 -31
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +0 -203
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +0 -9
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +0 -39
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +0 -9
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +0 -39
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +0 -32
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +0 -208
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +0 -10
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +0 -58
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +0 -17
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js +0 -107
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +0 -15
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js +0 -93
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +0 -9
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +0 -39
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +0 -9
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js +0 -39
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +0 -13
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js +0 -77
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +0 -16
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +0 -95
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +0 -16
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js +0 -94
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +0 -12
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +0 -54
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +0 -10
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +0 -44
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +0 -13
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +0 -59
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +0 -11
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +0 -63
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +0 -9
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +0 -39
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +0 -13
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +0 -73
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +0 -10
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +0 -44
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-create.d.ts +0 -48
- package/src/lib/actions/resources/partners/partner-create.js +0 -548
- package/src/lib/actions/resources/partners/partner-create.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-delete.d.ts +0 -9
- package/src/lib/actions/resources/partners/partner-delete.js +0 -39
- package/src/lib/actions/resources/partners/partner-delete.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-read.d.ts +0 -9
- package/src/lib/actions/resources/partners/partner-read.js +0 -39
- package/src/lib/actions/resources/partners/partner-read.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-update.d.ts +0 -48
- package/src/lib/actions/resources/partners/partner-update.js +0 -548
- package/src/lib/actions/resources/partners/partner-update.js.map +0 -1
- package/src/lib/actions/resources/partners/partners-listing.d.ts +0 -13
- package/src/lib/actions/resources/partners/partners-listing.js +0 -327
- package/src/lib/actions/resources/partners/partners-listing.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +0 -13
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +0 -366
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +0 -9
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +0 -39
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +0 -9
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +0 -39
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +0 -11
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +0 -63
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +0 -14
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +0 -373
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +0 -13
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +0 -111
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +0 -9
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +0 -39
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +0 -9
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +0 -39
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +0 -10
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +0 -58
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +0 -14
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +0 -116
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +0 -1
- package/src/lib/actions/resources/receipts/receipt-read.d.ts +0 -9
- package/src/lib/actions/resources/receipts/receipt-read.js +0 -39
- package/src/lib/actions/resources/receipts/receipt-read.js.map +0 -1
- package/src/lib/actions/resources/receipts/receipts-listing.d.ts +0 -15
- package/src/lib/actions/resources/receipts/receipts-listing.js +0 -90
- package/src/lib/actions/resources/receipts/receipts-listing.js.map +0 -1
- package/src/lib/actions/resources/reservations/reservation-read.d.ts +0 -9
- package/src/lib/actions/resources/reservations/reservation-read.js +0 -39
- package/src/lib/actions/resources/reservations/reservation-read.js.map +0 -1
- package/src/lib/actions/resources/reservations/reservations-listing.d.ts +0 -15
- package/src/lib/actions/resources/reservations/reservations-listing.js +0 -91
- package/src/lib/actions/resources/reservations/reservations-listing.js.map +0 -1
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +0 -9
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +0 -39
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +0 -1
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +0 -10
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +0 -58
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +0 -16
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +0 -86
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +0 -44
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +0 -44
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +0 -14
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +0 -84
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +0 -56
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +0 -9
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +0 -39
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +0 -19
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +0 -125
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +0 -58
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +0 -17
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +0 -91
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +0 -13
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +0 -97
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +0 -9
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +0 -39
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +0 -9
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +0 -39
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +0 -14
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +0 -87
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +0 -13
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +0 -73
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +0 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +0 -9
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +0 -39
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +0 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +0 -10
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +0 -44
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +0 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +0 -10
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +0 -58
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +0 -1
- package/src/lib/actions/resources/security-events/security-event-read.d.ts +0 -9
- package/src/lib/actions/resources/security-events/security-event-read.js +0 -39
- package/src/lib/actions/resources/security-events/security-event-read.js.map +0 -1
- package/src/lib/actions/resources/security-events/security-events-listing.d.ts +0 -14
- package/src/lib/actions/resources/security-events/security-events-listing.js +0 -89
- package/src/lib/actions/resources/security-events/security-events-listing.js.map +0 -1
- package/src/lib/actions/resources/sessions/session-read.d.ts +0 -16
- package/src/lib/actions/resources/sessions/session-read.js +0 -116
- package/src/lib/actions/resources/sessions/session-read.js.map +0 -1
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +0 -9
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +0 -39
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +0 -1
- package/src/lib/actions/resources/sessions/sessions-listing.d.ts +0 -46
- package/src/lib/actions/resources/sessions/sessions-listing.js +0 -376
- package/src/lib/actions/resources/sessions/sessions-listing.js.map +0 -1
- package/src/lib/actions/resources/settings/settings-listing.d.ts +0 -7
- package/src/lib/actions/resources/settings/settings-listing.js +0 -33
- package/src/lib/actions/resources/settings/settings-listing.js.map +0 -1
- package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +0 -9
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js +0 -39
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +0 -1
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +0 -10
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +0 -58
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +0 -34
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +0 -763
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +0 -9
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +0 -39
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +0 -9
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +0 -39
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +0 -35
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +0 -762
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +0 -10
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +0 -58
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +0 -1
- package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +0 -9
- package/src/lib/actions/resources/subscriptions/subscription-read.js +0 -39
- package/src/lib/actions/resources/subscriptions/subscription-read.js.map +0 -1
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +0 -15
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +0 -92
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +0 -11
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +0 -49
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +0 -9
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +0 -39
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +0 -9
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +0 -39
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +0 -12
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +0 -54
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +0 -11
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +0 -63
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +0 -1
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +0 -9
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +0 -39
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-create.d.ts +0 -86
- package/src/lib/actions/resources/tariffs/tariff-create.js +0 -773
- package/src/lib/actions/resources/tariffs/tariff-create.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +0 -9
- package/src/lib/actions/resources/tariffs/tariff-delete.js +0 -39
- package/src/lib/actions/resources/tariffs/tariff-delete.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-read.d.ts +0 -9
- package/src/lib/actions/resources/tariffs/tariff-read.js +0 -39
- package/src/lib/actions/resources/tariffs/tariff-read.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-update.d.ts +0 -87
- package/src/lib/actions/resources/tariffs/tariff-update.js +0 -761
- package/src/lib/actions/resources/tariffs/tariff-update.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +0 -14
- package/src/lib/actions/resources/tariffs/tariffs-listing.js +0 -78
- package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +0 -9
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +0 -39
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +0 -9
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +0 -39
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +0 -9
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +0 -39
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +0 -10
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +0 -44
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +0 -10
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +0 -58
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-create.d.ts +0 -12
- package/src/lib/actions/resources/taxes/tax-create.js +0 -66
- package/src/lib/actions/resources/taxes/tax-create.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-delete.d.ts +0 -9
- package/src/lib/actions/resources/taxes/tax-delete.js +0 -39
- package/src/lib/actions/resources/taxes/tax-delete.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-read.d.ts +0 -9
- package/src/lib/actions/resources/taxes/tax-read.js +0 -39
- package/src/lib/actions/resources/taxes/tax-read.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-update.d.ts +0 -13
- package/src/lib/actions/resources/taxes/tax-update.js +0 -71
- package/src/lib/actions/resources/taxes/tax-update.js.map +0 -1
- package/src/lib/actions/resources/taxes/taxes-listing.d.ts +0 -10
- package/src/lib/actions/resources/taxes/taxes-listing.js +0 -58
- package/src/lib/actions/resources/taxes/taxes-listing.js.map +0 -1
- package/src/lib/actions/resources/templates/templates-listing.d.ts +0 -10
- package/src/lib/actions/resources/templates/templates-listing.js +0 -58
- package/src/lib/actions/resources/templates/templates-listing.js.map +0 -1
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +0 -10
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +0 -44
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +0 -1
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +0 -9
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +0 -39
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +0 -11
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +0 -55
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +0 -9
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +0 -39
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +0 -9
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +0 -39
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +0 -12
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +0 -60
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +0 -11
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +0 -63
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +0 -1
- package/src/lib/actions/resources/transactions/transaction-read.d.ts +0 -9
- package/src/lib/actions/resources/transactions/transaction-read.js +0 -39
- package/src/lib/actions/resources/transactions/transaction-read.js.map +0 -1
- package/src/lib/actions/resources/transactions/transaction-update.d.ts +0 -20
- package/src/lib/actions/resources/transactions/transaction-update.js +0 -137
- package/src/lib/actions/resources/transactions/transaction-update.js.map +0 -1
- package/src/lib/actions/resources/transactions/transactions-create.d.ts +0 -21
- package/src/lib/actions/resources/transactions/transactions-create.js +0 -151
- package/src/lib/actions/resources/transactions/transactions-create.js.map +0 -1
- package/src/lib/actions/resources/transactions/transactions-listing.d.ts +0 -26
- package/src/lib/actions/resources/transactions/transactions-listing.js +0 -179
- package/src/lib/actions/resources/transactions/transactions-listing.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-create.d.ts +0 -11
- package/src/lib/actions/resources/user-groups/user-group-create.js +0 -49
- package/src/lib/actions/resources/user-groups/user-group-create.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +0 -9
- package/src/lib/actions/resources/user-groups/user-group-delete.js +0 -39
- package/src/lib/actions/resources/user-groups/user-group-delete.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-read.d.ts +0 -9
- package/src/lib/actions/resources/user-groups/user-group-read.js +0 -39
- package/src/lib/actions/resources/user-groups/user-group-read.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-update.d.ts +0 -12
- package/src/lib/actions/resources/user-groups/user-group-update.js +0 -54
- package/src/lib/actions/resources/user-groups/user-group-update.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +0 -12
- package/src/lib/actions/resources/user-groups/user-groups-listing.js +0 -68
- package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +0 -1
- package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +0 -14
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js +0 -1394
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +0 -1
- package/src/lib/actions/resources/users/invoice-details-read.d.ts +0 -9
- package/src/lib/actions/resources/users/invoice-details-read.js +0 -39
- package/src/lib/actions/resources/users/invoice-details-read.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-create.d.ts +0 -12
- package/src/lib/actions/resources/users/payment-method-create.js +0 -65
- package/src/lib/actions/resources/users/payment-method-create.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-delete.d.ts +0 -10
- package/src/lib/actions/resources/users/payment-method-delete.js +0 -44
- package/src/lib/actions/resources/users/payment-method-delete.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-read.d.ts +0 -10
- package/src/lib/actions/resources/users/payment-method-read.js +0 -44
- package/src/lib/actions/resources/users/payment-method-read.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-update.d.ts +0 -11
- package/src/lib/actions/resources/users/payment-method-update.js +0 -55
- package/src/lib/actions/resources/users/payment-method-update.js.map +0 -1
- package/src/lib/actions/resources/users/payment-methods-listing.d.ts +0 -11
- package/src/lib/actions/resources/users/payment-methods-listing.js +0 -63
- package/src/lib/actions/resources/users/payment-methods-listing.js.map +0 -1
- package/src/lib/actions/resources/users/user-create.d.ts +0 -38
- package/src/lib/actions/resources/users/user-create.js +0 -467
- package/src/lib/actions/resources/users/user-create.js.map +0 -1
- package/src/lib/actions/resources/users/user-delete.d.ts +0 -10
- package/src/lib/actions/resources/users/user-delete.js +0 -50
- package/src/lib/actions/resources/users/user-delete.js.map +0 -1
- package/src/lib/actions/resources/users/user-read.d.ts +0 -11
- package/src/lib/actions/resources/users/user-read.js +0 -61
- package/src/lib/actions/resources/users/user-read.js.map +0 -1
- package/src/lib/actions/resources/users/user-update.d.ts +0 -37
- package/src/lib/actions/resources/users/user-update.js +0 -468
- package/src/lib/actions/resources/users/user-update.js.map +0 -1
- package/src/lib/actions/resources/users/users-listing.d.ts +0 -18
- package/src/lib/actions/resources/users/users-listing.js +0 -104
- package/src/lib/actions/resources/users/users-listing.js.map +0 -1
- package/src/lib/actions/resources/utilities/create-utility.d.ts +0 -9
- package/src/lib/actions/resources/utilities/create-utility.js +0 -39
- package/src/lib/actions/resources/utilities/create-utility.js.map +0 -1
- package/src/lib/actions/resources/utilities/delete-utility.d.ts +0 -9
- package/src/lib/actions/resources/utilities/delete-utility.js +0 -39
- package/src/lib/actions/resources/utilities/delete-utility.js.map +0 -1
- package/src/lib/actions/resources/utilities/get-utility.d.ts +0 -9
- package/src/lib/actions/resources/utilities/get-utility.js +0 -39
- package/src/lib/actions/resources/utilities/get-utility.js.map +0 -1
- package/src/lib/actions/resources/utilities/list-utilities.d.ts +0 -10
- package/src/lib/actions/resources/utilities/list-utilities.js +0 -58
- package/src/lib/actions/resources/utilities/list-utilities.js.map +0 -1
- package/src/lib/actions/resources/utilities/update-utility.d.ts +0 -10
- package/src/lib/actions/resources/utilities/update-utility.js +0 -44
- package/src/lib/actions/resources/utilities/update-utility.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +0 -12
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +0 -54
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +0 -9
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +0 -39
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +0 -9
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +0 -39
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +0 -13
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +0 -59
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +0 -10
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +0 -58
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-create.d.ts +0 -15
- package/src/lib/actions/resources/vouchers/voucher-create.js +0 -92
- package/src/lib/actions/resources/vouchers/voucher-create.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +0 -9
- package/src/lib/actions/resources/vouchers/voucher-delete.js +0 -39
- package/src/lib/actions/resources/vouchers/voucher-delete.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-read.d.ts +0 -9
- package/src/lib/actions/resources/vouchers/voucher-read.js +0 -39
- package/src/lib/actions/resources/vouchers/voucher-read.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-update.d.ts +0 -16
- package/src/lib/actions/resources/vouchers/voucher-update.js +0 -103
- package/src/lib/actions/resources/vouchers/voucher-update.js.map +0 -1
- package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +0 -19
- package/src/lib/actions/resources/vouchers/vouchers-listing.js +0 -120
- package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +0 -1
- package/src/lib/common/auth.d.ts +0 -4
- package/src/lib/common/auth.js +0 -20
- package/src/lib/common/auth.js.map +0 -1
- package/src/lib/common/utils.d.ts +0 -88
- package/src/lib/common/utils.js +0 -405
- package/src/lib/common/utils.js.map +0 -1
- package/src/lib/models/responses.d.ts +0 -9430
- package/src/lib/models/responses.js +0 -3
- package/src/lib/models/responses.js.map +0 -1
- package/src/lib/triggers/webhook.d.ts +0 -26
- package/src/lib/triggers/webhook.js +0 -113
- package/src/lib/triggers/webhook.js.map +0 -1
package/src/i18n/pt.json
ADDED
|
@@ -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.": "A peça AMPECO fornece integrações de APIs e notificações webhook da plataforma AMPECO para gerenciar a infraestrutura e as operações de carregamento 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.": "Navegue até o menu dos Tokens de Acesso API na sua conta. Clique no botão Criar API de Acesso para iniciar o processo de criação do token.",
|
|
24
|
+
"Ampeco Platform": "Ampeco Platform",
|
|
25
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
26
|
+
"Actions - Charge Point - Change Availability": "Ações - Ponto de Carga - Alterar disponibilidade",
|
|
27
|
+
"Actions - Charge Point - Change Owner": "Ações - Ponto de Carga - Alterar Proprietário",
|
|
28
|
+
"Actions - Charge Point - Clear Charging Profile": "Ações - Ponto de Carga - Limpar perfil de carregamento",
|
|
29
|
+
"Actions - Charge Point - Get Diagnostics": "Ações - Carga Ponto - Obter Diagnósticos",
|
|
30
|
+
"Actions - Charge Point - Get Security Log": "Ações - Carga Ponto - Obter Log de Segurança",
|
|
31
|
+
"Actions - Charge Point - Move EVSEs To Satellite": "Ações - Carga Ponto - Mover EVSEs para o Satélite",
|
|
32
|
+
"Actions - Charge Point - Reserve": "Ações - Carga Ponto - Reserva",
|
|
33
|
+
"Actions - Charge Point - Reset Security Profile": "Ações - Carga Ponto - Redefine o Perfil de Segurança",
|
|
34
|
+
"Actions - Charge Point - Reset": "Ações - Carga Ponto - Resetar",
|
|
35
|
+
"Actions - Charge Point - Send Data Transfer": "Ações - Ponto de Cobrança - Enviar Transferência de Dados",
|
|
36
|
+
"Actions - Charge Point - Set Charging Profile": "Ações - Ponto de Carregamento - Definir Perfil de Carregamento",
|
|
37
|
+
"Actions - Charge Point - Start Charging Session Without EVSE": "Ações - Carga Ponto - Iniciar Carregamento da Sessão Sem EVSE",
|
|
38
|
+
"Actions - Charge Point - Start Charging Session": "Ações - Ponto de Carga - Iniciando Sessão de Carregamento",
|
|
39
|
+
"Actions - Charge Point - Stop Charging Session": "Ações - Ponto de Carga - Parar Sessão de Carregamento",
|
|
40
|
+
"Actions - Charge Point - Sync Configuration": "Ações - Ponto de Carregamento - Configuração de Sincronização",
|
|
41
|
+
"Actions - Charge Point - Trigger Message Charge Point": "Ações - Carregar Ponto - Acionar Ponto de Carga de Mensagem",
|
|
42
|
+
"Actions - Charge Point - EVSE Unlock": "Ações - Ponto de Carga - EVSE Desbloqueio",
|
|
43
|
+
"Actions - Charge Point - Change Sharing Code": "Ações - Ponto de Carga - Alterar Código de Compartilhamento",
|
|
44
|
+
"Actions - Charge Point - Delete Certificate": "Ações - Carga Ponto - Excluir Certificado",
|
|
45
|
+
"Actions - Charge Point - Install Certificate": "Ações - Carga Ponto - Instalar Certificado",
|
|
46
|
+
"Actions - Charge Point - Set Configuration": "Ações - Ponto de Carregamento - Definir Configuração",
|
|
47
|
+
"Actions - Charge Point - Get Installed Certificate Ids": "Ações - Ponto de Carga - Obter Ids de Certificados Instalados",
|
|
48
|
+
"Actions - Charge Point - Update Firmware": "Ações - Ponto de Carregamento - Atualizar Firmware",
|
|
49
|
+
"Resources - Charge Point Downtime Periods - Listing": "Recursos - Carga de Períodos de Ponto de Desistência - Listagem",
|
|
50
|
+
"Resources - Charge Point Downtime Periods - Create": "Recursos - Períodos de Carga de Pontos para Baixo - Criar",
|
|
51
|
+
"Resources - Charge Point Downtime Periods - Read": "Recursos - períodos de carregamento de pontos em tempo real - leitura",
|
|
52
|
+
"Resources - Charge Point Downtime Periods - Update": "Recursos - períodos de carregamento de pontos de entrada - atualização",
|
|
53
|
+
"Resources - Charge Point Downtime Periods - Delete": "Recursos - Carga de Períodos de Downtime Ponto - Excluir",
|
|
54
|
+
"Resources - Charge Point Models - Listing": "Recursos - Modelos de Pontos de Carga - Listagem",
|
|
55
|
+
"Resources - Charge Point Models - Create": "Recursos - Modelos de Pontos de Carga - Criar",
|
|
56
|
+
"Resources - Charge Point Models - Read": "Recursos - Modelos de Pontos de Carga - Ler",
|
|
57
|
+
"Resources - Charge Point Models - Update": "Recursos - Modelos de Pontos de Carga - Atualização",
|
|
58
|
+
"Resources - Charge Point Models - Delete": "Recursos - Modelos de Pontos de Carga - Excluir",
|
|
59
|
+
"Resources - Charge Point Vendors - Listing": "Recursos - Carregar Fornecedores de Pontos - Lista",
|
|
60
|
+
"Resources - Charge Point Vendors - Create": "Recursos - Carregar Fornecedores de Pontos - Criar",
|
|
61
|
+
"Resources - Charge Point Vendors - Read": "Recursos - Fornecedores de Pontos de Carga - Ler",
|
|
62
|
+
"Resources - Charge Point Vendors - Update": "Recursos - Carregar Fornecedores de Pontos - Atualização",
|
|
63
|
+
"Resources - Charge Point Vendors - Delete": "Recursos - Fornecedores de Pontos de Carga - Excluir",
|
|
64
|
+
"Resources - Charge Points - Charge Point Status Read": "Recursos - Pontos de Carga - Ler Estado de Carga",
|
|
65
|
+
"Resources - Charge Points - Charge Point Create": "Pontos de Carga - Pontos de Carga - Criar Ponto de Carga",
|
|
66
|
+
"Resources - Charge Points - Charge Points Listing": "Recursos - Pontos de Carga - Lista de Pontos de Carga",
|
|
67
|
+
"Resources - Charge Points - Charge Point Update": "Recursos - Pontos de Carga - Atualização de Ponto de Carga",
|
|
68
|
+
"Resources - Charge Points - Charge Point Read": "Recursos - Pontos de Carga - Ler Ponto de Carga",
|
|
69
|
+
"Resources - Charge Points - Charge Point Delete": "Recursos - Pontos de Carga - Apagar Ponto de Carga",
|
|
70
|
+
"Resources - Charge Points - Available Personal Smart Charging Modes Listing": "Recursos - Pontos de Carga - Lista de Modos de Carregamento Inteligente Disponíveis",
|
|
71
|
+
"Resources - Charge Points - Charge Point Configurations Listing": "Recursos - Pontos de Carga - Listagem de Configurações de Pontos de Carga",
|
|
72
|
+
"Resources - Charge Points - Charge Point Configuration Read": "Recursos - Pontos de Carga - Ler Configuração de Ponto de Carga",
|
|
73
|
+
"Resources - Charge Points - Charge Point Configuration Update": "Recursos - Pontos de Carga - Atualização de Configuração de Ponto de Carga",
|
|
74
|
+
"Resources - Charge Points - Charge Point Evse Create": "Recursos - Pontos de Carga - Criação de Pontos de Carga de Evse",
|
|
75
|
+
"Resources - Charge Points - Charge Point Evses Listing": "Recursos - Pontos de Carga - Lista de Evitos de Pontos de Carga",
|
|
76
|
+
"Resources - Charge Points - Charge Point Evse Update": "Recursos - Pontos de Carga - Atualização de Evse de Ponto de Carga",
|
|
77
|
+
"Resources - Charge Points - Charge Point Evse Read": "Recursos - Pontos de Carga - Leitura de Evse de Ponto de Carga",
|
|
78
|
+
"Resources - Charge Points - Charge Point Evse Delete": "Recursos - Pontos de Carga - Exclusão de Pontos de Carga",
|
|
79
|
+
"Resources - Charge Points - Charge Point Evse Connectors Listing": "Recursos - Pontos de Carga - Lista de Conectores de Evse de Pontos",
|
|
80
|
+
"Resources - Charge Points - Charge Point Evse Connector Create": "Recursos - Pontos de Carga - Carregar Conector de Evse de Ponto",
|
|
81
|
+
"Resources - Charge Points - Charge Point Evse Connector Read": "Recursos - Pontos de Carga - Ler Conector de Evse de Ponto de Carga",
|
|
82
|
+
"Resources - Charge Points - Charge Point Evse Connector Update": "Recursos - Pontos de Carga - Atualização de Conector de Evse de Ponto de Carga",
|
|
83
|
+
"Resources - Charge Points - Charge Point Evse Connector Delete": "Recursos - Pontos de Carga - Apagar Conector de Evse de Ponto de Carga",
|
|
84
|
+
"Resources - Charge Points - List Charge Point Hardware Status Logs": "Recursos - Pontos de Carga - Lista de Lista de Pontos de Status de Hardware",
|
|
85
|
+
"Resources - Charge Points - Get Charge Point Latest Hardware Status Log": "Recursos - Pontos de Carga - Obter o Status de Hardware do Ponto de Carga mais recente",
|
|
86
|
+
"Resources - Charge Points - Get Charge Point Latest Network Status Log": "Recursos - Pontos de Carga - Obter Relatório de Status de Rede de Ponto Mais Recente",
|
|
87
|
+
"Resources - Charge Points - List Charge Point Network Status Logs": "Recursos - Pontos de Carga - Lista de Lista de Pontos de Status de Rede",
|
|
88
|
+
"Resources - Charge Points - Charge Point Personal Smart Charging Preferences Read": "Recursos - Pontos de Carga - Preferências de Carga Inteligente de Ponto Pessoal de Pesquisa Inteligente Ler",
|
|
89
|
+
"Resources - Charge Points - Personal Smart Charging Preferences Update": "Recursos - Pontos de Carga - Atualização de Preferências de recarga inteligente pessoal",
|
|
90
|
+
"Resources - Charge Points - Charge Point Shared Partners Listing": "Recursos - Pontos de Carga - Lista de Parceiros Compartilhados de Pontos de Carga",
|
|
91
|
+
"Resources - Charge Points - Charge Point Shared Partners Sync": "Recursos - Pontos de Carga - Sincronização de Parceiros Compartilhados de Pontos de Carga",
|
|
92
|
+
"Resources - Charge Points - Charge Point Share Create": "Recursos - Pontos de Carga - Compartilhar Ponto de Compartilhamento de Carga",
|
|
93
|
+
"Resources - Charge Points - Charge Point Shares Listing": "Recursos - Pontos de Carga - Lista de Ações de Ponto de Carga",
|
|
94
|
+
"Resources - Charge Points - Charge Point Share Read": "Recursos - Pontos de Carga - Ler Partilha de Pontos de Carga",
|
|
95
|
+
"Resources - Charge Points - Chareg Point Share Delete": "Recursos - Pontos de Carga - Deletar Partilha de Ponto de Chareg",
|
|
96
|
+
"Resources - Charge Points - Charge Point Smart Charging Update": "Recursos - Pontos de Carga - Carregar Atualização de Ponto de Carregamento Inteligente",
|
|
97
|
+
"Actions - Circuit - Attach Charge Point": "Ações - Circuito - Anexar Ponto de Carga",
|
|
98
|
+
"Actions - Circuit - Detach Charge Point": "Ações - Circuito - Desanexar Ponto de Carga",
|
|
99
|
+
"Actions - Circuit - Set Charge Point Priority": "Ações - Circuito - Definir prioridade do ponto de carga",
|
|
100
|
+
"Actions - Circuit - Set Charge Point EVSE Priority": "Ações - Circuito - Definir prioridade de EVSE do ponto de carga",
|
|
101
|
+
"Actions - Circuit - Set Circuit SoC Priority": "Ações - Circuito - Definir prioridade do Circuito SoC",
|
|
102
|
+
"Actions - Circuit - Set Session Priority": "Ações - Circuito - Definir prioridade da sessão",
|
|
103
|
+
"Actions - Configuration Template - Apply To Charge Points": "Ações - Modelo de Configuração - Aplicar Pontos de Carregamento",
|
|
104
|
+
"Actions - Configuration Template - Bulk Create Variables": "Ações - Modelo de Configuração - Criar Variáveis em Massa",
|
|
105
|
+
"Resources - Configuration Templates - List Configuration Templates": "Recursos - Modelos de Configuração - Modelos de Configuração de Lista",
|
|
106
|
+
"Resources - Configuration Templates - Create Configuration Template": "Recursos - Modelos de Configuração - Criar Modelo de Configuração",
|
|
107
|
+
"Resources - Configuration Templates - Update Configuration Template": "Recursos - Modelos de Configuração - Atualizar Modelo de Configuração",
|
|
108
|
+
"Resources - Configuration Templates - Get Configuration Template": "Recursos - Modelos de Configuração - Obter Modelo de Configuração",
|
|
109
|
+
"Resources - Configuration Templates - Delete Configuration Template": "Recursos - Modelos de Configuração - Excluir Modelo de Configuração",
|
|
110
|
+
"Resources - Configuration Templates - Configuration Template Variable Listing": "Recursos - Modelos de Configuração - Lista de Configuração de Template Variável",
|
|
111
|
+
"Resources - Configuration Templates - Configuration Template Variable Create": "Recursos - Modelos de Configuração - Configuração de Template Variável de Criação",
|
|
112
|
+
"Resources - Configuration Templates - Configuration Template Variable Update": "Recursos - Modelos de Configuração - Atualização de Modelo de Configuração de Variável",
|
|
113
|
+
"Resources - Configuration Templates - Configuration Template Variable Delete": "Recursos - Modelos de Configuração - Configuração de Configuração de Variável de Apagar",
|
|
114
|
+
"Actions - Electricity Meter - Report Consumption": "Ações - Medidor de Eletricidade - Consumo de Relatório",
|
|
115
|
+
"Resources - Electricity Meters - Lising": "Recursos - Medidores de Eletricidade - Listando",
|
|
116
|
+
"Resources - Electricity Meters - Create": "Recursos - Medidores de Eletricidade - Criar",
|
|
117
|
+
"Resources - Electricity Meters - Read": "Recursos - Medidores de eletricidade - Ler",
|
|
118
|
+
"Resources - Electricity Meters - Update": "Recursos - Medidores de Eletricidade - Atualização",
|
|
119
|
+
"Resources - Electricity Meters - Delete": "Recursos - Medidores de Eletricidade - Excluir",
|
|
120
|
+
"Resources - Electricity Rates - Electricity Rates Listing": "Recursos - Taxas de Eletricidade - Listagem Taxas de Eletricidade",
|
|
121
|
+
"Resources - Electricity Rates - Create": "Recursos - Taxas de Eletricidade - Criar",
|
|
122
|
+
"Resources - Electricity Rates - Read": "Recursos - Taxas de Eletricidade - Ler",
|
|
123
|
+
"Resources - Electricity Rates - Update": "Recursos - Taxas de Eletricidade - Atualizar",
|
|
124
|
+
"Resources - Electricity Rates - Delete": "Recursos - Taxas de Eletricidade - Excluir",
|
|
125
|
+
"Resources - Electricity Rates - Electricity Rate Energy Mix Read": "Recursos - Taxas de Eletricidade - Taxa de Eletricidade Mix Read",
|
|
126
|
+
"Resources - Electricity Rates - Energy Mix Update": "Recursos - Taxas de Eletricidade - Atualização da Mi Energia",
|
|
127
|
+
"Resources - Electricity Rates - Price Periods Listing": "Recursos - Taxas de eletricidade - Lista de Períodos de Preço",
|
|
128
|
+
"Resources - Electricity Rates - Price Periods Date Listing": "Recursos - Taxas de Eletricidade - Lista de datas de períodos de preço",
|
|
129
|
+
"Resources - Electricity Rates - Price Periods Date Read": "Recursos - Taxas de Eletricidade - Período de Preço de leitura",
|
|
130
|
+
"Resources - Electricity Rates - Price Periods Date Create Or Update": "Recursos - Taxas de electricidade - Períodos de preço criar ou atualizar",
|
|
131
|
+
"Resources - Electricity Rates - Price Periods Date Delete": "Recursos - Taxas de Eletricidade - Data da exclusão de períodos de preço",
|
|
132
|
+
"Resources - Electricity Rates - Price Periods Week Day Listing": "Recursos - Taxas de Eletricidade - Lista do Dia da Semana dos Preços",
|
|
133
|
+
"Resources - Electricity Rates - Price Periods Week Day Read": "Recursos - Taxas de Eletricidade - Ler Dia da Semana dos Preços",
|
|
134
|
+
"Resources - Electricity Rates - Price Periods Week Day Createa Or Update": "Recursos - Taxas de Eletricidade - Criação do Dia da Semana dos Preços ou Atualização",
|
|
135
|
+
"Resources - Electricity Rates - Price Periods Week Day Delete": "Recursos - Taxas de Eletricidade - Excluir o Dia da Semana de Preço",
|
|
136
|
+
"Actions - EVSE - Start Charging With EVSE Id": "Ações - EVSE - Iniciar Carregamento com EVSE Id",
|
|
137
|
+
"Actions - EVSE - Trigger Message": "Ações - EVSE - Disparar Mensagem",
|
|
138
|
+
"Resources - Evse Downtime Periods - Listing": "Recursos - Evitar Períodos de Desistência - Lista",
|
|
139
|
+
"Resources - Evse Downtime Periods - Create": "Recursos - Evitar Períodos de Desistência - Criar",
|
|
140
|
+
"Resources - Evse Downtime Periods - Read": "Recursos - Evitar Períodos de Desistência - Ler",
|
|
141
|
+
"Resources - Evse Downtime Periods - Update": "Recursos - Evitar Períodos de Desistência - Atualização",
|
|
142
|
+
"Resources - Evse Downtime Periods - Delete": "Recursos - Evitar Períodos de Desconexão - Excluir",
|
|
143
|
+
"Actions - Flexibility Asset - Change Flexibility Asset Status": "Ações - Instrumento de Flexibilidade - Alterar Status do Ativo de Flexibilidade",
|
|
144
|
+
"Actions - Flexibility Asset - Create Activation Request": "Ações - Ativo de Flexibilidade - Criar Solicitação de Ativação",
|
|
145
|
+
"Resources - Flexibility Activation Requests - List": "Recursos - Solicitações de Ativação de Flexibilidade - Lista",
|
|
146
|
+
"Resources - Flexibility Activation Requests - Get Flexibility Activation Request": "Recursos - Solicitações de Ativação de Flexibilidade - Obter Solicitação de Ativação de Flexibilidade",
|
|
147
|
+
"Resources - Flexibility Assets - Create": "Recursos - Ativos de flexibilidade - Criar",
|
|
148
|
+
"Resources - Flexibility Assets - List": "Recursos - Ativos de Flexibilidade - Lista",
|
|
149
|
+
"Resources - Flexibility Assets - Update": "Recursos - Ativos de flexibilidade - Atualização",
|
|
150
|
+
"Resources - Flexibility Assets - Get": "Recursos - Ativos de Flexibilidade - Obter",
|
|
151
|
+
"Resources - Flexibility Assets - Delete": "Recursos - Ativos de Flexibilidade - Excluir",
|
|
152
|
+
"Resources - Flexibility Assets - Get Historical Time Series": "Recursos - Ativos de Flexibilidade - Obter Série de Tempo Histórico",
|
|
153
|
+
"Resources - Flexibility Assets - Get Time Series Forecast": "Recursos - Ativos de flexibilidade - Obter Previsão de Série de Tempo",
|
|
154
|
+
"Actions - Id Tag - Certificate Reissue An EMAID": "Ações - Tag de Id - Reissue Certificate An EMAID",
|
|
155
|
+
"Resources - Id Tags - Listing": "Recursos - Tags de Id - Listagem",
|
|
156
|
+
"Resources - Id Tags - Create": "Recursos - Id Tags - Criar",
|
|
157
|
+
"Resources - Id Tags - Read": "Recursos - Tags de Id - Ler",
|
|
158
|
+
"Resources - Id Tags - Update": "Recursos - Tags de Id - Atualizar",
|
|
159
|
+
"Resources - Id Tags - Delete": "Recursos - Tags de Id - Excluir",
|
|
160
|
+
"Actions - Locations - Check Booking Availability": "Ações - Locais - Verificar disponibilidade de reserva",
|
|
161
|
+
"Resources - Locations - Create": "Recursos - Locais - Criar",
|
|
162
|
+
"Resources - Locations - Listing": "Recursos - Locais - Lista",
|
|
163
|
+
"Resources - Locations - Update": "Recursos - Locais - Atualizar",
|
|
164
|
+
"Resources - Locations - Read": "Recursos - Locais - Ler",
|
|
165
|
+
"Resources - Locations - Delete": "Recursos - Locais - Excluir",
|
|
166
|
+
"Resources - Locations - Listing Charging Zones": "Recursos - Locais - Listando zonas de carregamento",
|
|
167
|
+
"Resources - Locations - Create Charging Zone": "Recursos - Localização - Criar Zona de Carregamento",
|
|
168
|
+
"Resources - Locations - Read Charging Zone": "Recursos - Locais - Ler Zona de Carregamento",
|
|
169
|
+
"Resources - Locations - Update Charging Zone": "Recursos - Locais - Atualizar Zona de Carregamento",
|
|
170
|
+
"Resources - Locations - Delete Charging Zone": "Recursos - Locais - Excluir Zona de Carregamento",
|
|
171
|
+
"Actions - Notifications - Resend Failed": "Ações - Notificações - Reenvio falhou",
|
|
172
|
+
"Actions - Parking Spaces - Update Occupancy Status": "Ações - Espaços de estacionamento - Atualizar Status de Ocupação",
|
|
173
|
+
"Resources - Parking Spaces - Create": "Recursos - Espaços de estacionamento - Criar",
|
|
174
|
+
"Resources - Parking Spaces - List": "Recursos - Espaços de estacionamento - Lista",
|
|
175
|
+
"Resources - Parking Spaces - Update": "Recursos - Espaços de estacionamento - Atualização",
|
|
176
|
+
"Resources - Parking Spaces - Get": "Recursos - Espaços de estacionamento - Obter",
|
|
177
|
+
"Resources - Parking Spaces - Delete": "Recursos - Espaços de estacionamento - Excluir",
|
|
178
|
+
"Actions - Provisioning Certificate - Certificate Issue An EMAID": "Ações - Certificado de Revisão - Problema de Certificado Um EMAID",
|
|
179
|
+
"Resources - Provisioning Certificates - Create Pc Id": "Recursos - Certificados de provisionamento - Criar Id Pc",
|
|
180
|
+
"Resources - Provisioning Certificates - List Pc Ids": "Recursos - Certificados de Provisionamento - Lista de Ids Pc",
|
|
181
|
+
"Resources - Provisioning Certificates - Update Pc Id": "Recursos - Certificados de provisionamento - Atualizar ID Pc",
|
|
182
|
+
"Resources - Provisioning Certificates - Get Pc Id": "Recursos - Certificados de provisionamento - Obter Id Pc",
|
|
183
|
+
"Resources - Provisioning Certificates - Delete Pc Id": "Recursos - Certificados de provisionamento - Excluir ID do PC",
|
|
184
|
+
"Actions - Reservation - Reservation Cancel": "Ações - Reserva - Cancelar Reserva",
|
|
185
|
+
"Actions - Roaming Operator - Update Custom Tariff Filter Tariff": "Ações - Operador de Roaming - Atualizar Tarifa de Filtro Tarifa Personalizada",
|
|
186
|
+
"Resources - Roaming Connections - List Roaming Connections": "Recursos - Conexões em Roaming - Listar conexões em roaming",
|
|
187
|
+
"Resources - Roaming Connections - Get Roaming Connection": "Recursos - Conexões em Roaming - Obter conexão 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 Roaming - Leitura da Operadora de Roaming",
|
|
190
|
+
"Resources - Roaming Operators - Roaming Operator Update": "Recursos - Operadores de Roaming - Atualização de Operadores de Roaming",
|
|
191
|
+
"Resources - Roaming Operators - List Roaming Custom Tariff Filters": "Recursos - Operadores de Roaming - Lista de Filtros Personalizados para Tarifas",
|
|
192
|
+
"Resources - Roaming Operators - Create Roaming Custom Tariff Filter": "Recursos - Operadores de Roaming - Criar Filtro Pautal Personalizado em Roaming",
|
|
193
|
+
"Resources - Roaming Operators - Reorder Roaming Custom Tariff Filters": "Recursos - Operadores de roaming - Reordenar filtros para tarifas personalizadas",
|
|
194
|
+
"Resources - Roaming Operators - Get Roaming Custom Tariff Filter": "Recursos - Operadores de Roaming - Obter filtro para tarifas personalizadas em roaming",
|
|
195
|
+
"Resources - Roaming Operators - Update Roaming Custom Tariff Filter": "Recursos - Operadores de roaming - atualizar Filtro Tarifa Personalizado em Roaming",
|
|
196
|
+
"Resources - Roaming Operators - Delete Roaming Custom Tariff Filter": "Recursos - Operadores de roaming - Excluir Filtro Pautal Personalizado em Roaming",
|
|
197
|
+
"Resources - Roaming Providers - Listing": "Recursos - Provedores de Roaming - Lista",
|
|
198
|
+
"Resources - Roaming Providers - Create": "Recursos - Provedores de Roaming - Criar",
|
|
199
|
+
"Resources - Roaming Providers - Read": "Recursos - Provedores de Roaming - Ler",
|
|
200
|
+
"Resources - Roaming Providers - Update": "Recursos - Provedores de Roaming - Atualizar",
|
|
201
|
+
"Resources - Roaming Providers - Delete": "Recursos - Provedores de Roaming - Excluir",
|
|
202
|
+
"Resources - Roaming Tariffs - Listing": "Recursos - Tarifas de Roaming - Lista",
|
|
203
|
+
"Resources - Roaming Tariffs - Read": "Recursos - Tarifas de roaming - Ler",
|
|
204
|
+
"Resources - Roaming Tariffs - Update": "Recursos - Tarifas de Roaming - Atualizar",
|
|
205
|
+
"Actions - Session - Assign To User": "Ações - Sessão - Atribuir ao Usuário",
|
|
206
|
+
"Actions - Session - Retry Payment": "Ações - Sessão - Repetir pagamento",
|
|
207
|
+
"Actions - Subscription Plans - Replace": "Ações - Planos de assinatura - Substituir",
|
|
208
|
+
"Resources - Subscription Plans - Listing": "Recursos - Planos de Assinatura - Lista",
|
|
209
|
+
"Resources - Subscription Plans - Create": "Recursos - Planos de Assinatura - Criar",
|
|
210
|
+
"Resources - Subscription Plans - Read": "Recursos - Planos de Assinatura - Ler",
|
|
211
|
+
"Resources - Subscription Plans - Update": "Recursos - Planos de Assinatura - Atualizar",
|
|
212
|
+
"Resources - Subscription Plans - Delete": "Recursos - Planos de Assinatura - Excluir",
|
|
213
|
+
"Actions - Tariffs - Set Display Information": "Ações - Tarifas - Definir Informação de Exibição",
|
|
214
|
+
"Resources - Tariffs - Listing": "Recursos - Tarifas - Lista",
|
|
215
|
+
"Resources - Tariffs - Create": "Recursos - Tarifas - Criar",
|
|
216
|
+
"Resources - Tariffs - Read": "Recursos - Tarifas - Ler",
|
|
217
|
+
"Resources - Tariffs - Update": "Recursos - Tarifas - Atualização",
|
|
218
|
+
"Resources - Tariffs - Delete": "Recursos - Tarifas - Excluir",
|
|
219
|
+
"Actions - Transactions - Issue Invoice": "Ações - Transações - Solicitação de fatura",
|
|
220
|
+
"Actions - Transactions - Resend Invoice": "Ações - Transações - Reenviar Fatura",
|
|
221
|
+
"Actions - Transactions - Update Payment Reference": "Ações - Transações - Atualizar Referência de Pagamento",
|
|
222
|
+
"Resources - Transactions - Listing": "Recursos - Transações - Lista",
|
|
223
|
+
"Resources - Transactions - Create": "Recursos - Transações - Criar",
|
|
224
|
+
"Resources - Transactions - Read": "Recursos - Transações - Ler",
|
|
225
|
+
"Resources - Transactions - Update": "Recursos - Transações - Atualização",
|
|
226
|
+
"Actions - Users - Activate Subscription": "Ações - Usuários - Ativar Assinatura",
|
|
227
|
+
"Actions - Users - Add Balance": "Ações - Usuários - Adicionar Saldo",
|
|
228
|
+
"Actions - Users - Apply Custom Fee": "Ações - Usuários - Aplicar taxa personalizada",
|
|
229
|
+
"Actions - Users - Cancel Subscription": "Ações - Usuários - Cancelar assinatura",
|
|
230
|
+
"Actions - Users - Change Status": "Ações - Usuários - Alterar status",
|
|
231
|
+
"Actions - Users - Clear Subscription Amount Due": "Ações - Usuários - Limpar Valor da Assinatura devido",
|
|
232
|
+
"Actions - Users - Export All Private Data": "Ações - Usuários - Exportar Todos os Dados Privados",
|
|
233
|
+
"Actions - Users - Redeem Voucher": "Ações - Usuários - Resgatar Voucher",
|
|
234
|
+
"Resources - Users - Users Listing": "Recursos - Usuários - Lista de Usuários",
|
|
235
|
+
"Resources - Users - User Create": "Recursos - Usuários - Criar Usuário",
|
|
236
|
+
"Resources - Users - User Read": "Recursos - Usuários - Ler Usuário",
|
|
237
|
+
"Resources - Users - User Update": "Recursos - Usuários - Atualização do Usuário",
|
|
238
|
+
"Resources - Users - User Delete": "Recursos - Usuários - Exclusão de Usuário",
|
|
239
|
+
"Resources - Users - Invoice Details Read": "Recursos - Usuários - Ler Detalhes da Fatura",
|
|
240
|
+
"Resources - Users - Invoice Details Create Or Update": "Recursos - Usuários - Detalhes da fatura criar ou atualizar",
|
|
241
|
+
"Resources - Users - Payment Methods Listing": "Recursos - Usuários - Lista de Métodos de Pagamento",
|
|
242
|
+
"Resources - Users - Payment Method Create": "Recursos - Usuários - Método de Pagamento Criar",
|
|
243
|
+
"Resources - Users - Payment Method Read": "Recursos - Usuários - Ler método de pagamento",
|
|
244
|
+
"Resources - Users - Payment Method Update": "Recursos - Usuários - Atualização do Método de Pagamento",
|
|
245
|
+
"Resources - Users - Payment Method Delete": "Recursos - Usuários - Exclusão do método de pagamento",
|
|
246
|
+
"Notifications - V2.0 - Notifications Subscribe": "Notificações - V2.0 - Assinar notificações",
|
|
247
|
+
"Notifications - V2.0 - Notifications Listing": "Notificações - V2.0 - Lista de notificações",
|
|
248
|
+
"Notifications - V2.0 - Notification Read": "Notificações - V2.0 - Leitura de notificações",
|
|
249
|
+
"Notifications - V2.0 - Notifications Create": "Notificações - V2.0 - Notificações criadas",
|
|
250
|
+
"Notifications - V2.0 - Notifications Unsubscribe": "Notificações - V2.0 - Notificações canceladas",
|
|
251
|
+
"Resources - Authorizations - Authorizations Listing": "Recursos - Autorizações - Lista de Autorizações",
|
|
252
|
+
"Resources - Authorizations - Authorization Read": "Recursos - Autorizações - Autorização Lida",
|
|
253
|
+
"Resources - Booking Requests - Booking Requests Listing": "Recursos - Pedidos de Reserva - Lista de Pedidos de Reserva",
|
|
254
|
+
"Resources - Booking Requests - Create": "Recursos - Solicitações de reserva - Criar",
|
|
255
|
+
"Resources - Booking Requests - Read": "Recursos - Solicitações de reserva - Ler",
|
|
256
|
+
"Resources - Bookings - Listing": "Recursos - Reservas - Lista",
|
|
257
|
+
"Resources - Bookings - Read": "Recursos - Reservas - Ler",
|
|
258
|
+
"Resources - Cdrs - Listing": "Recursos - Cdrs - Lista",
|
|
259
|
+
"Resources - Cdrs - Read": "Recursos - Cdrs - Ler",
|
|
260
|
+
"Resources - Circuits - Circuits Listing": "Recursos - Circuitos - Lista de Circuitos",
|
|
261
|
+
"Resources - Circuits - Create": "Recursos - Circuitos - Criar",
|
|
262
|
+
"Resources - Circuits - Read": "Recursos - Circuitos - Ler",
|
|
263
|
+
"Resources - Circuits - Update": "Recursos - Circuitos - Atualização",
|
|
264
|
+
"Resources - Circuits - Delete": "Recursos - Circuitos - Excluir",
|
|
265
|
+
"Resources - Circuits - Circuit Charge Point Priorities Listing": "Recursos - Circuitos - Lista de prioridades de pontos de Circuito de Carga",
|
|
266
|
+
"Resources - Circuits - Circuit Consumption": "Recursos - Circuitos - Consumo de Circuito",
|
|
267
|
+
"Resources - Circuits - Circuit Soc Priorities Listing": "Recursos - Circuitos - Lista de prioridades soc Circuitos",
|
|
268
|
+
"Resources - Circuits - Circuit Unmanaged Load Read": "Recursos - Circuitos - Leitura de Carga não gerenciada",
|
|
269
|
+
"Resources - Circuits - Circuit User Priorities Listing": "Recursos - Circuitos - Lista de Prioridades do Usuário Circuito",
|
|
270
|
+
"Resources - Circuits - Circuit User Priority Create": "Recursos - Circuitos - Criação de Prioridade do Usuário do Circuito",
|
|
271
|
+
"Resources - Circuits - Circuit User Priority Read": "Recursos - Circuitos - Leitura prioritária do Usuário do Circuito",
|
|
272
|
+
"Resources - Circuits - Circuit User Priority Update": "Recursos - Circuitos - Atualização de prioridade do usuário de circuito",
|
|
273
|
+
"Resources - Circuits - Circuit User Priority Delete": "Recursos - Circuitos - Exclusão de Prioridade do Usuário do Circuito",
|
|
274
|
+
"Resources - Contact Details - Contact Details Read": "Recursos - Detalhes do Contato - Detalhes do Contato Ler Detalhes",
|
|
275
|
+
"Resources - Contact Details - Contact Details Update": "Recursos - Detalhes do Contato - Atualização de Detalhes do Contato",
|
|
276
|
+
"Resources - Contact Details - Contact Details Delete": "Recursos - Detalhes do contato - Detalhes do contato excluir",
|
|
277
|
+
"Resources - Currencies - Listing": "Recursos - Moedas - Lista",
|
|
278
|
+
"Resources - Currencies - Create": "Recursos - Moedas - Criar",
|
|
279
|
+
"Resources - Currencies - Read": "Recursos - Moedas - Ler",
|
|
280
|
+
"Resources - Currencies - Update": "Recursos - Moedas - Atualização",
|
|
281
|
+
"Resources - Currency Rates - Create": "Recursos - Taxas de Moeda - Criar",
|
|
282
|
+
"Resources - Currency Rates - List": "Recursos - Taxas de Moeda - Lista",
|
|
283
|
+
"Resources - Currency Rates - Update": "Recursos - Taxas de Moeda - Atualizar",
|
|
284
|
+
"Resources - Currency Rates - Get": "Recursos - Taxas de Câmbio - Obter",
|
|
285
|
+
"Resources - Currency Rates - Delete": "Recursos - Taxas de Câmbio - Excluir",
|
|
286
|
+
"Resources - Custom Fees - Listing": "Recursos - Taxas personalizadas - Lista -",
|
|
287
|
+
"Resources - Custom Fees - Read": "Recursos - Taxas personalizadas - Ler",
|
|
288
|
+
"Resources - Downtime Period Notices - Get Downtime Period Notices": "Recursos - Avisos para Menstruações em tempo real - Obter avisos para período de inatividade",
|
|
289
|
+
"Resources - Downtime Period Notices - Post Downtime Period Notice": "Recursos - Avisos sobre período de inatividade - Avisos sobre período de inatividade",
|
|
290
|
+
"Resources - Downtime Period Notices - Get": "Recursos - Avisos por Período de Desistência - Obter",
|
|
291
|
+
"Resources - Downtime Period Notices - Patch Downtime Period Notice": "Recursos - Avisos sobre Período de Downtime - Período de Downtime para Correções",
|
|
292
|
+
"Resources - Downtime Period Notices - Delete": "Recursos - Avisos em período de inatividade - Excluir",
|
|
293
|
+
"Resources - Evses - List Evse Hardware Status Logs": "Recursos - Evitos - Lista de Logs de Status de Hardware de Evse",
|
|
294
|
+
"Resources - Evses - Get Evse Latest Hardware Status Log": "Recursos - Evitos - Obter o mais recente Log do Status de Hardware",
|
|
295
|
+
"Resources - Evses - Create": "Recursos - Evitos - Criar",
|
|
296
|
+
"Resources - Evses - Listing": "Recursos - Evitos - Lista",
|
|
297
|
+
"Resources - Evses - Update": "Recursos - Evitos - Atualização",
|
|
298
|
+
"Resources - Evses - Read": "Recursos - Evitos - Ler",
|
|
299
|
+
"Resources - Evses - Evse Delete": "Recursos - Evitos - Exclusão de Evse",
|
|
300
|
+
"Resources - Faqs - Listing": "Recursos - perguntas frequentes - listagem",
|
|
301
|
+
"Resources - Faqs - Create": "Recursos - perguntas frequentes - Criar",
|
|
302
|
+
"Resources - Faqs - Faq Read": "Recursos - FAqs - Leitura Faq",
|
|
303
|
+
"Resources - Faqs - Update": "Recursos - FAQs - Atualização",
|
|
304
|
+
"Resources - Faqs - Faq Delete": "Recursos - FAqs - Exclusão Faq",
|
|
305
|
+
"Resources - Firmware Versions - Listing": "Recursos - Versões de Firmware - Lista",
|
|
306
|
+
"Resources - Firmware Versions - Read": "Recursos - Versões de Firmware - Ler",
|
|
307
|
+
"Resources - Firmware Versions - Get Attached Models": "Recursos - Versões de Firmware - Obter Modelos Anexados",
|
|
308
|
+
"Resources - Installer Jobs - Get Installer Jobs List": "Recursos - Tarefas do Instalador - Obter Lista de Tarefas do Installer",
|
|
309
|
+
"Resources - Installer Jobs - Create": "Recursos - Trabalhos do Instalador - Criar",
|
|
310
|
+
"Resources - Installer Jobs - Get": "Recursos - Trabalhos do Instalador - Obter",
|
|
311
|
+
"Resources - Installer Jobs - Update": "Recursos - Trabalhos do Instalador - Atualizar",
|
|
312
|
+
"Resources - Installer Jobs - Delete": "Recursos - Trabalhos do Instalador - Excluir",
|
|
313
|
+
"Resources - Invoices - Listing": "Recursos - Faturas - Lista",
|
|
314
|
+
"Resources - Invoices - Read": "Recursos - Faturas - Leitura",
|
|
315
|
+
"Resources - Partner Contracts - Listing": "Recursos - Contratos de Parceiro - Lista",
|
|
316
|
+
"Resources - Partner Contracts -Create": "Recursos - Criar Contratos de Parceiro",
|
|
317
|
+
"Resources - Partner Contracts - Read": "Recursos - Contratos de Parceiro - Ler",
|
|
318
|
+
"Resources - Partner Contracts - Update": "Recursos - Acordos de Parceiro - Atualizar",
|
|
319
|
+
"Resources - Partner Contracts - Delete": "Recursos - Contratos de Parceiro - Excluir",
|
|
320
|
+
"Resources - Partner Expenses - Expenses Listing": "Recursos - Despesas dos Parceiros - Lista de Despesas",
|
|
321
|
+
"Resources - Partner Invites - Listing": "Recursos - Convites para Parceiros - Lista",
|
|
322
|
+
"Resources - Partner Invites - Create": "Recursos - Convites para Parceiros - Criar",
|
|
323
|
+
"Resources - Partner Invites - Read": "Recursos - Convites para Parceiros - Ler",
|
|
324
|
+
"Resources - Partner Invites - Update": "Recursos - Convites de Parceiros - Atualizar",
|
|
325
|
+
"Resources - Partner Invites - Partner Invite Delete": "Recursos - Convites de Parceiro - Excluir Convite de Parceiro",
|
|
326
|
+
"Resources - Partner Revenues - Revenues Listing": "Recursos - Receitas de Parceiros - Lista de Receitas",
|
|
327
|
+
"Resources - Partner Settlement Reports - Listing": "Recursos - Relatórios de liquidação de parceiros - listagem",
|
|
328
|
+
"Resources - Partner Settlement Reports - Read": "Recursos - Relatórios de estabelecimento de parceiros - Ler",
|
|
329
|
+
"Resources - Partner Settlement Reports - Listing Partner Settlement Records": "Recursos - Relatórios de Pagamentos em Parceiros - Listando Registros de Liquidação de Parceiros",
|
|
330
|
+
"Resources - Partner Settlement Reports - Create Partner Settlement Record": "Recursos - Relatórios de estabelecimento de parceiros - Criar registro de estabelecimento de parceiros",
|
|
331
|
+
"Resources - Partner Settlement Reports - Read Partner Settlement Record": "Recursos - Relatórios de Pagamentos Parceiros - Ler Registro de Liquidação de Parceiros",
|
|
332
|
+
"Resources - Partner Settlement Reports - Update Partner Settlement Record": "Recursos - Relatórios de estabelecimento de parceiros - Atualizar registro de liquidação de parceiros",
|
|
333
|
+
"Resources - Partner Settlement Reports - Delete Partner Settlement Record": "Recursos - Relatórios de estabelecimento de parceiros - Excluir registro de liquidação de parceiros",
|
|
334
|
+
"Resources - Partners - Listing": "Recursos - Parceiros - Lista",
|
|
335
|
+
"Resources - Partners - Create": "Recursos - Parceiros - Criar",
|
|
336
|
+
"Resources - Partners - Read": "Recursos - Parceiros - Ler",
|
|
337
|
+
"Resources - Partners - Update": "Recursos - Parceiros - Atualizar",
|
|
338
|
+
"Resources - Partners - Delete": "Recursos - Parceiros - Excluir",
|
|
339
|
+
"Resources - Payment Terminals - Get Payment Terminals": "Recursos - Terminais de Pagamento - Obter Terminais de Pagamento",
|
|
340
|
+
"Resources - Payment Terminals - Create Payment Terminal": "Recursos - Terminais de Pagamento - Criar Terminal de Pagamento",
|
|
341
|
+
"Resources - Payment Terminals - Get Payment Terminal": "Recursos - Terminais de Pagamento - Obter Terminal de Pagamento",
|
|
342
|
+
"Resources - Payment Terminals - Update Payment Terminal": "Recursos - Terminais de Pagamento - Atualizar Terminal de Pagamento",
|
|
343
|
+
"Resources - Payment Terminals - Delete Payment Terminal": "Recursos - Terminais de Pagamento - Excluir Terminal de Pagamento",
|
|
344
|
+
"Resources - Receipts - Receipts Listing": "Recursos - Recibos - Lista de Recibos",
|
|
345
|
+
"Resources - Receipts - Receipt Read": "Recursos - Recibos - Leitura de Recibo",
|
|
346
|
+
"Resources - Reservations - Reservations Listing": "Recursos - Reservas - Lista de Reservas",
|
|
347
|
+
"Resources - Reservations - Reservation Read": "Recursos - Reservas - Leitura de Reserva",
|
|
348
|
+
"Resources - Security Events - Security Events Listing": "Recursos - Eventos de Segurança - Lista de Eventos de Segurança",
|
|
349
|
+
"Resources - Security Events - Security Event Read": "Recursos - Eventos de Segurança - Ler Evento de Segurança",
|
|
350
|
+
"Resources - Sessions - Listing": "Recursos - Sessões - Lista",
|
|
351
|
+
"Resources - Sessions - Read": "Recursos - Sessões - Ler",
|
|
352
|
+
"Resources - Sessions - Read Sessions Consumption Stats": "Recursos - Sessões - Ler Sessões Consumo de Estatísticas",
|
|
353
|
+
"Resources - Settings - Settings Listing": "Recursos - Configurações - Listagem de Configurações",
|
|
354
|
+
"Resources - Sub Operators - Listing": "Recursos - Sub Operadores - Lista",
|
|
355
|
+
"Resources - Sub Operators - Read": "Recursos - Sub Operadores - Ler",
|
|
356
|
+
"Resources - Subscriptions - Subscriptions Listing": "Recursos - Assinaturas - Lista de Assinaturas",
|
|
357
|
+
"Resources - Subscriptions - Subscription Read": "Recursos - Assinaturas - Ler a Assinatura",
|
|
358
|
+
"Resources - Tariff Groups - Listing": "Recursos - Grupos de Tarifas - Lista",
|
|
359
|
+
"Resources - Tariff Groups - Create": "Recursos - Grupos tarifários - Criar",
|
|
360
|
+
"Resources - Tariff Groups - Read": "Recursos - Grupos tarifários - Ler",
|
|
361
|
+
"Resources - Tariff Groups - Update": "Recursos - Grupos Tarifários - Atualizar",
|
|
362
|
+
"Resources - Tariff Groups - Delete": "Recursos - Grupos tarifários - Excluir",
|
|
363
|
+
"Resources - Tariff Snapshots - Read Tariff Snapshot": "Recursos - Instantâneo tarifário - Leitura de Snapshot",
|
|
364
|
+
"Resources - Tax Identification Numbers - Listing": "Recursos - Números de Identificação Fiscal - Lista",
|
|
365
|
+
"Resources - Tax Identification Numbers - Create": "Recursos - Números de Identificação Fiscal - Criar",
|
|
366
|
+
"Resources - Tax Identification Numbers - Read": "Recursos - Números de Identificação Fiscal - Ler",
|
|
367
|
+
"Resources - Tax Identification Numbers - Update": "Recursos - Números de Identificação Fiscal - Atualizar",
|
|
368
|
+
"Resources - Tax Identification Numbers - Delete": "Recursos - Números de Identificação Fiscal - Excluir",
|
|
369
|
+
"Resources - Taxes - Listing": "Recursos - Impostos - Lista",
|
|
370
|
+
"Resources - Taxes - Create": "Recursos - Impostos - Criar",
|
|
371
|
+
"Resources - Taxes - Read": "Recursos - Impostos - Ler",
|
|
372
|
+
"Resources - Taxes - Update": "Recursos - Impostos - Atualização",
|
|
373
|
+
"Resources - Taxes - Delete": "Recursos - Impostos - Excluir",
|
|
374
|
+
"Resources - Templates - Templates Listing": "Recursos - Modelos de Lista de Modelos",
|
|
375
|
+
"Resources - Terms And Policies - Listing": "Recursos - Termos e Políticas - Lista",
|
|
376
|
+
"Resources - Terms And Policies - Read": "Recursos - Termos e Políticas - Ler",
|
|
377
|
+
"Resources - Top Up Packages - Listing": "Recursos - Pacotes de recarga - Listagem",
|
|
378
|
+
"Resources - Top Up Packages - Create": "Recursos - Pacotes de recarga - Criar",
|
|
379
|
+
"Resources - Top Up Packages - Read": "Recursos - Pacotes de recarga - Ler",
|
|
380
|
+
"Resources - Top Up Packages - Update": "Recursos - Pacotes de recarga - Atualização",
|
|
381
|
+
"Resources - Top Up Packages - Delete": "Recursos - Pacotes de recarga - Excluir",
|
|
382
|
+
"Resources - User Groups - Listing": "Recursos - Grupos de Usuários - Lista",
|
|
383
|
+
"Resources - User Groups - Create": "Recursos - Grupos de Usuários - Criar",
|
|
384
|
+
"Resources - User Groups - Read": "Recursos - Grupos de Usuários - Ler",
|
|
385
|
+
"Resources - User Groups - Update": "Recursos - Grupos de Usuários - Atualização",
|
|
386
|
+
"Resources - User Groups - Delete": "Recursos - Grupos de Usuários - Excluir",
|
|
387
|
+
"Resources - Utilities - List Utilities": "Recursos - Utilidades - Lista de Utilidades",
|
|
388
|
+
"Resources - Utilities - Create Utility": "Recursos - Utilidades - Criar Utilidade",
|
|
389
|
+
"Resources - Utilities - Get Utility": "Recursos - Utilidades - Obtenha utilidade",
|
|
390
|
+
"Resources - Utilities - Update Utility": "Recursos - Utilidades - Atualizar Utilidade",
|
|
391
|
+
"Resources - Utilities - Delete Utility": "Recursos - Utilidades - Excluir o Utilitário",
|
|
392
|
+
"Resources - Vendor Error Codes - Vendor Error Codes Listing": "Recursos - Códigos de Erro do fornecedor - Listagem de Códigos de Erro do Fornecedor",
|
|
393
|
+
"Resources - Vendor Error Codes - Vendor Error Code Create": "Recursos - Códigos de Erro do fornecedor - Código de Erro de Fornecedor",
|
|
394
|
+
"Resources - Vendor Error Codes - Vendor Error Code Read": "Recursos - Códigos de erro do fornecedor - Código de Erro lido",
|
|
395
|
+
"Resources - Vendor Error Codes - Vendor Error Code Update": "Recursos - Códigos de Erro do fornecedor - Atualização de Código de Erro",
|
|
396
|
+
"Resources - Vendor Error Codes - Vendor Error Code Delete": "Recursos - Códigos de Erro do fornecedor - Código de Erro de Fornecedor",
|
|
397
|
+
"Resources - Vouchers - Vouchers Listing": "Recursos - Cupons - Lista de Cupons",
|
|
398
|
+
"Resources - Vouchers - Voucher Create": "Recursos - cupons - Criação de cupons",
|
|
399
|
+
"Resources - Vouchers - Voucher Read": "Recursos - Cupons - Leitura de Voucher",
|
|
400
|
+
"Resources - Vouchers - Voucher Update": "Recursos - cupons - atualização de cupons",
|
|
401
|
+
"Resources - Vouchers - Voucher Delete": "Recursos - cupons - Deletar cupons",
|
|
402
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
403
|
+
"Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.": "Alterar a disponibilidade para disponível ou indisponível. Um Ponto de Carga é considerado indisponível quando não permite qualquer carregamento.",
|
|
404
|
+
"Change the owner of the Charge Point.": "Mudar o proprietário do Ponto de Cobrança.",
|
|
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).": "Se você não estiver usando a rede Id e não estiver passando outros critérios no corpo irá limpar o perfil de carregamento para o ponto de carga (ChargePointMaxProfile).",
|
|
406
|
+
"Request a get diagnostics upload from the charge point.": "Solicitar o envio de um diagnóstico a partir do ponto de carregamento.",
|
|
407
|
+
"Charge Point / Get Security Log. ": "Ponto de Cobrança / Obter Registro de Segurança. ",
|
|
408
|
+
"Move one or more EVSEs from this charge point to a satellite charge point.": "Mova um ou mais EVSEs do ponto de carga para um ponto de carga por satélite.",
|
|
409
|
+
"Reserve an evse.": "Reserve um evasão.",
|
|
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.": "Redefinir o perfil de segurança atual do ponto de carga do backend. Da próxima vez que o ponto de carga conectar-se, o backend aceitará a conexão e atualizará o perfil de segurança atual com aquele que o ponto de carga realmente usado para estabelecer a conexão.",
|
|
411
|
+
"Reset a charge point.": "Redefinir um ponto de carregamento.",
|
|
412
|
+
"Charge Point / Send Data Transfer.": "Ponto de Cobrança / Enviar Transferência de Dados",
|
|
413
|
+
"Set a smart charging profile.": "Definir um perfil de carregamento inteligente.",
|
|
414
|
+
"Start a charging session.": "Inicie uma sessão de carregamento.",
|
|
415
|
+
"Stop a charging session.": "Interrompa uma sessão de carregamento.",
|
|
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 um pedido de configuração parcial ou completo para o carregador. Você receberá de volta um requerstId que pode monitorar o status de usar a ChargePointSyncConfigurationNotification. Por favor, note que chamar esta ação não deve ser necessário, pois cada vez que o ponto de carga inicia a configuração é automaticamente sincronizada.",
|
|
417
|
+
"Trigger message to given Charge Point.": "Acionar mensagem para um ponto de cobrança.",
|
|
418
|
+
"Unlock an EVSE.": "Desbloqueie um EVSE.",
|
|
419
|
+
"Change sharing code for the Charge Point.": "Alterar código de compartilhamento para o Ponto de Carga.",
|
|
420
|
+
"Delete certificate.": "Excluir certificado.",
|
|
421
|
+
"Charge Point / Install Certificate.": "Carregar Ponto / Instalar Certificado.",
|
|
422
|
+
"Set Configuration for the Charge Point.": "Definir Configuração para o Ponto de Carga.",
|
|
423
|
+
"Charge Point / Get Installed Certificate IDs. ": "Ponto de Cobrança/Obtenha IDs de Certificados Instalados. ",
|
|
424
|
+
"Charge Point / Update Firmware.": "Carregar Ponto / Atualizar Firmware.",
|
|
425
|
+
"Get all Charge Point Downtime Periods.": "Obtenha todos os períodos de Downtime do Ponto de Carga.",
|
|
426
|
+
"Create Manual Exempt Charge Point Downtime Period.": "Criar Período de Downtime do Ponto de Carga Manual.",
|
|
427
|
+
"Get Charge Point Downtime Period.": "Obter Carga de Ponto Downtime Período.",
|
|
428
|
+
"Update Charge Point Downtime Period.": "Atualizar Carga de Ponto Baixo.",
|
|
429
|
+
"Delete Manual Created Charge Point Downtime Period.": "Excluir Período de Downtime de Ponto de Criação Manualmente.",
|
|
430
|
+
"Get all Charge Point Models.": "Obtenha todos os modelos de ponto de carga.",
|
|
431
|
+
"Create new Charge Point Model.": "Criar novo modelo de ponto de carga.",
|
|
432
|
+
"Get a Charge Point Model.": "Obtenha um Modelo de Ponto de Carga.",
|
|
433
|
+
"Charge Point Model.": "Carregar Modelo de Ponto",
|
|
434
|
+
"Delete a Charge Point Model.": "Excluir um modelo de ponto de carga.",
|
|
435
|
+
"Get all Charge Point Vendors.": "Obtenha todos os Fornecedores de Ponto de Carga.",
|
|
436
|
+
"Create new Charge Point Vendor.": "Criar novo fornecedor de ponto de carga",
|
|
437
|
+
"Get a Charge Point Vendor.": "Obtenha um fornecedor de ponto de carga.",
|
|
438
|
+
"Charge Point Vendor.": "Fornecedor de Ponto Carregado",
|
|
439
|
+
"Delete a Charge Point Vendor.": "Excluir um Fornecedor de Ponto de Carga.",
|
|
440
|
+
"Get a charge point's status.": "Obtenha o status de um ponto de carga.",
|
|
441
|
+
"Create new charge point.": "Criar novo ponto de carregamento.",
|
|
442
|
+
"Get all charge points.": "Obtenha todos os pontos de carga.",
|
|
443
|
+
"Update a charge point.": "Atualizar um ponto de carga.",
|
|
444
|
+
"Get a charge point.": "Entenda um ponto de carga.",
|
|
445
|
+
"Delete a charge point.": "Exclua um ponto de carga.",
|
|
446
|
+
"Get all available personal smart charging modes.": "Obtenha todos os modos de carregamento inteligente disponíveis.",
|
|
447
|
+
"Get a charge point's all cached configurations.": "Obtenha todas configurações em cache do ponto de carga.",
|
|
448
|
+
"Get a charge point's cached configuration for a single key.": "Obter uma configuração de ponto de carga em cache para uma única chave.",
|
|
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.": "Atualiza a configuração do ponto de carga. A configuração é aplicada diretamente ao ponto de carga e você receberá código de resposta 406 caso o aplicativo falhe.",
|
|
450
|
+
"Create new EVSE within the Charge Point.": "Criar novo EVSE dentro do ponto de carregamento.",
|
|
451
|
+
"Get all EVSEs of the Charge Point.": "Obtenha todos os EVSEs do Ponto de Carga.",
|
|
452
|
+
"Update an EVSE within the Charge Point.": "Atualize um EVSE no Ponto de Carga.",
|
|
453
|
+
"Get an EVSE from a Charge Point.": "Pega um EVSE de um Ponto de Carga.",
|
|
454
|
+
"Delete an EVSE.": "Apagar um EVSE.",
|
|
455
|
+
"Get a charge point evse's all connectors.": "Obtenha todos os conectores do ponto de carga.",
|
|
456
|
+
"Create a charge point evse's connector.": "Criar um conector de um ponto de carregamento.",
|
|
457
|
+
"Get a charge point evse's connector.": "Obtenha um conector de um ponto de carga.",
|
|
458
|
+
"Update a charge point evse's connector.": "Atualizar o conector da evse de um ponto de carregamento.",
|
|
459
|
+
"Delete a charge point evse's connector.": "Excluir o conector do ponto de carregamento",
|
|
460
|
+
"Get paginated list of hardware status logs for a charge point with optional date filtering.": "Obter lista paginada de logs de status de hardware para um ponto de carga com filtro de data opcional.",
|
|
461
|
+
"Get the latest hardware status log entry for a charge point.": "Obter a última entrada de registro de status de hardware para um ponto de carregamento.",
|
|
462
|
+
"Get the latest network status log entry for a charge point.": "Obtenha a última entrada de registro de status da rede para um ponto de cobrança.",
|
|
463
|
+
"Get paginated list of network status logs for a charge point with optional date filtering.": "Obter lista paginada de logs de status de rede para um ponto de carga com filtro de data opcional.",
|
|
464
|
+
"Get personal smart charging preferences of the charge point.": "Obtenha preferências de carregamento inteligente do ponto de carga.",
|
|
465
|
+
"Update personal smart charging preferences.": "Atualizar preferências de carregamento inteligente pessoal.",
|
|
466
|
+
"Get all Shared Partners of the Charge Point.": "Obtenha todos os Parceiros Compartilhados do Ponto 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\".": "Definir os Parceiros Compartilhados do Ponto de Carga. Anexar Parceiros Compartilhados dentro do Ponto de Carga. O ponto de cobrança deve ter um proprietário associado e seu \"access_type\" deve ser \"privado\".",
|
|
468
|
+
"Create new Share within the Charge Point.": "Crie um novo compartilhamento dentro do Ponto de Carga.",
|
|
469
|
+
"Get all Shares of the Charge Point.": "Obtenha todas as ações do Ponto de Carga.",
|
|
470
|
+
"Get an Share from a Charge Point.": "Obtenha um Compartilhamento de um Ponto de Carga.",
|
|
471
|
+
"Delete an Share.": "Exclua um compartilhamento.",
|
|
472
|
+
"Update smart charging details for the charge point.": "Atualizar detalhes do carregamento inteligente para o ponto de carga.",
|
|
473
|
+
"To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added.": "Para manter a segurança e a compatibilidade, só podem ser adicionados pontos de carga com uma configuração elétrica idêntica ao circuito.",
|
|
474
|
+
"Circuit / Detach Charge Point.": "Circuito / Desanexar Ponto de Carga.",
|
|
475
|
+
"Circuit / Set Charge Point Priority.": "Circuito / Definir Prioridade de Ponto de Carga.",
|
|
476
|
+
"Circuit / Set Charge Point EVSE Priority.": "Circuito / Definir Prioridade de Ponto de Carga 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.": "Definir prioridade DLM com base no estado de carga da sessão (SoC). A prioridade activa será utilizada para diminuir ou aumentar a energia utilizada pelo EVS da sessão. - Se o SoC exceder o `upperThresholdPercent`, então o `highSoCPriorit` será aplicado.",
|
|
478
|
+
"Circuit / Set Session Priority.": "Circuito / Prioridade de Sessão Configurada.",
|
|
479
|
+
"Apply a configuration template to charge points.": "Aplicar um modelo de configuração para pontos de carregamento.",
|
|
480
|
+
"Create multiple variables for a specific configuration template, adds them to the already existing keys and validates if there are duplicates.": "Crie múltiplas variáveis para um modelo de configuração específico, adicione-as para as chaves já existentes e valida se houver duplicadas.",
|
|
481
|
+
"Get all Configuration Templates.": "Obter todos os modelos de configuração.",
|
|
482
|
+
"Create new Configuration Template.": "Criar novo modelo de configuração.",
|
|
483
|
+
"Update Configuration Template.": "Atualizar Modelo de Configuração",
|
|
484
|
+
"Get Configuration Template.": "Obter modelo de configuração.",
|
|
485
|
+
"Delete Configuration Template.": "Excluir modelo de configuração.",
|
|
486
|
+
"Get all Configuration Template Variables.": "Obter todas as configurações de modelo.",
|
|
487
|
+
"Create a new Configuration Template Variable.": "Criar uma nova variável de template de configuração.",
|
|
488
|
+
"Update a Configuration Template Variable.": "Atualizar uma variável de template de configuração.",
|
|
489
|
+
"Delete a Configuration Template Variable.": "Apagar uma variável de template de configuração.",
|
|
490
|
+
"Add an electricity meter report for the meter readings at the current moment.": "Adicione um relatório sobre o contador de electricidade para as leituras do medidor no momento atual.",
|
|
491
|
+
"Get all electricity meters.": "Pegue todos os medidores de eletricidade.",
|
|
492
|
+
"Create a new electricity meter.": "Crie um novo medidor de eletricidade.",
|
|
493
|
+
"Get information for an electricity meter by ID.": "Obtenha informações sobre um medidor de eletricidade por ID.",
|
|
494
|
+
"Update electricity meter.": "Atualizar medidor de eletricidade.",
|
|
495
|
+
"Delete an electricity meter.": "Excluir medidor de eletricidade.",
|
|
496
|
+
"Get all Electricity rates.": "Obtenha todas as taxas de eletricidade.",
|
|
497
|
+
"Create a new Electricity rate.": "Criar uma nova taxa de eletricidade.",
|
|
498
|
+
"Get a single Electricity rate.": "Obtenha uma única taxa de eletricidade.",
|
|
499
|
+
"Update a Electricity rate.": "Atualizar uma taxa de eletricidade.",
|
|
500
|
+
"Delete a Electricity rate.": "Excluir uma taxa de eletricidade.",
|
|
501
|
+
"Get an electricity rate energy mix.": "Obtenha um mix de energia taxa de eletricidade.",
|
|
502
|
+
"Set an electricity rate energy mix. By default the energy mix generated with creation of the electricity rate is filled with 0.": "Definir uma combinação de energia da taxa de eletricidade. Por padrão, a mistura de energia gerada com a criação da taxa de electricidade é preenchida com 0.",
|
|
503
|
+
"List all of the configured price period days (including week days and dates).": "Listar todos os dias do período de preço configurado (incluindo dias e datas da semana).",
|
|
504
|
+
"List all of the configured price period dates.": "Lista todas as datas do período de preços configurado.",
|
|
505
|
+
"Get the price periods for a specific date.": "Obtenha os períodos de preço para uma data 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.": "Atualiza os períodos de preço para uma data específica. Esta operação irá sobrescrever todos os períodos existentes para a data determinada, portanto uma lista completa deve ser fornecida.",
|
|
507
|
+
"Delete the price periods for a specific date.": "Exclua os períodos de preço para uma data específica.",
|
|
508
|
+
"List all of the configured price period week days.": "Listar todos os dias da semana do período de preço configurado.",
|
|
509
|
+
"Get the price periods for a specific week day.": "Obtenha os períodos de preço por um dia 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.": "Atualize os períodos de preço para um dia específico da semana. Esta operação irá sobrescrever todos os períodos existentes para o dia em questão, por isso uma lista completa deve ser fornecida.",
|
|
511
|
+
"Delete the price periods for a specific week day.": "Exclua os períodos de preço para um dia específico da semana.",
|
|
512
|
+
"Trigger message to given EVSE.": "Aciona a mensagem para EVSE.",
|
|
513
|
+
"Get all EVSE Downtime Periods.": "Obtenha todos os períodos de downtime de EVSE.",
|
|
514
|
+
"Create Manual Exempt EVSE Downtime Period.": "Criar Período de Downtime para Exempate Manual para EVSE.",
|
|
515
|
+
"Get EVSE Downtime Period.": "Obtenha EVSE Período Escuro.",
|
|
516
|
+
"Update EVSE Downtime Period.": "Atualize o período de inatividade EVSE.",
|
|
517
|
+
"Delete Manual Created EVSE Downtime Period.": "Excluir Período de Downtime para EVSE Manualmente.",
|
|
518
|
+
"Change the status of the Flexibility Asset.": "Alterar o status do mecanismo de flexibilidade.",
|
|
519
|
+
"Create Flexibility Activation Request for a specific Asset.": "Criar pedido de ativação de flexibilidade para um ativo específico.",
|
|
520
|
+
"Get a list of Flexibility Requests.": "Obtenha uma lista de Solicitações de Flexibilidade.",
|
|
521
|
+
"Get a flexibility activation request.": "Obter uma solicitação de ativação de flexibilidade.",
|
|
522
|
+
"Create new flexibility asset.": "Criar novo ativo de flexibilidade.",
|
|
523
|
+
"Get a list of Flexibility Assets.": "Obtenha uma lista de garantias de flexibilidade.",
|
|
524
|
+
"Update a flexibility asset.": "Atualiza um ativo de flexibilidade.",
|
|
525
|
+
"Get a flexibility asset.": "Obtenha um ativo de flexibilidade.",
|
|
526
|
+
"Delete a flexibility asset.": "Exclua um ativo de flexibilidade.",
|
|
527
|
+
"Get Historical Time Series for a Flexibility Asset.": "Obtém uma série histórica de tempo para um ativo de flexibilidade.",
|
|
528
|
+
"Get Time Series Forecast for a Flexibility Asset.": "Obtenha Previsão de Tempo para um Atributo de Flexibilidade.",
|
|
529
|
+
"Certificate / Reissue an EMAID.": "Certificado / Reemitir um EMAID.",
|
|
530
|
+
"Get all id tags.": "Obtenha todas as tags de id.",
|
|
531
|
+
"Create new Id Tag.": "Criar nova Tag de Id.",
|
|
532
|
+
"Get a Id Tag.": "Get a Id Tag.",
|
|
533
|
+
"Update a Id Tag.": "Atualizar uma tag de ID.",
|
|
534
|
+
"Delete a Id Tag.": "Excluir uma tag de 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.": "Obtenha uma visão consolidada da disponibilidade de EVSEs para um determinado local e período. Retorna intervalos de tempo disponíveis para cada EVSE agendável no local.",
|
|
536
|
+
"Create a new location.": "Criar um novo local.",
|
|
537
|
+
"Get all locations.": "Obter todos os locais.",
|
|
538
|
+
"Update a location.": "Atualizar um local.",
|
|
539
|
+
"Get a location.": "Obter um local.",
|
|
540
|
+
"Delete a location.": "Excluir um local.",
|
|
541
|
+
"Get all Charging Zones.": "Pegue todas as Zonas de Carregamento.",
|
|
542
|
+
"Create a new Charging Zone.": "Crie uma nova Zona de Carregamento.",
|
|
543
|
+
"Get a Charging Zone.": "Faça uma zona de carga.",
|
|
544
|
+
"Update a existing Charging Zone.": "Atualizar uma zona de carregamento existente.",
|
|
545
|
+
"Location / Charging Zone / Delete.": "Localização / Zona de carregamento / Excluir.",
|
|
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 notificações webhook que falharam. - Reenviar para um ID de notificação específico pode ser solicitada uma vez a cada 15 minutos. - As notificações desativadas não podem ser reenviadas.",
|
|
547
|
+
"Parking Space / Update occupancy status.": "Espaço de estacionamento / Atualizar estado de ocupação.",
|
|
548
|
+
"Create new Parking Space.": "Criar novo espaço de estacionamento.",
|
|
549
|
+
"Get all Parking spaces.": "Pegue todas as vagas de estacionamento.",
|
|
550
|
+
"Update Parking Space.": "Atualizar Espaço de Estacionamento.",
|
|
551
|
+
"Get Parking Space.": "Fique Estacionado.",
|
|
552
|
+
"Delete Parking Space.": "Apagar Espaço de Estacionamento.",
|
|
553
|
+
"Certificate / Issue an EMAID.": "Certificado / Emitir um EMAID.",
|
|
554
|
+
"Create Provisioning Certificate.": "Create Provisioning Certificate.",
|
|
555
|
+
"Get all Provisioning Certificates.": "Obtenha todos os certificados de provisionamento.",
|
|
556
|
+
"Update a Provisioning Certificate.": "Atualizar um certificado de provisionamento.",
|
|
557
|
+
"Get a Provisioning Certificate.": "Obtenha um Certificado de Provisionamento.",
|
|
558
|
+
"Delete a provisioning certificate.": "Excluir um certificado de provisionamento.",
|
|
559
|
+
"Cancel a reservation.": "Cancele uma 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.": "Definir os dados de preços para um filtro tarifário personalizado. Esta ação irá atualizar a tarifa de roaming minimalista e criar um preço com base nela. A fixação de preços poderá então ser utilizada através da fixação de uma tarifa de nivelamento pelo mapa tarifário do filtro aduaneiro aduaneiro.",
|
|
561
|
+
"Get all Roaming Connections.": "Obtenha todas as Conexões em Roaming.",
|
|
562
|
+
"Get a Roaming Connections.": "Obtenha uma conexão em roaming.",
|
|
563
|
+
"Get all Roaming Operators.": "Tenha todos os operadores roaming.",
|
|
564
|
+
"Get a Roaming Operator.": "Obter um Operador Roaming.",
|
|
565
|
+
"Update Roaming Operator.": "Atualizar Operador de Roaming.",
|
|
566
|
+
"Get all custom tariff filters for a roaming operator.": "Obter todos os filtros tarifários personalizados para um operador de roaming.",
|
|
567
|
+
"Create new custom tariff filter for a roaming operator.": "Crie um novo filtro tarifário personalizado para um operador de roaming.",
|
|
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.": "Alterar a ordem dos filtros tarifários personalizados para uma operadora de roaming. Esta operação permite uma reordenação parcial - você só precisa especificar os filtros que precisam ser movidos. Os filtros não incluídos na solicitação manterão suas posições relativas.",
|
|
569
|
+
"Get a specific custom tariff filter.": "Pega um filtro tarifário personalizado específico.",
|
|
570
|
+
"Update an existing custom tariff filter.": "Atualizar um filtro tarifário personalizado existente.",
|
|
571
|
+
"Delete a custom tariff filter.": "Excluir um filtro tarifário personalizado.",
|
|
572
|
+
"Get all Roaming Providers.": "Obter todos os provedores de roaming.",
|
|
573
|
+
"Create new Roaming Provider **Only applicable for Hubject, Gireve 2.2.1 and OCPI with missing credentials module emsp roaming connections**.": "Crie um novo Provedor de Roaming **Aplicável apenas para o Hubject, Gireve 2.2.1 e OCPI com conexões de roaming de módulos de credenciais ausentes **.",
|
|
574
|
+
"Get a Roaming Provider.": "Obtenha um Provedor de Roaming.",
|
|
575
|
+
"Update Roaming Providers.": "Atualizar provedores de Roaming.",
|
|
576
|
+
"Delete a Roaming Provider.": "Excluir um provedor de roaming.",
|
|
577
|
+
"Get all Roaming Tariffs.": "Obtenha todas as tarifas de roaming.",
|
|
578
|
+
"Get a Roaming Tariff.": "Tenha uma Tarifa em Roaming.",
|
|
579
|
+
"Update Roaming Tariff.": "Atualizar Tarifa de Roaming.",
|
|
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.": "Atribuir um usuário a uma sessão. Esta ação é aplicável apenas às sessões com status de faturamento concluído que não tem nenhum usuário associado a elas. Esta operação só pode ser feita uma vez e não é reversível.",
|
|
581
|
+
"Retry failed payment for a session.": "Tentar novamente um pagamento falhado para uma sessão.",
|
|
582
|
+
"Replace a subscription plan with another one.": "Substituir um plano de assinatura por outro.",
|
|
583
|
+
"Get all Subscription plans.": "Obtenha todos os planos de assinatura.",
|
|
584
|
+
"Create a new Subscription plans.": "Criar novos planos de assinatura.",
|
|
585
|
+
"Get a single subscription plan.": "Obtenha um único plano de assinatura.",
|
|
586
|
+
"Update a Subscription plan.": "Atualize um plano de assinatura.",
|
|
587
|
+
"Delete a Subscription plan.": "Excluir um plano de assinatura.",
|
|
588
|
+
"Apply a Tariff Display Information to tariff.": "Aplicar informação tarifária à 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.": "Obtenha toda a tarifa. Também você poderia usar o \"tariffGroupId\" e o \"userId\" para \"resolver\" a tarifa concreta dentro de um grupo que seria aplicado para o usuário especificado.",
|
|
590
|
+
"Create new tariff.": "Criar uma nova tarifa.",
|
|
591
|
+
"Get a tariff.": "Obtenha uma tarifa.",
|
|
592
|
+
"Update a tariff.": "Atualizar uma tarifa.",
|
|
593
|
+
"Delete a tariff.": "Excluir uma 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 fatura ad-hoc para a transação (somente se a integração com AMPECO de fatura for usada). Para Sza├mla├zz. integração na Hungria, se existir um recibo fiscalizado para a transação, será automaticamente cancelada e o recibo de fatura e armazenamento será enviado para o usuário.",
|
|
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 fatura já emitida. Se a transação tiver um recibo fiscalizado associado que foi automaticamente cancelado (a Hungria em conformidade), tanto a fatura quanto o recibo storno serão enviados juntos.",
|
|
596
|
+
"Link the transaction to external resource where the payment took place.": "Vincule a transação aos recursos externos onde o pagamento ocorreu.",
|
|
597
|
+
"Get all transactions.": "Adquira todas as transações.",
|
|
598
|
+
"Create new Transaction.": "Criar nova transação.",
|
|
599
|
+
"Get a transation.": "Realize uma transação.",
|
|
600
|
+
"Update a non-finalised transaction.": "Atualiza uma transação não finalizada.",
|
|
601
|
+
"Activate a subscription to a user.": "Ativar uma assinatura para um usuário.",
|
|
602
|
+
"Add to the current balance of the user.": "Adicione ao saldo atual do usuário.",
|
|
603
|
+
"Apply custom fee for a user.": "Aplicar taxa personalizada para um usuário.",
|
|
604
|
+
"Cancel a subscription to a user.": "Cancele uma assinatura de um usuário.",
|
|
605
|
+
"Set the status for a user.": "Defina o estado de um usuário",
|
|
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.": "Limpe a quantidade de assinatura de um usuário devida. Qualquer transação não liquidada relacionada com a assinatura atual do usuário — como taxas e sessões de carregamento serão definidas para uma quantidade de 0. a sua operação é irreversível.",
|
|
607
|
+
"Export all private data.": "Exportar todos os dados privados.",
|
|
608
|
+
"Apply a voucher to a user.": "Aplicar um cupom a um usuário.",
|
|
609
|
+
"Get all users.": "Receba todos os usuários.",
|
|
610
|
+
"Create new User.": "Criar novo usuário.",
|
|
611
|
+
"Get a user.": "Obter um usuário.",
|
|
612
|
+
"Update user.": "Atualizar Usuário.",
|
|
613
|
+
"Delete a user.": "Excluir um usuário.",
|
|
614
|
+
"Invoice details / Read.": "Detalhes da fatura / Leitura.",
|
|
615
|
+
"Create or update user invoice details.": "Criar ou atualizar detalhes da fatura de usuário.",
|
|
616
|
+
"Get all payment methods for a user.": "Obtenha todos os métodos de pagamento para um usuário.",
|
|
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.": "Iniciar uma nova inscrição de método de pagamento ou finalizá-lo. Note que este é um processo de duas etapas! # Para processadores de pagamento com integração de visualização da web, Você precisará iniciar uma chamada sem parâmetros para este endpoint para obter uma nova solicitação para adicionar método de pagamento (Passo 1). Em seguida, você terá que redirecionar para um endpoint e esperar que o cliente insira os dados do seu cartão de crédito lá.",
|
|
618
|
+
"Get information for a payment method by ID.": "Obter informações sobre um método de pagamento por ID.",
|
|
619
|
+
"Update Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be set as default": "Atualizar método de pagamento. Por favor, note que \";saldo\"; e \";corporate\"; métodos de pagamento não podem ser definidos como padrão",
|
|
620
|
+
"Delete Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be removed from this interface.": "Excluir método de pagamento. Por favor, note que \";saldo\"; e \";corporate\"; métodos de pagamento NÃO PODEM ser removidos desta interface.",
|
|
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.": "Inscreva-se para receber eventos de webhook ou kafka. Cada notificação enviada para o webhook/kafka será repetida várias vezes e será taxa limitada. Os limites, tentativas e intervalos de tentativas novamente serão configurados pelo Ampeco.",
|
|
622
|
+
"Notifications / Listing": "Notificações / Listagem",
|
|
623
|
+
"Get a notification.": "Receba uma notificação.",
|
|
624
|
+
"Update a notification.": "Atualizar uma notificação.",
|
|
625
|
+
"Unsubscribe for a notification.": "Cancelar assinatura para uma notificação.",
|
|
626
|
+
"Get all authorizations.": "Obtenha todas as autorizações.",
|
|
627
|
+
"Authorization / Read.": "Autorização / Leitura.",
|
|
628
|
+
"Get all booking requests.": "Receba todos os pedidos 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.": "Criar um novo pedido de reserva. Se você quiser encontrar os slots disponíveis para um determinado local, use a Ação / Localização / Verificar disponibilidade da reserva.",
|
|
630
|
+
"Get information for a booking request by ID.": "Obtenha informações de um pedido de reserva por ID.",
|
|
631
|
+
"Get all bookings.": "Obtenha todas as reservas.",
|
|
632
|
+
"Get information for a booking by ID.": "Obtenha informações de uma reserva por ID.",
|
|
633
|
+
"Get all CDRs.": "Obtenha todos os CDRs.",
|
|
634
|
+
"Get a CDR.": "Obtenha um CDR.",
|
|
635
|
+
"Get all circuits.": "Obtenha todos os circuitos.",
|
|
636
|
+
"Create a new circuit.": "Criar um novo circuito.",
|
|
637
|
+
"Get a circuit.": "Get a circuit.",
|
|
638
|
+
"Update a circuit.": "Atualizar um circuito.",
|
|
639
|
+
"Delete a circuit.": "Apagar um circuito.",
|
|
640
|
+
"Get all circuit's charge point priorities.": "Obter todo o circuito'prioridades do ponto de carga.",
|
|
641
|
+
"Get the consumption of a circuit for each phase.": "Obter o consumo de um circuito para cada etapa.",
|
|
642
|
+
"Get a circuit's SoC priority.": "Obter um circuito's prioridade SoC.",
|
|
643
|
+
"Get a circuit's unmanaged load.": "Obtenha uma carga não gerenciada de circuitos.",
|
|
644
|
+
"Get all circuit's user priorities.": "Obter todo o circuito's prioridades do usuário.",
|
|
645
|
+
"Create a circuit's user priority.": "Criar uma prioridade de usuário do circuito.",
|
|
646
|
+
"Get a circuit's user priority.": "Obtenha prioridade de usuário de um circuito.",
|
|
647
|
+
"Update a circuit's user priority.": "Atualiza a prioridade de usuário do circuito.",
|
|
648
|
+
"Delete a circuit's user priority.": "Excluir um circuito's prioridade do usuário.",
|
|
649
|
+
"Get the contact details.": "Obtenha os detalhes do contato.",
|
|
650
|
+
"Update the contact details.": "Atualize os detalhes do contato.",
|
|
651
|
+
"Delete contact details.": "Excluir detalhes do contato.",
|
|
652
|
+
"Currencies / Listing.": "Moedas / Listagem.",
|
|
653
|
+
"Create currency.": "Crie moeda.",
|
|
654
|
+
"Currency / Read.": "Moeda / Leitura",
|
|
655
|
+
"Update a currency.": "Atualize uma moeda.",
|
|
656
|
+
"Create new Currency Rate.": "Criar nova taxa de câmbio.",
|
|
657
|
+
"Get all Currency Rates.": "Obtenha todas as taxas de câmbio.",
|
|
658
|
+
"Update Currency Rate.": "Atualizar Taxa de Câmbio",
|
|
659
|
+
"Get Currency Rate.": "Obter Taxa de Câmbio.",
|
|
660
|
+
"Delete Currency Rate.": "Apagar Taxa de Câmbio.",
|
|
661
|
+
"Get all custom fees.": "Obtenha todas as taxas personalizadas.",
|
|
662
|
+
"Get a single custom fee.": "Obtenha uma taxa única personalizada.",
|
|
663
|
+
"Get all Downtime Period Notices.": "Receber todas as notificações de inatividades.",
|
|
664
|
+
"Create Downtime Period Notice.": "Criar período de inatividade",
|
|
665
|
+
"Get Downtime Period Notice.": "Receber notificação do período de inatividade.",
|
|
666
|
+
"Update Downtime Period Notice.": "Atualizar período de inatividade",
|
|
667
|
+
"Delete Downtime Period Notice.": "Excluir período de inatividade",
|
|
668
|
+
"Get paginated list of hardware status logs for an EVSE with optional date filtering.": "Obtém a lista paginada de logs de status de hardware para um EVSE com filtro de data opcional.",
|
|
669
|
+
"Get the latest hardware status log entry for an EVSE.": "Obter a última entrada de registro de status de hardware para um EVSE.",
|
|
670
|
+
"Create new EVSE.": "Criar novo EVSE.",
|
|
671
|
+
"Get all EVSEs.": "Obtenha todos os EVSEs.",
|
|
672
|
+
"Update an EVSE.": "Atualizar um EVSE.",
|
|
673
|
+
"Get an EVSE.": "Get an EVSE.",
|
|
674
|
+
"Get all FAQs.": "Obter todas as FAQs.",
|
|
675
|
+
"Create new FAQ.": "Criar novo FAQ.",
|
|
676
|
+
"Get a FAQ.": "Get a FAQ.",
|
|
677
|
+
"Update FAQs.": "Atualizar FAQs.",
|
|
678
|
+
"Delete a FAQ.": "Apagar uma FAQ.",
|
|
679
|
+
"Get all Firmware Versions.": "Obter todas as versões de Firmware.",
|
|
680
|
+
"Get a Firmware Version.": "Obter uma versão de firmware.",
|
|
681
|
+
"Get all charge point models attached to this firmware version.": "Pegue todos os pontos carregados modelos anexados a esta versão de firmware.",
|
|
682
|
+
"Get all Installer Jobs.": "Obter todos os trabalhos do instalador.",
|
|
683
|
+
"Create Installer Job.": "Criar Tarefa do Instalador.",
|
|
684
|
+
"Get Installer Job.": "Obter trabalho do instalador.",
|
|
685
|
+
"Update Installer Job.": "Atualizar Tarefa do Instalador.",
|
|
686
|
+
"Delete Installer Job.": "Excluir Tarefa do Instalador.",
|
|
687
|
+
"Get all invoices.": "Obter todas as faturas.",
|
|
688
|
+
"Invoice / Read.": "Fatura / Leitura",
|
|
689
|
+
"Get all Partner Contracts.": "Obtenha todos os contratos de parceiro.",
|
|
690
|
+
"Create new Partner Contract.": "Criar novo Contrato de Parceiro.",
|
|
691
|
+
"Get a Partner Contract.": "Contrato de Parceiro.",
|
|
692
|
+
"Update a Partner Contract.": "Atualizar Contrato de Parceiro.",
|
|
693
|
+
"Delete a Partner Contract.": "Deletar um Contrato de Parceiro.",
|
|
694
|
+
"Get all expenses.": "Receba todas as despesas.",
|
|
695
|
+
"Get all partner invites.": "Receba todos os convites de parceiros.",
|
|
696
|
+
"Create new invite.": "Criar novo convite.",
|
|
697
|
+
"Get a invite.": "Consiga um convite.",
|
|
698
|
+
"Update a invite.": "Atualizar um convite.",
|
|
699
|
+
"Delete an invite.": "Excluir um convite.",
|
|
700
|
+
"Get all revenues.": "Pegue todas as receitas.",
|
|
701
|
+
"Get all Partner Settlement Reports.": "Obtenha todos os Relatórios de Pagamentos de Parceiros.",
|
|
702
|
+
"Get a single Partner Settlement Report.": "Obtenha um Relatório único de Liquidação de Parceiros.",
|
|
703
|
+
"Get all Partner Settlement Records.": "Obtenha todos os registros de estabelecimento de parceiros.",
|
|
704
|
+
"Create Partner Settlement Record.": "Criar Registro de Liquidação de Parceiros.",
|
|
705
|
+
"Read Partner Settlement Record.": "Ler Registro de Liquidação de Parceiros.",
|
|
706
|
+
"Update a single Partner Settlement Record.": "Atualizar um Registro de Liquidação de Parceiros.",
|
|
707
|
+
"Delete a single Partner Settlement Record.": "Exclua um registro de liquidação individual de Parceiros.",
|
|
708
|
+
"Get all partners.": "Adquira todos os parceiros.",
|
|
709
|
+
"Create new partner.": "Criar um novo parceiro.",
|
|
710
|
+
"Get a partner.": "Assuma um parceiro.",
|
|
711
|
+
"Update a partner.": "Atualizar um parceiro.",
|
|
712
|
+
"Delete a partner.": "Exclua um parceiro.",
|
|
713
|
+
"Get all payment terminals.": "Receba todos os terminais de pagamento.",
|
|
714
|
+
"Create a new payment terminal.": "Crie um novo terminal de pagamento.",
|
|
715
|
+
"Get information for a payment terminal by ID.": "Obtenha informações para um terminal de pagamento por ID.",
|
|
716
|
+
"Update Payment terminal.": "Atualizar terminal de pagamento.",
|
|
717
|
+
"Delete a payment terminal.": "Exclua um terminal de pagamento.",
|
|
718
|
+
"Get all receipts.": "Pegue todos os recibos.",
|
|
719
|
+
"Get a single receipt.": "Pegar um único recibo.",
|
|
720
|
+
"Get all reservations.": "Obtenha todas as reservas.",
|
|
721
|
+
"Get information for a reservation by ID.": "Obter informações para uma reserva por ID.",
|
|
722
|
+
"Get all Security Events.": "Obtenha todos os Eventos de Segurança.",
|
|
723
|
+
"Get a Security Event.": "Obtenha um Evento de Segurança.",
|
|
724
|
+
"Sessions / Listing.": "Sessões / Listagem.",
|
|
725
|
+
"Session / Read.": "Sessão / Leitura.",
|
|
726
|
+
"Consumption statistics may differ between active and finished sessions, as finished sessions display aggregated final data with a maximum of 300 items.": "As estatísticas de consumo podem diferir entre sessões ativas e concluídas, já que as sessões terminadas exibem dados finais agregados com um máximo de 300 itens.",
|
|
727
|
+
"Get all settings.": "Obtenha todas as configurações.",
|
|
728
|
+
"Get all sub operators.": "Pegue todos os sub-operadores.",
|
|
729
|
+
"Get a sub operator.": "Obter um sub-operador.",
|
|
730
|
+
"Get all subscriptions.": "Obtenha todas as assinaturas.",
|
|
731
|
+
"Get a single subscription.": "Obtenha uma única assinatura.",
|
|
732
|
+
"Get all tariff groups.": "Peguem todos os grupos tarifários.",
|
|
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.": "Criar um novo grupo tarifário. Por favor, note que criar um novo grupo de tarifas também criará automaticamente uma tarifa de base livre, uma vez que não é permitido ter grupos pautais vazios.",
|
|
734
|
+
"Get a tariff group.": "Obtenha um grupo tarifário.",
|
|
735
|
+
"Update a tariff group.": "Atualizar um grupo tarifário.",
|
|
736
|
+
"Delete a tariff group.": "Excluir um grupo tarifário.",
|
|
737
|
+
"Get a tariff snapshot by id.": "Obtenha um instantâneo tarifário por id.",
|
|
738
|
+
"Get all Tax Identification Numbers.": "Obter todos os números de identificação fiscal.",
|
|
739
|
+
"Create new Tax Identification Number.": "Criar novo número de identificação fiscal.",
|
|
740
|
+
"Get a Tax Identification Number.": "Obtenha um número de identificação fiscal.",
|
|
741
|
+
"Tax Identification Numbers.": "Números de identificação fiscal.",
|
|
742
|
+
"Delete a Tax Identification Number.": "Excluir um número de identificação fiscal.",
|
|
743
|
+
"Get all Taxes.": "Receba todos os impostos.",
|
|
744
|
+
"Create new Tax.": "Criar novo Imposto.",
|
|
745
|
+
"Get a Tax.": "Pegue um Imposto.",
|
|
746
|
+
"Update Taxes.": "Atualizar Impostos.",
|
|
747
|
+
"Delete a Tax.": "Excluir um Imposto.",
|
|
748
|
+
"Get all charge points templates.": "Obtenha todos os modelos de pontos cobrados.",
|
|
749
|
+
"Terms and policies / Listing.": "Termos e políticas / Listagem.",
|
|
750
|
+
"Terms and policies / Read.": "Termos e políticas / Leitura.",
|
|
751
|
+
"Get all Top-Up Packages.": "Obtenha todos os pacotes de recarga.",
|
|
752
|
+
"Create new Top-Up Package.": "Criar novo pacote de recarga.",
|
|
753
|
+
"Get a Top-Up Package.": "Obtenha um pacote de recarga.",
|
|
754
|
+
"Top-Up Packages.": "Pacotes de recarga.",
|
|
755
|
+
"Delete a Top-Up Package.": "Deletar um pacote de recarga.",
|
|
756
|
+
"Get all user groups.": "Obter todos os grupos de usuários.",
|
|
757
|
+
"Create new user group.": "Criar novo grupo de usuários.",
|
|
758
|
+
"Get an user group.": "Obter um grupo de usuários.",
|
|
759
|
+
"Update a user group.": "Atualizar um grupo de usuários.",
|
|
760
|
+
"Delete a user group.": "Excluir um grupo de usuários.",
|
|
761
|
+
"Get all Utilities.": "Obtenha todas as Utilidades.",
|
|
762
|
+
"Create Utility.": "Crie Utilidade.",
|
|
763
|
+
"Get a single Utility.": "Obtenha uma única Utilidade.",
|
|
764
|
+
"Update a single Utility.": "Atualizar uma única Utilidade.",
|
|
765
|
+
"Delete a single Utility.": "Exclua uma única Utilidade.",
|
|
766
|
+
"Get all Vendor Error Codes.": "Obter todos os Códigos de Erro do Fornecedor.",
|
|
767
|
+
"Create new Vendor Error Code.": "Criar novo código de erro de fornecedor.",
|
|
768
|
+
"Get a Vendor Error Code.": "Obter um Código de Erro de Fornecedor.",
|
|
769
|
+
"Vendor Error Code.": "Código de erro do fornecedor.",
|
|
770
|
+
"Delete a Vendor Error Code.": "Excluir um código de erro do fornecedor.",
|
|
771
|
+
"Get all Vouchers.": "Pegue todos os cupons.",
|
|
772
|
+
"Create new Voucher.": "Criar novo Voucher.",
|
|
773
|
+
"Get a Voucher.": "Obtenha um Voucher.",
|
|
774
|
+
"Update a Voucher.": "Atualizar um Cupom.",
|
|
775
|
+
"Delete a Voucher.": "Deletar um Voucher.",
|
|
776
|
+
"Method": "Método",
|
|
777
|
+
"Headers": "Cabeçalhos",
|
|
778
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
779
|
+
"Body Type": "Tipo de Corpo",
|
|
780
|
+
"Body": "Conteúdo",
|
|
781
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
782
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
783
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
784
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
785
|
+
"Charge Point": "Carregar Ponto",
|
|
786
|
+
"Evse Network Id": "ID de rede Evse",
|
|
787
|
+
"Type": "tipo",
|
|
788
|
+
"User ID": "ID de usuário",
|
|
789
|
+
"Id": "Id",
|
|
790
|
+
"Charging Profile Purpose": "Perfil de carregamento",
|
|
791
|
+
"Stack Level": "Nível da pilha",
|
|
792
|
+
"Location": "Local:",
|
|
793
|
+
"Start": "Iniciar",
|
|
794
|
+
"Stop": "Interromper",
|
|
795
|
+
"URL": "URL:",
|
|
796
|
+
"Reason": "Motivo",
|
|
797
|
+
"Retries": "Tentativas",
|
|
798
|
+
"Interval": "Intervalo",
|
|
799
|
+
"Start Time": "Hora de início",
|
|
800
|
+
"Stop Time": "Parar Tempo",
|
|
801
|
+
"Satellite Charge Point Id": "Id Ponto de Carga via satélite",
|
|
802
|
+
"EVSE Ids": "EVSE Ids",
|
|
803
|
+
"Evse": "Evitar",
|
|
804
|
+
"User Id": "Identificação do Usuário",
|
|
805
|
+
"Vendor Id": "ID do fornecedor",
|
|
806
|
+
"Message Id": "ID da Mensagem",
|
|
807
|
+
"Data": "Dado",
|
|
808
|
+
"Transaction Id": "ID da transação",
|
|
809
|
+
"Charging Profile Kind": "Tipo de perfil de carregamento",
|
|
810
|
+
"Recurrency Kind": "Tipo de recorrência",
|
|
811
|
+
"Valid From": "Válido de",
|
|
812
|
+
"Valid To": "Válido até",
|
|
813
|
+
"Charging Schedule - Id": "Horário de carregamento - ID",
|
|
814
|
+
"Charging Schedule - Duration": "Horário de carregamento - Duração",
|
|
815
|
+
"Charging Schedule - Start Schedule": "Horário de carregamento - Iniciar cronograma",
|
|
816
|
+
"Charging Schedule - Charging Rate Unit": "Programação de carregamento - Taxa de carregamento Unidade",
|
|
817
|
+
"Charging Schedule - Charging Schedule Period": "Horário de carregamento - Horário de carregamento",
|
|
818
|
+
"Charging Schedule - Min Charging Rate": "Programação de carregamento - Taxa mínima de carregamento",
|
|
819
|
+
"Payment Method Id": "ID do Método de Pagamento",
|
|
820
|
+
"External Session Id": "ID da Sessão Externa",
|
|
821
|
+
"Connector Id": "Id do conector",
|
|
822
|
+
"Booking Id": "Id da Reserva",
|
|
823
|
+
"Charging Profile - Transaction Id": "Perfil de carregamento - ID da transação",
|
|
824
|
+
"Charging Profile - Stack Level": "Perfil de carregamento - Nível da Pilha",
|
|
825
|
+
"Charging Profile - Charging Profile Purpose": "Perfil de carregamento - Perfil de carregamento",
|
|
826
|
+
"Charging Profile - Charging Profile Kind": "Perfil de carregamento - Perfil de carregamento",
|
|
827
|
+
"Charging Profile - Recurrency Kind": "Perfil de carregamento - Tipo Recorrente",
|
|
828
|
+
"Charging Profile - Valid From": "Perfil de carregamento - Válido De",
|
|
829
|
+
"Charging Profile - Valid To": "Perfil de carregamento - Válido Para",
|
|
830
|
+
"Charging Profile - Charging Schedule - Id": "Perfil de carregamento - Horário de carregamento - ID",
|
|
831
|
+
"Charging Profile - Charging Schedule - Duration": "Perfil de carregamento - Horário de carregamento - Duração",
|
|
832
|
+
"Charging Profile - Charging Schedule - Start Schedule": "Perfil de carregamento - Horário de carregamento - Iniciar Programação",
|
|
833
|
+
"Charging Profile - Charging Schedule - Charging Rate Unit": "Perfil de carregamento - Horário de carregamento - Unidade de taxa de carregamento",
|
|
834
|
+
"Charging Profile - Charging Schedule - Charging Schedule Period": "Perfil de carregamento - Programação de carregamento - Período do cronograma de carregamento",
|
|
835
|
+
"Charging Profile - Charging Schedule - Min Charging Rate": "Perfil de carregamento - cronograma de carregamento - taxa mínima de carregamento",
|
|
836
|
+
"Session": "Sessão",
|
|
837
|
+
"Force": "Força",
|
|
838
|
+
"Keys": "Chaves",
|
|
839
|
+
"Sharing Code": "Código de compartilhamento",
|
|
840
|
+
"Certificate Type": "Tipo de certificado",
|
|
841
|
+
"Value": "Valor",
|
|
842
|
+
"Name": "Nome",
|
|
843
|
+
"Instance": "Instância",
|
|
844
|
+
"Component Name": "Nome do componente",
|
|
845
|
+
"Evse Id": "Evse Id",
|
|
846
|
+
"Firmware Version Id": "ID da Versão Firmware",
|
|
847
|
+
"Retrieve After": "Recuperar depois",
|
|
848
|
+
"Signed": "Assinado",
|
|
849
|
+
"Signing Certificate": "Assinando Certificado",
|
|
850
|
+
"Signature": "Assinatura",
|
|
851
|
+
"Download Url Protocol": "Baixar Url Protocolo",
|
|
852
|
+
"Filter - Charge Point Id": "Filtro - Carga Ponto Id",
|
|
853
|
+
"Filter - Location Id": "Filtro - ID da Localização",
|
|
854
|
+
"Filter - Entry Mode": "Filtro - Modo de Entrada",
|
|
855
|
+
"Filter - Type": "Filtro - Tipo",
|
|
856
|
+
"Filter - Started After": "Filtro - Iniciado Após",
|
|
857
|
+
"Filter - Stopped Before": "Filtro - Parado antes de",
|
|
858
|
+
"Filter - Duration Less Than": "Filtro - Duração Menor que",
|
|
859
|
+
"Filter - Duration Greater Than": "Filtro - Duração Maior que",
|
|
860
|
+
"Filter - Last Updated After": "Filtro - Última Atualização Depois",
|
|
861
|
+
"Filter - Last Updated Before": "Filtro - Última atualização antes",
|
|
862
|
+
"Per page": "Por página",
|
|
863
|
+
"Paginate Results": "Paginar resultados",
|
|
864
|
+
"Charge Point Id": "Id Ponto Carga",
|
|
865
|
+
"Notice Id": "ID de aviso",
|
|
866
|
+
"Started At": "Iniciado em",
|
|
867
|
+
"Ended At": "Terminou em",
|
|
868
|
+
"Charge Point Downtime Period": "Cargar Ponto Downtime",
|
|
869
|
+
"Filter - Vendor Id": "Filtro - ID do fornecedor",
|
|
870
|
+
"User Manual": "Manual do Usuário",
|
|
871
|
+
"Installer Manual": "Manual do Installer",
|
|
872
|
+
"Model Id": "Id do Modelo",
|
|
873
|
+
"Pin": "PIN",
|
|
874
|
+
"Location Id": "ID da localidade",
|
|
875
|
+
"Charging Zone Id": "ID da Zona Carregada",
|
|
876
|
+
"Electricity Rate Id": "ID Taxa de Electricidade",
|
|
877
|
+
"Subscription - Required": "Assinatura - Necessária",
|
|
878
|
+
"Subscription - Plan Ids": "Assinatura - Plan Ids",
|
|
879
|
+
"Network Type": "Tipo de rede",
|
|
880
|
+
"Status": "Estado",
|
|
881
|
+
"Managed By Operator": "Gerenciado pelo Operador",
|
|
882
|
+
"External Id": "ID Externo",
|
|
883
|
+
"Network - Id": "Rede - ID",
|
|
884
|
+
"Network - Protocol": "Rede - Protocolo",
|
|
885
|
+
"Network - Password": "Rede - Senha",
|
|
886
|
+
"Network - Ip": "Rede - Ip",
|
|
887
|
+
"Network - Port": "Rede - Porta",
|
|
888
|
+
"Capabilities": "Funcionalidades",
|
|
889
|
+
"Auto Start Without Authorization": "Auto Iniciar Sem Autorização",
|
|
890
|
+
"Disable Auto Start Emulation": "Desativar emulação de início automático",
|
|
891
|
+
"Security - Desired Profile": "Segurança - Perfil desejado",
|
|
892
|
+
"Enable Auto Fault Recovery": "Ativar Auto Falha na Recuperação",
|
|
893
|
+
"User - Id": "Usuário - ID",
|
|
894
|
+
"User - Automatic Firmware Updates Enabled": "Usuário - Atualizações Automáticas de Firmware Habilitadas",
|
|
895
|
+
"Partner - Id": "Parceiro - ID",
|
|
896
|
+
"Partner - Contract Id": "Parceiro - Id do contrato",
|
|
897
|
+
"Partner - Contact Id": "Parceiro - Contacto Id",
|
|
898
|
+
"Partner - Corporate Billing As Default": "Parceiro - Cobrança Corporativa como Padrão",
|
|
899
|
+
"Partner - Access Type": "Parceiro - Tipo de Acesso",
|
|
900
|
+
"Partner - Notice": "Parceiro - Aviso",
|
|
901
|
+
"Utility Id": "Identificador de Utilidade",
|
|
902
|
+
"Tags": "Etiquetas",
|
|
903
|
+
"Enabled Randomised Delay": "Atraso Aleatório Habilitado",
|
|
904
|
+
"Uses Renewable Energy": "Usa Energia Renovável",
|
|
905
|
+
"Ocpp Connected Charge Point Id": "Ocpp ID de ponto de carga conectado",
|
|
906
|
+
"Communication Mode": "Modo de comunicação",
|
|
907
|
+
"Filter - Desired Security Profile Status": "Filtro - Status do Perfil de Segurança Desejado",
|
|
908
|
+
"Filter - Evse Physical Reference": "Filtro - Evitar Referência Física",
|
|
909
|
+
"Filter - Network Id": "Filtro - ID da Rede",
|
|
910
|
+
"Filter - Boot Notification Serial Number": "Filtro - inicialização do número de série de notificação",
|
|
911
|
+
"Filter - Model Id": "Filtro - ID do modelo",
|
|
912
|
+
"Filter - User Id": "Filtro - ID de Usuário",
|
|
913
|
+
"Filter - Partner Id": "Filtro - ID do Parceiro",
|
|
914
|
+
"Filter - Sub Operator Id": "Filtro - Id de sub-operador",
|
|
915
|
+
"Filter - Roaming": "Filtro - Roaming",
|
|
916
|
+
"Filter - Name": "Filtro - Nome",
|
|
917
|
+
"Filter - Circuit Id": "Filtro - Id do circuito",
|
|
918
|
+
"Filter - Charging Zone Id": "Filtro - ID da Zona de Carregamento",
|
|
919
|
+
"Filter - Managed By Operator": "Filtrar - Gerenciado por Operador",
|
|
920
|
+
"Filter - External Id": "Filtro - ID Externo",
|
|
921
|
+
"Filter - Utility Id": "Filtro - ID do utilitário",
|
|
922
|
+
"Filter - Tag": "Filtro - Tag",
|
|
923
|
+
"Filter - Sharing Code": "Filtro - Código de Compartilhamento",
|
|
924
|
+
"Include": "incluir",
|
|
925
|
+
"Integrated At": "Integrado em",
|
|
926
|
+
"Manufactured At": "Fabricado em",
|
|
927
|
+
"Filter - Instance": "Filtro - Instância",
|
|
928
|
+
"Filter - Component Name": "Filtro - Nome do componente",
|
|
929
|
+
"Filter - Evse Id": "Filtro - ID de Evse",
|
|
930
|
+
"Key": "Chave",
|
|
931
|
+
"Physical Reference": "Referência Física",
|
|
932
|
+
"Current Type": "Tipo Atual",
|
|
933
|
+
"Label": "Descrição",
|
|
934
|
+
"Network Id": "ID da Rede",
|
|
935
|
+
"Mid Meter Certification End Year": "Ano Final da Certificação do Medidor Médio",
|
|
936
|
+
"Tariff Group Id": "ID do Grupo Tarifa",
|
|
937
|
+
"Allows Reservation": "Permite reserva",
|
|
938
|
+
"Booking Enabled": "Reserva habilitada",
|
|
939
|
+
"Power Options - Max Power": "Opções de Energia - Potência Max",
|
|
940
|
+
"Power Options - Max Voltage": "Opções de Energia - Tensão Máxima",
|
|
941
|
+
"Power Options - Max Amperage": "Opções de Energia - Munição Máxima",
|
|
942
|
+
"Power Options - Phases": "Opções de Energia - Fases",
|
|
943
|
+
"Power Options - Phase Rotation": "Opções de Energia - Rotação da Fase",
|
|
944
|
+
"Power Options - Connected Phase": "Opções de Energia - Fase Conectada",
|
|
945
|
+
"Format": "Formato",
|
|
946
|
+
"Connector": "Conector",
|
|
947
|
+
"Filter - Created After": "Filtro - Criado Depois",
|
|
948
|
+
"Filter - Created Before": "Filtro - Criado Antes",
|
|
949
|
+
"Request Body Variant Type": "Solicitar tipo de variante corporal",
|
|
950
|
+
"Request Body": "Corpo da solicitação",
|
|
951
|
+
"Partner Ids": "Ids de Parceiros",
|
|
952
|
+
"Share": "Compartilhar",
|
|
953
|
+
"Mode": "Modo",
|
|
954
|
+
"Circuit": "Circuito",
|
|
955
|
+
"Priority": "Prioridade",
|
|
956
|
+
"Upper Threshold Percent": "Percentagem de limite superior",
|
|
957
|
+
"High SoC Priority": "Prioridade SoC Alta",
|
|
958
|
+
"Lower Threshold Percent": "Percentagem de limite inferior",
|
|
959
|
+
"Low SoC Priority": "Baixa prioridade SoC",
|
|
960
|
+
"Template": "Modelo",
|
|
961
|
+
"Charge Point Ids": "Carga de Ids de Pontos",
|
|
962
|
+
"Should Persist": "Deve Persistir",
|
|
963
|
+
"Filter - Ocpp Version": "Filtro - Versão Ocpp",
|
|
964
|
+
"Ocpp Version": "Versão Ocpp",
|
|
965
|
+
"Variable": "Variável",
|
|
966
|
+
"Electricity Meter": "Medidor de Eletricidade",
|
|
967
|
+
"Timestamp": "Timestamp",
|
|
968
|
+
"Current L1": "Atual L1",
|
|
969
|
+
"Current L2": "L2 Atual",
|
|
970
|
+
"Current L3": "L3 Atual",
|
|
971
|
+
"Integration Id": "ID de Integração",
|
|
972
|
+
"Default Price": "Preço Padrão",
|
|
973
|
+
"Tax Percentage": "Porcentagem do Imposto",
|
|
974
|
+
"Electricity Rate": "Taxa de Eletricidade",
|
|
975
|
+
"Solar": "Solar",
|
|
976
|
+
"Wind": "Vento",
|
|
977
|
+
"Hydro": "Hidro",
|
|
978
|
+
"Nuclear": "nuclear",
|
|
979
|
+
"Coal": "Carvão",
|
|
980
|
+
"Natural Gas": "Gás natural",
|
|
981
|
+
"Other Renewable": "Outras Renováveis",
|
|
982
|
+
"Other Non Renewable": "Outras Renováveis não renováveis",
|
|
983
|
+
"Date": "Encontro",
|
|
984
|
+
"Periods": "Períodos",
|
|
985
|
+
"Week Day": "Dia da semana",
|
|
986
|
+
"EVSE": "EFEITO",
|
|
987
|
+
"Evse Downtime Period": "Evitar período de inatividade",
|
|
988
|
+
"Flexibility Asset": "Ativo de flexibilidade",
|
|
989
|
+
"Ends At": "Termina em",
|
|
990
|
+
"Filter - Asset Id": "Filtro - Id do Ativo",
|
|
991
|
+
"Flexibility Activation Request": "Solicitação de ativação de flexibilidade",
|
|
992
|
+
"Dlm Circuit Id": "Dlm Circuit Id",
|
|
993
|
+
"Description": "Descrição",
|
|
994
|
+
"Filter - Updated Since": "Filtro - Atualizado desde",
|
|
995
|
+
"Filter - Start Time": "Filtro - Hora de Início",
|
|
996
|
+
"Filter - End Time": "Filtro - Hora de término",
|
|
997
|
+
"Id Tag": "Id Tag",
|
|
998
|
+
"Filter - Id Tag Uid": "Filtro - Id tag Uid",
|
|
999
|
+
"Filter - Id Label": "Filtro - Etiqueta ID",
|
|
1000
|
+
"Filter - Expire At": "Filtro - Expira em",
|
|
1001
|
+
"Filter - Status": "Filtro - Status",
|
|
1002
|
+
"Id Tag Uid": "Uid tag ID",
|
|
1003
|
+
"Id Label": "Rótulo do Id",
|
|
1004
|
+
"Expire At": "Expira em",
|
|
1005
|
+
"Vehicle Type": "Tipo de veículo",
|
|
1006
|
+
"Partner Id": "ID do Parceiro",
|
|
1007
|
+
"Start After": "Iniciar após",
|
|
1008
|
+
"End Before": "Terminar antes",
|
|
1009
|
+
"Short Description": "Descrição Resumida:",
|
|
1010
|
+
"Additional Description": "Descrição adicional",
|
|
1011
|
+
"Geoposition - Latitude": "Geoposição - Latitude",
|
|
1012
|
+
"Geoposition - Longitude": "Geoposição - Longitude",
|
|
1013
|
+
"Address": "Endereço",
|
|
1014
|
+
"Street Address": "Endereço da rua",
|
|
1015
|
+
"City": "cidade",
|
|
1016
|
+
"Region": "Região",
|
|
1017
|
+
"State": "Estado:",
|
|
1018
|
+
"Country": "País/região",
|
|
1019
|
+
"Post Code": "CEP Residencial",
|
|
1020
|
+
"Working Hours - Is Always Open": "Horas de Trabalho - É Sempre Aberto",
|
|
1021
|
+
"Working Hours - Stop Session Outside Working Hours": "Horas de Trabalho - Parar sessão fora do horário de trabalho",
|
|
1022
|
+
"Working Hours - Always Open For User Group Ids": "Horas de Trabalho - Sempre Aberto para Ids de Grupo de Usuários",
|
|
1023
|
+
"Working Hours - Hours - Monday": "Horário de Trabalho - Horas - Segunda-feira",
|
|
1024
|
+
"Working Hours - Hours - Tuesday": "Horas de Trabalho - Horas - Terça-feira",
|
|
1025
|
+
"Working Hours - Hours - Wednesday": "Horas de Trabalho - Horas - Quarta-feira",
|
|
1026
|
+
"Working Hours - Hours - Thursday": "Horas de Trabalho - Horas - Quinta",
|
|
1027
|
+
"Working Hours - Hours - Friday": "Horas de Trabalho - Horas - Sexta-feira",
|
|
1028
|
+
"Working Hours - Hours - Saturday": "Horas de Trabalho - Horas - Sábado",
|
|
1029
|
+
"Working Hours - Hours - Sunday": "Horas de Trabalho - Horas - Domingo",
|
|
1030
|
+
"Timezone": "Timezone",
|
|
1031
|
+
"Roaming Operator Id": "ID do Operador Roaming",
|
|
1032
|
+
"Filter - Country": "Filtro - País",
|
|
1033
|
+
"Filter - Region": "Filtro - Região",
|
|
1034
|
+
"Filter - City": "Filtro - Cidade",
|
|
1035
|
+
"Additional Info - Enabled": "Informações Adicionais - Habilitado",
|
|
1036
|
+
"Additional Info - Title": "Informações Adicionais - Título",
|
|
1037
|
+
"Additional Info - Description": "Informações Adicionais - Descrição",
|
|
1038
|
+
"Charging Zone": "Zona de carregamento",
|
|
1039
|
+
"Notification": "notificação",
|
|
1040
|
+
"Notifications": "notificações",
|
|
1041
|
+
"End Time": "Hora de término",
|
|
1042
|
+
"Parking Space": "Espaço de estacionamento",
|
|
1043
|
+
"Occupancy Status": "Status de Ocupação",
|
|
1044
|
+
"Disabilities Accessible": "Deficiências Acessíveis",
|
|
1045
|
+
"Evses": "Evitos",
|
|
1046
|
+
"Provisioning Certificate": "Certificado de provisionamento",
|
|
1047
|
+
"Payment Method": "Forma de pagamento",
|
|
1048
|
+
"Pc Id": "ID do Pc",
|
|
1049
|
+
"Id Tags": "Tags de Id",
|
|
1050
|
+
"Reservation": "Reserva",
|
|
1051
|
+
"Roaming Operator": "Operador de Roaming",
|
|
1052
|
+
"Custom Tariff Filter": "Filtro tarifário personalizado",
|
|
1053
|
+
"Country Code": "Código do país",
|
|
1054
|
+
"Party Id": "ID da festa",
|
|
1055
|
+
"Currency": "moeda",
|
|
1056
|
+
"Tariff Alt Text": "Texto alternativo para tarifa",
|
|
1057
|
+
"Tariff Alt Url": "Tarifa Alternativa Url",
|
|
1058
|
+
"Min Price - Excl Vat": "Preço Mínimo - Excl Vat",
|
|
1059
|
+
"Min Price - Incl Vat": "Preço Mínimo - Incl Vat",
|
|
1060
|
+
"Max Price - Excl Vat": "Preço Máximo - Excl Vat",
|
|
1061
|
+
"Max Price - Incl Vat": "Preço Máximo - Incl Vat",
|
|
1062
|
+
"Elements": "Elementos",
|
|
1063
|
+
"Start Date Time": "Data de Início",
|
|
1064
|
+
"End Date Time": "Data de término",
|
|
1065
|
+
"Energy Mix - Is Green Energy": "Mix de Energia - É Energia Verde",
|
|
1066
|
+
"Energy Mix - Energy Sources": "Mix de Energia - Fontes de Energia",
|
|
1067
|
+
"Energy Mix - Environ Impact": "Mix de Energia - Impacto Environ",
|
|
1068
|
+
"Energy Mix - Supplier Name": "Energy Mix - Nome do Fornecedor",
|
|
1069
|
+
"Energy Mix - Energy Product Name": "Nome do produto energético Mix - Energia",
|
|
1070
|
+
"Last Updated": "Última atualização",
|
|
1071
|
+
"Roaming Connection": "Conexão de Roaming",
|
|
1072
|
+
"Business Name": "Nome da Empresa",
|
|
1073
|
+
"Enabled": "Ativado",
|
|
1074
|
+
"Cpo Settings - Cpo Qrcode Prefix": "Configurações do Cpo - Prefixo Cpo Qrcode",
|
|
1075
|
+
"Cpo Settings - Manual Evse Management": "Configurações do Cpo - Gerenciamento Manual de Evse",
|
|
1076
|
+
"Cpo Settings - Apply Custom Tariffs To Evses With Roaming Tariff": "Configurações do Cpo - Aplicar Tarifas personalizadas para Evitar com Tarifa Roaming",
|
|
1077
|
+
"Cpo Settings - Sends Periodic Meter Updates": "Configurações do Cpo - Envia Atualizações Periódicas do Medidor",
|
|
1078
|
+
"Cpo Settings - External Tariff Integration": "Configurações do Cpo - Integração da Tarifa Externa",
|
|
1079
|
+
"Cpo Settings - Threat Evse Status Unknown As": "Configurações do Cpo - Status da Evasão Ameaça Desconhecido Como",
|
|
1080
|
+
"Cpo Settings - Phase Ac Power Formula": "Configurações do Cpo - Fórmula de Energia Ac",
|
|
1081
|
+
"Applicable Current Types": "Tipos atuais aplicáveis",
|
|
1082
|
+
"Power Below Kw": "Poder Abaixo de Kw",
|
|
1083
|
+
"Evse Id Prefix": "Evse Id Prefix",
|
|
1084
|
+
"Order": "Encomenda",
|
|
1085
|
+
"Filters": "Filtros",
|
|
1086
|
+
"Filter - Platform Id": "Filtro - ID da Plataforma",
|
|
1087
|
+
"Filter - Country Code": "Filtro - Código do País",
|
|
1088
|
+
"Filter - Party Id": "Filtro - ID do Grupo",
|
|
1089
|
+
"Roaming Provider": "Provedor de Roaming",
|
|
1090
|
+
"Roaming Tariff": "Tarifa de roaming",
|
|
1091
|
+
"Subscription Plan": "Plano de Assinatura",
|
|
1092
|
+
"Plan Id": "ID do plano",
|
|
1093
|
+
"Replace At": "Substituir em",
|
|
1094
|
+
"Renewal Cycle": "Ciclo de Renovação",
|
|
1095
|
+
"Free Renewal Periods": "Períodos de Renovação Grátis",
|
|
1096
|
+
"Base Fee": "Taxa Base",
|
|
1097
|
+
"Base Fee Applies Per Each Home Charger": "Taxa Base Aplicada por cada Carregador de Casa",
|
|
1098
|
+
"Post Paid Charging Sessions Accumulation": "Acumulação das Sessões de Carregamento Pós-Pagas",
|
|
1099
|
+
"Billing Usage Threshold": "Limite de uso para faturamento",
|
|
1100
|
+
"Billing Type": "Tipo de Cobrança",
|
|
1101
|
+
"Allowance - Reset Cycle": "Permitido - Redefinir o Ciclo",
|
|
1102
|
+
"Allowance - Type": "Tipo de dedução",
|
|
1103
|
+
"Allowance - Home Chargers Only": "Permitido - somente carregadores de casa",
|
|
1104
|
+
"Allowance - Included Countries": "Permissão - Países Incluídos",
|
|
1105
|
+
"Allowance - Excluded Countries": "Permissão - Países excluídos",
|
|
1106
|
+
"Allowance - Exclude Roaming": "Permissão - Excluir Roaming",
|
|
1107
|
+
"Allowance - Included Partner Charge Points": "Permitir - Pontos de Carga de Parceiros Incluídos",
|
|
1108
|
+
"Allowance - Excluded Partner Charge Points": "Permitir - Pontos de Carga de Parceiros Excluídos",
|
|
1109
|
+
"Allowance - Combined": "Permitido - Combinado",
|
|
1110
|
+
"Allowance - Ac": "Permitido - Ac",
|
|
1111
|
+
"Allowance - Dc": "Permitido - Dc",
|
|
1112
|
+
"Visibility Restrictions - Included Partner Users": "Restrições de visibilidade - Usuários associados incluídos",
|
|
1113
|
+
"Visibility Restrictions - Excluded Partner Users": "Restrições de visibilidade - Usuários para parceiros excluídos",
|
|
1114
|
+
"Visibility Restrictions - Included User Groups": "Restrições de visibilidade - Grupos de usuários incluídos",
|
|
1115
|
+
"Visibility Restrictions - Excluded User Groups": "Restrições de visibilidade - Grupos de Usuário Excluídos",
|
|
1116
|
+
"Fee Per Each Personal Charge Point": "Taxa por cada ponto de carga pessoal",
|
|
1117
|
+
"Tariff": "Tarifa",
|
|
1118
|
+
"Default Price Information": "Informação de preço padrão",
|
|
1119
|
+
"Default Price Information Offline": "Informação de Preço Padrão Offline",
|
|
1120
|
+
"Price Information": "Informação Preço Venda",
|
|
1121
|
+
"Total Cost Information": "Informação de custo total",
|
|
1122
|
+
"Filter - Tariff Group Id": "Filtro - ID do Grupo Tarifa",
|
|
1123
|
+
"Day Tariff Start": "Início tarifário diário",
|
|
1124
|
+
"Night Tariff Start": "Início da tarifa noturna",
|
|
1125
|
+
"Pricing - Price Per Session": "Preços - Preço por Sessão",
|
|
1126
|
+
"Pricing - Connection Fee": "Preços - Taxa de Conexão",
|
|
1127
|
+
"Pricing - Price Per Kwh": "Preços - Preço por Kwh",
|
|
1128
|
+
"Pricing - Day Price Per Kwh": "Preços - Preço do Dia por Kwh",
|
|
1129
|
+
"Pricing - Night Price Per Kwh": "Preços - Preço Noturno por Kwh",
|
|
1130
|
+
"Pricing - Price Period In Minutes": "Preços - Período de Preço em Minutos",
|
|
1131
|
+
"Pricing - Price Per Period": "Preços - Preço por Período",
|
|
1132
|
+
"Pricing - Duration Fee Limit": "Preços - Taxa de Duração",
|
|
1133
|
+
"Pricing - Day Price Per Period": "Preços - Preço do Dia por Período",
|
|
1134
|
+
"Pricing - Night Price Per Period": "Preços - Preço Noturno por Período",
|
|
1135
|
+
"Pricing - Day Idle Fee Per Minute": "Preços - Taxa de inatividade do dia por minuto",
|
|
1136
|
+
"Pricing - Night Idle Fee Per Minute": "Preços - Taxa de inatividade noturna por minuto",
|
|
1137
|
+
"Pricing - Idle Fee Per Minute": "Preços - Taxa Inativa por Minuto",
|
|
1138
|
+
"Pricing - Idle Fee Grace Period Minutes": "Preços - Taxa de Inatividade - Minutos de Graça",
|
|
1139
|
+
"Pricing - Idle Pricing Period In Minutes": "Preços - Período de Preços Inativo em Minutos",
|
|
1140
|
+
"Pricing - Idle Fee Period Start": "Preços - Período de Taxa Inativo Inicial",
|
|
1141
|
+
"Pricing - Idle Fee Period End": "Preços - Taxa ociosa Final do Período",
|
|
1142
|
+
"Pricing - Idle Fee Limit": "Preços - Limite de Taxa Inativa",
|
|
1143
|
+
"Pricing - Connection Fee Minimum Session Duration": "Preço - Taxa de Conexão - Duração mínima da Sessão",
|
|
1144
|
+
"Pricing - Connection Fee Minimum Session Energy": "Preços - Taxa de conexão mínima de sessão de Energia",
|
|
1145
|
+
"Pricing - Duration Fee Grace Period": "Preços - Taxa de Duração - Período de Graça",
|
|
1146
|
+
"Pricing - Min Price": "Preços - Preço mínimo",
|
|
1147
|
+
"Pricing - Pre Authorize Amount": "Preços - Pré Valor da Autorização",
|
|
1148
|
+
"Pricing - Tax I D": "Preços - Impostos I D",
|
|
1149
|
+
"Pricing - Charge Point Electricity Rate": "Preços - Taxa de Carga de Eletricidade Ponto",
|
|
1150
|
+
"Pricing - Fallback Electricity Rate Id": "Preços - ID da Taxa de Electricidade Fallback",
|
|
1151
|
+
"Pricing - Markup Percentage Per Kwh": "Preços - Porcentagem da Marcação por Kwh",
|
|
1152
|
+
"Pricing - Markup Fixed Fee Per Kwh": "Preços - Taxa Fixa da Marcação Por Kwh",
|
|
1153
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Default Price": "Preços - Marcação Flexível Como Fixo por Kwh - Preço Padrão",
|
|
1154
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Interval Pricing": "Preços - Marcação Flexível Como Fixo por Kwh - Preços Intervulgares",
|
|
1155
|
+
"Pricing - Multi Price Per Kwh": "Preços - múltiplos preços por Kwh",
|
|
1156
|
+
"Pricing - Multi Price Per Duration": "Preços - múltiplos preços por duração",
|
|
1157
|
+
"Pricing - Multi Idle Fee": "Preços - múltiplas taxas ociosas",
|
|
1158
|
+
"Pricing - Regular Use Period": "Preços - Período de utilização regular",
|
|
1159
|
+
"Pricing - Average Power Levels": "Preços - Nível de Energia Médio",
|
|
1160
|
+
"Pricing - Peak Power Levels": "Preços - Níveis de Energia Pico",
|
|
1161
|
+
"Pricing - Time Periods": "Preços - Períodos de Tempo",
|
|
1162
|
+
"Pricing - Price Periods - Connection Fee Periods - Fee": "Preços - Períodos de Preço - Taxa de Conexão - Período de Taxa - Taxa",
|
|
1163
|
+
"Pricing - Price Periods - Energy Fee Periods - Fee": "Preços - Períodos de preços - Períodos de Taxas de Energia - Taxas",
|
|
1164
|
+
"Pricing - Price Periods - Duration Fee Periods - Fee": "Preços - Períodos de Preço - Períodos de Taxa de Duração - Taxas",
|
|
1165
|
+
"Pricing - Price Periods - Idle Fee Periods - Fee": "Preços - Períodos de Preço - Períodos de Taxas Inativas - Taxas",
|
|
1166
|
+
"Pricing - Days When Applied": "Preços - Dias Quando Aplicados",
|
|
1167
|
+
"Pricing - Threshold Price For Energy": "Preços - Preço de Limite para Energia",
|
|
1168
|
+
"Pricing - Price For Energy When Optimized": "Preços - preço para energia quando otimizado",
|
|
1169
|
+
"Pricing - Optimised Label": "Preços - Etiqueta Otimizada",
|
|
1170
|
+
"Pricing - Duration Fee From": "Preços - Taxa de Duração De",
|
|
1171
|
+
"Pricing - Duration Fee To": "Preços - Taxa de Duração Para",
|
|
1172
|
+
"Pricing - Subsidy Integration Id": "Preços - Identificação da Integração Subsidy",
|
|
1173
|
+
"Pricing - Lock Price On Session Start": "Preços - Bloquear Preço na Sessão Inicial",
|
|
1174
|
+
"Pricing - Lock Energy Price On Session Start": "Preços - Bloquear Preço de Energia na Sessão Inicial",
|
|
1175
|
+
"Pricing - Lock Duration Price On Session Start": "Preços - Bloquear Preço de Duração na Sessão Iniciar",
|
|
1176
|
+
"Pricing - Lock Idle Price On Session Start": "Preço - Bloquear Preço ocioso no início da sessão",
|
|
1177
|
+
"Pricing - State Of Charge Idle Threshold": "Preços - Estado de Cobrança Limite Inativo",
|
|
1178
|
+
"Pricing - Average Power Idle Threshold": "Preços - Limite de Poder Inativo Médio",
|
|
1179
|
+
"Stop Session - Time Limit Minutes": "Parar sessão - Tempo Limite de Minutos",
|
|
1180
|
+
"Stop Session - Stop When Energy Exceeds Kwh": "Parar sessão - Parar quando a energia excede Kwh",
|
|
1181
|
+
"Restrictions - Apply To Users Of Charge Point Owner": "Restrições - Aplicar aos usuários do proprietário do ponto de carga",
|
|
1182
|
+
"Restrictions - Apply To Users Of Charge Point Partner": "Restrições - Aplicar aos usuários do parceiro de ponto de carga",
|
|
1183
|
+
"Restrictions - Apply To Users Of All Roaming Emsps": "Restrições - Aplicar aos usuários de todos os Emsps em roaming",
|
|
1184
|
+
"Restrictions - Apply To Ad Hoc Users": "Restrições - Aplicar aos usuários de Ad Hoc",
|
|
1185
|
+
"Restrictions - Ad Hoc Pre Authorize Amount": "Restrições - Quantidade de Autorização de Ad Hoc Pre",
|
|
1186
|
+
"Restrictions - Ad Hoc Stop When Pre Authorized Amount Falls Below": "Restrições - Parar Hoc quando Pré Autorizado Montante Abaixo",
|
|
1187
|
+
"Restrictions - Apply To Users Of Partners": "Restrições - Aplicar aos usuários dos parceiros",
|
|
1188
|
+
"Restrictions - Apply To Users With Groups": "Restrições - Aplicar aos usuários com grupos",
|
|
1189
|
+
"Restrictions - Apply To User Group Ids": "Restrições - Aplicar a IDs de grupo de usuários",
|
|
1190
|
+
"Restrictions - Apply To Users With Subscriptions": "Restrições - Aplicar aos usuários com assinaturas",
|
|
1191
|
+
"Restrictions - Start Date": "Restrições - Data de início",
|
|
1192
|
+
"Restrictions - End Date": "Restrições - Data de término",
|
|
1193
|
+
"Display - Default Price Information": "Exibir - Informações de Preço Padrão",
|
|
1194
|
+
"Display - Default Price Information Offline": "Mostrar - Informação de Preço Padrão Offline",
|
|
1195
|
+
"Display - Price Information": "Mostrar - Informações de Preço",
|
|
1196
|
+
"Display - Total Cost Information": "Exibir - Informações de Custo Total",
|
|
1197
|
+
"Transaction": "Transação",
|
|
1198
|
+
"Email": "e-mail",
|
|
1199
|
+
"Invoice Details - Invoice Type": "Detalhes da Fatura - Tipo de Fatura",
|
|
1200
|
+
"Invoice Details - Individual Name": "Detalhes da fatura - Nome Individual",
|
|
1201
|
+
"Invoice Details - Individual Personal Id": "Detalhes da Fatura - Identificação Pessoal Individual",
|
|
1202
|
+
"Invoice Details - Individual Tax Id": "Detalhes da Fatura - Identificação fiscal individual",
|
|
1203
|
+
"Invoice Details - Company Name": "Detalhes da Fatura - Nome Da Empresa",
|
|
1204
|
+
"Invoice Details - Company Reg No": "Detalhes de Fatura - Cód. da Empresa",
|
|
1205
|
+
"Invoice Details - Company Tax Id": "Detalhes da Fatura - Identificação fiscal da Empresa",
|
|
1206
|
+
"Invoice Details - Company Tax Administration Office Name": "Detalhes Fatura - Nome do escritório da administração da empresa",
|
|
1207
|
+
"Invoice Details - Country": "Detalhes da fatura - país",
|
|
1208
|
+
"Invoice Details - City": "Detalhes da Fatura - Cidade",
|
|
1209
|
+
"Invoice Details - Post Code": "Detalhes da fatura - CEP",
|
|
1210
|
+
"Invoice Details - Address": "Detalhes da Fatura - Endereço",
|
|
1211
|
+
"Ref": "Ref.",
|
|
1212
|
+
"Filter - Payment Method": "Filtro - Método de pagamento",
|
|
1213
|
+
"Filter - Invoice Number": "Filtro - Número de fatura",
|
|
1214
|
+
"Filter - Session Id": "Filtro - ID da sessão",
|
|
1215
|
+
"Filter - Ref": "Filtro - Ref",
|
|
1216
|
+
"Filter - Billing Type": "Filtro - Tipo de faturamento",
|
|
1217
|
+
"Filter - Terminal Id": "Filtro - ID do Terminal",
|
|
1218
|
+
"Filter - Finalized Before": "Filtro - Finalizado Antes",
|
|
1219
|
+
"Filter - Finalized After": "Filtro - Finalizado Depois",
|
|
1220
|
+
"Filter - Voucher Id": "Filtro - ID do cupom",
|
|
1221
|
+
"Filter - Purchase Type": "Filtro - Tipo de Compra",
|
|
1222
|
+
"Session Id": "Id da sessão",
|
|
1223
|
+
"Payment Method - Method Type": "Método de Pagamento - Tipo de Método",
|
|
1224
|
+
"Payment Method - Card Network": "Método de pagamento - Cartão de Rede",
|
|
1225
|
+
"Payment Method - Bank Transfer Type": "Método de Pagamento - Tipo de Transferência Bancária",
|
|
1226
|
+
"Payment Method - Wallet Type": "Método de pagamento - tipo de carteira",
|
|
1227
|
+
"Payment Method - Type": "Método de pagamento - Tipo",
|
|
1228
|
+
"Payment Method - Last4": "Método de pagamento - Last4",
|
|
1229
|
+
"Payment Method - Exp Month": "Método de pagamento - Exp Mês",
|
|
1230
|
+
"Payment Method - Exp Year": "Método de pagamento - Exp Ano",
|
|
1231
|
+
"Total Amount": "Montante Total",
|
|
1232
|
+
"Failure Reason": "Motivo falha",
|
|
1233
|
+
"User": "Usuário",
|
|
1234
|
+
"End Date": "Data de Término",
|
|
1235
|
+
"Auto Renewal": "Auto Renewal",
|
|
1236
|
+
"Amount": "Quantidade",
|
|
1237
|
+
"App Info": "Informações do aplicativo",
|
|
1238
|
+
"Code": "Código",
|
|
1239
|
+
"Filter - User Group Id": "Filtro - ID do Grupo de Usuários",
|
|
1240
|
+
"Filter - Email": "Filtro - E-mail",
|
|
1241
|
+
"Filter - External App Data": "Filtro - Dados externos do aplicativo",
|
|
1242
|
+
"Email Verified": "E-mail Verificado",
|
|
1243
|
+
"Password": "Senha",
|
|
1244
|
+
"Require Password Reset": "Exigir redefinição de senha",
|
|
1245
|
+
"First Name": "Nome",
|
|
1246
|
+
"Middle Name": "Nome do Meio",
|
|
1247
|
+
"Last Name": "Sobrenome",
|
|
1248
|
+
"Phone": "Smartphone",
|
|
1249
|
+
"Vehicle No": "No. Veículo",
|
|
1250
|
+
"Personal Id": "Identificação Pessoal",
|
|
1251
|
+
"Locale": "Localidade",
|
|
1252
|
+
"User Group Ids": "Ids de Grupo do Usuário",
|
|
1253
|
+
"Options - Sessions Allowed": "Opções - Sessões Permitidas",
|
|
1254
|
+
"Receive News And Promotions": "Receba Notícias e Promoções",
|
|
1255
|
+
"Bank Details - Bank Iban": "Detalhes bancários - Banco Iban",
|
|
1256
|
+
"Bank Details - Bank Name": "Detalhes bancários - Nome do banco",
|
|
1257
|
+
"Bank Details - Bank Address": "Detalhes do Banco - Endereço Bancário",
|
|
1258
|
+
"Bank Details - Bank Code": "Detalhes bancários - Código bancário",
|
|
1259
|
+
"Bank Details - Bank Account Number": "Detalhes bancários - Número da conta bancária",
|
|
1260
|
+
"Bank Details - Bank Account Type": "Detalhes bancários - Tipo de Conta Bancária",
|
|
1261
|
+
"Nonce": "Nonce",
|
|
1262
|
+
"With Amount Due": "Com valor devido",
|
|
1263
|
+
"Tokenized Type": "Tipo Tokenizado",
|
|
1264
|
+
"Bank Transfer Type": "Tipo de Transferência Bancária",
|
|
1265
|
+
"Default": "Padrão",
|
|
1266
|
+
"Via": "Pelo",
|
|
1267
|
+
"Webhook - Callback Url": "Webhook - Callback Url",
|
|
1268
|
+
"Kafka - Topic": "Kafka - Tópico",
|
|
1269
|
+
"Kafka - Brokers": "Kafka - Corretores",
|
|
1270
|
+
"Kafka - Compression Codec": "Kafka - Codec de Compressão",
|
|
1271
|
+
"Kafka - Security Protocol": "Kafka - Protocolo de Segurança",
|
|
1272
|
+
"Kafka - Sasl Mechanism": "Kafka - Mecanismo Sasl",
|
|
1273
|
+
"Kafka - Sasl Username": "Kafka - Nome de Usuário Sasl",
|
|
1274
|
+
"Kafka - Sasl Password": "Kafka - Senha Sasl",
|
|
1275
|
+
"Filter - Method": "Filtro - Método",
|
|
1276
|
+
"Authorization": "Autorização",
|
|
1277
|
+
"Filter - Start After": "Filtro - Início Depois",
|
|
1278
|
+
"Filter - Start Before": "Filtro - Início antes",
|
|
1279
|
+
"Filter - End After": "Filtro - Fim depois",
|
|
1280
|
+
"Filter - End Before": "Filtro - Fim antes de",
|
|
1281
|
+
"Booking Request": "Pedido de reserva",
|
|
1282
|
+
"Booking": "Reserva",
|
|
1283
|
+
"Filter - Start Date Time From": "Filtro - Data de Início De",
|
|
1284
|
+
"Filter - Start Date Time To": "Filtro - Data de Início Para",
|
|
1285
|
+
"Filter - End Date Time From": "Filtro - Data de término de",
|
|
1286
|
+
"Filter - End Date Time To": "Filtro - Data de Término Para",
|
|
1287
|
+
"Filter - Operator Id": "Filtro - ID do Operador",
|
|
1288
|
+
"Filter - Roaming Id": "Filtro - ID de Roaming",
|
|
1289
|
+
"Filter - Credit": "Filtro - Crédito",
|
|
1290
|
+
"Filter - Is Local": "Filtro - É Local",
|
|
1291
|
+
"Filter - Received After": "Filtro - Recebido Após",
|
|
1292
|
+
"Filter - Received Before": "Filtro - Recebido Antes de",
|
|
1293
|
+
"Filter - Sent After": "Filtro - Enviado Após",
|
|
1294
|
+
"Filter - Sent Before": "Filtro - Enviado Antes de",
|
|
1295
|
+
"Filter - Delivery Response": "Filtro - Resposta de Entrega",
|
|
1296
|
+
"Cdr": "Cdr",
|
|
1297
|
+
"Parent Circuit Id": "Id do Circuito Superior",
|
|
1298
|
+
"Phases": "Passos",
|
|
1299
|
+
"Phase Rotation": "Rotação da fase",
|
|
1300
|
+
"Connected Phase": "Fase conectada",
|
|
1301
|
+
"Electrical Configuration": "Configuração elétrica",
|
|
1302
|
+
"Max Voltage": "Tensão Máxima",
|
|
1303
|
+
"Max Current": "Corrente máxima",
|
|
1304
|
+
"Min Charge Point Current": "Ponto Mínimo de Carga Atual",
|
|
1305
|
+
"Set Session Limit To Zero On Idle": "Definir o limite de sessão para zero em inatividade",
|
|
1306
|
+
"Electricity Meter Id": "ID Medidor de Eletricidade",
|
|
1307
|
+
"Offline Reserved Current": "Atual off-line reservada",
|
|
1308
|
+
"Load Balancing Integration - Id": "Integração de Balanceamento de Carga - Id",
|
|
1309
|
+
"Load Balancing Integration - Fields Variant Type": "Integração de Balanceamento de Carga - Tipo Variante de Campos",
|
|
1310
|
+
"Fields": "campos",
|
|
1311
|
+
"Target Id": "Target Id",
|
|
1312
|
+
"User Priority": "Prioridade do Usuário",
|
|
1313
|
+
"Alphabetic Code": "Código alfabético",
|
|
1314
|
+
"Prefix": "Prefixo",
|
|
1315
|
+
"Suffix": "Suffix",
|
|
1316
|
+
"Decimal": "decimal",
|
|
1317
|
+
"Unit Price And Calculations Decimal": "Preço Unitário e Cálculos Decimais",
|
|
1318
|
+
"Enable Use Of Minor Currency Unit": "Permitir o uso de Unidade de Moeda Menor",
|
|
1319
|
+
"Minor Unit Sign": "Sinal de unidade menor",
|
|
1320
|
+
"Base": "Base",
|
|
1321
|
+
"Target": "Target",
|
|
1322
|
+
"Rate": "Avaliar",
|
|
1323
|
+
"Filter - Base": "Filtro - Base",
|
|
1324
|
+
"Filter - Target": "Filtro - Destino",
|
|
1325
|
+
"Filter - Updated Before": "Filtro - Atualizado Antes",
|
|
1326
|
+
"Filter - Updated After": "Filtro - Atualizado Depois",
|
|
1327
|
+
"Currency Rate": "Taxa de Câmbio",
|
|
1328
|
+
"Custom Fee": "Tarifa personalizada",
|
|
1329
|
+
"Notice": "Observação",
|
|
1330
|
+
"Filter - Physical Reference": "Filtro - Referência Física",
|
|
1331
|
+
"Question": "Questão",
|
|
1332
|
+
"Answer": "Responder",
|
|
1333
|
+
"Faq": "FAQ",
|
|
1334
|
+
"Filter - Firmware Version": "Filtro - Versão de Firmware",
|
|
1335
|
+
"Firmware Version": "Versão do Firmware",
|
|
1336
|
+
"Filter - Installation And Maintenance Company Id": "Filtro - Instalação e manutenção ID da Empresa",
|
|
1337
|
+
"Filter - Installer Admin Id": "Filtro - Id do Administrador do Installer",
|
|
1338
|
+
"Installation And Maintenance Company Id": "Instalação e ID de manutenção da empresa",
|
|
1339
|
+
"Installer Admin Id": "Id Admin do Installer",
|
|
1340
|
+
"Installer Job": "Tarefa do Installer",
|
|
1341
|
+
"Filter - Issued From": "Filtro - Emitido de",
|
|
1342
|
+
"Filter - Issued To": "Filtrar - Emitido Para",
|
|
1343
|
+
"Invoice": "Fatura",
|
|
1344
|
+
"Title": "Título",
|
|
1345
|
+
"Start Date": "Data Inicial",
|
|
1346
|
+
"Access And Permissions - Sessions Remote Control": "Acesso e Permissões - Sessões Controle Remoto",
|
|
1347
|
+
"Access And Permissions - Start Reservation": "Acesso e Permissões - Iniciar reserva",
|
|
1348
|
+
"Access And Permissions - Stop Reservation": "Acesso e permissões - Parar reserva",
|
|
1349
|
+
"Access And Permissions - Reset Charge Point": "Acesso e Permissões - Resetar Ponto de Carga",
|
|
1350
|
+
"Access And Permissions - Firmware Update": "Acesso e Permissões - Atualização de Firmware",
|
|
1351
|
+
"Revenue Sharing - Partner Share Percentage Ac Evse": "Compartilhamento de Receita - Parceiro percentagem Ac Evse de compartilhamento",
|
|
1352
|
+
"Revenue Sharing - Partner Share Percentage Dc Evse": "Compartilhamento de Receita - Parceiro percentagem Dc Evse de Compartilhamento de Parceiro",
|
|
1353
|
+
"Revenue Sharing - Exclude Connection Fee": "Compartilhamento de Receita - Excluir Taxa de Conexão",
|
|
1354
|
+
"Revenue Sharing - Deduct Electricity Cost": "Compartilhamento de Receita - Custo de Deduct Electricity",
|
|
1355
|
+
"Revenue Sharing - Reimburse For Electricity Cost": "Compartilhamento de Receita - Reembolso para custo de eletricidade",
|
|
1356
|
+
"Revenue Sharing - Fixed Fee Per Session Ac": "Compartilhamento de Receita - Taxa Fixa por Sessão Ac",
|
|
1357
|
+
"Revenue Sharing - Fixed Fee Per Session Dc": "Compartilhamento de Receita - Taxa Fixa por Dc de Sessão",
|
|
1358
|
+
"Revenue Sharing - Fee Per Kwh Ac": "Compartilhamento de Receita - Taxa por Kwh Ac",
|
|
1359
|
+
"Revenue Sharing - Fee Per Kwh Dc": "Compartilhamento de Receita - Taxa por Kwh Dc",
|
|
1360
|
+
"Revenue Sharing - Handling Fee": "Compartilhamento de Receita - Taxa de Manuseio",
|
|
1361
|
+
"Monthly Platform Fees - Per Charge Point": "Taxas mensais da plataforma - por ponto de carga",
|
|
1362
|
+
"Monthly Platform Fees - Per Ac Evse": "Taxas mensais da plataforma - Por Evse Ac",
|
|
1363
|
+
"Monthly Platform Fees - Per Dc Evse": "Taxas mensais da plataforma - Por Dc Evse",
|
|
1364
|
+
"Partner Contract": "Contrato de parceiro",
|
|
1365
|
+
"Filter - Settlement Report Id": "Filtro - Identificação do relatório de liquidação",
|
|
1366
|
+
"Filter - Date Before": "Filtro - Data anterior",
|
|
1367
|
+
"Filter - Date After": "Filtro - Data Depois",
|
|
1368
|
+
"Filter - Origin": "Filtro - Origem",
|
|
1369
|
+
"Filter - Currency Code": "Filtro - Código da Moeda",
|
|
1370
|
+
"With Breakdown": "Com falha",
|
|
1371
|
+
"Filter - Created From": "Filtro - Criado De",
|
|
1372
|
+
"Filter - Created To": "Filtro - Criado Para",
|
|
1373
|
+
"Filter - Invite Email": "Filtro - Convidar Email",
|
|
1374
|
+
"Send Via Email": "Enviar por e-mail",
|
|
1375
|
+
"Language": "IDIOMA",
|
|
1376
|
+
"Options - Allow Corporate Account Billing": "Opções - Permitir pagamento por conta corporativa",
|
|
1377
|
+
"Options - Limit Corporate Account Billing To Partner Charge Points": "Opções - Limitar Cobrança de Conta Corporativa a Pontos de Carga de Parceiros",
|
|
1378
|
+
"Options - Allow Access To Private Charge Points": "Opções - Permitir acesso a pontos de carga privados",
|
|
1379
|
+
"Partner Invite": "Convite de Parceiro",
|
|
1380
|
+
"Filter - Period After": "Filtro - Período após",
|
|
1381
|
+
"Filter - Period Before": "Filtro - Período Antes",
|
|
1382
|
+
"Partner Settlement Report": "Relatório da liquidação dos parceiros",
|
|
1383
|
+
"Paid Amount": "Valor pago",
|
|
1384
|
+
"Note": "Observação",
|
|
1385
|
+
"Partner Settlement Record": "Registro de parceiros",
|
|
1386
|
+
"Filter - Reg No": "Filtro - No. Reg",
|
|
1387
|
+
"Reg No": "No. CNPJ",
|
|
1388
|
+
"Vat No": "Vat Não",
|
|
1389
|
+
"Postcode": "CEP",
|
|
1390
|
+
"Contact Details - Administrative - Contact Person": "Detalhes de Contato - Administrativo - Pessoa de Contato",
|
|
1391
|
+
"Contact Details - Administrative - Email": "Detalhes de Contato - Administrativo - E-mail",
|
|
1392
|
+
"Contact Details - Administrative - Phone": "Detalhes de Contato - Administrativo - Telefone",
|
|
1393
|
+
"Contact Details - Technical - Contact Person": "Detalhes do Contato - Técnico - Pessoa de Contato",
|
|
1394
|
+
"Contact Details - Technical - Email": "Detalhes do contato - Técnico - E-mail",
|
|
1395
|
+
"Contact Details - Technical - Phone": "Detalhes do contato - Técnico - Telefone",
|
|
1396
|
+
"Contact Details - Billing - Contact Person": "Detalhes de Contato - Faturamento - Pessoa de Contato",
|
|
1397
|
+
"Contact Details - Billing - Email": "Detalhes de contato - faturamento - e-mail",
|
|
1398
|
+
"Contact Details - Billing - Phone": "Detalhes de contato - Faturamento - Telefone",
|
|
1399
|
+
"Notifications - Technical - Charge Point Faults": "Notificações - Técnico - Falhas de Ponto de Carga",
|
|
1400
|
+
"Notifications - Billing - Settlement Reports": "Notificações - Faturamento - Relatórios de liquidação",
|
|
1401
|
+
"Monthly Platform Fee": "Taxa de plataforma mensal",
|
|
1402
|
+
"Options - Create Users": "Opções - Criar Usuários",
|
|
1403
|
+
"Options - Add User Balance": "Opções - Adicionar Saldo do Usuário",
|
|
1404
|
+
"Options - Supplier On Receipts": "Opções - Fornecedor Em Recibos",
|
|
1405
|
+
"Options - Allow To Control Tariffs": "Opções - Permitir Controlar Tarifas",
|
|
1406
|
+
"Options - Allow To Control Tariff Groups": "Opções - Permitir Para Controlar Grupos Tarifas",
|
|
1407
|
+
"Corporate Billing - Enabled": "Cobrança corporativa - habilitado",
|
|
1408
|
+
"Corporate Billing - Monthly Limit": "Cobrança corporativa - Limite mensal",
|
|
1409
|
+
"Corporate Billing - Discount": "Cobrança Corporativa - Desconto",
|
|
1410
|
+
"Partner": "Parceiro",
|
|
1411
|
+
"Filter - Serial Number": "Filtro - Número de Série",
|
|
1412
|
+
"Payment Terminal": "Terminal de Pagamento",
|
|
1413
|
+
"Filter - Tax Id": "Filtro - Identificação fiscal",
|
|
1414
|
+
"Filter - Payment Status": "Filtro - Status de Pagamento",
|
|
1415
|
+
"Filter - Period Start": "Filtro - Início do período",
|
|
1416
|
+
"Filter - Period End": "Filtro - Fim do Período",
|
|
1417
|
+
"Receipt": "Recibo",
|
|
1418
|
+
"Filter - Reserved From": "Filtro - Reservado de",
|
|
1419
|
+
"Filter - Reserved To": "Filtro - Reservado para",
|
|
1420
|
+
"Filter - Charge Point": "Filtro - Carga Ponto",
|
|
1421
|
+
"Filter - Timestamp From": "Filtro - Carimbo de Tempo De",
|
|
1422
|
+
"Filter - Timestamp To": "Filtro - Timestamp Para",
|
|
1423
|
+
"Security Event": "Evento de segurança",
|
|
1424
|
+
"With Clock Aligned Energy Consumption": "Com consumo de energia alinhado com relógio",
|
|
1425
|
+
"Clock Aligned Interval": "Intervalo Alinhado do Relógio",
|
|
1426
|
+
"With Authorization": "Com autorização",
|
|
1427
|
+
"With Price Breakdown": "Com falha de preço",
|
|
1428
|
+
"With Charging Periods": "Com períodos de carregamento",
|
|
1429
|
+
"With Charging Periods Price Breakdown": "Com Detalhamento do preço dos períodos de carregamento",
|
|
1430
|
+
"Filter - Charge Point Network Id": "Filtro - ID da rede de carga",
|
|
1431
|
+
"Filter - Reason": "Filtro - Motivo",
|
|
1432
|
+
"Filter - Charge Point Boot Notification Serial Number": "Filtro - Número de serie de notificação da inicialização de ponto de carga",
|
|
1433
|
+
"Filter - Charge Point Boot Notification Vendor": "Filtro - Fornecedor de Notificação de Ponto de Carga",
|
|
1434
|
+
"Filter - Started Before": "Filtro - Iniciado Antes",
|
|
1435
|
+
"Filter - Ended After": "Filtro - Encerrado depois",
|
|
1436
|
+
"Filter - Ended Before": "Filtro - Terminado antes",
|
|
1437
|
+
"Filter - Id Tag": "Filtro - Tag ID",
|
|
1438
|
+
"Filter - Payment Type": "Filtro - Tipo de Pagamento",
|
|
1439
|
+
"Filter - Payment Status Updated Before": "Filtro - Status de Pagamento Atualizado Antes",
|
|
1440
|
+
"Filter - Payment Status Updated After": "Filtro - Status de Pagamento Atualizado Depois",
|
|
1441
|
+
"Filter - Receipt Id": "Filtro - ID do Recibo",
|
|
1442
|
+
"Filter - Authorization Source": "Filtro - Fonte de Autorização",
|
|
1443
|
+
"Filter - Billing Status": "Filtro - Status de Faturamento",
|
|
1444
|
+
"Filter - Roaming - Roaming Operator Cpo Ids": "Filtro - Roaming - Operador Roaming Cpo Ids",
|
|
1445
|
+
"Sub Operator": "Operador de Sub",
|
|
1446
|
+
"Filter - Plan Id": "Filtro - ID do plano",
|
|
1447
|
+
"Filter - End Date From": "Filtro - Data de término de",
|
|
1448
|
+
"Filter - End Date To": "Filtro - Data de término",
|
|
1449
|
+
"Filter - Billed Externally": "Filtro - Cobrado externamente",
|
|
1450
|
+
"Subscription": "Assinatura",
|
|
1451
|
+
"Tariff Ids": "Ids tarifárias",
|
|
1452
|
+
"Tariff Group": "Grupo tarifário",
|
|
1453
|
+
"Tariff Snapshot": "Tariff Snapshot",
|
|
1454
|
+
"Tax Identification Number": "Número de identificação fiscal",
|
|
1455
|
+
"Display Name": "Nome de Exibição",
|
|
1456
|
+
"Percentage": "Porcentagem",
|
|
1457
|
+
"Tax Identification Number Id": "ID do número de identificação fiscal",
|
|
1458
|
+
"Tax": "Imposto",
|
|
1459
|
+
"Filter - Document Id": "Filtro - ID do documento",
|
|
1460
|
+
"Filter - Valid From": "Filtro - Válido De",
|
|
1461
|
+
"Term Version": "Versão do termo",
|
|
1462
|
+
"Filter - Enabled": "Filtro - Ativado",
|
|
1463
|
+
"Price": "Quantidade",
|
|
1464
|
+
"Bonus": "Bônus",
|
|
1465
|
+
"Top Up Package": "Pacote de recarga",
|
|
1466
|
+
"Filter - No Partner": "Filtro - Sem Parceiro",
|
|
1467
|
+
"User Group": "Grupo de usuários",
|
|
1468
|
+
"Utility": "Utilidade",
|
|
1469
|
+
"Error Code": "Código do erro",
|
|
1470
|
+
"Error Code Description": "Descrição do Código do Erro",
|
|
1471
|
+
"Error Code Customer Action": "Erro Codificar Ação do Cliente",
|
|
1472
|
+
"Vendor Error Code": "Código de erro do fornecedor",
|
|
1473
|
+
"Filter - Created At": "Filtro - Criado Em",
|
|
1474
|
+
"Filter - Redeemed After": "Filtro - Resgatado Após",
|
|
1475
|
+
"Filter - Redeemed Before": "Filtro - Resgatado Antes",
|
|
1476
|
+
"Filter - Expire Date After": "Filtro - data de validade após",
|
|
1477
|
+
"Filter - Expire Date Before": "Filtro - data de validade anterior",
|
|
1478
|
+
"Filter - Code": "Filtro - Código",
|
|
1479
|
+
"Expire Date": "Data de validade",
|
|
1480
|
+
"Validity Period": "Período de validade",
|
|
1481
|
+
"Assign Before Date": "Atribuir Antes da Data",
|
|
1482
|
+
"Voucher": "Cupom",
|
|
1483
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
1484
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, 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.": "A identificação do conector para o qual a disponibilidade precisa ser alterada. Se faltar a disponibilidade do Ponto de Carga e todos os seus conectores precisam mudar.",
|
|
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": "O tipo de disponibilidade altera que o Ponto de Carga deve executar\n* `Inoperative` ponto de carga não está disponível para carregamento.\n* Ponto de carga `Operative` está disponível para carregamento.\n",
|
|
1487
|
+
"This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.": "Este usuário se tornaria o proprietário do ponto de carga pessoal. Se deixado em branco - nenhum proprietário seria atribuído.",
|
|
1488
|
+
"The ID of the charging profile to clear.": "O ID do perfil de carregamento para limpar.",
|
|
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 a ID do conector para limpar perfis de carregamento. Um conectorId de zero (0) especifica o perfil de carregamento para o ponto de carga global. A ausência deste parâmetro significa que o apuramento se aplica a todos os perfis de cobrança que correspondem aos outros critérios da solicitação.",
|
|
1490
|
+
"Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.": "Especifica o propósito dos perfis de cobrança que serão eliminados, se eles cumprirem os outros critérios no pedido.",
|
|
1491
|
+
"Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.": "Especifica o stackLevel para o qual os perfis de carregamento serão limpos, se eles atenderem aos outros critérios no pedido.",
|
|
1492
|
+
"FTP address to upload the diagnostics to": "Endereço FTP para fazer upload dos diagnósticos",
|
|
1493
|
+
"Only get diagnostics that are created after this date-time": "Obter somente diagnósticos que são criados após esta data",
|
|
1494
|
+
"Only get diagnostics that are created before that date-time": "Receba apenas diagnósticos que são criados antes daquela data",
|
|
1495
|
+
"The URL of the location at the remote system where the log should be stored.": "A URL do local no sistema remoto onde o log deve ser armazenado.",
|
|
1496
|
+
"Reason kept in the action logs for future reference.": "O Reason manteve nos logs de ação para referência 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.": "Isto especifica quantas vezes o Ponto de Carga deve tentar carregar o log antes de desistir. Se este campo não está presente, fica para o Ponto de Carga para decidir quantas vezes ele quer tentar novamente.",
|
|
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.": "Intervalo em segundos após o qual uma tentativa pode ser tentada novamente. Se este campo não está presente, fica para o Ponto de Carga decidir quanto tempo esperar entre as tentativas.",
|
|
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`.": "Isto contém a data e a hora das informações mais antigas de log a serem incluídas no diagnóstico. Por favor, forneça o valor no seguinte 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`.": "Isto contém a data e a hora das últimas informações de log a serem incluídas no diagnóstico. Por favor, forneça o valor no seguinte formato 'Y-m-d H:i:s'.",
|
|
1501
|
+
"In case reason is empty, following text \"Activated via API\" will be added automatically": "No caso de o motivo estar vazio, após o texto \"Ativado via API\" será adicionado automaticamente",
|
|
1502
|
+
"The identifier of the vendor specific implementation.": "O identificador da implementação específica do fornecedor.",
|
|
1503
|
+
"Additional identification field.": "Campo de identificação adicional.",
|
|
1504
|
+
"Data without specified length or format": "Dados sem tamanho ou 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.": "A ID do método de pagamento, como retornado pela listagem do método de pagamento (Método de Usuário / Pagamento / Listagem). Quando deixado vazio ou nulo, seria determinado pelo sistema - tanto \"saldo\" quanto \"assinatura\" (no caso de o usuário ter uma assinatura pós-pago ativa para as sessões de carregamento na casa e o ponto de carga é um carregador residencial). Quando NÃO estiver vazio ou nulo, o userId é necessário.",
|
|
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.": "O ID da reserva para vincular a sessão. Devolve um erro 422 se o pedido não existir ou se o seu status não for aceito ou reservado.",
|
|
1507
|
+
"Use force=true when you want to end the session reguardless of the CP response": "Use force=true quando você quiser terminar a sessão sem a resposta do CP",
|
|
1508
|
+
"List of keys to request a get configuration for. Omit or pass empty array to request all available configuration keys.": "Lista de chaves para solicitar uma configuração para. Omit ou passe matriz vazia para solicitar todas as chaves de configuração disponíveis.",
|
|
1509
|
+
"The type of the message to be triggered. Messages available only for 2.0.1 chargers - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent": "O tipo de mensagem a ser acionada. Mensagens disponíveis apenas para 2.0.1 carregadores - 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": "O código de compartilhamento que oferece acesso ao ponto de carga pessoal para outros usuários, além do proprietário. Se deixado vazio, o código atual será apagado",
|
|
1511
|
+
"Indicates the type of certificate that is to be installed on the CP.": "Indica o tipo de certificado que será instalado no CP.",
|
|
1512
|
+
"Value to be assigned to specific configuration key": "Valor a ser atribuído a chave de configuração específica",
|
|
1513
|
+
"Name of the variable of the configuration key": "Nome da variável da chave de configuração",
|
|
1514
|
+
"Specify instance for OCPP 2.0.1 configuration keys": "Especificar instância para chaves de configuração OCPP 2.0.1",
|
|
1515
|
+
"Required in order to specify component name for OCPP 2.0.1 configuration keys": "Necessário para especificar o nome do componente para as chaves de configuração OCPP 2.0.1",
|
|
1516
|
+
"ID of the EVSE. Only for OCPP 2.0.1 configuration keys": "ID do EVSE. Apenas para chaves de configuração 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 o tipo de certificados solicitados. O valor padrão está vazio - o sistema deve interpretar o valor nulo/vazio que todos os tipos de certificados são solicitados.",
|
|
1518
|
+
"Location (URL) from which to retrieve the firmware. Either this or `firmwareVersionId` must be provided.": "Localização (URL) do qual deseja obter o firmware. Este ou `firmwareVersionId` devem ser fornecidos.",
|
|
1519
|
+
"ID of a Firmware Version. Either this or `url` must be provided.": "ID de uma versão de Firmware. Ou esta ou `url` devem ser fornecidos.",
|
|
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 a data e hora após a qual o Ponto de Carga deve recuperar o novo firmware. Se não fornecido, o *data/hora* atual será usado.",
|
|
1521
|
+
"Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.": "Especifica quantas vezes o Ponto de Carga deve tentar recuperar o firmware (novo) antes de desistir.",
|
|
1522
|
+
"The interval in seconds between each retry.": "O intervalo em segundos entre cada nova tentativa.",
|
|
1523
|
+
"Indicates a Signed Firmware Update.": "Indica uma atualização de Firmware Assinado.",
|
|
1524
|
+
"Required if \"signed\" is true.": "Necessário se \"assinado\" for verdadeiro.",
|
|
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 para usar para a URL de download de firmware quando estiver usando o repositório de firmware. Use HTTP apenas se o ponto de carregamento não suportar conexões criptografadas.",
|
|
1526
|
+
"ISO 8601 formatted date. Resources with `startedAt >= startedAfter`.": "Data formatada para ISO 8601. Recursos com `startedAt >= startedAfter`.",
|
|
1527
|
+
"ISO 8601 formatted date. Resources with `stoppedAt <= stoppedBefore`.": "Data formatada em ISO 8601. Recursos com `stoppedat <= stoppedBefore`.",
|
|
1528
|
+
"Resources with duration in minutes less than or equal given value.": "Recursos com duração em minutos menor ou igual valor dado.",
|
|
1529
|
+
"Resources with duration in minutes greater than or equal given value.": "Recursos com duração em minutos maiores ou iguais ao valor indicado.",
|
|
1530
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime": "Data formatada em ISO 8601. Lista apenas o recurso específico que foi atualizado pela última vez em e depois desta data",
|
|
1531
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime": "Data formatada em ISO 8601. Lista apenas o recurso específico que foi atualizado pela última vez em e antes desta data",
|
|
1532
|
+
"When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).": "Quando a paginação é habilitada: máximo de resultados totais em todas as páginas. Quando a paginação é desativada: número de resultados por solicitação da API (máx. 100).",
|
|
1533
|
+
"Whether to automatically paginate to fetch all results": "Se deve ser automaticamente paginado para obter todos os resultados",
|
|
1534
|
+
"Allowed only notice with `type = exempt`!": "Aviso só permitido com `type = exempt`!",
|
|
1535
|
+
"Allowed only for downtime period with `type = exempt AND entryMode = manual`": "Permitido apenas para período de inatividade com `type = exempt E modoEntrada = manual`",
|
|
1536
|
+
"A download link for the user manual. Shown in the mobile app for home chargers.": "Um link para download do manual do usuário. Exibido no aplicativo móvel para carregadores residenciais.",
|
|
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 para um manual de instalador hospedado externamente. O sistema armazena apenas a referência desta URL (não faz o download ou armazena o documento) e fornece aos instaladores para visualizar/baixar através da interface de aplicativo do 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` - 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",
|
|
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": "Necessário para pontos de carga pessoal. O PIN deve ser fornecido no aplicativo quando o ponto de carga é solicitado por um usuário. Deve conter apenas números. U\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 é sempre um campo OBRIGATÓRIO para pontos de carga comerciais públicos e comerciais. Não é um campo obrigatório apenas para pontos de carga pessoal. U\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": "Se houver taxa de eletricidade definida para o ponto de Carga, o custo de eletricidade para cada sessão de carregamento seria rastreada. Taxas de eletricidade dinâmicas não podem ser selecionadas, apenas as criadas no recurso / taxa de eletricidade.\n",
|
|
1542
|
+
"Only for personal charge points. Require an active subscription to use the charge point.": "Apenas para pontos de carga pessoal. Exige uma assinatura ativa para usar o ponto 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.": "Apenas para os pontos de carga pessoal. Lista de planos de assinatura para qualquer um dos quais o usuário deve ter uma assinatura ativa, para poder usar o ponto 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": "Mostra o status do sistema do Ponto de Carregamento. </br>\n`habilitado` - o ponto de carregamento é totalmente operacional.\n`desabilitado` - o ponto de carregamento não seria mostrado no mapa se fosse um público comercial ou comercial privado com a opção relevante para visibilidade nem pudesse ser reivindicado ou encontrado pelo ID se fosse pessoal (casa). </br>\n`demo` - atua como um simulador para que diferentes configurações possam ser testadas. </br>\n`fora de ordem` - o ponto de carregamento é visível e compartilhado com os usuários, mas uma sessão de carregamento\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 bandeira indica se o operador pode gerenciar ativamente o ponto de carga. Se o sinalizador estiver definido como \n falso, o ponto de carga ainda poderá ser mostrado aos usuários, mas eles não podem solicitar para iniciar uma sessão nela.\n\nDescontinuado. Por favor, use 'communicationMode' em vez disso.\n",
|
|
1546
|
+
"OCPP Identifier.": "OCPP Identifier.",
|
|
1547
|
+
"Required for ocpp 1.5 (SOAP).": "Necessário 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` - 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 Point would be always treated as available and its network status would not depend on heartbeat messages. </br>\n`display_messages` - charger has a display and it is enabled to display messages. This capability is enabled automatically when the charger reports the corresponding configuration key. When creating a charge point, the capability is ignored as it is automatically detected on boot. </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": "O ID do modelo CP, se um estiver associado com o ponto de carga. Pode ser definido como nulo para remover o modelo de CP atual associado ao ponto de carregamento. Lembre-se que ao inicializar o carregador reporta o modelo de hardware e ele é atualizado automaticamente.\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.": "O faturamento corporativo do parceiro seria usado como um método de pagamento por padrão quando um usuário que é convidado a usar a cobrança corporativa do parceiro inicia uma sessão no ponto 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` - apenas usuários convidados pelo parceiro com a opção de acessar pontos de carga privados poderiam ver este ponto de carga no mapa e usá-lo.",
|
|
1553
|
+
"The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.": "O aviso só está disponível se o ponto de carga é do tipo `private` e o accessType é `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.": "Tags podem ser usadas para filtrar e agrupar carregadores por tag. Ao fazer uma entrada PATCH todas as tags que devem estar associadas ao ponto de carga. Ao enviar uma tag, a removeria do ponto de carga.",
|
|
1555
|
+
"Applicable only for personal charge points. For `public` and `private` charge points will be omitted": "Aplicável apenas para pontos de carga pessoal. Para pontos `público` e `privado` serão omitidos",
|
|
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!": "Se ambos os objetos note e partner.notice forem fornecidos na solicitação, o noticeId será usado para completar a solicitação NÃO o objeto de parceira!",
|
|
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": "O ID do ponto de carregamento que está conectado ao backend e é usado por este ponto de carga para a comunicação OCPP. Necessário quando o `communicationMode` é `via_ocpp_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": "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 connected through OCPP and is actively being managed by the backend.</br>\n`via_ocpp_connected_charge_point` - the charge point is a satellite of another charge point which communicates through OCPP and is identified by `ocppConnectedChargePointId`. The charge point is not actively managed, but inherits most of its properties from its master charge point. When creating this type of charge point, the following fields are not required and will not be used:</br>\n - electricityRateId</br>\n - networkType</br>\n - capabilities</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 - integratedAt</br>\n - manufacturedAt</br>\n",
|
|
1560
|
+
"The value of the desiredSecurityProfileStatus by which to filter": "O valor do desejadoSecurityProfileStatus para filtrar",
|
|
1561
|
+
"Only list charge point, identified by evse identifier": "Apenas ponto de carregamento da lista, identificado pelo identificador evse",
|
|
1562
|
+
"Only list charge point, identified by the NetworkId": "Apenas ponto de carga, identificado pela NetworkId",
|
|
1563
|
+
"Only list charge points with last boot notification that had this charge_point_serial_number": "Apenas listar pontos de carregamento com a última notificação de inicialização que teve este charge_point_serial_number",
|
|
1564
|
+
"Only list charge points, identified by modelId": "Apenas listar pontos de carga, identificados por modelId",
|
|
1565
|
+
"Only list charge points, identified by vendorId": "Apenas listar pontos de carga, identificados pelo vendorId",
|
|
1566
|
+
"Only list charge points owned by a certain user": "Apenas listar pontos de carregamento pertencentes a um determinado usuário",
|
|
1567
|
+
"Only list charge points owned by a certain partner": "Listar apenas pontos de carregamento pertencentes a um determinado parceiro",
|
|
1568
|
+
"Only list charge points with this access type": "Listar apenas pontos de carregamento com este tipo de acesso",
|
|
1569
|
+
"Only list charge point for a given subOperator": "Apenas listar ponto de carga para um determinado suboperador",
|
|
1570
|
+
"When true - returns only roaming charge points. When false - returns only local charge points.": "Quando verdadeiro - retorna apenas pontos de cobrança de roaming. Quando falso - retorna apenas pontos de carga locais.",
|
|
1571
|
+
"Exact charge point name": "Nome do ponto de carga exata",
|
|
1572
|
+
"Only list charge points assigned to the location": "Apenas listar pontos de carregamento atribuídos ao local",
|
|
1573
|
+
"Only list charge points added to a certain DLM Circuit": "Apenas pontos de carregamento da lista adicionados a um certo circuito DLM",
|
|
1574
|
+
"Only list charge point for a given Charging Zone": "Apenas ponto de carga da lista para uma determinada zona de carregamento",
|
|
1575
|
+
"Only list charge points that are managed by operator or not": "Listar apenas os pontos de carregamento que são gerenciados por operador ou não",
|
|
1576
|
+
"Only list charge point, identified by the External ID of the charge point": "Apenas ponto de carga, identificado pelo ID Externo do ponto de carga",
|
|
1577
|
+
"Only list charge points that have the specific tag assigned.": "Apenas listar pontos de carregamento que têm a tag específica atribuída.",
|
|
1578
|
+
"Only list personal charge point with certain sharing code.": "Listar apenas ponto de carga pessoal com determinado código de compartilhamento.",
|
|
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": "Obrigatório se 'accessType' for 'personal'. O PIN deve ser fornecido no aplicativo móvel quando o ponto de carga for solicitado por um usuário. Deve conter apenas números. U\n",
|
|
1580
|
+
"Required if `accessType` is `public` or `private`. NOT required if `accessType` is `personal`.\n": "Necessário se `accessType` for `public` or `private`. NÃO é necessário se `accessType` for `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 bandeira indica se o operador pode gerenciar ativamente o ponto de carga. Se a bandeira for definida como 'falsa', o ponto de carga ainda poderá ser mostrado aos usuários, mas eles não podem solicitar para iniciar uma sessão nela.\n\nObsoleto. Por favor, use `communicationMode` em vez disso. O `communicationMode` só pode ser definido ao criar um ponto de carregamento.\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": "Quando ativado, o sistema permitirá sessões de carregamento iniciadas </br>\nlocalmente pelo ponto de carga assumindo que é configuração para funcionar no início automático / </br>\nmodo de plug-and-carga. Também iniciaria automaticamente uma sessão </br>\ncom um comando inicial remoto se já não for iniciado pelas estações de carregamento um </br>\nalguns segundos depois de ser detectado um status de preparação, indicando que um veículo está ligado.\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": "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 to auto-start the charging. </br>\n",
|
|
1585
|
+
"ISO 8601 formatted date": "ISO 8601 formatted date",
|
|
1586
|
+
"Only list configuration keys identified by variable name": "Apenas chaves de configuração de lista identificadas pelo nome da variável",
|
|
1587
|
+
"Only list configuration keys identified by instance": "Apenas chaves de configuração de lista identificadas por instância",
|
|
1588
|
+
"Only list configuration keys identified by component name": "Somente as chaves de configuração de lista identificadas pelo nome do componente",
|
|
1589
|
+
"Only list configuration keys identified by EVSE ID": "Apenas chaves de configuração de lista 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 é necessário quando a chave de configuração é uma das chaves OCPP padrão, conforme definido na documentação OCPP em \"Nomes e Valores da Chave de Configuração Padrão\".",
|
|
1591
|
+
"The identifier that is presented to the users, so they can identify the EVSE at the location.": "O identificador que é apresentado aos usuários, para que eles possam identificar o EVSE no local.",
|
|
1592
|
+
"Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n": "Tipo de corrente disponível no EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) carregando rapidamente\n",
|
|
1593
|
+
"The EVSE label will be exposed and visualized in the mobile application": "O rótulo de EVSE será exposto e visualizado no aplicativo móvel",
|
|
1594
|
+
"The OCPP evse identifier (should be consecutive numbers starting from 1)": "O identificador evse do OCPP (deve ser número consecutivo 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 EVSEs em roaming, o status só pode ser atualizado se a opção de gestão manual de EVSEs estiver habilitada para o CPO de roaming.",
|
|
1596
|
+
"The mid meter certification end year.": "O medidor médio de certificação termina o ano.",
|
|
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.": "O ID do grupo tarifário associado ao EVSE. Se o EVSE não for roaming e a tarifGroupId não for especificada, a tarifa padrão (gratuita) será atribuída. Para EVSEs, o Grupo Tarifa só pode ser atualizado se a opção de gestão manual de EVSEs estiver habilitada para o CPO de roaming.",
|
|
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.": "Gerencia se são permitidas reservas sobre este EVSE. Requer que as reservas sejam ativadas para o sistema a fim de permitir o 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 se o EVSE pode ser reservado. Requer que as Reservas sejam ativadas para o operador e permite automaticamente allowsReservation quando definido como true.",
|
|
1600
|
+
"in Wh.": "em Quando.",
|
|
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.": "A tensão máxima de um ponto de carga pode flutuar. Portanto, ao criar um ponto de carga no sistema, a tensão máxima é dada como uma faixa Para fins do OCPI mapeia da seguinte forma: 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> Então, por exemplo `RST` = `L1`, `L2`, `L3`, enquanto `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 os condutores de linha ativos utilizados no circuito. - `L1_L2` - Válido quando `phas` = `split_phase` na configuração elétrica `star` ou `phas` = `single_phase` na configuração elétrica `delta` - `L2_L3` - Válido quando `phas` = `split_phase` na configuração elétrica `star` ou `phas` = `single_phase` na configuração elétrica `delta` - Valido quando `phas` = `phasit_phase` = `split_phase` na configuração elétrica `ou `phas` = `single_phase` = `single_phase` na configuração elétrica - Validar `L1` - Validar `when `phes` = `phaslephait_fase` - validado na configuração elétrica = `- Valida`",
|
|
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": "Data formatada em ISO 8601. Apenas logs de estado da lista são criados após esta data",
|
|
1606
|
+
"ISO 8601 formatted date. Only list status logs created before this datetime": "Data formatada para ISO 8601. Apenas logs de status da lista foram criados antes desta data",
|
|
1607
|
+
"Select the type of the variant": "Selecione o tipo da variante",
|
|
1608
|
+
"Select the mode": "Selecione o 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": "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",
|
|
1611
|
+
"Array of charge point IDs the template will be applied to.": "Array de IDs de ponto de carga que o modelo será aplicado.",
|
|
1612
|
+
"Specifies whether the configuration template will be enforced each time the charge point boots.": "Especifica se a configuração do modelo será forçada a cada inicialização do ponto de carga.",
|
|
1613
|
+
"The OCPP version to filter by": "A versão OCPP para filtrar por",
|
|
1614
|
+
"The timestamp of the measurements. ISO 8601 formatted date.": "The timestamp of the measurements. ISO 8601 formatado data.",
|
|
1615
|
+
"The current on L1 in milliamperes (mA)": "A corrente em L1 em miliamperes (mA)",
|
|
1616
|
+
"The current on L2 in milliamperes (mA)": "A corrente em L2 em miliamperes (mA)",
|
|
1617
|
+
"The current on L3 in milliamperes (mA)": "A corrente em L3 em miliamperes (mA)",
|
|
1618
|
+
"The id of the utility providing the electricity. Configured in the Ampeco admin panel.": "O id do utilitário fornecendo eletricidade. Configurado no painel de administração 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": "O preço padrão por kWh, que será aplicado se não houver preços fornecidos por um intervalo de tempo.\nOs preços de todas as taxas de eletricidade criadas através da API pública ou do painel de administração da Ampeco devem incluir o imposto no preço.\nPreço por 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 é usado apenas para indicar o imposto aplicado. Todos os preços da taxa de electricidade devem ser fornecidos com o imposto incluído no preço.",
|
|
1621
|
+
"Represents what percent of the energy is generated from solar power.": "Representa qual porcentagem da energia é gerada a partir da energia solar.",
|
|
1622
|
+
"Represents what percent of the energy is generated from wind turbines.": "Representa qual porcentagem da energia é gerada a partir de turbinas eólicas.",
|
|
1623
|
+
"Represents what percent of the energy is generated from hydropower.": "Representa qual percentagem da energia é gerada a partir de hidroenergia.",
|
|
1624
|
+
"Represents what percent of the energy is generated from nuclear power plants.": "Representa qual percentagem da energia é gerada a partir de centrais nucleares.",
|
|
1625
|
+
"Represents what percent of the energy is generated from burning coal.": "Representa qual porcentagem da energia é gerada a partir do carvão queimado.",
|
|
1626
|
+
"Represents what percent of the energy is generated from natural gas.": "Representa qual percentagem da energia é gerada a partir do gás 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 qual percentagem da energia é gerada a partir de qualquer outro tipo de fonte de energia renovável. Isto poderia incluir qualquer outra fonte renovável que não fosse especificamente enumerada.",
|
|
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 qual percentagem da energia é gerada a partir de qualquer outro tipo de fonte de energia não renovável. Isto poderia incluir qualquer outra fonte não renovável não especificamente listada.",
|
|
1629
|
+
"Uses the YYYY-MM-DD date format.": "Usa o formato de data AAAA-MM-DD.",
|
|
1630
|
+
"Can be one of the listed days of the week or `any`.": "Pode ser um dos dias listados da semana ou `qualquer`.",
|
|
1631
|
+
"Filter the periods in which the evses belong to the charge point": "Filtrar os períodos em que as evasões pertencem ao ponto 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.": "Data de formatação ISO 8601. Se uma data de término está definida, o ativo será automaticamente desabilitado nesse momento. As séries de tempo e previsões históricas não são geradas após a data final.",
|
|
1633
|
+
"The ID of the Flexibility Asset to filter requests by": "O ID do ativo de flexibilidade para filtrar as solicitações por",
|
|
1634
|
+
"ID of the DLM circuit. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID do circuito DLM. Apenas um dos dlmCircuitId, chargePointId ou evseId pode ter valor.",
|
|
1635
|
+
"ID of the Charge Point. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID do Ponto de Cobrança. Apenas um dos dlmCircuitId, chargePointId ou evseId pode ter valor.",
|
|
1636
|
+
"ID of the EVSE. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID do EVSE. Apenas um dos dlmCircuitId, chargePointId ou evseId pode ter valor.",
|
|
1637
|
+
"Short description of the flexibility asset.": "Breve descrição do ativo de flexibilidade.",
|
|
1638
|
+
"Flexibility integration.": "Integração com flexibilidade.",
|
|
1639
|
+
"Filter for the assets updated since the given timestamp": "Filtrar as mídias atualizadas desde o timestamp determinado",
|
|
1640
|
+
"Only list Id tags with a certain UID": "Apenas listar tags de ID com um certo UID",
|
|
1641
|
+
"Only list Id tags with a certain label": "Apenas listar as tags de identificação com um determinado rótulo",
|
|
1642
|
+
"Only list Id tags with a certain user id": "Apenas listar tags de identificação com um certo ID de usuário",
|
|
1643
|
+
"Only list Id tags that have an expiration date grater or equal to the supplied date": "Apenas listar etiquetas de identificação que têm uma data de expiração ou igual à data fornecida",
|
|
1644
|
+
"Only list Id tags in this status": "Apenas listar tags de identificação nesse status",
|
|
1645
|
+
"Only list Id tags in this type": "Apenas listar tags de identificação neste tipo",
|
|
1646
|
+
"Only list ID tags assigned to the specified Partner ID. Pass null to list ID tags without a Partner assigned.": "Apenas listar tags de ID atribuídas ao Parceiro ID especificado. Passe nulo para listar tags de ID sem um Parceiro atribuído.",
|
|
1647
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and after this datetime": "Data formatada ISO 8601. Lista apenas as tags de id que foram atualizadas pela última vez em e depois desta data",
|
|
1648
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and before this datetime": "Data formatada ISO 8601. Lista apenas as tags de id que foram atualizadas pela última vez em e antes desta data",
|
|
1649
|
+
"Token used for authorization": "Token usado para autorização",
|
|
1650
|
+
"Visual or other label that could be associated with the ID Tag": "Visual ou outro rótulo que poderia ser associado com o 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": "O status da tag de ID. Use-o para desativar ou suspender uma etiqueta\n* `habilitado` A etiqueta está habilitada e é aceita como método de autenticação\n* `desabilitado` A etiqueta é desativada pelo usuário administrador e não é aceitável como método de autorização\n* `suspenso` A etiqueta é suspensa pelo proprietário da tag e não é aceitável como método de autorização\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!": "Associe a tag de ID a uma conta de usuário. Se o usuário não for apresentado, a etiqueta não será autorizada! Faz sentido preparar as tags com antecedência, caso haja outro processo/entidade irá atribuir mais tarde eles!",
|
|
1654
|
+
"The administrator accounts of the selected Partner will be able to edit and delete the specified ID tag": "As contas de administrador do Parceiro selecionado poderão editar e excluir a tag 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": "Início do período de tempo para verificação",
|
|
1657
|
+
"End of the time frame to check. Time-frame is limited to 7 days.": "Verificação de fim do período de tempo. O período de tempo é limitado a 7 dias.",
|
|
1658
|
+
"The full address of the location": "O endereço completo do local",
|
|
1659
|
+
"The street address of the location": "O endereço da rua do local",
|
|
1660
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region": "Quando o país não está nos EUA, AU, CA, UM ou RO, você pode fornecer a região",
|
|
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 o local está sempre aberto para cobrança. Se configurado como falso, o campo 'horas' é necessário, caso contrário ele deve 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.": "Se um usuário iniciou uma sessão de carregamento durante o horário de trabalho, mas já está fora do horário de trabalho, a sessão será terminada pelo sistema.",
|
|
1663
|
+
"Working hours interval for single day.": "Intervalo de horas de trabalho de um único dia.",
|
|
1664
|
+
"A valid timezone in the form of Area/Location, required when `Allow Multiple Time Zones` option is turned on in the Timezone Setting.": "Um fuso horário válido na forma de Área/Localização, necessário quando a opção `Permitir Vários fuso horário` está ativada nas configurações de fuso horário.",
|
|
1665
|
+
"For roaming Locations, the ID of the roaming operator is provided.": "Para localizações de roaming, o ID do operador de roaming é fornecido.",
|
|
1666
|
+
"Only list Locations that have the specific tag assigned.": "Apenas listar Locais que têm os marcadores específicos atribuídos.",
|
|
1667
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and after this datetime": "Data formatada ISO 8601. Lista apenas os locais que foram atualizados pela última vez em e depois desta data",
|
|
1668
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and before this datetime": "Data formatada ISO 8601. Lista apenas os locais que foram atualizados pela última vez em e antes desta data",
|
|
1669
|
+
"Internal name of the Charging Zone. This isn't visible to end-users in the app.": "Nome interno da zona de carregamento. Não é visível para usuários finais no aplicativo.",
|
|
1670
|
+
"Resend all failed notifications from this date onwards.": "Reenviar todas as notificações que falharam a partir desta data.",
|
|
1671
|
+
"Resend all failed notifications up to this date.": "Reenviar todas as notificações com falha até esta data.",
|
|
1672
|
+
"The list of Evses at the same Parking Space. The Evses should belongs to same charging zone.": "A lista de Evitas no mesmo espaço de estacionamento. Os Evêndios devem pertencer à mesma zona de carregamento.",
|
|
1673
|
+
"Only list Parking spaces on a certain EVSE": "Apenas listar espaços de estacionamento em um certo 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": "Use force=true quando você quiser terminar a reserva independentemente da resposta do CP",
|
|
1676
|
+
"ISO-3166 alpha-2 country code of the CPO that owns this Tariff.": "Código do país ISO-3166 alpha-2 do CPO que possui esta Tarifa.",
|
|
1677
|
+
"ID of the CPO that owns this Tariff (following the ISO-15118 standard).": "ID do CPO dono desta Tarifa (seguindo o padrão ISO-15118).",
|
|
1678
|
+
"Uniquely identifies the tariff within the CPO's platform.": "Identifica exclusivamente a tarifa dentro da plataforma do CPO.",
|
|
1679
|
+
"ISO 4217 code of the currency of this tariff.": "Código ISO 4217 da moeda desta tarifa.",
|
|
1680
|
+
"Type of this tariff.": "Tipo desta tarifa.",
|
|
1681
|
+
"List of multi-language alternative texts for this tariff.": "Lista de textos multi-idiomas alternativos para esta tarifa.",
|
|
1682
|
+
"URL to a web page that contains an explanation of the tariff information.": "URL para uma página web que contém uma explicação das informações de tarifas.",
|
|
1683
|
+
"Price excluding VAT.": "Preço sem IVA.",
|
|
1684
|
+
"Price including VAT.": "Preço incluindo IVA.",
|
|
1685
|
+
"List of Tariff Elements.": "Lista de elementos tarifários.",
|
|
1686
|
+
"The time when this tariff becomes active. Format ISO 8601 UTC.": "O momento em que esta tarifa se torna ativa. Formato ISO 8601 UTC.",
|
|
1687
|
+
"The time after which this tariff is no longer valid. Format ISO 8601 UTC.": "O tempo após o qual esta tarifa não é mais válida. Formato ISO 8601 UTC.",
|
|
1688
|
+
"True if 100% from regenerative sources.": "Verdadeiro se 100% de fontes regenerativas.",
|
|
1689
|
+
"Energy sources of this energy mix.": "Fontes de energia deste cabaz energético.",
|
|
1690
|
+
"Environmental impact of this energy mix.": "Impacto ambiental deste cabaz energético.",
|
|
1691
|
+
"Name of the energy supplier.": "Nome do fornecedor de energia.",
|
|
1692
|
+
"Name of the energy product.": "Nome do produto energético.",
|
|
1693
|
+
"Timestamp when this Tariff was last updated. Format ISO 8601 UTC.": "Timestamp quando esta Tarifa foi atualizada. 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.": "Se um valor não-nulo for fornecido, será definido como true. Se null for fornecido, definirá habilitado 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.": "Exemplo - \"http://m.intercharge.eu/qr?evseid=\" se a URL no QR Code for http://m.intercharge.eu/qr?evseid=CH*ION*E213604.",
|
|
1696
|
+
"Only possible value is `has.to.be`.": "Apenas o valor possível é 'has.to.be'.",
|
|
1697
|
+
"Filter by status (enabled or disabled)": "Filtrar por status (ativado ou desativado)",
|
|
1698
|
+
"Filter by creation date (greater than or equal to)": "Filtrar por data de criação (maior ou igual a)",
|
|
1699
|
+
"Filter by creation date (less than or equal to)": "Filtrar por data de criação (menor ou igual a)",
|
|
1700
|
+
"ISO 3166-1 alpha-2 country code": "Código de país ISO 3166-1 alpha-2",
|
|
1701
|
+
"Array of current types (AC, DC) that this filter applies to, pass an empty array to clear all current type restrictions.": "Array de tipos atuais (AC, DC) aos quais este filtro se aplica, passe um array vazio para limpar todas as restrições de tipo atual.",
|
|
1702
|
+
"Filter EVSEs with power below specified kW value": "Filtrar EVSEs com energia abaixo do valor kW especificado",
|
|
1703
|
+
"Filter EVSEs whose IDs start with specified prefix(es). Multiple prefixes separated by newlines": "Filtrar EVSEs cujas IDs iniciam com prefixos especificados. Vários prefixos separados por newlines",
|
|
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.": "Posição do filtro tarifário na sequência de ordenação. Quando não for fornecido durante a criação, ele durará. Se for fornecido um número de encomenda já existente, os outros filtros tarifários serão reordenados em sequência.",
|
|
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.": "Matriz de IDs de filtros personalizados com suas novas posições. Inclua apenas filtros que precisam ser movidos - outros manterão suas posições relativas.",
|
|
1706
|
+
"Array of current types (AC, DC) that this filter applies to": "Array de tipos atuais (AC, DC) ao qual este filtro se aplica",
|
|
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.": "Posição do filtro tarifário na sequência de ordenação. Se for fornecido um número de encomenda já existente, os outros filtros tarifários serão reordenados em sequência.",
|
|
1708
|
+
"The ID of the local Tariff Group assigned to the EVSEs with this roaming tariff(s).": "O ID do Grupo Tarifa local atribuído a EVSEs com estas tarifas de roaming.",
|
|
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.": "O ID do plano de assinatura que substitui o atual. O novo plano de assinatura será adicionado às restrições dos planos de assinatura para as Tarifas, onde o plano antigo está presente. Também será adicionado a todos os pontos de Carga que requerem o atual plano de assinatura.",
|
|
1710
|
+
"The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.": "A data a partir do qual o novo Plano de Assinatura substitui o atual. Se deixado vazio, será substituído imediatamente.",
|
|
1711
|
+
"Internal note for tracking changes and the reasons for those changes.": "Nota interna para rastrear alterações e as razões dessas alterações.",
|
|
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.": "Localidades que foram criadas e não são fornecidas em uma atualização serão excluídas. Por favor, forneça valores em todas as localidades que você deseja manter.",
|
|
1713
|
+
"The number of renewal periods that are free of charge. This is only applicable for pre-paid plans.": "O número de períodos de renovação gratuitos é apenas aplicável aos planos pré-pagos.",
|
|
1714
|
+
"For pre-paid plans this is the price, for post-paid plans this is the base fee.": "No caso de planos pré-pagos, esse é o preço, uma vez que os planos pós-pagos são a taxa de base.",
|
|
1715
|
+
"Makes the base fee apply per each home charger owned by the subscriber.": "Aplica a taxa base por cada carregador doméstico de propriedade do assinante.",
|
|
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 se as sessões de carregamento são feitas pessoalmente, pontos de carga comercial + pessoal são incluídos na assinatura pós-pago e seriam cobrados no final do ciclo de faturamento ou quando um limite é atendido, se houver 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.": "Se este limite for atingido, o valor devido para a assinatura seria cobrado imediatamente em vez de esperar pelo final do período de faturamento.",
|
|
1718
|
+
"Applicable only for post-paid subscription plans when external billing is enabled. Controls the billing method used for this subscription plan.": "Aplicável apenas para planos de assinatura pós-pago quando o faturamento externo é ativado. Controla o método de faturamento usado para este plano de assinatura.",
|
|
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.": "Quando verdadeiro, o subsídio só pode ser usado nos pontos de carga residencial pertencentes ao usuário. Nesse caso, todas as outras restrições de direitos não surtem efeito.",
|
|
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.": "Os subsídios só podem ser utilizados em pontos de tributação nos países da lista. Quando vazio, a licença é válida para pontos de cobrança em todos os países, exceto aqueles explicitamente listados nos países excluídos.",
|
|
1721
|
+
"The allowance cannot be used on charge points in the countries in this list.": "O subsídio não pode ser utilizado em pontos de tributação nos países da lista.",
|
|
1722
|
+
"When true the allowance cannot be used on roaming charge points.": "Quando é verdade, a permissão não pode ser utilizada em pontos de tarifas de roaming.",
|
|
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.": "Um array de IDs de Parceiros. A licença só pode ser usada em pontos de carga dos Parceiros nesta lista. Quando vazia, a licença é válida para pontos de carga de qualquer parceiro, exceto aqueles explicitamente listados nos excludedPartnerChargePoints.",
|
|
1724
|
+
"An array of Partner IDs. The allowance cannot be used on charge points of Partners in this list.": "Um array de IDs de Parceiros. A licença não pode ser usada em pontos de carga dos Parceiros nesta lista.",
|
|
1725
|
+
"The amount of kWh included - combined for AC and DC, should be provided if the type is combined.": "A quantidade de kWh incluído - combinada para AC e DC, deve ser fornecida se o tipo for combinado.",
|
|
1726
|
+
"The amount of kWh included for AC, should be provided if the type is separate.": "A quantidade de kWh incluída para AC, deve ser fornecida se o tipo for separado.",
|
|
1727
|
+
"The amount of kWh included for DC, should be provided if the type is separate.": "A quantidade de kWh incluída para DC, deve ser fornecida se o tipo for 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.": "Um array de IDs de Parceiros. O plano de Assinatura está disponível apenas para usuários convidados (e aceitos) ou criados por um dos Parceiros nesta lista. Quando vazio, o plano estará disponível para todos os usuários, exceto os parceiros listados em excluídosParceiroUsuários.",
|
|
1729
|
+
"An array of Partner IDs. The Subscription plan is not available to users of the Partners in this list.": "Um array de IDs de Parceiros. O plano de assinatura não está disponível para os usuários dos Parceiros nesta 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.": "Uma matriz de IDs de grupos de usuários. O plano de assinatura está disponível apenas para usuários com um Grupo de Usuários que está nesta lista. Quando vazio, o plano estará disponível para todos os usuários, exceto aqueles com um Grupo de Usuários listados em Grupos de Usuários excluídos.",
|
|
1731
|
+
"An array of User Group IDs. The Subscription plan is not available to users with a User Group that is in this list.": "Uma matriz de IDs de grupo de usuários. O plano de assinatura não está disponível para usuários com um Grupo de Usuários que está nesta lista.",
|
|
1732
|
+
"Required when Post-paid Subscription plans has been enabled for the system.": "Necessário quando os planos de assinatura pós-pago foram ativados para o sistema.",
|
|
1733
|
+
"Applies separately per each personal charge point owned by the subscriber that requires this Subscription plan.": "Aplica separadamente por cada ponto de carga pessoal de propriedade do assinante que requer este plano de assinatura.",
|
|
1734
|
+
"A change from disabled to enabled is only possible for Subscription plans that are not replaced with another plan.": "Uma mudança de desabilitado para habilitado só é possível para planos de Assinatura que não são substituídos por outro plano.",
|
|
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.": "Só poderá ser fixada para as tarifas de base. A informação padrão que seria mostrada na exibição do ponto de carga sem que o próprio usuário tenha se autorizado. O valor padrão da tarifa de preço da base do primeiro EVSE será usado para a exibição, quando o ponto de carga tiver mais de um 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.": "Poderia ser estabelecido apenas para a tarifa de base, a informação que seria mostrada na exposição do ponto de carga quando desconectada.",
|
|
1737
|
+
"The information that would be shown on the display of the charge point for users that are eligible for this tariff.": "A informação que seria mostrada na exposição do ponto de carga para os utilizadores elegíveis para esta tarifa.",
|
|
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.": "Informação adicional que seria exibida no ponto de carga quando a sessão terminar, juntamente com o total de taxas por energia, duração e tempo ocioso.",
|
|
1739
|
+
"Only list tariffs in a certain group": "Apenas listar tarifas em um determinado grupo",
|
|
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ó pode ser usado com `tariffGroupId`. Quando definido, uma tarifa única do grupo será devolvida (nenhuma propriedade meta ou link será incluída), que será aplicado quando o usuário informado estiver cobrando. Note que quando você definir como vazio (null) em seguida, a tarifa para carregamento anônimo será devolvida",
|
|
1741
|
+
"Only list tariff of this specific type": "Apenas tarifa de lista deste tipo específico",
|
|
1742
|
+
"Only list tariffs managed by certain partner.": "Só listar tarifas geridas por um certo parceiro.",
|
|
1743
|
+
"Setting the type to `charging not allowed` or `free` is enough for creating the particular type of tariff": "Definir o tipo para 'carregamento não permitido' ou 'livre' é suficiente para criar o tipo específico de tarifa",
|
|
1744
|
+
"A time when the day begins": "Uma hora em que o dia começa",
|
|
1745
|
+
"A time when the night begins": "Uma época em que a noite começa",
|
|
1746
|
+
"Price per session. Only applicable with flat rate tariffs. Up to 5 digits after the decimal point depending on the currency precision.": "Preço por sessão. Só aplicável com tarifas fixas. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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.": "Taxa de conexão. Uma taxa fixa que é aplicada no início da sessão de carregamento. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
1748
|
+
"Price per kWh. Up to 5 digits after the decimal point depending on the currency precision.": "Preço por kWh. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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.": "Preço por kWh durante o dia. Aplicável para duração+tempo de energia do dia. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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.": "Preço por kWh durante a noite. Aplicável para duração+tempo de energia do dia. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
1751
|
+
"Charging period. In minutes. It defines the time-period for charging a fee.": "Período de carregamento. Em minutos. Define o período de tempo para a cobrança de uma taxa.",
|
|
1752
|
+
"Charging fee per period. Applicable for duration+energy. Up to 5 digits after the decimal point depending on the currency precision.": "Taxa de cobrança por período. Aplicável para duração+energia. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
1753
|
+
"Duration fee limit for the whole session if fee is applied.": "Limite de taxa de duração para toda a sessão, se a taxa for aplicada.",
|
|
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.": "Taxa de carregamento por período durante o dia. Aplicável para duração+tempo de energia do dia. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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.": "Taxa de carregamento por período durante a noite. Aplicável para duração+tempo de energia do dia. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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.": "Taxa de carregamento por minuto durante o dia. Aplicável por duração + tempo de energia do dia. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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.": "Taxa de carregamento por minuto durante a noite. Aplicável por duração + tempo de energia do dia. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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.": "Taxa inativa por minuto. Uma taxa por minuto que é aplicada durante o período ocioso (sem cobrança). Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
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 carência da taxa ociosa (min). Opcional. Quando o período ocioso (sem cobrança) é detectado durante uma sessão, o usuário recebe esse período de tolerância para remover o veículo, antes que a taxa ociosa comece a aplicar.",
|
|
1760
|
+
"Idle fee per minute. A fee per minute that is applied during idle period (no charging).": "Taxa inativa por minuto. Uma taxa por minuto que é aplicada durante o período ocioso (sem cobrança).",
|
|
1761
|
+
"Defined start time for the application of idle fee.": "Tempo de início definido para a aplicação da taxa de inatividade.",
|
|
1762
|
+
"Defined end time for the application of idle fee.": "Tempo definido para a aplicação da taxa de inatividade.",
|
|
1763
|
+
"Idle fee limit for the whole session if fee is applied.": "Limite de taxa ociosa para toda a sessão, se a taxa for aplicada.",
|
|
1764
|
+
"Connection Fee Minimum Session Duration (min). Optional.": "Duração Mínima da Sessão da Conexão (min). Opcional.",
|
|
1765
|
+
"Connection Fee Minimum Session Energy (kWh). Optional. Up to 5 digits after the decimal point depending on the currency precision.": "Energia de Sessão Mínima da Taxa de Conexão (kWh). Opcional. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
1766
|
+
"Duration Fee Grace Period (min). Optional.": "Período de Graça da Duração (min). Opcional.",
|
|
1767
|
+
"Min. price. Sets a minimum total amount per session.": "Preço mínimo. Define um valor mínimo total por sessão.",
|
|
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.": "Pre-autorizar. O valor para pré-autorizar antes de iniciar uma sessão. Até 5 dígitos após o ponto decimal dependendo da precisão da moeda.",
|
|
1769
|
+
"If Multi-tax Support has been enabled in the Ampeco.CHARGE settings, you can provide the taxId for the tariff here.": "Se o Suporte multi impostos tiver sido ativado nas configurações do Ampeco.CHARGE, você pode fornecer o ID de imposto para a tarifa aqui.",
|
|
1770
|
+
"Use the Electricity Rate of the Charge Point that is already attached and aims to track the electricity costs.": "Use a Taxa de Eletricidade do Ponto de Carga que já está anexado e visa controlar os custos de eletricidade.",
|
|
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.": "Quando a ChargePointElectrityRate está definida como *false*, a ID da Taxa de Electricidade DEVE ser fornecida em ordem que a eletricidade seja conhecida.",
|
|
1772
|
+
"Set price for the intervals not specified in `intervalPricing` field.": "Defina o preço para os intervalos não especificados no campo 'intervalo'.",
|
|
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.": "O intervalo de tempo deve ser sempre o mesmo e não deve exceder a marca de 24 horas. Pode ser 15 min, 30 min ou 60 min. O startAt e o endAt devem estar de acordo com esta restrição.",
|
|
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**.": "Cria os níveis de preço de acordo com o kWh. <br /> O primeiro nível deve ter valor zero para **firstKwh**. <br /> O último nível deve ter um valor infinito para **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**.": "Cria os níveis de preço de acordo com a duração da sessão a partir do momento em que a carga começou. <br /> O primeiro nível deve ter um valor zero para **firstUnit**. <br /> O último nível deve ter um valor infinito para **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**.": "Diferentes níveis de preços poderiam ser criados dependendo da duração do período de inatividade. <br /> O primeiro nível deve ter um valor zero para **firstUnit**. <br /> O último nível deve ter um valor infinito para **lastUnit**.",
|
|
1777
|
+
"In minutes. Only for the Peak power level tariff.": "Em minutos. Apenas para a tarifa do nível de energia em pico.",
|
|
1778
|
+
"When left empty, this means that this is the standard pricing that would be applied in general without taking into consideration the day.": "Quando deixados vazios, isto significa que este é o preço normal que seria aplicado em geral sem ter em conta o dia.",
|
|
1779
|
+
"Price for kWh to be considered by Optimised charging for setting the charging periods.": "Preço para kWh ser considerado pela opção de preços otimizados para a definição dos períodos de carregamento.",
|
|
1780
|
+
"Defined start time for the application of duration fees.": "Tempo de início definido para a aplicação das taxas de duração.",
|
|
1781
|
+
"Defined end time for the application of duration fees.": "Tempo de término definido para aplicação das taxas de duração.",
|
|
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.": "A id de integração de subsídios que deveria ser aplicada a esta tarifa, válida apenas para as tarifas da UA Energética. Por favor, use o backend AMPECO.CHARGE para o ID específico de integração.",
|
|
1783
|
+
"When enabled the tariff of the charger will be saved using the pricing interval when the user starts the charging session.": "Quando ativado, a tarifa do carregador será salva usando o intervalo de preços quando o usuário iniciar a sessão de carregamento.",
|
|
1784
|
+
"When enabled, the energy fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Quando ativado, o componente da taxa de energia da tarifa será salvo usando o intervalo de preços quando o usuário iniciar a sessão de carregamento.",
|
|
1785
|
+
"When enabled, the duration fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Quando ativado, o componente taxa de duração da tarifa será salvo usando o intervalo de preços quando o usuário iniciar a sessão de carregamento.",
|
|
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.": "Muda a sessão para ociosa quando o SoC (%) exceder o valor selecionado. Deixe em branco para usar a configuração ampla do sistema. Esta opção só terá efeito se o limite de `Permitir SoC (%) personalizado por Tarifa` estiver definido na configuração `detecção de período de inatividade`.",
|
|
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.": "Define a sessão para o estado ocioso quando a média kW para os últimos 5 minutos estiver abaixo do limite de definição. Esta opção só terá efeito se `Permitir o limite de energia personalizado por Tarifa` estiver definido na configuração `detecção de período de inatividade`.",
|
|
1788
|
+
"Session max time. The maximum minutes a session is allowed to run. Skip for no time limit.": "Tempo máximo de sessão para executar. Pular sem limite de tempo.",
|
|
1789
|
+
"The maximum energy (kWh) allowed per session. Skip for no limit.": "A energia máxima (kWh) é permitida por sessão. Pule sem limite.",
|
|
1790
|
+
"Makes the tariff apply to users of the partner, who is set as owner of the charge point.": "Aplica a tarifa aos usuários do parceiro, que é definido como proprietário do ponto de carga.",
|
|
1791
|
+
"Makes the tariff apply to users of all eMSPs, which are roaming partners.": "Aplica as tarifas aos utilizadores de todos os SIM, que são parceiros de roaming.",
|
|
1792
|
+
"Makes the tariff valid for non-registered users(ad-hoc charging).": "Torna a tarifa válida para usuários não registrados (cobrança 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`.": "Define o valor que seria bloqueado no cartão do usuário no início da sessão. Necessário se aplicarToAdHocUsers é verdadeiro e uma das seguintes estratégias de cobrança é escolhida: `Exigir método de pagamento e autorizar algum valor antes da sessão inicial` ou `Exigir método de pagamento OU valor mínimo no 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.": "Defina o limite de quantia pré-autorizada. Quando o valor ad hoc restante cai abaixo deste valor, a sessão de carregamento irá parar automaticamente para evitar a perda de receitas.",
|
|
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.": "Usuários de Parceiros específicos. Forneça uma lista de IDs de parceiros. Correspondências caso o usuário seja convidado para pelo menos um dos parceiros.",
|
|
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.": "Usuários com um grupo específico. Forneça uma lista de grupos de usuários. Corresponde se o usuário for membro de pelo menos um dos grupos.",
|
|
1797
|
+
"An array of user group IDs. Users with a specific group. Provide a list of user group IDs.": "Uma matriz de IDs de grupos de usuários. Usuários com um grupo específico. Forneça uma lista de IDs de grupos de usuários.",
|
|
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.": "Usuários com um plano de assinatura específico. Forneça uma lista de IDs do plano de assinatura. Corresponde se o usuário tiver ativo um dos planos de assinatura.",
|
|
1799
|
+
"The date from which the tariff becomes valid.": "A partir da qual a tarifa se torna válida.",
|
|
1800
|
+
"The expiry date of the tariff. The tariff is valid until this date inclusive.": "A data de validade da tarifa. A tarifa é válida até esta data inclusiva.",
|
|
1801
|
+
"The assigned Partner will have access to make changes to the tariff.": "O Parceiro atribuído terá acesso para fazer alterações na tarifa.",
|
|
1802
|
+
"The default information that would be shown on the display of the charge point without the user having authorized themselves.": "A informação padrão que seria mostrada na exibição do ponto de carga sem que o próprio usuário tenha se autorizado.",
|
|
1803
|
+
"The information that would be shown on the display of the charge point when offline.": "A informação que seria mostrada na exposição do ponto de carga quando desconectado.",
|
|
1804
|
+
"References the internal integration configuration that enables this tariff type": "Referencia a configuração de integração interna que permite este tipo de tarifa",
|
|
1805
|
+
"Email address to send the invoice": "Endereço de email para enviar a fatura",
|
|
1806
|
+
"Reference to the payment processor or payment terminal where more information about the transaction could be checked.": "Referência ao processador de pagamento ou terminal de pagamento onde mais informações sobre a transação poderiam ser verificadas.",
|
|
1807
|
+
"ISO 8601 formatted date. Lists only the transactions created after this datetime": "Data formatada ISO 8601. Lista apenas as transações criadas após esta data",
|
|
1808
|
+
"ISO 8601 formatted date. Lists only the transactions created before this datetime": "Data formatada ISO 8601. Lista apenas as transações criadas antes desta data",
|
|
1809
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated after this datetime": "Data formatada ISO 8601. Lista apenas as transações que foram atualizadas pela última vez após esta data",
|
|
1810
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated before this datetime": "Data formatada ISO 8601. Lista apenas as transações que foram atualizadas pela última vez antes desta data",
|
|
1811
|
+
"Only list transactions by type of payment method": "Apenas listar transações por tipo de método de pagamento",
|
|
1812
|
+
"Only list transactions by a certain user": "Só listar transações de um determinado usuário",
|
|
1813
|
+
"Only list transaction by invoice number": "Apenas listar transações por número de fatura",
|
|
1814
|
+
"Only list transaction in this status": "Apenas transações da lista neste estado",
|
|
1815
|
+
"Only list transaction with this session id": "Apenas transações da lista com esta identificação de sessão",
|
|
1816
|
+
"Only list transactions with specific ref number.": "Apenas listar transações com número de ref específico.",
|
|
1817
|
+
"Only list transactions with the selected billing type.": "Apenas listar transações com o tipo de faturamento selecionado.",
|
|
1818
|
+
"Only list transactions with specific payment terminal id.": "Apenas listar transações com terminal de pagamento específico.",
|
|
1819
|
+
"ISO 8601 formatted date. Lists only the transactions finalized before this datetime": "Data formatada ISO 8601. Lista apenas as transações finalizadas antes desta data",
|
|
1820
|
+
"ISO 8601 formatted date. Lists only the transactions finalized after this datetime": "Data formatada ISO 8601. Lista apenas as transações finalizadas após esta data",
|
|
1821
|
+
"Only list transactions paid with this specific voucher id.": "Apenas listar transações pagas com este ID de cupom específico.",
|
|
1822
|
+
"Only list transactions with the specified purchase type(s). Determines what the transaction was for based on its associated entity.": "Apenas listar transações com o(s) tipo de compra especificado. Determina qual era a transação baseada em sua entidade associada.",
|
|
1823
|
+
"Required when `methodType` is `card`.": "Necessário quando o `methodType` é `card`.",
|
|
1824
|
+
"Required when `methodType` is `bank_transfer`.": "Necessário quando `methodType` é `bank_transfer`.",
|
|
1825
|
+
"Required when `methodType` is `wallet`.": "Necessário quando `methodType` é `wallet`.",
|
|
1826
|
+
"Deprecated, please use `methodType` and `cardNetwork` instead.": "Obsoleto, em vez disso, use `methodType` e `cardNetwork`.",
|
|
1827
|
+
"The subscription will be valid until this end date": "A assinatura será válida até esta data de término",
|
|
1828
|
+
"Enable the auto-renewal of the subscription after the end date": "Ativar a renovação automática da assinatura após a data de término",
|
|
1829
|
+
"Shown to the user and also added to the user's bank statement (if the payment method is a bank card).": "Mostrado ao usuário e também adicionado ao extrato bancário do usuário (se o método de pagamento for um cartão bancário).",
|
|
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.": "A ID do método de pagamento, como retornado pela listagem do método de pagamento (Método de Usuário / Pagamento / Listagem). Se deixasse vazio ou nulo, teria de haver equilíbrio e se o equilíbrio fosse insuficiente, rejeitaria a acção. O faturamento corporativo não é suportado como um método de pagamento.",
|
|
1831
|
+
"The reason for the cancellation. It would be included in the Audit logs.": "O motivo do cancelamento. Ele seria incluído nos logs de auditoria.",
|
|
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` Ativado - o usuário pode usar o sistema\n* `disabled` Desabilitado - o usuário NÃO tem permissão para usar o sistema\n",
|
|
1833
|
+
"The code of the voucher that should be redeemed.": "O código do cupom que deve ser resgatado.",
|
|
1834
|
+
"Only list users that belong to a certain user group": "Apenas listar usuários que pertencem a um determinado grupo de usuários",
|
|
1835
|
+
"Only list users attached to the partner.": "Apenas listar os usuários anexados ao parceiro.",
|
|
1836
|
+
"Only list users with specific external id": "Listar apenas usuários com um id externo específico",
|
|
1837
|
+
"Only list user with specific email": "Listar apenas usuário com e-mail 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`.": "Apenas lista registros com dados externos específicos. Você pode usar uma notação de ponto para procurar propriedades aninhadas. Por exemplo, `filtrar[externalAppData.property1.property2]=value`.",
|
|
1839
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and after this datetime": "Data formatada ISO 8601. Lista somente os usuários que foram atualizados pela última vez em e depois desta data",
|
|
1840
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and before this datetime": "Data formatada ISO 8601. Lista apenas os usuários que foram atualizados pela última vez em e antes desta data",
|
|
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.": "Define um requisito para o usuário definir uma nova senha quando ele abrir o aplicativo. Depois que uma nova senha for definida, esta opção é redefinida automaticamente.",
|
|
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 terceiros do usuário",
|
|
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 o número de sessões que um usuário poderia iniciar - uma ou várias sessões simultâneas, ou se o usuário pode iniciar sessões simultâneas com várias tags 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 se o usuário optou por receber notícias e promoções. Para optar, defina este campo como 'true'; caso contrário, defina-o como 'false'.",
|
|
1846
|
+
"IBAN that is provided for the user.": "IBAN fornecido para o usuário.",
|
|
1847
|
+
"Name of the Bank for which the user has provided IBAN.": "Nome do Banco para o qual o usuário forneceu o IBAN.",
|
|
1848
|
+
"Address of the user's Bank.": "Endereço do banco do usuário.",
|
|
1849
|
+
"Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.": "Código bancário atribuído por um banco central, um órgão de supervisão bancária ou uma Associação de Banqueiros no país.",
|
|
1850
|
+
"Bank account ID provided by the user.": "ID da conta bancária fornecida pelo usuário.",
|
|
1851
|
+
"Type of account the user has provided.": "Tipo de conta que o usuário forneceu.",
|
|
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.": "Uma string única opcional que é usada para evitar ataques de replay. É gerado pelo servidor, o cliente deve passá-lo se o usuário estiver sendo criado a partir de um aplicativo web de registro externo e precisa se conectar automaticamente no usuário no aplicativo móvel após a criação.",
|
|
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.": "Atualiza a preferência do usuário por receber notícias e promoções. Para alterar suas preferências, atualize este campo para 'true' para 'true' para escolher, ou 'false' para opt-out.",
|
|
1854
|
+
"The type of the tokenized payment method. If not provided - defaults to card": "O tipo de método de pagamento tokenizado. Se não for fornecido, o padrão é cartão",
|
|
1855
|
+
"The type of the bank transfer. Required if `tokenizedType` is `bank_transfer`": "O tipo de transferência bancária. Obrigatório se `tokenizedType` for `bank_transfer`",
|
|
1856
|
+
"The ID of the Transaction object, created when you initiated the request.": "A ID do objeto da transação, criada quando você iniciou a solicitação.",
|
|
1857
|
+
"ISO 8601 formatted date. Lists only the authorizations created after this datetime": "Data formatada ISO 8601. Lista apenas as autorizações criadas após esta data",
|
|
1858
|
+
"ISO 8601 formatted date. Lists only the authorizations created before this datetime": "Data formatada em ISO 8601. Lista apenas as autorizações criadas antes desta data",
|
|
1859
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated after this datetime": "Data formatada em ISO 8601. Lista apenas as autorizações que foram atualizadas pela última vez após esta data",
|
|
1860
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated before this datetime": "Data formatada em ISO 8601. Lista apenas as autorizações que foram atualizadas pela última vez antes desta data",
|
|
1861
|
+
"Lists only authorizations with one of the following statuses: \"accepted\", \"rejected\", \"pending\"": "Lista apenas as autorizações com um dos seguintes status: \"aceito\", \"rejeitado\", \"pendente\"",
|
|
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 apenas de autorizações com um dos seguintes 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 apenas as autorizações de usuários que estão associados a um parceiro em particular",
|
|
1864
|
+
"Filter by booking request status": "Filtrar por status do pedido de reserva",
|
|
1865
|
+
"Filter by user ID": "Filtrar por ID de usuário",
|
|
1866
|
+
"Filter by location ID": "Filtrar por ID de localização",
|
|
1867
|
+
"Filter requests with start time after this date": "Filtrar as solicitações com a hora de início após esta data",
|
|
1868
|
+
"Filter requests with start time before this date": "Filtrar as solicitações com a hora de início antes desta data",
|
|
1869
|
+
"Filter requests with end time after this date": "Filtrar as solicitações com a hora final após esta data",
|
|
1870
|
+
"Filter requests with end time before this date": "Filtrar as solicitações com a hora final antes desta data",
|
|
1871
|
+
"Filter requests that were created after this date": "Pedidos de filtro que foram criados após esta data",
|
|
1872
|
+
"Filter requests that were created before this date": "Pedidos de filtro que foram criados antes desta data",
|
|
1873
|
+
"Filter by booking status": "Filtrar por status da reserva",
|
|
1874
|
+
"Filter bookings with start time after this date": "Filtrar reservas com a hora de início após esta data",
|
|
1875
|
+
"Filter bookings with start time before this date": "Filtrar reservas com a hora de início antes desta data",
|
|
1876
|
+
"Filter bookings with end time after this date": "Filtrar reservas com a hora final após esta data",
|
|
1877
|
+
"Filter bookings with end time before this date": "Filtrar reservas com a hora final antes desta data",
|
|
1878
|
+
"Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\n": "Inclua informações adicionais na resposta. As seguintes opções estão disponíveis:\n- **bookedEvses**: inclua informações sobre os EVSEs 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 pela hora de início, selecionando registros com um horário de início igual ou posterior ao valor especificado. A data-hora deve ser formatada de acordo com as 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 pela hora de início, selecionando registros com um horário de início igual ou anterior ao valor especificado. Este filtro ajuda a selecionar registros até um certo horário de início. A data fornecida deve estar no 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 com um horário final igual ou posterior ao valor especificado. Ele ajuda a filtrar registros baseado no final de um período de tempo, garantindo que somente registros terminem após um determinado ponto serem selecionados. O formato data-hora deve aderir às normas 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 CDRs com base em seu tempo de término, selecionando aqueles com tempo de término igual ou anterior ao valor fornecido. Este filtro limita a seleção para registros que foram concluídos por um determinado tempo. A data deve estar no formato ISO 8601.",
|
|
1883
|
+
"Only CDRs associated with a specific Roaming Operator/Provider.": "Apenas CDRs associados a um operador/provedor de Roaming específico.",
|
|
1884
|
+
"Only CDRs linked to a specific Roaming Platform.": "Apenas CDRs vinculados a uma 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 pelo identificador exclusivo dentro da plataforma do CPO (e plataformas de sub-operadores). Se você usar este filtro, ele retornará um único resultado.",
|
|
1886
|
+
"Only Credit CDRs.": "Apenas 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.": "Se verdadeiro apenas CDRs que emitimos como CPO serão devolvidos, se falsos CDRs que recebemos como eMSP serão devolvidos.",
|
|
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 pelo tempo quando recebido de CPOs, selecionando registros com um tempo recebido igual ou posterior ao valor especificado. Este filtro ajuda a selecionar registros recebidos de um certo tempo e funciona para CDR não locais. A data prevista deve seguir o padrão 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 pelo tempo quando recebido de CPOs, selecionando registros com um horário de início igual ou anterior ao valor especificado. Este filtro ajuda a selecionar registros recebidos até um certo tempo e funciona para CDR não locais. A data prevista deve seguir o padrão 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 pela vez que enviado para EMSP, selecionando registros com um tempo enviado igual ou posterior ao valor especificado. Este filtro ajuda a selecionar registros enviados de um determinado tempo e funciona para CDR locais. A data prevista deve seguir o padrão 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 pelo tempo quando enviado para EMSP, selecionando registros com um tempo enviado igual ou anterior ao valor especificado. Este filtro ajuda a selecionar registros enviados de um determinado tempo e funciona para CDR locais. A data prevista deve seguir o padrão 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": "Filtra CDR que foram enviados para a EMSP com base no seu status de entrega.\nUse este filtro dropdown para recuperar CDRs com um dos seguintes status:\n - `success`: CDRs **aceitados** com sucesso pelo EMSP.\n - `falhar`: CDRs que foram **rejeitados** (não aceitos) pelo 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": "Especificar circuito pai em DLM de vários níveis. Circuitos usados em ativos de flexibilidade ou usando a integração do balanceamento de carga não podem ser usados em DLM de vários níveis.\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` 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",
|
|
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": "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",
|
|
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 o tipo de configuração elétrica do circuito. Um circuito deve ter a mesma configuração elétrica que o seu circuito pai. Para manter a segurança e a compatibilidade, só podem ser adicionados pontos de carga com uma configuração elétrica idêntica ao circuito. Para modificar uma configuração elétrica de um circuito, todos os pontos de carregamento com uma configuração diferente devem primeiro ser removidos através de Ações / Ponto de Carga de Detenção. As opções disponíveis são </br> `star` - Sistema TN - Estrela (Y) (padrão)</br> `delta` - Sistema de IT - Delta (now! )</br>",
|
|
1897
|
+
"The current (A) limit for the whole circuit. This would usually be the circuit breaker rated current.": "O limite atual (A) para todo o circuito. Geralmente seria a corrente de classificação do disjuntor.",
|
|
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 qual é a corrente mais baixa (A) é permitida por ponto de carga. Novas sessões não podem ser iniciadas se alguma das já existentes tiver de ser reduzida para menos do que a taxa mínima fixada. Trata-se de assegurar que um veículo automóvel ligado seja efectivamente tributado, uma vez que os veículos têm uma taxa de carga mínima abaixo da qual não aceitariam a taxa. Se ficar vazio, não há o mínimo.",
|
|
1899
|
+
"Sets the limit to 0 when the session enters an idle period.": "Define o limite para 0 quando a sessão entrar em um período ocioso.",
|
|
1900
|
+
"The ID of the Electricity Meter linked to the circuit (if any).": "O ID do Medidor de Eletricidade vinculado ao circuito (se houver).",
|
|
1901
|
+
"The current (A) reserved for other loads on the circuit (non-managed loads) when the Electricity Meter is offline.": "O atual (A) reservado para outras cargas no circuito (cargas não gerenciadas) quando o Medidor de Eletricidade estiver offline.",
|
|
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.": "A id da integração do balanço da carga (pode ser encontrada no backend do Ampeco). Forneça `null` se você quiser desativar qualquer integração com o balanceamento de carga e volte ao balanceamento de carga embutido.",
|
|
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.": "O ID do Grupo de Usuário do qual o usuário deve fazer parte ou a ID do Parceiro do qual o usuário deve ter um convite, para a prioridade definida aplicar para a sessão.",
|
|
1904
|
+
"The priority where 1 is equal to anyone else, 2 is twice as important, 0.5 is half as important.": "A prioridade 1 é igual a qualquer outro, 2 é duas vezes mais importante, 0,5 é metade mais importante.",
|
|
1905
|
+
"The currency 3-letter code.": "O código de 3 letras da moeda.",
|
|
1906
|
+
"When displaying amounts in this currency, the prefix is added in front of the amount. This could be symbols, for example $ or £.": "Ao exibir valores nesta moeda, o prefixo é adicionado na frente do valor. Estes podem ser símbolos, por exemplo $ ou £.",
|
|
1907
|
+
"When displaying amounts in this currency, the suffix is added after the amount.": "Ao exibir os valores nesta moeda, o sufixo é adicionado após o valor.",
|
|
1908
|
+
"The actual precision of the currency. This is used when charging a payment method or calculating totals.": "A precisão atual da moeda. Isso é usado ao carregar um método de pagamento ou calcular os totais.",
|
|
1909
|
+
"Used when setting price per kWh and per minute in tariffs.": "Usado ao definir o preço por kWh e por minuto em 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.": "Quando habilitado, a unidade de moeda menor é usada para definir o limite de preço de electricidade para tarifas flexíveis e para definir o rastreamento de custo de electricidade no aplicativo de carregamento doméstico. A menor unidade monetária para o dólar americano, por exemplo, é o cêntimo.",
|
|
1911
|
+
"The sign or letter for the minor currency unit. For US dollar, for example, this could be \"¢\" or \"c\" for cents.": "O sinal ou a carta para a unidade monetária menor. Para dólar americano, por exemplo, isso poderia ser \"c\" ou \"c\" em centavos.",
|
|
1912
|
+
"Base currency code (ISO 4217)": "Código da moeda base (ISO 4217)",
|
|
1913
|
+
"Target currency code (ISO 4217)": "Código da moeda alvo (ISO 4217)",
|
|
1914
|
+
"The exchange rate from base to target currency": "A taxa de câmbio da base à moeda alvo",
|
|
1915
|
+
"Filter by base currency code": "Filtrar por código de moeda base",
|
|
1916
|
+
"Filter by target currency code": "Filtrar por código de moeda de destino",
|
|
1917
|
+
"Filter by records updated before a specific datetime": "Filtro por registros atualizados antes de uma data e hora específicas",
|
|
1918
|
+
"Filter by records updated after a specific datetime": "Filtrar por registros atualizados após uma data e hora específicas",
|
|
1919
|
+
"The ID of the charge point.": "O ID do ponto de carga.",
|
|
1920
|
+
"Only list EVSEs on a certain charge point": "Apenas listar EVSEs em um determinado ponto de carga",
|
|
1921
|
+
"Only list EVSEs, identified by id (QR Code)": "Apenas os EVSEs, identificados por id (QR Code)",
|
|
1922
|
+
"Only list EVSEs, identified by externalId": "Apenas lista de 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.": "Se verdadeiro, somente rodando EVSEs serão devolvidos. Se falso, apenas ECONES locais serão devolvidos. Se não passar, todos os EVSEs serão devolvidos.",
|
|
1924
|
+
"Filter by charge point vendor IDs.": "Filtrar por ponto de carga IDs do fornecedor.",
|
|
1925
|
+
"Filter by charge point model IDs.": "Filtrar por ID do modelo de ponto 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 versão do firmware. Corresponde versões exatas e versões que começam com a busca (e. ., \"1.2\" corresponderá exatamente \"1.2\" bem como versões como \"1.2.0\", \"1.2.3\", etc.).",
|
|
1927
|
+
"The status of the installer job": "O status da tarefa do 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 as tarefas de instalador que foram criadas após a data e hora especificadas, por favor, forneça o valor como uma data formatada em 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 as tarefas de instalador que foram criadas antes da data e hora especificadas, por favor, forneça o valor como uma data formatada em 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 as tarefas de instalador que foram atualizadas pela última vez após a data e hora especificadas, por favor, forneça o valor como data de formatação 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 as tarefas de instalador que foram atualizadas pela última vez antes da data e hora especificadas, por favor, forneça o valor como data de formatação ISO 8601",
|
|
1932
|
+
"The ID of the installation and maintenance company which the installer job is assigned to": "O ID da empresa de instalação e manutenção à qual o trabalho do instalador é atribuído",
|
|
1933
|
+
"The ID of the installer admin if such is assigned to the installer job, if passed pin will be ignored": "O ID do administrador do instalador se tal é atribuído ao trabalho do instalador, se o pin passado 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": "O PIN do trabalho do instalador, ele é usado para verificar os direitos de acesso para executar o trabalho do instalador, se passado e nenhum installerAdminId for fornecido, o pin será atribuído à tarefa do instalador",
|
|
1935
|
+
"Only list invoices issued after this time": "Apenas listar faturas emitidas após este tempo",
|
|
1936
|
+
"Only list invoices issued before this time": "Apenas listar faturas emitidas antes deste momento",
|
|
1937
|
+
"The contract is effective from the first of the selected month.": "O contrato entra em vigor a partir do primeiro do mês selecionado.",
|
|
1938
|
+
"The contract expires at the last day of the selected month. If nothing is selected, there is no expiration date.": "O contrato expira no último dia do mês selecionado. Se nada for selecionado, não há data de vencimento.",
|
|
1939
|
+
"Allows the partner to start/stop session, unlock connector, trigger message, set a charging profile and get the composite schedule.": "Permite que o parceiro inicie/parar sessão, desbloquear o conector, acionar mensagem, definir um perfil de carregamento e obter a programação composta.",
|
|
1940
|
+
"Allows the partner to make reservations.": "Permite que o parceiro faça reservas.",
|
|
1941
|
+
"Allows the partner to cancel reservations.": "Permite que o parceiro cancele reservas.",
|
|
1942
|
+
"Allows the partner to reset charge points.": "Permite que o parceiro redefina os pontos de carregamento.",
|
|
1943
|
+
"Allows the partner to make firmware updates to the charge points.": "Permite que o parceiro faça atualizações de firmware nos pontos de carregamento.",
|
|
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.": "Se a tarifa tiver uma taxa de conexão, esta taxa não seria incluída na participação nas receitas com o Parceiro e permaneceria inteiramente para o Operador.",
|
|
1945
|
+
"The cost of the electricity would first be deducted from the collected revenue and then the Revenue sharing rules will be applied.": "O custo da electricidade seria primeiro deduzido da receita recolhida e, depois, serão aplicadas as regras de partilha de receitas.",
|
|
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.": "Se for verdade, o Parceiro receberia não só a sua parte da receita, mas também um reembolso do custo da electricidade.",
|
|
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.": "Taxa fixa adicional que é aplicada a cada sessão faturada e subtraída da parte do Parceiro da receita para cada sessão na Estação de Carregamento 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.": "Taxa fixa adicional que é aplicada a cada sessão faturada e subtraída da parte do Parceiro da receita para cada sessão na estação de carregamento da 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.": "Taxa fixa adicional que é aplicada a cada kWh faturado e subtraída da parte do Parceiro da receita para cada kWh faturada na Estação de Carregamento 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.": "Taxa fixa adicional que é aplicada a cada kWh faturado e subtraída da parte do Parceiro da receita para cada kWh faturada na estação de carregamento da 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.": "Taxa adicional de porcentagem a ser aplicada sobre o valor total pago pelo usuário para a sessão. Esta taxa é depois subtraída da parte da receita do Parceiro. Essa taxa só estará disponível se o recurso \"Taxas de Plataforma Adicionais\" estiver ativado para o sistema.",
|
|
1952
|
+
"The provided amount should be excluding VAT.": "O valor fornecido deve estar excluindo o IVA.",
|
|
1953
|
+
"Only list expenses associated with a certain partner": "Apenas listar despesas associadas com um certo parceiro",
|
|
1954
|
+
"Only list expenses associated with a certain settlement report": "Listar apenas despesas associadas com um determinado relatório de liquidação",
|
|
1955
|
+
"Only list revenue by origin": "Apenas listar receitas por origem",
|
|
1956
|
+
"3-letter currency code (ISO 4217). Only list expenses by currency": "Código da moeda de 3 letras (ISO 4217). Apenas lista os gastos por moeda",
|
|
1957
|
+
"Only list invites in this status": "Apenas listar convites neste estado",
|
|
1958
|
+
"Only list partner invite records accepted by a certain user": "Apenas listar registros de convites de parceiros aceitos por um determinado usuário",
|
|
1959
|
+
"Only list partner invite records sent to a particular email address": "Somente lista de registros de convites de parceiros enviados para um determinado endereço de e-mail",
|
|
1960
|
+
"Required by default. Prohibited if sendViaEmail is false.": "Obrigatório por padrão. Proibido se sendViaEmail é 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.": "O idioma do e-mail enviado ao convidado. Se nenhum for selecionado, o idioma padrão dos utilizadores finais será usado. Proibido se `sendViaEmail` for falso.",
|
|
1962
|
+
"Required if allowCorporateAccountBilling is true.": "Necessário se allowCorporateAccountBilling é verdadeiro.",
|
|
1963
|
+
"Only list revenue associated with a certain partner": "Apenas listar receitas associadas com um certo parceiro",
|
|
1964
|
+
"Only list revenue associated with a certain settlement report": "Listar apenas receitas associadas a um determinado relatório de liquidação",
|
|
1965
|
+
"3-letter currency code (ISO 4217). Only list revenue by currency": "Código de moeda de 3-letra (ISO 4217). Apenas listar receitas por moeda",
|
|
1966
|
+
"Lists partners from the specified country": "Lista parceiros a partir do país especificado",
|
|
1967
|
+
"Lists partners with the specified regNo": "Lista parceiros com o regNo especificado",
|
|
1968
|
+
"Only list partner, identified by the externalId": "Apenas parceiro da lista, identificado pelo 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.": "O nome da empresa do Parceiro é usado ao exibir o nome do Parceiro para drivers EV e usuários administradores. Se não for fornecido, o `nome` será usado em vez disso.",
|
|
1970
|
+
"Company name of the Partner": "Nome da Empresa do Parceiro",
|
|
1971
|
+
"When set to false the API tokens related to this partner would not receive the users' balance in the response.": "Quando definido como falso os tokens de API relacionados a este parceiro não receberão o saldo do usuário na resposta.",
|
|
1972
|
+
"Allows the Partner to update the tariff pricing.": "Permite que o Parceiro atualize o preço das tarifas.",
|
|
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.": "Além de `allowToControlTarifas`, o Parceiro também poderia gerenciar Grupos Tarifários - anexar e remover Tarifas, altere a ordem tarifária no Grupo Tarifa.",
|
|
1974
|
+
"Third party identifier of the partner": "Identificador de terceiros do parceiro",
|
|
1975
|
+
"IBAN that is provided for the partner.": "IBAN que é fornecido para o parceiro.",
|
|
1976
|
+
"Name of the Bank for which the partner has provided IBAN.": "Nome do Banco para o qual o parceiro forneceu o IBAN.",
|
|
1977
|
+
"Address of the partner's Bank.": "Endereço do Banco do parceiro.",
|
|
1978
|
+
"Bank account ID provided by the partner.": "ID da conta bancária fornecida pelo parceiro.",
|
|
1979
|
+
"Type of account the Partner has provided.": "Tipo de conta que o Parceiro forneceu.",
|
|
1980
|
+
"Company name of the Partner.": "Nome da empresa do parceiro.",
|
|
1981
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region.": "Quando o país não está nos EUA, UA, UM ou RO, você pode fornecer a região.",
|
|
1982
|
+
"Third party identifier of the partner.": "Identificador de terceiros do parceiro.",
|
|
1983
|
+
"Only list Receipts with a certain user id": "Apenas listar recibos com um certo id de usuário",
|
|
1984
|
+
"Only list Receipts with specific VAT id": "Apenas listar recibos com identificação fiscal específica",
|
|
1985
|
+
"Only list reservations for specific EVSE by ID": "Apenas listar reservas para EVSE específico por ID",
|
|
1986
|
+
"Only list reservations for a specific user by ID": "Apenas listar reservas para um usuário específico por ID",
|
|
1987
|
+
"Only list reservations with this status": "Apenas listar reservas com este status",
|
|
1988
|
+
"Date from based on reserved at attribute": "Data a partir de um atributo reservado",
|
|
1989
|
+
"Date to based on reserved at attribute": "Data para baseado na reserva do atributo",
|
|
1990
|
+
"Type of critical security events that are pushed from the Charge Point to the backend.": "Tipo de eventos críticos de segurança que são empurrados do Ponto de Carga para o backend.",
|
|
1991
|
+
"Only list sessions on a certain EVSE": "Somente listar sessões em um certo EVSE",
|
|
1992
|
+
"Only list sessions on a certain Charge Point": "Apenas listar sessões em um certo ponto de carga",
|
|
1993
|
+
"Only list sessions on a certain EVSE, identified by the phisicalReference": "Apenas listar sessões em um certo EVSE, identificado pela Referência Fisical",
|
|
1994
|
+
"Only list sessions on a certain Charge Point, identified by the NetworkId": "Apenas listar sessões em um certo ponto de cobrança, identificado pela NetworkId",
|
|
1995
|
+
"Only list sessions on Charge Points with last boot notification that had this charge_point_serial_number": "Apenas listar sessões em Pontos de Carga com a última notificação de inicialização que recebeu este charge_point_serial_number",
|
|
1996
|
+
"Only list sessions on Charge Points with last boot notification that had this vendor": "Apenas listar sessões em Pontos de Carga com a última notificação de inicialização que recebeu este fornecedor",
|
|
1997
|
+
"Only list sessions identified by the start time being after this datetime": "Apenas listar sessões identificadas pelo horário de início sendo depois deste horário de data",
|
|
1998
|
+
"Only list sessions identified by the start time being before this datetime": "Apenas listar sessões identificadas pelo horário de início antes deste horário de início",
|
|
1999
|
+
"Only list sessions by a certain user": "Apenas listar sessões por um determinado usuário",
|
|
2000
|
+
"Only list session in this status": "Apenas a sessão de lista neste estado",
|
|
2001
|
+
"Only list sessions identified by the end time being after this datetime": "Apenas listar sessões identificadas pela hora final sendo depois deste horário de data",
|
|
2002
|
+
"Only list sessions identified by the end time being before this datetime": "Apenas listar sessões identificadas pelo horário final antes deste data e hora final",
|
|
2003
|
+
"Only list sessions associated with a certain partner": "Apenas listar sessões associadas com um certo parceiro",
|
|
2004
|
+
"Only list sessions associated with partners, assigned to certain sub-operator": "Apenas listar sessões associadas com parceiros, atribuído a determinado 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": "Apenas as sessões iniciadas com um identificador idTag (RFID ou identificador inicial remoto)\nUm identificador inicial remoto possui o formato '*XXXXXXX' onde o 'XXXXXXX' é o ID da sessão preenchido com '0' à esquerda\n",
|
|
2006
|
+
"`bank_transfer` is used for one-time bank transfers, for saved (tokenized) bank transfers use `tokenized`.": "`bank_transfer` é usado para transferências bancárias únicas, para transferências bancárias salvas (tokenizadas) usam `tokenized`.",
|
|
2007
|
+
"Only list sessions with specific VAT id": "Apenas listar sessões com identificação fiscal específica",
|
|
2008
|
+
"Only list sessions with payment status updated before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Apenas listar sessões com estado de pagamento atualizado antes da data e hora especificadas. Por favor, forneça o valor na data formatada em 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.": "Apenas listar sessões com estado de pagamento atualizado após a data e hora especificadas. Por favor, forneça o valor na data formatada em ISO 8601.",
|
|
2010
|
+
"Only list sessions with specific receipt id.": "Apenas listar sessões com id de recibo específico.",
|
|
2011
|
+
"Filter sessions based on authorization source": "Filtrar sessões com base na fonte de autorização",
|
|
2012
|
+
"Only list sessions in this billing status.": "Apenas listar sessões neste status de faturamento.",
|
|
2013
|
+
"Only list sessions with transaction(s) with specific payment terminal id.": "Apenas listar sessões com transações com um terminal de pagamento específico.",
|
|
2014
|
+
"Only list sessions initiated on the EVSEs of a specific Roaming operator with a CPO role.": "Apenas listar sessões iniciadas sobre os EVSEs de um operador de Roaming específico com um papel 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).": "Aplicável apenas quando o sistema usa o processador de pagamento e o modo de faturamento externo simultaneamente. Mostrar ou ocultar assinaturas onde os usuários ativaram a \"Faturamento Externo\" (se permitido pelas configurações do Faturamento).",
|
|
2016
|
+
"Only list tariffs managed by certan partner.": "Só listar direitos aduaneiros geridos pelo parceiro de certificado.",
|
|
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 IDs tarifários do grupo. Por favor, note que a ordem é verificada de baixo para cima, significando que a tarifa com o maior índice dessa lista (por outras palavras, é a mais baixa da lista), que correspondem aos requisitos serão aplicados",
|
|
2018
|
+
"The assigned Partner will have access to make changes to the tariff group.": "O Parceiro atribuído terá acesso para fazer alterações no grupo de tarifas.",
|
|
2019
|
+
"Only list enabled or disabled Top-Up Packages": "Somente a lista está ativada ou desativada pacotes de recarga",
|
|
2020
|
+
"By default is set to `false`.": "Por padrão está definido como 'false'.",
|
|
2021
|
+
"True returns User Groups that have no Partner associated, false returns User Groups that have a Partner associated.": "Verdadeiro retorna Grupos de Usuário que não possuem parceiros associados, falso retorna Grupos de Usuários que têm um Parceiro associado.",
|
|
2022
|
+
"User Groups of a specific Partner.": "Grupos de usuários de um parceiro específico.",
|
|
2023
|
+
"The partnerId can be updated only if there are no users added to the user group": "O partnerId só pode ser atualizado se não houver usuários adicionados ao grupo de usuários",
|
|
2024
|
+
"Unique identifier of the Vendor, reported from the Charge point": "Identificador único do Fornecedor, reportado do ponto de carga",
|
|
2025
|
+
"The code reported from the charge point when the hardwareStatus is faulted": "O código reportado a partir do ponto de carga quando o hardwareStatus é febrido",
|
|
2026
|
+
"Description of the error provided by the vendor": "Descrição do erro fornecido pelo fornecedor",
|
|
2027
|
+
"Recommended actions by the customer when this error occurs": "Ações recomendadas pelo cliente quando esse erro ocorre",
|
|
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`.": "Lista apenas cupons que estão com um desses tipos `voucher`, `manual_top_up`, `top_up_auto`, `auto_top_up`, `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`.": "Lista apenas os cupons que estão com um desses status `habilitado`, `desabilitado`.",
|
|
2030
|
+
"Lists only vouchers that are created on a particular date. Please provide the value in the following format `YYYY-MM-DD`.": "Lista apenas de cupons que são criados em uma data específica. Por favor, forneça o valor no seguinte formato 'YYYY-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 de cupons que são resgatados após a data e hora especificadas. Por favor, forneça o valor na data formatada para 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 de cupons que foram resgatados antes da data e hora especificadas. Por favor, forneça o valor na data formatada para ISO 8601.",
|
|
2033
|
+
"Lists only vouchers that were redeemed by a particular user.": "Lista de cupons apenas resgatados por um usuário em 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 somente cupons com data de expiração após a data especificada. Por favor, forneça o valor em RFC 3339 data formatada 'YYYY-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 apenas de cupons com data de expiração antes da data especificada. Por favor, forneça o valor em RFC 3339 data formatada 'YYYY-MM-DD'.",
|
|
2036
|
+
"Lists only vouchers with code which contains the specified string. Please provide min 3 chars value.": "Lista somente cupons com código que contém a string especificada. Por favor, forneça o 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.": "Data formatada do RFC 3339. Define a data em que o cupom expira. O campo pode ser calculado com base no timestamp `redeemedAt` e no campo `validityPeriod` se o `validityPeriod` estiver definido e o `expireDate` não está.",
|
|
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 o período de validade para o cupom. Quando um usuário resgata o cupom, este período é adicionado ao timestamp `redeemedAt` para calcular o `expireDate` do cupom. Este campo só é usado quando `expireDate` não está definido - se `expireDate` tem um valor, este período é ignorado e a definição 'expireDate' é usada em vez disso.",
|
|
2039
|
+
"The date before which the voucher should be assigned to user in order to be valid. RFC 3339 formatted date": "A data anterior à qual o cupom deve ser atribuído ao usuário para ser válido. Data formatada do RFC 3339",
|
|
2040
|
+
"The prefix of the voucher's code.": "O prefixo do código do cupom de desconto.",
|
|
2041
|
+
"The title of the voucher.": "O título do voucher",
|
|
2042
|
+
"GET": "OBTER",
|
|
2043
|
+
"POST": "POSTAR",
|
|
2044
|
+
"PATCH": "COMPRAR",
|
|
2045
|
+
"PUT": "COLOCAR",
|
|
2046
|
+
"DELETE": "EXCLUIR",
|
|
2047
|
+
"HEAD": "CABEÇA",
|
|
2048
|
+
"None": "Nenhuma",
|
|
2049
|
+
"JSON": "JSON",
|
|
2050
|
+
"Form Data": "Dados de Formulário",
|
|
2051
|
+
"Raw": "RAW",
|
|
2052
|
+
"Inoperative": "Inoperativo",
|
|
2053
|
+
"Operative": "Operativo",
|
|
2054
|
+
"hard": "difícil",
|
|
2055
|
+
"soft": "macio",
|
|
2056
|
+
"ChargePointMaxProfile": "Perfil",
|
|
2057
|
+
"TxDefaultProfile": "Perfil TxDefault",
|
|
2058
|
+
"TxProfile": "Perfil TxPerfil",
|
|
2059
|
+
"Absolute": "Absoluto",
|
|
2060
|
+
"Recurring": "Recorrentes",
|
|
2061
|
+
"Relative": "Relativo",
|
|
2062
|
+
"Daily": "Diariamente",
|
|
2063
|
+
"Weekly": "Semanalmente",
|
|
2064
|
+
"A": "Um",
|
|
2065
|
+
"W": "PO",
|
|
2066
|
+
"true": "verdadeiro",
|
|
2067
|
+
"false": "falso",
|
|
2068
|
+
"BootNotification": "Inicialização",
|
|
2069
|
+
"DiagnosticsStatusNotification": "Notificação",
|
|
2070
|
+
"LogStatusNotification": "Notificação",
|
|
2071
|
+
"FirmwareStatusNotification": "Notificação",
|
|
2072
|
+
"PublishFirmwareStatusNotification": "Notificação",
|
|
2073
|
+
"Heartbeat": "Heartbeat",
|
|
2074
|
+
"MeterValues": "MeterValores",
|
|
2075
|
+
"StatusNotification": "Notificações",
|
|
2076
|
+
"SignV2GCertificate": "SignV2GCertificate",
|
|
2077
|
+
"SignChargingStationCertificate": "Certificado",
|
|
2078
|
+
"SignCombinedCertificate": "CertificadoContrato",
|
|
2079
|
+
"TransactionEvent": "TransaçãoEvento",
|
|
2080
|
+
"ChargingStationCertificate": "Certificado de carregamento",
|
|
2081
|
+
"V2GCertificate": "V2GCertificate",
|
|
2082
|
+
"V2GRootCertificate": "V2GRootCertificate",
|
|
2083
|
+
"MORootCertificate": "Certificado",
|
|
2084
|
+
"CSMSRootCertificate": "Certificado",
|
|
2085
|
+
"ManufacturerRootCertificate": "Certificado",
|
|
2086
|
+
"V2GCertificateChain": "V2GCertificadoCadeia",
|
|
2087
|
+
"http": "http",
|
|
2088
|
+
"https": "https",
|
|
2089
|
+
"manual": "manual",
|
|
2090
|
+
"automatic": "automático",
|
|
2091
|
+
"downtime": "tempo de atividade",
|
|
2092
|
+
"exempt": "exempt",
|
|
2093
|
+
"private": "privada",
|
|
2094
|
+
"public": "público",
|
|
2095
|
+
"personal": "pessoal",
|
|
2096
|
+
"cellular": "celular",
|
|
2097
|
+
"ethernet": "ethernet",
|
|
2098
|
+
"wlan": "wlan",
|
|
2099
|
+
"enabled": "ativado",
|
|
2100
|
+
"disabled": "desabilitado",
|
|
2101
|
+
"out of order": "Fora de serviço",
|
|
2102
|
+
"demo": "demonstração",
|
|
2103
|
+
"ocpp 1.5": "OCULTAR 1.5",
|
|
2104
|
+
"ocpp 1.6": "OCULTAR 1.6",
|
|
2105
|
+
"ocpp 1.6 soap": "ocpp sabão 1.6",
|
|
2106
|
+
"ocpp 2.0.1": "OCULTAR 2.0.1",
|
|
2107
|
+
"remote_start_stop_capable": "iniciar_remota_para_capaz",
|
|
2108
|
+
"meter_values": "valores_medidores",
|
|
2109
|
+
"stop_transaction_on_ev_disconnect": "parar_transação_na_e_desconectar",
|
|
2110
|
+
"disregard_the_heartbeats": "ignorando_as_batidas_cardíacos",
|
|
2111
|
+
"display_messages": "exibir_mensagens",
|
|
2112
|
+
"private_view_private_use": "visualização_privada_use",
|
|
2113
|
+
"private_view_public_use": "usar_de_visualização_pública",
|
|
2114
|
+
"public_view_private_use": "exibição_privada_uso público",
|
|
2115
|
+
"none": "nenhuma",
|
|
2116
|
+
"direct_ocpp": "direct_ocpp",
|
|
2117
|
+
"via_ocpp_connected_charge_point": "via_ocpp_ponto_conectado_de_estorno",
|
|
2118
|
+
"applied": "aplicado",
|
|
2119
|
+
"pending": "pendente",
|
|
2120
|
+
"rejected": "rejeitado",
|
|
2121
|
+
"lastBootNotification": "lastBootNotification",
|
|
2122
|
+
"chargingProfile": "chargingProfile",
|
|
2123
|
+
"smartCharging": "Carregamento inteligente",
|
|
2124
|
+
"smartChargingPreferences": "Preferências inteligentes",
|
|
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": "estágio_única",
|
|
2132
|
+
"three_phase": "três_etapa",
|
|
2133
|
+
"split_phase": "fase_dividida",
|
|
2134
|
+
"RST": "CNPJ",
|
|
2135
|
+
"RTS": "RTE",
|
|
2136
|
+
"SRT": "SRT",
|
|
2137
|
+
"STR": "STR",
|
|
2138
|
+
"TRS": "EXT",
|
|
2139
|
+
"TSR": "TSR",
|
|
2140
|
+
"L1": "L1",
|
|
2141
|
+
"L2": "L2",
|
|
2142
|
+
"L3": "L3",
|
|
2143
|
+
"L1_L2": "L1_L2",
|
|
2144
|
+
"L1_L3": "L1_L3",
|
|
2145
|
+
"L2_L3": "L2_L3",
|
|
2146
|
+
"connectors": "conectores",
|
|
2147
|
+
"type1": "type1",
|
|
2148
|
+
"type2": "type2",
|
|
2149
|
+
"type3": "type3",
|
|
2150
|
+
"chademo": "chademo",
|
|
2151
|
+
"ccs1": "cc1",
|
|
2152
|
+
"ccs2": "cc2",
|
|
2153
|
+
"schuko": "schuko",
|
|
2154
|
+
"nacs": "nacs",
|
|
2155
|
+
"cee16": "cee16",
|
|
2156
|
+
"cee32": "cee32",
|
|
2157
|
+
"j1772": "e1772",
|
|
2158
|
+
"inductive": "indutivo",
|
|
2159
|
+
"nema-5-20": "nema-5-20",
|
|
2160
|
+
"type-e-french": "type-french",
|
|
2161
|
+
"type-g-british": "tipo-g-suborno",
|
|
2162
|
+
"type-j-swiss": "type-j-swiss",
|
|
2163
|
+
"avcon": "aval",
|
|
2164
|
+
"gb-t-ac": "gb-t-ac",
|
|
2165
|
+
"gb-t-dc": "gb-dc",
|
|
2166
|
+
"chaoji": "chaoji",
|
|
2167
|
+
"nema-6-30": "nema-6-30",
|
|
2168
|
+
"nema-6-50": "nema-6-50",
|
|
2169
|
+
"socket": "socket",
|
|
2170
|
+
"cable": "cabo",
|
|
2171
|
+
"User controlled schedule": "Agendamento controlado pelo usuário",
|
|
2172
|
+
"Octopus Agile": "Agile Polvo",
|
|
2173
|
+
"Octopus Go": "Octopus Go",
|
|
2174
|
+
"Energi Elspot": "Energi Elspot",
|
|
2175
|
+
"NordPool": "NordPool",
|
|
2176
|
+
"Electricity rate": "Taxa de electricidade",
|
|
2177
|
+
"Disabled": "Desabilitado",
|
|
2178
|
+
"tod": "tod",
|
|
2179
|
+
"dynamic": "dinâmico",
|
|
2180
|
+
"user_schedule": "cronograma_usuário",
|
|
2181
|
+
"ocpp1.6": "ocpp1.6",
|
|
2182
|
+
"ocpp2.0.1": "ocpp2.0.1",
|
|
2183
|
+
"Configuration variable for OCPP 1.6": "Variável de configuração para OCPP 1.6",
|
|
2184
|
+
"Configuration variable for OCPP 2.0.1": "Variável de configuração para OCPP 2.0.1",
|
|
2185
|
+
"admin_defined": "admin_definido",
|
|
2186
|
+
"octopus_go": "octopus_go",
|
|
2187
|
+
"agile_octopus": "agilidade_polvo",
|
|
2188
|
+
"elspot": "elspot",
|
|
2189
|
+
"nord_pool": "banco_de_comando",
|
|
2190
|
+
"mon": "mon",
|
|
2191
|
+
"tue": "ter",
|
|
2192
|
+
"wed": "qua",
|
|
2193
|
+
"thu": "thu",
|
|
2194
|
+
"fri": "Sexta",
|
|
2195
|
+
"sat": "sábio",
|
|
2196
|
+
"sun": "Sol",
|
|
2197
|
+
"any": "qualquer",
|
|
2198
|
+
"suspended": "suspenso",
|
|
2199
|
+
"rfid": "rfiado",
|
|
2200
|
+
"mac_address": "endereço_macs",
|
|
2201
|
+
"emaid": "emide",
|
|
2202
|
+
"company_car": "Carrolo_empresa",
|
|
2203
|
+
"private_car": "carro_privado",
|
|
2204
|
+
"AF": "AF",
|
|
2205
|
+
"AX": "AX",
|
|
2206
|
+
"AL": "AC",
|
|
2207
|
+
"DZ": "DZ",
|
|
2208
|
+
"AS": "COMO",
|
|
2209
|
+
"AD": "AD",
|
|
2210
|
+
"AO": "AO",
|
|
2211
|
+
"AI": "AI",
|
|
2212
|
+
"AQ": "AQ",
|
|
2213
|
+
"AG": "AG",
|
|
2214
|
+
"AR": "AR",
|
|
2215
|
+
"AM": "SOU",
|
|
2216
|
+
"AW": "AO",
|
|
2217
|
+
"AU": "UA",
|
|
2218
|
+
"AT": "BA",
|
|
2219
|
+
"AZ": "AZ",
|
|
2220
|
+
"BS": "RB",
|
|
2221
|
+
"BH": "BH",
|
|
2222
|
+
"BD": "BD",
|
|
2223
|
+
"BB": "BB",
|
|
2224
|
+
"BY": "POR",
|
|
2225
|
+
"BE": "Qua",
|
|
2226
|
+
"BZ": "Beweden",
|
|
2227
|
+
"BJ": "Benin",
|
|
2228
|
+
"BM": "BM",
|
|
2229
|
+
"BT": "TG",
|
|
2230
|
+
"BO": "BO",
|
|
2231
|
+
"BQ": "BR",
|
|
2232
|
+
"BA": "BA",
|
|
2233
|
+
"BW": "BW",
|
|
2234
|
+
"BV": "VM",
|
|
2235
|
+
"BR": "BR",
|
|
2236
|
+
"IO": "IO",
|
|
2237
|
+
"BN": "Bruno",
|
|
2238
|
+
"BG": "SG",
|
|
2239
|
+
"BF": "AF",
|
|
2240
|
+
"BI": "Burundi",
|
|
2241
|
+
"KH": "KB",
|
|
2242
|
+
"CM": "CM",
|
|
2243
|
+
"CA": "CA",
|
|
2244
|
+
"CV": "CV",
|
|
2245
|
+
"KY": "PI",
|
|
2246
|
+
"CF": "FC",
|
|
2247
|
+
"TD": "DT",
|
|
2248
|
+
"CL": "Nigéria",
|
|
2249
|
+
"CN": "China",
|
|
2250
|
+
"CX": "CX",
|
|
2251
|
+
"CC": "CC",
|
|
2252
|
+
"CO": "PL",
|
|
2253
|
+
"KM": "KM",
|
|
2254
|
+
"CG": "CG",
|
|
2255
|
+
"CD": "Esfriar",
|
|
2256
|
+
"CK": "CNR",
|
|
2257
|
+
"CR": "CRÉDITOS",
|
|
2258
|
+
"CI": "CI",
|
|
2259
|
+
"HR": "FC",
|
|
2260
|
+
"CU": "CU",
|
|
2261
|
+
"CW": "CW",
|
|
2262
|
+
"CY": "CY",
|
|
2263
|
+
"CZ": "CZ",
|
|
2264
|
+
"DK": "DK",
|
|
2265
|
+
"DJ": "DJ",
|
|
2266
|
+
"DM": "DM",
|
|
2267
|
+
"DO": "PREÇO",
|
|
2268
|
+
"EC": "EC",
|
|
2269
|
+
"EG": "EG",
|
|
2270
|
+
"SV": "VS",
|
|
2271
|
+
"GQ": "Quirguistão",
|
|
2272
|
+
"ER": "RA",
|
|
2273
|
+
"EE": "EE",
|
|
2274
|
+
"ET": "ET",
|
|
2275
|
+
"FK": "FK",
|
|
2276
|
+
"FO": "CEF",
|
|
2277
|
+
"FJ": "FJ",
|
|
2278
|
+
"FI": "FI",
|
|
2279
|
+
"FR": "Sex",
|
|
2280
|
+
"GF": "Guiné",
|
|
2281
|
+
"PF": "PF",
|
|
2282
|
+
"TF": "CNPJ",
|
|
2283
|
+
"GA": "Gabão",
|
|
2284
|
+
"GM": "Gâmbia",
|
|
2285
|
+
"GE": "GE",
|
|
2286
|
+
"DE": "EN",
|
|
2287
|
+
"GH": "Guiné",
|
|
2288
|
+
"GI": "GI",
|
|
2289
|
+
"GR": "RB",
|
|
2290
|
+
"GL": "GL",
|
|
2291
|
+
"GD": "DG",
|
|
2292
|
+
"GP": "Guiné",
|
|
2293
|
+
"GU": "GU",
|
|
2294
|
+
"GT": "TNB",
|
|
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": "Hungria",
|
|
2304
|
+
"HU": "UH",
|
|
2305
|
+
"IS": "É",
|
|
2306
|
+
"IN": "DANO",
|
|
2307
|
+
"ID": "ID",
|
|
2308
|
+
"IR": "IR",
|
|
2309
|
+
"IQ": "IQ",
|
|
2310
|
+
"IE": "ÍNE",
|
|
2311
|
+
"IM": "IM",
|
|
2312
|
+
"IL": "IL",
|
|
2313
|
+
"IT": "TI",
|
|
2314
|
+
"JM": "JM",
|
|
2315
|
+
"JP": "JP",
|
|
2316
|
+
"JE": "Jan",
|
|
2317
|
+
"JO": "Jordan",
|
|
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": "LA",
|
|
2327
|
+
"LV": "LV",
|
|
2328
|
+
"LB": "BL",
|
|
2329
|
+
"LS": "LS",
|
|
2330
|
+
"LR": "Líbano",
|
|
2331
|
+
"LY": "Anterior",
|
|
2332
|
+
"LI": "LI",
|
|
2333
|
+
"LT": "LT",
|
|
2334
|
+
"LU": "Libra",
|
|
2335
|
+
"MO": "SEM",
|
|
2336
|
+
"MK": "MK",
|
|
2337
|
+
"MG": "Myanmar",
|
|
2338
|
+
"MW": "MW",
|
|
2339
|
+
"MY": "MEU",
|
|
2340
|
+
"MV": "MV",
|
|
2341
|
+
"ML": "Mali",
|
|
2342
|
+
"MT": "RA",
|
|
2343
|
+
"MH": "MH",
|
|
2344
|
+
"MQ": "MQ",
|
|
2345
|
+
"MR": "RM",
|
|
2346
|
+
"MU": "Malásia",
|
|
2347
|
+
"YT": "YT",
|
|
2348
|
+
"MX": "México",
|
|
2349
|
+
"FM": "FM",
|
|
2350
|
+
"MD": "MED",
|
|
2351
|
+
"MC": "Malásia",
|
|
2352
|
+
"MN": "Malásia",
|
|
2353
|
+
"ME": "RO",
|
|
2354
|
+
"MS": "S.O.",
|
|
2355
|
+
"MA": "RA",
|
|
2356
|
+
"MZ": "Mongólia",
|
|
2357
|
+
"MM": "MM",
|
|
2358
|
+
"NA": "NN",
|
|
2359
|
+
"NR": "Nr",
|
|
2360
|
+
"NP": "NP",
|
|
2361
|
+
"NL": "NL",
|
|
2362
|
+
"NC": "CNN",
|
|
2363
|
+
"NZ": "Nigéria",
|
|
2364
|
+
"NI": "NI",
|
|
2365
|
+
"NE": "Níger",
|
|
2366
|
+
"NG": "NG",
|
|
2367
|
+
"NU": "NU",
|
|
2368
|
+
"NF": "NF",
|
|
2369
|
+
"MP": "PM",
|
|
2370
|
+
"NO": "NÃO",
|
|
2371
|
+
"OM": "OM",
|
|
2372
|
+
"PK": "PCT",
|
|
2373
|
+
"PW": "PO",
|
|
2374
|
+
"PS": "PS",
|
|
2375
|
+
"PA": "PA",
|
|
2376
|
+
"PG": "PCT",
|
|
2377
|
+
"PY": "PY",
|
|
2378
|
+
"PE": "Peru",
|
|
2379
|
+
"PH": "PH",
|
|
2380
|
+
"PN": "PCT",
|
|
2381
|
+
"PL": "PL",
|
|
2382
|
+
"PT": "PT",
|
|
2383
|
+
"PR": "PR",
|
|
2384
|
+
"QA": "QA",
|
|
2385
|
+
"RE": "CORRER",
|
|
2386
|
+
"RO": "ROL",
|
|
2387
|
+
"RU": "PAR",
|
|
2388
|
+
"RW": "RW",
|
|
2389
|
+
"BL": "BL",
|
|
2390
|
+
"SH": "Bahu",
|
|
2391
|
+
"KN": "KN",
|
|
2392
|
+
"LC": "PCI",
|
|
2393
|
+
"MF": "MPF",
|
|
2394
|
+
"PM": "Escolha",
|
|
2395
|
+
"VC": "CV",
|
|
2396
|
+
"WS": "SO",
|
|
2397
|
+
"SM": "SM",
|
|
2398
|
+
"ST": "CNPJ",
|
|
2399
|
+
"SA": "SA",
|
|
2400
|
+
"SN": "SN",
|
|
2401
|
+
"RS": "RS",
|
|
2402
|
+
"SC": "Sex",
|
|
2403
|
+
"SL": "SL",
|
|
2404
|
+
"SG": "SG",
|
|
2405
|
+
"SX": "SX",
|
|
2406
|
+
"SK": "SK",
|
|
2407
|
+
"SI": "SIS",
|
|
2408
|
+
"SB": "SB",
|
|
2409
|
+
"SO": "Argentina",
|
|
2410
|
+
"ZA": "ZA",
|
|
2411
|
+
"GS": "Guiné",
|
|
2412
|
+
"SS": "SS",
|
|
2413
|
+
"ES": "SO",
|
|
2414
|
+
"LK": "Bangladesh",
|
|
2415
|
+
"SD": "DI",
|
|
2416
|
+
"SR": "Sr",
|
|
2417
|
+
"SJ": "Jan",
|
|
2418
|
+
"SZ": "SZ",
|
|
2419
|
+
"SE": "SE",
|
|
2420
|
+
"CH": "CH",
|
|
2421
|
+
"SY": "SY",
|
|
2422
|
+
"TW": "TW",
|
|
2423
|
+
"TJ": "TJ",
|
|
2424
|
+
"TZ": "TZ",
|
|
2425
|
+
"TH": "CV",
|
|
2426
|
+
"TL": "TL",
|
|
2427
|
+
"TG": "TG",
|
|
2428
|
+
"TK": "TK",
|
|
2429
|
+
"TO": "PARA",
|
|
2430
|
+
"TT": "TR",
|
|
2431
|
+
"TN": "China",
|
|
2432
|
+
"TR": "Cr",
|
|
2433
|
+
"TM": "MT",
|
|
2434
|
+
"TC": "CTA",
|
|
2435
|
+
"TV": "Televisão",
|
|
2436
|
+
"UG": "UG",
|
|
2437
|
+
"UA": "UA",
|
|
2438
|
+
"AE": "AE",
|
|
2439
|
+
"GB": "BR",
|
|
2440
|
+
"US": "EUA",
|
|
2441
|
+
"UM": "UM",
|
|
2442
|
+
"UY": "UY",
|
|
2443
|
+
"UZ": "UZ",
|
|
2444
|
+
"VU": "VU",
|
|
2445
|
+
"VE": "VE",
|
|
2446
|
+
"VN": "VN",
|
|
2447
|
+
"VG": "VG",
|
|
2448
|
+
"VI": "VI",
|
|
2449
|
+
"WF": "RG",
|
|
2450
|
+
"EH": "BR",
|
|
2451
|
+
"YE": "YE",
|
|
2452
|
+
"ZM": "Zâmbia",
|
|
2453
|
+
"ZW": "ZO",
|
|
2454
|
+
"chargingZones": "Zonas de carregamento",
|
|
2455
|
+
"locationImage": "localizaImagem",
|
|
2456
|
+
"images": "imagens",
|
|
2457
|
+
"externalAppData": "externalAppData",
|
|
2458
|
+
"AuthorizationNotification": "Notificação de autorização",
|
|
2459
|
+
"authorization.changed": "autorização.alterada",
|
|
2460
|
+
"ChargePointChangedNotification": "Notificação ChargePointChangedNotificação",
|
|
2461
|
+
"chargePoint.changed": "chargePoint.alterado",
|
|
2462
|
+
"evse.changed": "evse.alterado",
|
|
2463
|
+
"ChargePointSyncConfigurationNotification": "Notificação ChargePointSyncConfigurationNotificação",
|
|
2464
|
+
"CircuitConsumptionNotification": "Notificação",
|
|
2465
|
+
"circuit.changed": "circuito.alterado",
|
|
2466
|
+
"HardwareStatusNotification": "Notificação",
|
|
2467
|
+
"LocationChangedNotification": "Notificação",
|
|
2468
|
+
"NetworkStatusNotification": "Notificação",
|
|
2469
|
+
"SecurityEventNotification": "Notificação",
|
|
2470
|
+
"SessionMeterValuesNotification": "Notificação",
|
|
2471
|
+
"SessionStartStopNotification": "Notificação",
|
|
2472
|
+
"session.start.stop.notification": "sessão.start.stop.notification",
|
|
2473
|
+
"SessionUpdateNotification": "Notificação",
|
|
2474
|
+
"UserChangedNotification": "Notificação",
|
|
2475
|
+
"SubOperatorChangedNotification": "Notificação de SuboperadorAlteração",
|
|
2476
|
+
"TariffChangedNotification": "Notificação",
|
|
2477
|
+
"user.subscriptionChanged": "user.subscriptionChanged",
|
|
2478
|
+
"user.subscription.changed": "user.subscription.changed",
|
|
2479
|
+
"ReservationChangedNotification": "Notificação",
|
|
2480
|
+
"PaymentMethodChangedNotification": "Notificação",
|
|
2481
|
+
"PartnerInviteChangedNotification": "Notificação",
|
|
2482
|
+
"reservation.changed": "Reserva.changed",
|
|
2483
|
+
"user.paymentMethod.changed": "user.pagamentoMétodo.modificado",
|
|
2484
|
+
"userBalance.changed": "saldoUsuário.alterado",
|
|
2485
|
+
"partnerInvite.changed": "parceirInvite.alterado",
|
|
2486
|
+
"roamingPlatform.changed": "roamingPlatform.changed",
|
|
2487
|
+
"parkingSpace.occupancyStatus.changed": "parkingSpace.occupancyStatus.changed",
|
|
2488
|
+
"partner.changed": "parceiro.alterado",
|
|
2489
|
+
"transaction.changed": "transação.alterada",
|
|
2490
|
+
"settlementReport.created": "Criado",
|
|
2491
|
+
"idTag.changed": "idTag.changed",
|
|
2492
|
+
"chargePoint.dataTransferReceived": "chargePoint.dataTransferRecebido",
|
|
2493
|
+
"subscriptionPlan.changed": "subscriptionPlano.alterado",
|
|
2494
|
+
"user.invoiceDetails.changed": "user.invoiceDetails.modificado",
|
|
2495
|
+
"cdr.received": "cdr.received",
|
|
2496
|
+
"chargingProfile.applied": "carregamentoPerfil.aplicado",
|
|
2497
|
+
"installerJob.changed": "installerJob.alterado",
|
|
2498
|
+
"available": "Disponível",
|
|
2499
|
+
"occupied": "Ocupado",
|
|
2500
|
+
"unknown": "desconhecido",
|
|
2501
|
+
"evses": "evasões",
|
|
2502
|
+
"company": "empresas",
|
|
2503
|
+
"AD_HOC_PAYMENT": "AD_HOC_PAYMENT",
|
|
2504
|
+
"PROFILE_CHEAP": "PROFILE_CHEAP",
|
|
2505
|
+
"PROFILE_FAST": "PROFILE_FAST",
|
|
2506
|
+
"PROFILE_GREEN": "PROFILE_GREEN",
|
|
2507
|
+
"REGULAR": "COMULAR",
|
|
2508
|
+
"unavailable": "unavailable",
|
|
2509
|
+
"amperage_voltage_3": "amperagem_voltagem_3",
|
|
2510
|
+
"amperage_voltage_sqr3": "amperagem_voltagem_sqr3",
|
|
2511
|
+
"AC": "AC",
|
|
2512
|
+
"DC": "DC",
|
|
2513
|
+
"Hubject": "Hubject",
|
|
2514
|
+
"OCPI or Gireve 2.2.1": "OCPI ou Gireve 2.2.1",
|
|
2515
|
+
"monthly": "Mensal",
|
|
2516
|
+
"annually": "anualmente",
|
|
2517
|
+
"pre-paid": "pré-pago",
|
|
2518
|
+
"post-paid": "pós-pago",
|
|
2519
|
+
"personal_commercial": "comercial_pessoal",
|
|
2520
|
+
"default": "padrão",
|
|
2521
|
+
"internal": "Interno",
|
|
2522
|
+
"external": "externo",
|
|
2523
|
+
"as_renewal_cycle": "ciclo_renovado",
|
|
2524
|
+
"after_each_session": "após_cada_sessão",
|
|
2525
|
+
"after_24_hours": "depois_24_horas",
|
|
2526
|
+
"after_each_week": "depois_semana_afim",
|
|
2527
|
+
"after_each_month": "depois_de_mês_mês",
|
|
2528
|
+
"after_each_year": "depois_cada_ano",
|
|
2529
|
+
"combined": "combinado",
|
|
2530
|
+
"separate": "Separar",
|
|
2531
|
+
"free": "gratuito",
|
|
2532
|
+
"flat rate": "taxa fixa",
|
|
2533
|
+
"duration+energy": "duração+energia",
|
|
2534
|
+
"duration+energy time of day": "duração+tempo de energia do dia",
|
|
2535
|
+
"energy tou": "tu de energia",
|
|
2536
|
+
"standard": "padrão",
|
|
2537
|
+
"charging not allowed": "carregamento não permitido",
|
|
2538
|
+
"average power levels": "níveis médios de potência",
|
|
2539
|
+
"peak power levels": "níveis de potência máxima",
|
|
2540
|
+
"standard_tod": "standard_tod",
|
|
2541
|
+
"optimised dynamic pricing": "preços dinâmicos otimizados",
|
|
2542
|
+
"individual": "individual",
|
|
2543
|
+
"visa": "visa",
|
|
2544
|
+
"mastercard": "cartão-mestre",
|
|
2545
|
+
"paypal": "Paypal",
|
|
2546
|
+
"maestro": "maestro",
|
|
2547
|
+
"amex": "amex",
|
|
2548
|
+
"applepay": "applepay",
|
|
2549
|
+
"googlepay": "googlepay",
|
|
2550
|
+
"twint": "denovo",
|
|
2551
|
+
"other": "Outro",
|
|
2552
|
+
"finalized": "finalizado",
|
|
2553
|
+
"failed": "falhou",
|
|
2554
|
+
"reserved": "reservado",
|
|
2555
|
+
"refunded": "reembolsado",
|
|
2556
|
+
"authorized": "autorizado",
|
|
2557
|
+
"initialized": "inicializado",
|
|
2558
|
+
"session": "sessão",
|
|
2559
|
+
"subscription_plan": "plano_subscrição",
|
|
2560
|
+
"topup_package": "atualizar_pacote",
|
|
2561
|
+
"custom_fee": "taxa_personalizada",
|
|
2562
|
+
"payment_terminal_authorisation": "autorização_pagamento_terminal",
|
|
2563
|
+
"payment_authorisation": "autorização_pagamento",
|
|
2564
|
+
"card": "cartão",
|
|
2565
|
+
"bank_transfer": "transferência_bancária",
|
|
2566
|
+
"wallet": "carteira",
|
|
2567
|
+
"pse": "pse",
|
|
2568
|
+
"sepa": "sepa",
|
|
2569
|
+
"reversed": "invertido",
|
|
2570
|
+
"partnerInvites": "convites de parceiros",
|
|
2571
|
+
"single_session": "sessão_única",
|
|
2572
|
+
"multiple_simultaneous_sessions_per_idtag": "multiple_simultaneos_sessões_por_idtag",
|
|
2573
|
+
"simultaneous_use_of_idtags": "utilizar_simultaneamente_das_idtags",
|
|
2574
|
+
"multiple_simultaneous_sessions_remotely_and_idtags": "multiple_simultaneos_sessões_remotamente_e_idtags",
|
|
2575
|
+
"Ampeco Invoice Manager": "Gerente de faturas Ampeco",
|
|
2576
|
+
"Cardcom Invoice Manager": "Gerente de faturas Cardcom",
|
|
2577
|
+
"SoftOne Invoice Manager": "Gerenciador de faturas SoftOne",
|
|
2578
|
+
"Ecpay Invoice Manager": "Gerente de faturas Ecpay",
|
|
2579
|
+
"webhook": "webhook",
|
|
2580
|
+
"kafka": "kafka",
|
|
2581
|
+
"gzip": "gzip",
|
|
2582
|
+
"snappy": "saboroso",
|
|
2583
|
+
"lz4": "lz4",
|
|
2584
|
+
"PLAINTEXT": "JOGADOR",
|
|
2585
|
+
"SASL_SSL": "SASL_SSL",
|
|
2586
|
+
"PLAIN": "REPRODUZIR",
|
|
2587
|
+
"SCRAM-SHA-256": "SCRAM-SHA-256",
|
|
2588
|
+
"SCRAM-SHA-512": "SCRAM-SHA-512",
|
|
2589
|
+
"approved": "aprovado",
|
|
2590
|
+
"Create Booking": "Criar Reserva",
|
|
2591
|
+
"Update the given Booking": "Atualizar a reserva dada",
|
|
2592
|
+
"Cancel Booking": "Cancelar Reserva",
|
|
2593
|
+
"accepted": "aceito",
|
|
2594
|
+
"completed": "concluído",
|
|
2595
|
+
"cancelled": "cancelado",
|
|
2596
|
+
"no-show": "não mostrar",
|
|
2597
|
+
"bookedEvses": "ReservaçõesEvitos",
|
|
2598
|
+
"success": "bem-sucedido",
|
|
2599
|
+
"fail": "falha",
|
|
2600
|
+
"chargePointPriorities": "Prioridades",
|
|
2601
|
+
"userPriorities": "prioridades",
|
|
2602
|
+
"socPriorities": "Prioridades",
|
|
2603
|
+
"consumption": "consumo",
|
|
2604
|
+
"unmanagedLoad": "unmanagedLoad",
|
|
2605
|
+
"star": "estrela",
|
|
2606
|
+
"delta": "Delta",
|
|
2607
|
+
"Variant 1": "Variante 1",
|
|
2608
|
+
"Variant 2": "Variant 2",
|
|
2609
|
+
"partner": "parceiro",
|
|
2610
|
+
"userGroup": "userGroup",
|
|
2611
|
+
"AED": "AO",
|
|
2612
|
+
"AFN": "AFN",
|
|
2613
|
+
"ALL": "TODOS",
|
|
2614
|
+
"AMD": "Manhã",
|
|
2615
|
+
"ANG": "ANG",
|
|
2616
|
+
"AOA": "AOA",
|
|
2617
|
+
"ARS": "RAIS",
|
|
2618
|
+
"AUD": "AUTOMÁCIA",
|
|
2619
|
+
"AWG": "AWG",
|
|
2620
|
+
"AZN": "AZN",
|
|
2621
|
+
"BAM": "BAM",
|
|
2622
|
+
"BBD": "BBD",
|
|
2623
|
+
"BDT": "PEDIR",
|
|
2624
|
+
"BGN": "GAFE",
|
|
2625
|
+
"BHD": "BHD",
|
|
2626
|
+
"BIF": "BIF",
|
|
2627
|
+
"BMD": "CORRIGIDA",
|
|
2628
|
+
"BND": "BND",
|
|
2629
|
+
"BOB": "BOB",
|
|
2630
|
+
"BOV": "BOV",
|
|
2631
|
+
"BRL": "BRL",
|
|
2632
|
+
"BSD": "BSM",
|
|
2633
|
+
"BTN": "BTN",
|
|
2634
|
+
"BWP": "BWP",
|
|
2635
|
+
"BYN": "BYN",
|
|
2636
|
+
"BZD": "BZD",
|
|
2637
|
+
"CAD": "CAD",
|
|
2638
|
+
"CDF": "CDF",
|
|
2639
|
+
"CHE": "CHE",
|
|
2640
|
+
"CHF": "BCC",
|
|
2641
|
+
"CHW": "CHW",
|
|
2642
|
+
"CLF": "CLF",
|
|
2643
|
+
"CLP": "CLP",
|
|
2644
|
+
"CNY": "CNY",
|
|
2645
|
+
"COP": "COP",
|
|
2646
|
+
"COU": "COU",
|
|
2647
|
+
"CRC": "CRC",
|
|
2648
|
+
"CUC": "CUC",
|
|
2649
|
+
"CUP": "CUP",
|
|
2650
|
+
"CVE": "CVER",
|
|
2651
|
+
"CZK": "CZK",
|
|
2652
|
+
"DJF": "DJF",
|
|
2653
|
+
"DKK": "DKK",
|
|
2654
|
+
"DOP": "CAIXA",
|
|
2655
|
+
"DZD": "DZD",
|
|
2656
|
+
"EGP": "EGP",
|
|
2657
|
+
"ERN": "RE",
|
|
2658
|
+
"ETB": "ETB",
|
|
2659
|
+
"EUR": "EUR",
|
|
2660
|
+
"FJD": "FJD",
|
|
2661
|
+
"FKP": "FKP",
|
|
2662
|
+
"GBP": "GBP",
|
|
2663
|
+
"GEL": "Guiana",
|
|
2664
|
+
"GHS": "GHS",
|
|
2665
|
+
"GIP": "GIP",
|
|
2666
|
+
"GMD": "MGD",
|
|
2667
|
+
"GNF": "GNF",
|
|
2668
|
+
"GTQ": "Questão",
|
|
2669
|
+
"GYD": "GYD",
|
|
2670
|
+
"HKD": "Ok",
|
|
2671
|
+
"HNL": "GLL",
|
|
2672
|
+
"HRK": "HRK",
|
|
2673
|
+
"HTG": "HTG",
|
|
2674
|
+
"HUF": "HUF",
|
|
2675
|
+
"IDR": "IDR",
|
|
2676
|
+
"ILS": "ILS",
|
|
2677
|
+
"INR": "Rendimento",
|
|
2678
|
+
"IQD": "IQD",
|
|
2679
|
+
"IRR": "IRR",
|
|
2680
|
+
"ISK": "ISK",
|
|
2681
|
+
"JMD": "JMD",
|
|
2682
|
+
"JOD": "JUNTO",
|
|
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": "CYD",
|
|
2692
|
+
"KZT": "KZT",
|
|
2693
|
+
"LAK": "LAK",
|
|
2694
|
+
"LBP": "PB",
|
|
2695
|
+
"LKR": "LKR",
|
|
2696
|
+
"LRD": "LRD",
|
|
2697
|
+
"LSL": "LSL",
|
|
2698
|
+
"LYD": "LYD",
|
|
2699
|
+
"MAD": "MÁD",
|
|
2700
|
+
"MDL": "MDL",
|
|
2701
|
+
"MGA": "MGA",
|
|
2702
|
+
"MKD": "MKD",
|
|
2703
|
+
"MMK": "MMK",
|
|
2704
|
+
"MNT": "MNT",
|
|
2705
|
+
"MOP": "MOP",
|
|
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": "NÓS",
|
|
2717
|
+
"NOK": "NOK",
|
|
2718
|
+
"NPR": "NP",
|
|
2719
|
+
"NZD": "NZD",
|
|
2720
|
+
"OMR": "MR",
|
|
2721
|
+
"PAB": "PAB",
|
|
2722
|
+
"PEN": "PEN",
|
|
2723
|
+
"PGK": "PGK",
|
|
2724
|
+
"PHP": "PHP",
|
|
2725
|
+
"PKR": "PKR",
|
|
2726
|
+
"PLN": "PLN",
|
|
2727
|
+
"PYG": "PYG",
|
|
2728
|
+
"QAR": "QAR",
|
|
2729
|
+
"RON": "GRANDE",
|
|
2730
|
+
"RSD": "RSD",
|
|
2731
|
+
"RUB": "RUB",
|
|
2732
|
+
"RWF": "RWF",
|
|
2733
|
+
"SAR": "SAR",
|
|
2734
|
+
"SBD": "SBD",
|
|
2735
|
+
"SCR": "ESCR",
|
|
2736
|
+
"SDG": "SDG",
|
|
2737
|
+
"SEK": "SEK",
|
|
2738
|
+
"SGD": "SGD",
|
|
2739
|
+
"SHP": "TEXTO",
|
|
2740
|
+
"SLL": "SLL",
|
|
2741
|
+
"SOS": "SOS",
|
|
2742
|
+
"SRD": "RS",
|
|
2743
|
+
"SSP": "SSIP",
|
|
2744
|
+
"STN": "STN",
|
|
2745
|
+
"SVC": "SvC",
|
|
2746
|
+
"SYP": "SYP",
|
|
2747
|
+
"SZL": "SZL",
|
|
2748
|
+
"THB": "PB",
|
|
2749
|
+
"TJS": "TJS",
|
|
2750
|
+
"TMT": "MT",
|
|
2751
|
+
"TND": "TND",
|
|
2752
|
+
"TOP": "PRINCIPAL",
|
|
2753
|
+
"TRY": "TENTAR",
|
|
2754
|
+
"TTD": "TTD",
|
|
2755
|
+
"TWD": "TWD",
|
|
2756
|
+
"TZS": "DOIS",
|
|
2757
|
+
"UAH": "UAH",
|
|
2758
|
+
"UGX": "UGX",
|
|
2759
|
+
"USD": "R$",
|
|
2760
|
+
"USN": "USN",
|
|
2761
|
+
"UYI": "UYI",
|
|
2762
|
+
"UYU": "UYU",
|
|
2763
|
+
"UYW": "UYO",
|
|
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": "EXPT",
|
|
2782
|
+
"XSU": "XSU",
|
|
2783
|
+
"XTS": "XTS",
|
|
2784
|
+
"XUA": "XUA",
|
|
2785
|
+
"XXX": "XXX",
|
|
2786
|
+
"YER": "YER",
|
|
2787
|
+
"ZAR": "ZAR",
|
|
2788
|
+
"ZMW": "ZMW",
|
|
2789
|
+
"ZWL": "ZWL",
|
|
2790
|
+
"models": "modelos",
|
|
2791
|
+
"new": "Novo",
|
|
2792
|
+
"in_progress": "em_progresso",
|
|
2793
|
+
"chargePoints": "chargePontos",
|
|
2794
|
+
"platform-fee-emsp": "emsp de plataforma",
|
|
2795
|
+
"platform-fee-cpo": "taxa-de-caça-plataforma",
|
|
2796
|
+
"user-custom-fee": "taxa personalizada do usuário",
|
|
2797
|
+
"session-emsp": "sês.sp",
|
|
2798
|
+
"sent": "enviado",
|
|
2799
|
+
"electricity-tax-reimbursement": "reembolso de eletricidade-imposto",
|
|
2800
|
+
"session-cpo": "sessão-cpo",
|
|
2801
|
+
"Payter": "Payter",
|
|
2802
|
+
"Valina": "Valina",
|
|
2803
|
+
"Crane": "Guindaste",
|
|
2804
|
+
"Ampeco": "Ampeco",
|
|
2805
|
+
"Nayax": "Nayax",
|
|
2806
|
+
"Embedded": "Embedded",
|
|
2807
|
+
"Pax": "Pax",
|
|
2808
|
+
"Windcave": "Windcave",
|
|
2809
|
+
"Web portal": "Portal Web",
|
|
2810
|
+
"AdyenCastles": "AdyenCastles",
|
|
2811
|
+
"paid": "pago",
|
|
2812
|
+
"partially_paid": "parcialmente_pago",
|
|
2813
|
+
"active": "ativo",
|
|
2814
|
+
"expired": "expirado",
|
|
2815
|
+
"canceled": "cancelado",
|
|
2816
|
+
"done": "concluído",
|
|
2817
|
+
"FirmwareUpdated": "FirmwareAtualizado",
|
|
2818
|
+
"SettingSystemTime": "Tempo",
|
|
2819
|
+
"StartupOfTheDevice": "StartupOfTheDevice",
|
|
2820
|
+
"ResetOrReboot": "ResetOrReboot",
|
|
2821
|
+
"SecurityLogWasCleared": "Limpa",
|
|
2822
|
+
"MemoryExhaustion": "MemóriaExaustão",
|
|
2823
|
+
"TamperDetectionActivated": "Ativado",
|
|
2824
|
+
"working_hours_exceeded": "working_horas_excedidos",
|
|
2825
|
+
"timeout": "tempo esgotado",
|
|
2826
|
+
"authorization_amount_reached": "autorização_quantida_alcançada",
|
|
2827
|
+
"new_start_transaction_received": "nova_iniciar_transação_recebida",
|
|
2828
|
+
"force_stop": "parar_força",
|
|
2829
|
+
"standard_stop": "parar_padrão",
|
|
2830
|
+
"energy_exceeded": "energia_excedida",
|
|
2831
|
+
"schedule_completed": "programação_concluída",
|
|
2832
|
+
"pre_authorization_failed": "pré-autorização_falhou",
|
|
2833
|
+
"system_force_stop": "_parar_forçado",
|
|
2834
|
+
"time_limit": "limite_tempo",
|
|
2835
|
+
"balance_exceeded": "saldo_excedido",
|
|
2836
|
+
"deauthorized": "desautorizado",
|
|
2837
|
+
"emergencystop": "emergencistop",
|
|
2838
|
+
"energylimitreached": "energilimitados",
|
|
2839
|
+
"evdisconnected": "Desconectado",
|
|
2840
|
+
"groundfault": "falha",
|
|
2841
|
+
"immediatereset": "imediatamente",
|
|
2842
|
+
"hardreset": "hardreset",
|
|
2843
|
+
"local": "local",
|
|
2844
|
+
"localoutofcredit": "localoutofcredit",
|
|
2845
|
+
"masterpass": "passa-mestra",
|
|
2846
|
+
"overcurrentfault": "falha",
|
|
2847
|
+
"powerloss": "derrota",
|
|
2848
|
+
"powerquality": "qualidade de potência",
|
|
2849
|
+
"reboot": "reboot",
|
|
2850
|
+
"remote": "remota",
|
|
2851
|
+
"soclimitreached": "soclimitatingi",
|
|
2852
|
+
"stoppedbyev": "pararqueado",
|
|
2853
|
+
"timeoutlimitreached": "timeoutlimiatingido",
|
|
2854
|
+
"softreset": "suavização",
|
|
2855
|
+
"unlockcommand": "comando desbloqueado",
|
|
2856
|
+
"no_ev_parked": "nenhum_e_estacionado",
|
|
2857
|
+
"no_ev_connected": "Nenhum_conectado",
|
|
2858
|
+
"charge_point_timeout": "carga_ponto_tempo limite",
|
|
2859
|
+
"charging_on_evse_not_allowed": "carregando_no_não_permitido",
|
|
2860
|
+
"remote_start_failed": "iniciar_remoto_falhou",
|
|
2861
|
+
"no_user_for_agile_streets": "nenhum_usuário_por_ágeis_ruas",
|
|
2862
|
+
"canceled_reservation": "reserva_cancelada_",
|
|
2863
|
+
"evse_occupied": "evas_ocupado",
|
|
2864
|
+
"evse_inoperative": "evas_inoperante",
|
|
2865
|
+
"not_supported": "não_suportado",
|
|
2866
|
+
"unknown_reservation": "reserva_desconhecida",
|
|
2867
|
+
"ev_not_connect_to_evse": "e_não_conectou_a_evse",
|
|
2868
|
+
"authorization_failed": "autorização_falhou",
|
|
2869
|
+
"unknown_session": "sessão_desconhecida",
|
|
2870
|
+
"finished": "finalizado",
|
|
2871
|
+
"tokenized": "tokenizado",
|
|
2872
|
+
"subscription": "assinatura",
|
|
2873
|
+
"balance": "Saldo",
|
|
2874
|
+
"corporate": "empresa",
|
|
2875
|
+
"terminal": "terminal",
|
|
2876
|
+
"partially": "parcialmente",
|
|
2877
|
+
"roaming": "roaming",
|
|
2878
|
+
"third_party": "terceiro_party",
|
|
2879
|
+
"null": "nulo",
|
|
2880
|
+
"voucher": "Cupom",
|
|
2881
|
+
"manual_top_up": "superior_manual",
|
|
2882
|
+
"auto_top_up": "top_auto_up",
|
|
2883
|
+
"top_up_by_operator": "superior_por_operador_de_cima",
|
|
2884
|
+
"api_top_up": "mao_api_cima",
|
|
2885
|
+
"promo_code": "código_promocional",
|
|
2886
|
+
"subscribe_to_plan": "assinar_plano_a",
|
|
2887
|
+
"1 month": "1 mês",
|
|
2888
|
+
"3 months": "3 meses",
|
|
2889
|
+
"6 months": "6 meses",
|
|
2890
|
+
"1 year": "1 ano",
|
|
2891
|
+
"2 years": "2 anos",
|
|
2892
|
+
"3 years": "3 anos",
|
|
2893
|
+
"5 years": "5 anos",
|
|
2894
|
+
"New notification": "Nova notificação",
|
|
2895
|
+
"Triggers when a webhook notification event is received from Ampeco": "Aciona quando um evento de notificação de webhook é recebido de Ampeco",
|
|
2896
|
+
"Markdown": "Markdown",
|
|
2897
|
+
"Notification events": "Eventos de notificação",
|
|
2898
|
+
"**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**URL ao vivo:**\n```text\n{{webhookUrl}}\n```\ngera dados de amostra e aciona fluxo publicado.\n\n",
|
|
2899
|
+
"Select the notification events to listen for": "Selecione os eventos de notificação para ouvir",
|
|
2900
|
+
"Authorization Notification": "Notificação de autorização",
|
|
2901
|
+
"Authorization.changed": "Autorização.alterada",
|
|
2902
|
+
"Boot Notification": "Notificação de inicialização",
|
|
2903
|
+
"Charge Point Changed Notification": "Notificação de Carga Ponto Alterado",
|
|
2904
|
+
"Charge Point.changed": "Ponto de Carregamento Alterado",
|
|
2905
|
+
"Evse.changed": "Alterado",
|
|
2906
|
+
"Charge Point Sync Configuration Notification": "Notificação de Sincronização de Ponto de Carga",
|
|
2907
|
+
"Circuit Consumption Notification": "Notificação de consumo de circuitos",
|
|
2908
|
+
"Circuit.changed": "Circuito.alterado",
|
|
2909
|
+
"Diagnostics Status Notification": "Notificação de Status",
|
|
2910
|
+
"Hardware Status Notification": "Notificação de Status do Hardware",
|
|
2911
|
+
"Location Changed Notification": "Notificação de localização alterada",
|
|
2912
|
+
"Network Status Notification": "Notificação de Status da Rede",
|
|
2913
|
+
"Security Event Notification": "Notificação do Evento de Segurança",
|
|
2914
|
+
"Session Meter Values Notification": "Notificação de valores de sessão",
|
|
2915
|
+
"Session Start Stop Notification": "Sessão Iniciar Notificação",
|
|
2916
|
+
"Session.start.stop.notification": "Sessão.start.stop.notification",
|
|
2917
|
+
"Session Update Notification": "Notificação de Atualização da Sessão",
|
|
2918
|
+
"User Changed Notification": "Notificação de Usuário Alterada",
|
|
2919
|
+
"Sub Operator Changed Notification": "Notificação de Sub Operador alterada",
|
|
2920
|
+
"Tariff Changed Notification": "Notificação de Tarifa Alterada",
|
|
2921
|
+
"User.subscription Changed": "User.subscription alterado",
|
|
2922
|
+
"User.subscription.changed": "User.subscription.changed",
|
|
2923
|
+
"Reservation Changed Notification": "Notificação de reserva alterada",
|
|
2924
|
+
"Payment Method Changed Notification": "Notificação de Alteração do Método de Pagamento",
|
|
2925
|
+
"Partner Invite Changed Notification": "Notificação de Alteração de Convite de Parceiro",
|
|
2926
|
+
"Reservation.changed": "Reserva.alterado",
|
|
2927
|
+
"User.payment Method.changed": "User.payment Method.changed",
|
|
2928
|
+
"User Balance.changed": "Saldo do Usuário.alterado",
|
|
2929
|
+
"Partner Invite.changed": "Convite do Parceiro.alterado",
|
|
2930
|
+
"Roaming Platform.changed": "Plataforma de Roaming.changed",
|
|
2931
|
+
"Parking Space.occupancy Status.changed": "Status de estacionamento Space.occupancy",
|
|
2932
|
+
"Partner.changed": "Parceiro.alterado",
|
|
2933
|
+
"Transaction.changed": "Transação.alterada",
|
|
2934
|
+
"Settlement Report.created": "Relatório de liquidação.criado",
|
|
2935
|
+
"Id Tag.changed": "ID Tag.Change",
|
|
2936
|
+
"Charge Point.data Transfer Received": "Transferência de dados recebidos",
|
|
2937
|
+
"Subscription Plan.changed": "Plano de Assinatura alterado",
|
|
2938
|
+
"User.invoice Details.changed": "Detalhes de User.invoice alterados",
|
|
2939
|
+
"Cdr.received": "Recebido",
|
|
2940
|
+
"Charging Profile.applied": "Perfil de Carregamento.aplicado",
|
|
2941
|
+
"Installer Job.changed": "Job.changed"
|
|
2942
|
+
}
|