@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/nl.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.": "AMPECO stuk biedt integraties van API's en webhook meldingen van het AMPECO platform voor het beheer van de EV laadinfrastructuur en -operaties.",
|
|
21
|
+
"Base URL": "Basis URL",
|
|
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.": "Navigeer naar het API-Toegangs-menu binnen uw account. Klik op de Creëer API Access Token knop om het aanmaakproces van het token te starten.",
|
|
24
|
+
"Ampeco Platform": "Ampeco Platform",
|
|
25
|
+
"Custom API Call": "Custom API Call",
|
|
26
|
+
"Actions - Charge Point - Change Availability": "Acties - Charge Punt - Wijzig beschikbaarheid",
|
|
27
|
+
"Actions - Charge Point - Change Owner": "Acties - Charge Punt - Wijzig Eigenaar",
|
|
28
|
+
"Actions - Charge Point - Clear Charging Profile": "Acties - Oplaadpunt - Wis laadprofiel",
|
|
29
|
+
"Actions - Charge Point - Get Diagnostics": "Acties - Charge Punt - Krijg Diagnose",
|
|
30
|
+
"Actions - Charge Point - Get Security Log": "Acties - Oplaadpunt - Krijg Beveiligingslogboek",
|
|
31
|
+
"Actions - Charge Point - Move EVSEs To Satellite": "Acties - Oplaadpunt - Verplaats EVSE's naar Satelliet",
|
|
32
|
+
"Actions - Charge Point - Reserve": "Acties - Charge Punt - Reserve",
|
|
33
|
+
"Actions - Charge Point - Reset Security Profile": "Acties - Oplaadpunt - Reset beveiligingsprofiel",
|
|
34
|
+
"Actions - Charge Point - Reset": "Acties - Oplaadpunt - Reset",
|
|
35
|
+
"Actions - Charge Point - Send Data Transfer": "Acties - Charge Punt - Verzend Data Transfer",
|
|
36
|
+
"Actions - Charge Point - Set Charging Profile": "Acties - Oplaadpunt - Oplaadprofiel instellen",
|
|
37
|
+
"Actions - Charge Point - Start Charging Session Without EVSE": "Acties - Oplaadpunt - Start met oplaadsessie zonder EVSE",
|
|
38
|
+
"Actions - Charge Point - Start Charging Session": "Acties - Oplaadpunt - Start met Opladen Sessie",
|
|
39
|
+
"Actions - Charge Point - Stop Charging Session": "Acties - Oplaadpunt - Stop de oplaadsessie",
|
|
40
|
+
"Actions - Charge Point - Sync Configuration": "Acties - Oplaadpunt - Synchronisatie configuratie",
|
|
41
|
+
"Actions - Charge Point - Trigger Message Charge Point": "Acties - Charge Punt - Trigger Bericht Charge Punt",
|
|
42
|
+
"Actions - Charge Point - EVSE Unlock": "Acties - Oplaadpunt - EVSE Ontgrendelen",
|
|
43
|
+
"Actions - Charge Point - Change Sharing Code": "Acties - Charge Punt - wijzig Sharing Code",
|
|
44
|
+
"Actions - Charge Point - Delete Certificate": "Acties - Charge Punt - Certificaat verwijderen",
|
|
45
|
+
"Actions - Charge Point - Install Certificate": "Acties - Charge Punt - Certificaat installeren",
|
|
46
|
+
"Actions - Charge Point - Set Configuration": "Acties - Oplaadpunt - Configuratie instellen",
|
|
47
|
+
"Actions - Charge Point - Get Installed Certificate Ids": "Acties - Oplaadpunt - Installeer Certificaat Ids",
|
|
48
|
+
"Actions - Charge Point - Update Firmware": "Acties - Oplaadpunt - Update Firmware",
|
|
49
|
+
"Resources - Charge Point Downtime Periods - Listing": "Grondstoffen - Charge Point Downtime Perioden - Lijst",
|
|
50
|
+
"Resources - Charge Point Downtime Periods - Create": "Resources - Charge Point Downtime Perioden - Maken",
|
|
51
|
+
"Resources - Charge Point Downtime Periods - Read": "Grondstoffen - Punt Downtime Perioden - Lezen",
|
|
52
|
+
"Resources - Charge Point Downtime Periods - Update": "Bronnen - Bestandsduur Charge Punt Downtime - Update",
|
|
53
|
+
"Resources - Charge Point Downtime Periods - Delete": "Resources - Charge Point Downtime Perioden - Verwijderen",
|
|
54
|
+
"Resources - Charge Point Models - Listing": "Grondstoffen - Modellen van Charge Point - Lijst",
|
|
55
|
+
"Resources - Charge Point Models - Create": "Bronnen - Charge Point Modellen - Maken",
|
|
56
|
+
"Resources - Charge Point Models - Read": "Grondstoffen - Charge Point Modellen - Lezen",
|
|
57
|
+
"Resources - Charge Point Models - Update": "Grondstoffen - Charge Point Modellen - Bijwerken",
|
|
58
|
+
"Resources - Charge Point Models - Delete": "Bronnen - Charge Point Modellen - Verwijderen",
|
|
59
|
+
"Resources - Charge Point Vendors - Listing": "Grondstoffen - Verkopers in toeslagpunten - Lijst",
|
|
60
|
+
"Resources - Charge Point Vendors - Create": "Bronnen - Leveranciers van aanrekeningspunten - Maken",
|
|
61
|
+
"Resources - Charge Point Vendors - Read": "Grondstoffen - Leveranciers van aanvraagpunten - lezen",
|
|
62
|
+
"Resources - Charge Point Vendors - Update": "Grondstoffen - Verkopers in toeslagpunten - Bijwerken",
|
|
63
|
+
"Resources - Charge Point Vendors - Delete": "Bronnen - Leveranciers van aanrekeningspunten - Verwijderen",
|
|
64
|
+
"Resources - Charge Points - Charge Point Status Read": "Grondstoffen - Charge Points - Charge Point Status gelezen",
|
|
65
|
+
"Resources - Charge Points - Charge Point Create": "Bronnen - Charge Points - Charge Punt Aanmaken",
|
|
66
|
+
"Resources - Charge Points - Charge Points Listing": "Grondstoffen - Charge Punten - Oplaadpunten Lijst",
|
|
67
|
+
"Resources - Charge Points - Charge Point Update": "Grondstoffen - Charge Points - Charge Point Update",
|
|
68
|
+
"Resources - Charge Points - Charge Point Read": "Grondstoffen - Charge Punten - Oplaadpunt lezen",
|
|
69
|
+
"Resources - Charge Points - Charge Point Delete": "Bronnen - Charge Points - Oplaadpunt Verwijderen",
|
|
70
|
+
"Resources - Charge Points - Available Personal Smart Charging Modes Listing": "Grondstoffen - Charge Punten - Beschikbare Persoonlijke Slimme Oplaadmodi Lijst",
|
|
71
|
+
"Resources - Charge Points - Charge Point Configurations Listing": "Bronnen - Charge Punten - Oplaadpunt Configuraties Lijst",
|
|
72
|
+
"Resources - Charge Points - Charge Point Configuration Read": "Grondstoffen - Charge Points - Charge Point configuratie lezen",
|
|
73
|
+
"Resources - Charge Points - Charge Point Configuration Update": "Grondstoffen - Charge Points - Charge Point configuratie bijwerken",
|
|
74
|
+
"Resources - Charge Points - Charge Point Evse Create": "Grondstoffen - Charge Points - Oplaadpunt Evenement Aanmaken",
|
|
75
|
+
"Resources - Charge Points - Charge Point Evses Listing": "Grondstoffen - Charge Points - Charge Point Gebeurtenissen Lijst",
|
|
76
|
+
"Resources - Charge Points - Charge Point Evse Update": "Grondstoffen - Charge Punten - Oplaadpunt Evenement Update",
|
|
77
|
+
"Resources - Charge Points - Charge Point Evse Read": "Grondstoffen - Charge Points - Oplaadpunt Evenement Lezen",
|
|
78
|
+
"Resources - Charge Points - Charge Point Evse Delete": "Bronnen - Charge Points - Oplaadpunt Evenement Verwijderen",
|
|
79
|
+
"Resources - Charge Points - Charge Point Evse Connectors Listing": "Grondstoffen - Charge Points - Charge Point Evse Connectors Listing",
|
|
80
|
+
"Resources - Charge Points - Charge Point Evse Connector Create": "Grondstoffen - Charge Points - Charge Point Evse Connector Maken",
|
|
81
|
+
"Resources - Charge Points - Charge Point Evse Connector Read": "Grondstoffen - Charge Punten - Oplaadpunt Evenement Connector lezen",
|
|
82
|
+
"Resources - Charge Points - Charge Point Evse Connector Update": "Grondstoffen - Charge Points - Charge Point Evse Connector Update",
|
|
83
|
+
"Resources - Charge Points - Charge Point Evse Connector Delete": "Grondstoffen - Charge Punten - Oplaadpunt Evenement Connector Verwijderen",
|
|
84
|
+
"Resources - Charge Points - List Charge Point Hardware Status Logs": "Grondstoffen - Charge Points - Lijst Oplaadpunt Hardware Status Logboeken",
|
|
85
|
+
"Resources - Charge Points - Get Charge Point Latest Hardware Status Log": "Grondstoffen - Charge Punten - Laatste laadpunt Hardware Status Log",
|
|
86
|
+
"Resources - Charge Points - Get Charge Point Latest Network Status Log": "Grondstoffen - Charge Punten - Krijg oplaadpunt laatste netwerkstatus log",
|
|
87
|
+
"Resources - Charge Points - List Charge Point Network Status Logs": "Grondstoffen - Charge Points - Lijst Charge Point Netwerkstatistieken",
|
|
88
|
+
"Resources - Charge Points - Charge Point Personal Smart Charging Preferences Read": "Grondstoffen - Oplaadpunten - Persoonlijk oplaadpunt Voorkeuren Lezen",
|
|
89
|
+
"Resources - Charge Points - Personal Smart Charging Preferences Update": "Grondstoffen - Charge Punten - Persoonlijke Slimme Opladen Voorkeuren Bijwerken",
|
|
90
|
+
"Resources - Charge Points - Charge Point Shared Partners Listing": "Grondstoffen - Charge Points - Charge Point Shared Partners Listing",
|
|
91
|
+
"Resources - Charge Points - Charge Point Shared Partners Sync": "Grondstoffen - Charge Punten - Charge Point Gedeelde Partners Sync",
|
|
92
|
+
"Resources - Charge Points - Charge Point Share Create": "Bronnen - Charge Points - Oplaadpunt Delen Creëer",
|
|
93
|
+
"Resources - Charge Points - Charge Point Shares Listing": "Grondstoffen - Charge Points - Charge Point Shares Listing",
|
|
94
|
+
"Resources - Charge Points - Charge Point Share Read": "Grondstoffen - Charge Punten - Oplaadpunt delen lezen",
|
|
95
|
+
"Resources - Charge Points - Chareg Point Share Delete": "Bronnen - Aanvalspunten - Deel Chareg-punt",
|
|
96
|
+
"Resources - Charge Points - Charge Point Smart Charging Update": "Grondstoffen - Charge Points - Smart Charge Point Update",
|
|
97
|
+
"Actions - Circuit - Attach Charge Point": "Acties - Circuit - Voeg laadpunt toe",
|
|
98
|
+
"Actions - Circuit - Detach Charge Point": "Acties - Circuit - Loskoppelen laadpunt",
|
|
99
|
+
"Actions - Circuit - Set Charge Point Priority": "Acties - Circuit - Stel Laadpunt Prioriteit in",
|
|
100
|
+
"Actions - Circuit - Set Charge Point EVSE Priority": "Acties - Circuit - Set Charge Punt EVSE prioriteit",
|
|
101
|
+
"Actions - Circuit - Set Circuit SoC Priority": "Acties - Circuit - Set Circuit SoC prioriteit",
|
|
102
|
+
"Actions - Circuit - Set Session Priority": "Acties - Circuit - Stel Sessie prioriteit in",
|
|
103
|
+
"Actions - Configuration Template - Apply To Charge Points": "Acties - Configuratiesjabloon - Toepassen op Charge Punten",
|
|
104
|
+
"Actions - Configuration Template - Bulk Create Variables": "Acties - Configuratiesjabloon - Bulk aanmaken Variabelen",
|
|
105
|
+
"Resources - Configuration Templates - List Configuration Templates": "Bronnen - Configuratiesjablonen - Lijstconfiguratie sjablonen",
|
|
106
|
+
"Resources - Configuration Templates - Create Configuration Template": "Bronnen - Configuratiesjablonen - Configuratiesjabloon aanmaken",
|
|
107
|
+
"Resources - Configuration Templates - Update Configuration Template": "Bronnen - Configuratiesjablonen - Configuratiesjabloon bijwerken",
|
|
108
|
+
"Resources - Configuration Templates - Get Configuration Template": "Bronnen - Configuratiesjablonen - Configuratiesjabloon ophalen",
|
|
109
|
+
"Resources - Configuration Templates - Delete Configuration Template": "Bronnen - Configuratiesjablonen - Configuratiesjabloon verwijderen",
|
|
110
|
+
"Resources - Configuration Templates - Configuration Template Variable Listing": "Bronnen - Configuratiesjablonen - Configuratie Template Variabele Lijst",
|
|
111
|
+
"Resources - Configuration Templates - Configuration Template Variable Create": "Bronnen - Configuratiesjablonen - Configuratiesjabloon aanmaken",
|
|
112
|
+
"Resources - Configuration Templates - Configuration Template Variable Update": "Bronnen - Configuratiesjablonen - Configuratiesjabloon variabele bijwerken",
|
|
113
|
+
"Resources - Configuration Templates - Configuration Template Variable Delete": "Bronnen - Configuratiesjablonen - Configuratie Template Variabele Verwijderen",
|
|
114
|
+
"Actions - Electricity Meter - Report Consumption": "Acties - Elektriciteitsmeter - Rapport Verbruik",
|
|
115
|
+
"Resources - Electricity Meters - Lising": "Grondstoffen - Elektriciteitsmeters - Lising",
|
|
116
|
+
"Resources - Electricity Meters - Create": "Bronnen - Elektriciteitsmeters - Aanmaken",
|
|
117
|
+
"Resources - Electricity Meters - Read": "Grondstoffen - Elektriciteitsmeters - lezen",
|
|
118
|
+
"Resources - Electricity Meters - Update": "Bronnen - Elektriciteitsmeters - Update",
|
|
119
|
+
"Resources - Electricity Meters - Delete": "Bronnen - Elektriciteitsmeters - Verwijderen",
|
|
120
|
+
"Resources - Electricity Rates - Electricity Rates Listing": "Grondstoffen - Elektriciteitstarieven - Elektriciteitstarieven",
|
|
121
|
+
"Resources - Electricity Rates - Create": "Bronnen - Elektriciteitstarieven - Aanmaken",
|
|
122
|
+
"Resources - Electricity Rates - Read": "Grondstoffen - Elektriciteitstarieven - lezen",
|
|
123
|
+
"Resources - Electricity Rates - Update": "Bronnen - Elektriciteitstarieven - Update",
|
|
124
|
+
"Resources - Electricity Rates - Delete": "Bronnen - Elektriciteitstarieven - Verwijderen",
|
|
125
|
+
"Resources - Electricity Rates - Electricity Rate Energy Mix Read": "Grondstoffen - Electricity Tarates - Electricity Rate Energy Mix Read",
|
|
126
|
+
"Resources - Electricity Rates - Energy Mix Update": "Grondstoffen - Elektriciteitstarieven - Update Energy Mix",
|
|
127
|
+
"Resources - Electricity Rates - Price Periods Listing": "Grondstoffen - Elektriciteit tarieven - Prijsperioden lijst",
|
|
128
|
+
"Resources - Electricity Rates - Price Periods Date Listing": "Grondstoffen - Elektriciteit tarieven - Prijsperioden datum lijst",
|
|
129
|
+
"Resources - Electricity Rates - Price Periods Date Read": "Grondstoffen - Elektriciteit tarieven - Lezen prijsperioden",
|
|
130
|
+
"Resources - Electricity Rates - Price Periods Date Create Or Update": "Bronnen - Elektriciteitstarieven - Aanmaken van prijstijden of bijwerken",
|
|
131
|
+
"Resources - Electricity Rates - Price Periods Date Delete": "Bronnen - Elektriciteit tarieven - Prijsperioden Verwijderen",
|
|
132
|
+
"Resources - Electricity Rates - Price Periods Week Day Listing": "Grondstoffen - Elektriciteit tarieven - Prijsperioden week dag aanbieding",
|
|
133
|
+
"Resources - Electricity Rates - Price Periods Week Day Read": "Grondstoffen - Elektriciteit tarieven - Prijsperioden week dag gelezen",
|
|
134
|
+
"Resources - Electricity Rates - Price Periods Week Day Createa Or Update": "Grondstoffen - Elektriciteit tarieven - Prijsperioden Week Day Createa of Update",
|
|
135
|
+
"Resources - Electricity Rates - Price Periods Week Day Delete": "Hulpmiddelen - Elektriciteitstarieven - Prijsperioden weekdag verwijderen",
|
|
136
|
+
"Actions - EVSE - Start Charging With EVSE Id": "Acties - EVSE - Opladen met EVSE Id",
|
|
137
|
+
"Actions - EVSE - Trigger Message": "Acties - EVSE - Trigger Bericht",
|
|
138
|
+
"Resources - Evse Downtime Periods - Listing": "Hulpbronnen - Evenement Downtime Perioden - Lijst",
|
|
139
|
+
"Resources - Evse Downtime Periods - Create": "Bronnen - Evse Downtime Perioden - Aanmaken",
|
|
140
|
+
"Resources - Evse Downtime Periods - Read": "Middelen - Evenement Downtime Perioden - Lezen",
|
|
141
|
+
"Resources - Evse Downtime Periods - Update": "Hulpbronnen - Evenement Downtime Perioden - Bijwerken",
|
|
142
|
+
"Resources - Evse Downtime Periods - Delete": "Bronnen - Evse Downtime Perioden - Verwijderen",
|
|
143
|
+
"Actions - Flexibility Asset - Change Flexibility Asset Status": "Acties - Flexibiliteitsasset - Status van flexibiliteitsinstrument wijzigen",
|
|
144
|
+
"Actions - Flexibility Asset - Create Activation Request": "Acties - Flexibiliteitsasset - Aanmaken activatieverzoek",
|
|
145
|
+
"Resources - Flexibility Activation Requests - List": "Bronnen - Flexibiliteitsactiveringsverzoeken - Lijst",
|
|
146
|
+
"Resources - Flexibility Activation Requests - Get Flexibility Activation Request": "Bronnen - Flexibiliteitsactiveringsverzoeken - Flexibiliteitsactiveringsverzoek opvragen",
|
|
147
|
+
"Resources - Flexibility Assets - Create": "Bronnen - Flexibiliteitscontent - Aanmaken",
|
|
148
|
+
"Resources - Flexibility Assets - List": "Bronnen - Flexibiliteitscontent - Lijst",
|
|
149
|
+
"Resources - Flexibility Assets - Update": "Bronnen - Flexibiliteitscontent - Update",
|
|
150
|
+
"Resources - Flexibility Assets - Get": "Grondstoffen - Flexibiliteitsmateriaal - Krijg",
|
|
151
|
+
"Resources - Flexibility Assets - Delete": "Bronnen - Flexibiliteitscontent - Verwijderen",
|
|
152
|
+
"Resources - Flexibility Assets - Get Historical Time Series": "Bronnen - Flexibiliteitsactiviteiten- Krijg historische tijdseries",
|
|
153
|
+
"Resources - Flexibility Assets - Get Time Series Forecast": "Bronnen - Assets flexibiliteit - Krijg Tijdserie Weersverwachting",
|
|
154
|
+
"Actions - Id Tag - Certificate Reissue An EMAID": "Acties - Id Tag - Certificate Reissue van een E-Mail ID",
|
|
155
|
+
"Resources - Id Tags - Listing": "Bronnen - id tags - lijst",
|
|
156
|
+
"Resources - Id Tags - Create": "Bronnen - id tags - Aanmaken",
|
|
157
|
+
"Resources - Id Tags - Read": "Bronnen - id tags - lezen",
|
|
158
|
+
"Resources - Id Tags - Update": "Bronnen - id tags - bijwerken",
|
|
159
|
+
"Resources - Id Tags - Delete": "Bronnen - id tags - Verwijderen",
|
|
160
|
+
"Actions - Locations - Check Booking Availability": "Acties - Locaties - Controleer beschikbaarheid reserveringen",
|
|
161
|
+
"Resources - Locations - Create": "Bronnen - Locaties - Aanmaken",
|
|
162
|
+
"Resources - Locations - Listing": "Bronnen - Locaties - Lijst",
|
|
163
|
+
"Resources - Locations - Update": "Bronnen - locaties - bijwerken",
|
|
164
|
+
"Resources - Locations - Read": "Bronnen - Locaties - Lezen",
|
|
165
|
+
"Resources - Locations - Delete": "Bronnen - Locaties - Verwijderen",
|
|
166
|
+
"Resources - Locations - Listing Charging Zones": "Bronnen - Locaties - Lijst oplaadzones",
|
|
167
|
+
"Resources - Locations - Create Charging Zone": "Bronnen - Locaties - Maak oplaadzone aan",
|
|
168
|
+
"Resources - Locations - Read Charging Zone": "Resources - Locaties - Lees oplaadzone",
|
|
169
|
+
"Resources - Locations - Update Charging Zone": "Resources - Locaties - Update Charging Zone",
|
|
170
|
+
"Resources - Locations - Delete Charging Zone": "Bronnen - Locaties - Opladen Zone verwijderen",
|
|
171
|
+
"Actions - Notifications - Resend Failed": "Acties - Meldingen - Opnieuw verzenden mislukt",
|
|
172
|
+
"Actions - Parking Spaces - Update Occupancy Status": "Acties - Parking Spaties - Update Bezettings Status",
|
|
173
|
+
"Resources - Parking Spaces - Create": "Bronnen - Parkeerplaatsen - Aanmaken",
|
|
174
|
+
"Resources - Parking Spaces - List": "Bronnen - Parkeerplaatsen - Lijst",
|
|
175
|
+
"Resources - Parking Spaces - Update": "Bronnen - Parkeerplaatsen - Update",
|
|
176
|
+
"Resources - Parking Spaces - Get": "Bronnen - Parkeerplaatsen - Krijg",
|
|
177
|
+
"Resources - Parking Spaces - Delete": "Bronnen - Parkeerplaatsen - Verwijderen",
|
|
178
|
+
"Actions - Provisioning Certificate - Certificate Issue An EMAID": "Acties - Voorlopig certificaat - Certificaat Issue Een EMAID",
|
|
179
|
+
"Resources - Provisioning Certificates - Create Pc Id": "Bronnen - Provisionencertificaten - Maak Pc Id",
|
|
180
|
+
"Resources - Provisioning Certificates - List Pc Ids": "Bronnen - Proviserende Certificaten - Lijst Pc Ids",
|
|
181
|
+
"Resources - Provisioning Certificates - Update Pc Id": "Bronnen - Voorlopige Certificaten - Update Pc Id",
|
|
182
|
+
"Resources - Provisioning Certificates - Get Pc Id": "Bronnen - Proviserende Certificaten - Krijg Pc Id",
|
|
183
|
+
"Resources - Provisioning Certificates - Delete Pc Id": "Bronnen - Proviserende Certificaten - Verwijder Pc Id",
|
|
184
|
+
"Actions - Reservation - Reservation Cancel": "Acties - Reservering - Reservering Annuleren",
|
|
185
|
+
"Actions - Roaming Operator - Update Custom Tariff Filter Tariff": "Acties - Roaming Operator - Bewerk aangepast tarieftarief",
|
|
186
|
+
"Resources - Roaming Connections - List Roaming Connections": "Bronnen - Roaming Verbindingen - Lijst Roaming Verbindingen",
|
|
187
|
+
"Resources - Roaming Connections - Get Roaming Connection": "Hulpbronnen - Roamingverbindingen - Roaming-verbinding krijgen",
|
|
188
|
+
"Resources - Roaming Operators - Roaming Operators Listing": "Bronnen - roamingoperatoren - Roamingoperatoren lijst",
|
|
189
|
+
"Resources - Roaming Operators - Roaming Operator Read": "Hulpbronnen - roamingoperators - Roaming Operator Lees",
|
|
190
|
+
"Resources - Roaming Operators - Roaming Operator Update": "Hulpbronnen - roamingoperators - Roaming Operator update",
|
|
191
|
+
"Resources - Roaming Operators - List Roaming Custom Tariff Filters": "Bronnen - Roaming Operators - Lijst Roaming Aangepaste Tarief Filters",
|
|
192
|
+
"Resources - Roaming Operators - Create Roaming Custom Tariff Filter": "Bronnen - Roaming operators - Roaming aangepast tarief filter maken",
|
|
193
|
+
"Resources - Roaming Operators - Reorder Roaming Custom Tariff Filters": "Bronnen - roamingoperators - Draai aangepaste tarieffilters voor roaming aanpassen",
|
|
194
|
+
"Resources - Roaming Operators - Get Roaming Custom Tariff Filter": "Bronnen - Roamingoperatoren - Roaming aangepast tarief filter ophalen",
|
|
195
|
+
"Resources - Roaming Operators - Update Roaming Custom Tariff Filter": "Bronnen - Roamingoperators - Roaming aangepast tarieffilter bijwerken",
|
|
196
|
+
"Resources - Roaming Operators - Delete Roaming Custom Tariff Filter": "Bronnen - roamingoperators - Verwijder aangepaste roamingfilter",
|
|
197
|
+
"Resources - Roaming Providers - Listing": "Bronnen - Roaming Providers - Lijst",
|
|
198
|
+
"Resources - Roaming Providers - Create": "Bronnen - Roaming Providers - Aanmaken",
|
|
199
|
+
"Resources - Roaming Providers - Read": "Bronnen - Roaming Providers - lezen",
|
|
200
|
+
"Resources - Roaming Providers - Update": "Bronnen - Roaming Providers - Update",
|
|
201
|
+
"Resources - Roaming Providers - Delete": "Bronnen - Roaming Providers - Verwijderen",
|
|
202
|
+
"Resources - Roaming Tariffs - Listing": "Bronnen - Roamingtarieven - Lijst",
|
|
203
|
+
"Resources - Roaming Tariffs - Read": "Bronnen - Roamingtarieven - lezen",
|
|
204
|
+
"Resources - Roaming Tariffs - Update": "Bronnen - Roamingtarieven - Update",
|
|
205
|
+
"Actions - Session - Assign To User": "Acties - Sessie toewijzen aan gebruiker",
|
|
206
|
+
"Actions - Session - Retry Payment": "Acties - Sessie - Betaling opnieuw proberen",
|
|
207
|
+
"Actions - Subscription Plans - Replace": "Acties - Abonnementsplannen - Vervang",
|
|
208
|
+
"Resources - Subscription Plans - Listing": "Hulpmiddelen - Abonnementsplannen - Lijst",
|
|
209
|
+
"Resources - Subscription Plans - Create": "Bronnen - Abonnementsplannen - Aanmaken",
|
|
210
|
+
"Resources - Subscription Plans - Read": "Hulpmiddelen - Abonnementsplannen - Lezen",
|
|
211
|
+
"Resources - Subscription Plans - Update": "Hulpmiddelen - Abonnementsplannen - Bijwerken",
|
|
212
|
+
"Resources - Subscription Plans - Delete": "Bronnen - Abonnementsplannen - Verwijderen",
|
|
213
|
+
"Actions - Tariffs - Set Display Information": "Acties - Tarieven - Weergaveinformatie instellen",
|
|
214
|
+
"Resources - Tariffs - Listing": "Grondstoffen - Tarieven - Lijst",
|
|
215
|
+
"Resources - Tariffs - Create": "Bronnen - Tarieven - Aanmaken",
|
|
216
|
+
"Resources - Tariffs - Read": "Grondstoffen - Tarieven - Lezen",
|
|
217
|
+
"Resources - Tariffs - Update": "Bronnen - Tarieven - Update",
|
|
218
|
+
"Resources - Tariffs - Delete": "Bronnen - Tarieven - Verwijderen",
|
|
219
|
+
"Actions - Transactions - Issue Invoice": "Acties - Transacties - Issue Factuur",
|
|
220
|
+
"Actions - Transactions - Resend Invoice": "Acties - Transacties - Factuur opnieuw verzenden",
|
|
221
|
+
"Actions - Transactions - Update Payment Reference": "Acties - Transacties - Update betalingsreferentie",
|
|
222
|
+
"Resources - Transactions - Listing": "Bronnen - Transacties - Overzicht",
|
|
223
|
+
"Resources - Transactions - Create": "Bronnen - Transacties - Aanmaken",
|
|
224
|
+
"Resources - Transactions - Read": "Bronnen - Transacties - Lezen",
|
|
225
|
+
"Resources - Transactions - Update": "Bronnen - Transacties - Bijwerken",
|
|
226
|
+
"Actions - Users - Activate Subscription": "Acties - Gebruikers - Activeer Abonnement",
|
|
227
|
+
"Actions - Users - Add Balance": "Acties - Gebruikers - Saldo Toevoegen",
|
|
228
|
+
"Actions - Users - Apply Custom Fee": "Acties - Gebruikers - Aangepaste vergoeding toepassen",
|
|
229
|
+
"Actions - Users - Cancel Subscription": "Acties - Gebruikers - Abonnement annuleren",
|
|
230
|
+
"Actions - Users - Change Status": "Acties - Gebruikers - Status wijzigen",
|
|
231
|
+
"Actions - Users - Clear Subscription Amount Due": "Acties - Gebruikers - Verwijder abonnementsbedrag verschuldigd",
|
|
232
|
+
"Actions - Users - Export All Private Data": "Acties - Gebruikers - Exporteer alle Privégegevens",
|
|
233
|
+
"Actions - Users - Redeem Voucher": "Acties - Gebruikers - Voucher inwisselen",
|
|
234
|
+
"Resources - Users - Users Listing": "Bronnen - Gebruikers - Gebruikers Lijst",
|
|
235
|
+
"Resources - Users - User Create": "Bronnen - Gebruikers - Aanmaken door gebruiker",
|
|
236
|
+
"Resources - Users - User Read": "Bronnen - Gebruikers - Gebruiker lezen",
|
|
237
|
+
"Resources - Users - User Update": "Bronnen - Gebruikers - Gebruiker bijwerken",
|
|
238
|
+
"Resources - Users - User Delete": "Bronnen - Gebruikers - Gebruiker Verwijderen",
|
|
239
|
+
"Resources - Users - Invoice Details Read": "Bronnen - Gebruikers - Factuurgegevens gelezen",
|
|
240
|
+
"Resources - Users - Invoice Details Create Or Update": "Bronnen - Gebruikers - Factuurgegevens aanmaken of bijwerken",
|
|
241
|
+
"Resources - Users - Payment Methods Listing": "Bronnen - Gebruikers - Betalingsmethoden Lijst",
|
|
242
|
+
"Resources - Users - Payment Method Create": "Bronnen - Gebruikers - Betaalmethode aanmaken",
|
|
243
|
+
"Resources - Users - Payment Method Read": "Bronnen - Gebruikers - Betalingsmethode lezen",
|
|
244
|
+
"Resources - Users - Payment Method Update": "Bronnen - Gebruikers - Betalingsmethode bijwerken",
|
|
245
|
+
"Resources - Users - Payment Method Delete": "Bronnen - Gebruikers - Betaalmethode Verwijderen",
|
|
246
|
+
"Notifications - V2.0 - Notifications Subscribe": "Meldingen - V2.0 - Meldingen abonneren",
|
|
247
|
+
"Notifications - V2.0 - Notifications Listing": "Meldingen - V2.0 - Notificatielijsten",
|
|
248
|
+
"Notifications - V2.0 - Notification Read": "Meldingen - V2.0 - Notificatie gelezen",
|
|
249
|
+
"Notifications - V2.0 - Notifications Create": "Meldingen - V2.0 - Notificaties Aanmaken",
|
|
250
|
+
"Notifications - V2.0 - Notifications Unsubscribe": "Meldingen - V2.0 - Meldingen uitschrijven",
|
|
251
|
+
"Resources - Authorizations - Authorizations Listing": "Grondstoffen - autorisaties - Lijst van autorisaties",
|
|
252
|
+
"Resources - Authorizations - Authorization Read": "Hulpmiddelen - autorisaties - Machtiging gelezen",
|
|
253
|
+
"Resources - Booking Requests - Booking Requests Listing": "Bronnen - Boeking verzoeken - Lijst van verzoeken",
|
|
254
|
+
"Resources - Booking Requests - Create": "Bronnen - Boeking verzoeken - Aanmaken",
|
|
255
|
+
"Resources - Booking Requests - Read": "Bronnen - Boekingsverzoeken - Lezen",
|
|
256
|
+
"Resources - Bookings - Listing": "Bronnen - Boekingen - Lijst",
|
|
257
|
+
"Resources - Bookings - Read": "Bronnen - Boekingen - Lezen",
|
|
258
|
+
"Resources - Cdrs - Listing": "Bronnen - Cdrs - Lijst",
|
|
259
|
+
"Resources - Cdrs - Read": "Bronnen - Cdrs - lezen",
|
|
260
|
+
"Resources - Circuits - Circuits Listing": "Grondstoffen - Circuits - Circuits Lijst",
|
|
261
|
+
"Resources - Circuits - Create": "Bronnen - Circuits - Maken",
|
|
262
|
+
"Resources - Circuits - Read": "Grondstoffen - Circuits - Lezen",
|
|
263
|
+
"Resources - Circuits - Update": "Bronnen - Circuits - Update",
|
|
264
|
+
"Resources - Circuits - Delete": "Bronnen - Circuits - Verwijderen",
|
|
265
|
+
"Resources - Circuits - Circuit Charge Point Priorities Listing": "Grondstoffen - Circuit - Circuit Charcuit Laadpunten Prioriteiten Lijst",
|
|
266
|
+
"Resources - Circuits - Circuit Consumption": "Grondstoffen - Circuit - Verbruik van Circuit",
|
|
267
|
+
"Resources - Circuits - Circuit Soc Priorities Listing": "Grondstoffen - Circuit - Circuit Soc Priorities Listing",
|
|
268
|
+
"Resources - Circuits - Circuit Unmanaged Load Read": "Grondstoffen - Circuits - Circuit niet beheerde Lading",
|
|
269
|
+
"Resources - Circuits - Circuit User Priorities Listing": "Grondstoffen - Circuit - Gebruikersprioriteiten lijst",
|
|
270
|
+
"Resources - Circuits - Circuit User Priority Create": "Grondstoffen - Circuits - Gebruikersprioriteit Maken",
|
|
271
|
+
"Resources - Circuits - Circuit User Priority Read": "Grondstoffen - Circuit - Gebruikersprioriteit Gelezen",
|
|
272
|
+
"Resources - Circuits - Circuit User Priority Update": "Grondstoffen - Circuit - Gebruiker Prioriteit Update",
|
|
273
|
+
"Resources - Circuits - Circuit User Priority Delete": "Grondstoffen - Circuits - Circuit Gebruiker Prioriteit Verwijderen",
|
|
274
|
+
"Resources - Contact Details - Contact Details Read": "Bronnen - Contactgegevens - Contactgegevens lezen",
|
|
275
|
+
"Resources - Contact Details - Contact Details Update": "Bronnen - Contactgegevens - Contactgegevens bijwerken",
|
|
276
|
+
"Resources - Contact Details - Contact Details Delete": "Bronnen - Contactgegevens - Verwijderen contactgegevens",
|
|
277
|
+
"Resources - Currencies - Listing": "Grondstoffen - Valuta - Lijst",
|
|
278
|
+
"Resources - Currencies - Create": "Grondstoffen - Valuta - Aanmaken",
|
|
279
|
+
"Resources - Currencies - Read": "Grondstoffen - Valuta - lezen",
|
|
280
|
+
"Resources - Currencies - Update": "Grondstoffen - Valuta - Update",
|
|
281
|
+
"Resources - Currency Rates - Create": "Grondstoffen - Valuta-tarieven - Aanmaken",
|
|
282
|
+
"Resources - Currency Rates - List": "Grondstoffen - Wisselkoersen - Lijst",
|
|
283
|
+
"Resources - Currency Rates - Update": "Grondstoffen - Valuta-tarieven - Update",
|
|
284
|
+
"Resources - Currency Rates - Get": "Grondstoffen - Wisselkoersen - Krijg",
|
|
285
|
+
"Resources - Currency Rates - Delete": "Grondstoffen - Valutapercentages - Verwijderen",
|
|
286
|
+
"Resources - Custom Fees - Listing": "Bronnen - Aangepaste kosten - Lijst",
|
|
287
|
+
"Resources - Custom Fees - Read": "Bronnen - Aangepaste kosten - lezen",
|
|
288
|
+
"Resources - Downtime Period Notices - Get Downtime Period Notices": "Bronnen - Downtime Periode - Ontvang Downtime Periode",
|
|
289
|
+
"Resources - Downtime Period Notices - Post Downtime Period Notice": "Bronnen - Downtime Periode - Post Downtime Notificatie",
|
|
290
|
+
"Resources - Downtime Period Notices - Get": "Bronnen - Downtime Periode - Ontvang",
|
|
291
|
+
"Resources - Downtime Period Notices - Patch Downtime Period Notice": "Bronnen - Downtime Periode - Notificaties - Patch Downtime Notificatie",
|
|
292
|
+
"Resources - Downtime Period Notices - Delete": "Bronnen - Downtime Periode - Verwijder",
|
|
293
|
+
"Resources - Evses - List Evse Hardware Status Logs": "Hulpbronnen - Gebeurtenissen - Lijst Evenementen Hardware Status Logboeken",
|
|
294
|
+
"Resources - Evses - Get Evse Latest Hardware Status Log": "Bronnen - Gebeurtenissen - Ontvang laatste Hardware Status Log",
|
|
295
|
+
"Resources - Evses - Create": "Hulpmiddelen - Gebeurtenissen - Aanmaken",
|
|
296
|
+
"Resources - Evses - Listing": "Bronnen - Gebeurtenissen - Lijst",
|
|
297
|
+
"Resources - Evses - Update": "Hulpmiddelen - Gebeurtenissen - bijwerken",
|
|
298
|
+
"Resources - Evses - Read": "Hulpmiddelen - Afspraken - Lezen",
|
|
299
|
+
"Resources - Evses - Evse Delete": "Bronnen - Gebeurtenissen - Verwijderen van gebeurtenissen",
|
|
300
|
+
"Resources - Faqs - Listing": "Bronnen - Faqs - Lijst",
|
|
301
|
+
"Resources - Faqs - Create": "Bronnen - Faqs - Aanmaken",
|
|
302
|
+
"Resources - Faqs - Faq Read": "Bronnen - Faqs - Lezen faq",
|
|
303
|
+
"Resources - Faqs - Update": "Bronnen - Faqs - Bijwerken",
|
|
304
|
+
"Resources - Faqs - Faq Delete": "Bronnen - Faqs verwijderen",
|
|
305
|
+
"Resources - Firmware Versions - Listing": "Bronnen - Firmware versies - Lijst",
|
|
306
|
+
"Resources - Firmware Versions - Read": "Bronnen - Firmware versies - lezen",
|
|
307
|
+
"Resources - Firmware Versions - Get Attached Models": "Bronnen - Firmware versies - Bijgevoegde Modellen ophalen",
|
|
308
|
+
"Resources - Installer Jobs - Get Installer Jobs List": "Resources - Installer Jobs - Get Installer Jobs List",
|
|
309
|
+
"Resources - Installer Jobs - Create": "Hulpmiddelen - Installer Jobs - Aanmaken",
|
|
310
|
+
"Resources - Installer Jobs - Get": "Bronnen - Installer Jobs - Krijg",
|
|
311
|
+
"Resources - Installer Jobs - Update": "Bronnen - Installer Jobs - Update",
|
|
312
|
+
"Resources - Installer Jobs - Delete": "Bronnen - Installer Jobs - Verwijderen",
|
|
313
|
+
"Resources - Invoices - Listing": "Bronnen - Facturen - Lijst",
|
|
314
|
+
"Resources - Invoices - Read": "Grondstoffen - Facturen - lezen",
|
|
315
|
+
"Resources - Partner Contracts - Listing": "Bronnen - Partnercontracten - Lijst",
|
|
316
|
+
"Resources - Partner Contracts -Create": "Bronnen - Partner Contracts -Create",
|
|
317
|
+
"Resources - Partner Contracts - Read": "Bronnen - Partnercontracten - Lees",
|
|
318
|
+
"Resources - Partner Contracts - Update": "Bronnen - Partnercontracten - Bijwerken",
|
|
319
|
+
"Resources - Partner Contracts - Delete": "Bronnen - Partnercontracten - Verwijderen",
|
|
320
|
+
"Resources - Partner Expenses - Expenses Listing": "Bronnen - Partner Uitgaven - Uitgaven Overzicht van uitgaven",
|
|
321
|
+
"Resources - Partner Invites - Listing": "Hulpmiddelen - Uitnodigingen voor Partner - Lijst",
|
|
322
|
+
"Resources - Partner Invites - Create": "Bronnen - Partner Uitnodigingen - Aanmaken",
|
|
323
|
+
"Resources - Partner Invites - Read": "Hulpmiddelen - Uitnodigingen voor Partner - lezen",
|
|
324
|
+
"Resources - Partner Invites - Update": "Hulpmiddelen - Uitnodigingen voor Partner - Update",
|
|
325
|
+
"Resources - Partner Invites - Partner Invite Delete": "Bronnen - Partner Uitnodigingen - Partner Invite Delete",
|
|
326
|
+
"Resources - Partner Revenues - Revenues Listing": "Middelen - Partnerinkomsten - Inkomsten - Opbrengsten",
|
|
327
|
+
"Resources - Partner Settlement Reports - Listing": "Hulpbronnen - Partnerafrekeningsrapporten - Lijst",
|
|
328
|
+
"Resources - Partner Settlement Reports - Read": "Hulpmiddelen - Partnerafrekeningsrapporten - lezen",
|
|
329
|
+
"Resources - Partner Settlement Reports - Listing Partner Settlement Records": "Bronnen - Partnerafrekeningsrapporten - Lijst Partner-afrekeningsrecords",
|
|
330
|
+
"Resources - Partner Settlement Reports - Create Partner Settlement Record": "Hulpmiddelen - Partnerafrekeningsrapporten - Maak Partner Settlement Record",
|
|
331
|
+
"Resources - Partner Settlement Reports - Read Partner Settlement Record": "Hulpmiddelen - Partnerafrekeningsrapporten - Lees partner-afrekeningsrecord",
|
|
332
|
+
"Resources - Partner Settlement Reports - Update Partner Settlement Record": "Hulpmiddelen - Partnerafrekeningsrapporten - Update Partner Settlement Record",
|
|
333
|
+
"Resources - Partner Settlement Reports - Delete Partner Settlement Record": "Bronnen - Partnerafrekeningsrapporten - Verwijder Partner-afrekeningsrecord",
|
|
334
|
+
"Resources - Partners - Listing": "Hulpmiddelen - Partners - Lijst",
|
|
335
|
+
"Resources - Partners - Create": "Hulpmiddelen - Partners - Maken",
|
|
336
|
+
"Resources - Partners - Read": "Hulpmiddelen - Partners - Lees",
|
|
337
|
+
"Resources - Partners - Update": "Hulpmiddelen - Partners - Update",
|
|
338
|
+
"Resources - Partners - Delete": "Bronnen - Partners - Verwijderen",
|
|
339
|
+
"Resources - Payment Terminals - Get Payment Terminals": "Hulpmiddelen - Betalingsvoorwaarden - Krijg betalingstermijnen",
|
|
340
|
+
"Resources - Payment Terminals - Create Payment Terminal": "Hulpmiddelen - BetalingsTerminals - Maak betalingsterminal aan",
|
|
341
|
+
"Resources - Payment Terminals - Get Payment Terminal": "Hulpmiddelen - BetalingsTerminals - Vraag betalingsvoorwaarden aan",
|
|
342
|
+
"Resources - Payment Terminals - Update Payment Terminal": "Hulpmiddelen - Betaling Terminals - Update betalings Terminal",
|
|
343
|
+
"Resources - Payment Terminals - Delete Payment Terminal": "Resources - Payment Terminals - Delete Payment Terminal",
|
|
344
|
+
"Resources - Receipts - Receipts Listing": "Bronnen - bonnen - bonnen lijst",
|
|
345
|
+
"Resources - Receipts - Receipt Read": "Grondstoffen - Bonnen - Ontvangstbewijs gelezen",
|
|
346
|
+
"Resources - Reservations - Reservations Listing": "Bronnen - Reserveringen - Reserveringen Lijst",
|
|
347
|
+
"Resources - Reservations - Reservation Read": "Hulpmiddelen - Reserveringen - Reservering Lezen",
|
|
348
|
+
"Resources - Security Events - Security Events Listing": "Resources - Security Events - Security Events Listing",
|
|
349
|
+
"Resources - Security Events - Security Event Read": "Bronnen - Beveiligings Gebeurtenissen - Beveiligingsgebeurtenis gelezen",
|
|
350
|
+
"Resources - Sessions - Listing": "Bronnen - sessies - Lijst",
|
|
351
|
+
"Resources - Sessions - Read": "Bronnen - sessies - lezen",
|
|
352
|
+
"Resources - Sessions - Read Sessions Consumption Stats": "Hulpmiddelen - Sessies - Lees Sessies Verbruik Stats",
|
|
353
|
+
"Resources - Settings - Settings Listing": "Bronnen - Instellingen - Instellingen Lijst",
|
|
354
|
+
"Resources - Sub Operators - Listing": "Bronnen - Sub-operators - Lijst",
|
|
355
|
+
"Resources - Sub Operators - Read": "Bronnen - Sub-operators - lezen",
|
|
356
|
+
"Resources - Subscriptions - Subscriptions Listing": "Hulpmiddelen - Abonnementen - Abonnementen Lijst",
|
|
357
|
+
"Resources - Subscriptions - Subscription Read": "Hulpmiddelen - Abonnementen - Lezen abonnement",
|
|
358
|
+
"Resources - Tariff Groups - Listing": "Bronnen - Tarief Groepen - Lijst",
|
|
359
|
+
"Resources - Tariff Groups - Create": "Bronnen - Tarief Groepen - Aanmaken",
|
|
360
|
+
"Resources - Tariff Groups - Read": "Bronnen - Tarief Groepen - lezen",
|
|
361
|
+
"Resources - Tariff Groups - Update": "Bronnen - Tarief Groepen - Update",
|
|
362
|
+
"Resources - Tariff Groups - Delete": "Bronnen - Tarief Groepen - Verwijderen",
|
|
363
|
+
"Resources - Tariff Snapshots - Read Tariff Snapshot": "Bronnen - Tarief snapshots - Lees tarief snapshot",
|
|
364
|
+
"Resources - Tax Identification Numbers - Listing": "Bronnen - BTW-identificatienummers - Lijst",
|
|
365
|
+
"Resources - Tax Identification Numbers - Create": "Bronnen - Belastingidentificatienummers - Aanmaken",
|
|
366
|
+
"Resources - Tax Identification Numbers - Read": "Bronnen - Btw-identificatienummers - lezen",
|
|
367
|
+
"Resources - Tax Identification Numbers - Update": "Bronnen - identificatienummers van BTW - Bijwerken",
|
|
368
|
+
"Resources - Tax Identification Numbers - Delete": "Bronnen - BTW-identificatienummers - Verwijderen",
|
|
369
|
+
"Resources - Taxes - Listing": "Bronnen - Belastingen - Lijst",
|
|
370
|
+
"Resources - Taxes - Create": "Bronnen - Belastingen - Aanmaken",
|
|
371
|
+
"Resources - Taxes - Read": "Bronnen - Belastingen - lezen",
|
|
372
|
+
"Resources - Taxes - Update": "Bronnen - Belastingen - Update",
|
|
373
|
+
"Resources - Taxes - Delete": "Bronnen - Belastingen - Verwijderen",
|
|
374
|
+
"Resources - Templates - Templates Listing": "Bronnen - Templates - Templates lijst",
|
|
375
|
+
"Resources - Terms And Policies - Listing": "Grondstoffen - Voorwaarden en Beleid - Lijst",
|
|
376
|
+
"Resources - Terms And Policies - Read": "Grondstoffen - Voorwaarden en Beleid - Lezen",
|
|
377
|
+
"Resources - Top Up Packages - Listing": "Bronnen - Pakketten Opwaarderen - Lijst",
|
|
378
|
+
"Resources - Top Up Packages - Create": "Bronnen - Boven Pakketten Aanmaken",
|
|
379
|
+
"Resources - Top Up Packages - Read": "Hulpbronnen - Boven Pakketten - lezen",
|
|
380
|
+
"Resources - Top Up Packages - Update": "Bronnen - Pakketten Opwaarderen - Bijwerken",
|
|
381
|
+
"Resources - Top Up Packages - Delete": "Bronnen - Pakketten Aanpassen - Verwijderen",
|
|
382
|
+
"Resources - User Groups - Listing": "Bronnen - Gebruikersgroepen - Lijst",
|
|
383
|
+
"Resources - User Groups - Create": "Bronnen - Gebruikersgroepen - Aanmaken",
|
|
384
|
+
"Resources - User Groups - Read": "Bronnen - Gebruikersgroepen - lezen",
|
|
385
|
+
"Resources - User Groups - Update": "Bronnen - Gebruikersgroepen - Update",
|
|
386
|
+
"Resources - User Groups - Delete": "Bronnen - Gebruikersgroepen - Verwijderen",
|
|
387
|
+
"Resources - Utilities - List Utilities": "Hulpmiddelen - Hulpmiddelen - Lijst Benutsvoorzieningen",
|
|
388
|
+
"Resources - Utilities - Create Utility": "Grondstoffen - Hulpprogramma's - Maak nut aan",
|
|
389
|
+
"Resources - Utilities - Get Utility": "Grondstoffen - Nutsvoorzieningen - Krijg nut",
|
|
390
|
+
"Resources - Utilities - Update Utility": "Grondstoffen - Hulpprogramma's - Update nut",
|
|
391
|
+
"Resources - Utilities - Delete Utility": "Grondstoffen - Hulpprogramma's - Verwijder hulpprogramma",
|
|
392
|
+
"Resources - Vendor Error Codes - Vendor Error Codes Listing": "Bronnen - Leveranciersfoutcodes - Leverancier foutcodes lijst",
|
|
393
|
+
"Resources - Vendor Error Codes - Vendor Error Code Create": "Bronnen - Leverancier Foutcodes - Leverancier Foutcode aanmaken",
|
|
394
|
+
"Resources - Vendor Error Codes - Vendor Error Code Read": "Bronnen - Leverancier Foutcodes - Leverancier Foutcode lezen",
|
|
395
|
+
"Resources - Vendor Error Codes - Vendor Error Code Update": "Bronnen - Leverancier Foutcodes - Leverancier Code bijwerken",
|
|
396
|
+
"Resources - Vendor Error Codes - Vendor Error Code Delete": "Bronnen - Leverancier Foutcodes - Verwijderen van leverancierscode",
|
|
397
|
+
"Resources - Vouchers - Vouchers Listing": "Grondstoffen - kortingscodes - overzicht",
|
|
398
|
+
"Resources - Vouchers - Voucher Create": "Bronnen - kortingscodes - aanmaken",
|
|
399
|
+
"Resources - Vouchers - Voucher Read": "Grondstoffen - kortingscodes - lezen",
|
|
400
|
+
"Resources - Vouchers - Voucher Update": "Bronnen - kortingscodes - Update waardebon",
|
|
401
|
+
"Resources - Vouchers - Voucher Delete": "Bronnen - kortingscodes - Verwijderen waardebon",
|
|
402
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
403
|
+
"Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.": "Verander de beschikbaarheid naar beschikbaar of niet beschikbaar. Een laadpunt is niet beschikbaar wanneer het geen aanrekenen toestaat.",
|
|
404
|
+
"Change the owner of the Charge Point.": "Verander de eigenaar van het laadpunt.",
|
|
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).": "Als u geen netwerkID gebruikt en geen andere criteria gebruikt in het lichaam, dan zal het oplaadprofiel van het oplaadpunt gewist worden (ChargePointMaxProfile).",
|
|
406
|
+
"Request a get diagnostics upload from the charge point.": "Vraag een diagnostische upload aan vanaf het oplaadpunt.",
|
|
407
|
+
"Charge Point / Get Security Log. ": "Oplaadpunt / Krijg Beveiligingslog. ",
|
|
408
|
+
"Move one or more EVSEs from this charge point to a satellite charge point.": "Verplaats een of meer EVSE's van dit oplaadpunt naar een satellietoplaadpunt.",
|
|
409
|
+
"Reserve an evse.": "Reserveer een eve.",
|
|
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.": "Reset het huidige beveiligingsprofiel van het laadpunt in de backend. De volgende keer dat het oplaadpunt verbindt, de backend zal de verbinding accepteren en het huidige beveiligingsprofiel bijwerken met het oplaadpunt dat daadwerkelijk wordt gebruikt om de verbinding te maken.",
|
|
411
|
+
"Reset a charge point.": "Reset een opstartpunt.",
|
|
412
|
+
"Charge Point / Send Data Transfer.": "Gegevenspunt / Data transfer verzenden.",
|
|
413
|
+
"Set a smart charging profile.": "Stel een slim oplaadprofiel in.",
|
|
414
|
+
"Start a charging session.": "Een oplaadsessie starten.",
|
|
415
|
+
"Stop a charging session.": "Een laadsessie stoppen.",
|
|
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.": "Stuur een gedeeltelijke of volledige sync configuratieaanvraag naar het laadpunt. U krijgt een requerstId dat u kunt controleren met behulp van ChargePointSyncNotificatie. Houd er rekening mee dat oproepen van deze actie niet vereist is, want elke keer dat de oplaad punt opstart wordt de configuratie automatisch gesynchroniseerd.",
|
|
417
|
+
"Trigger message to given Charge Point.": "Trigger bericht naar gegeven Charge Point.",
|
|
418
|
+
"Unlock an EVSE.": "Een EVSE ontgrendelen.",
|
|
419
|
+
"Change sharing code for the Charge Point.": "Wijzig delen code voor het Charge Point.",
|
|
420
|
+
"Delete certificate.": "Certificaat verwijderen.",
|
|
421
|
+
"Charge Point / Install Certificate.": "Oplaadpunt / Certificaat installeren.",
|
|
422
|
+
"Set Configuration for the Charge Point.": "Configuratie voor het oplaadpunt instellen.",
|
|
423
|
+
"Charge Point / Get Installed Certificate IDs. ": "Charge Punt / Geïnstalleerde Certificaat-IDs krijgen. ",
|
|
424
|
+
"Charge Point / Update Firmware.": "Oplaadpunt / Update Firmware.",
|
|
425
|
+
"Get all Charge Point Downtime Periods.": "Krijg alle Charge Point Downtime periodes.",
|
|
426
|
+
"Create Manual Exempt Charge Point Downtime Period.": "Handmatige vrijstellingspunt in neerwaartse periode maken.",
|
|
427
|
+
"Get Charge Point Downtime Period.": "Krijg Charge Punt Downtime Periode.",
|
|
428
|
+
"Update Charge Point Downtime Period.": "Update Charge Punt Downtime Periode.",
|
|
429
|
+
"Delete Manual Created Charge Point Downtime Period.": "Handmatig Gemaakte Charge Punt Downtime Periode verwijderen.",
|
|
430
|
+
"Get all Charge Point Models.": "Krijg alle Charge Point modellen.",
|
|
431
|
+
"Create new Charge Point Model.": "Maak nieuw Charge Punt Model.",
|
|
432
|
+
"Get a Charge Point Model.": "Krijg een Charge Point Model.",
|
|
433
|
+
"Charge Point Model.": "Charge Punt Model.",
|
|
434
|
+
"Delete a Charge Point Model.": "Verwijder een Charge Point Model.",
|
|
435
|
+
"Get all Charge Point Vendors.": "Krijg alle Charge Point leveranciers.",
|
|
436
|
+
"Create new Charge Point Vendor.": "Maak een nieuwe toeslagpunt leverancier.",
|
|
437
|
+
"Get a Charge Point Vendor.": "Krijg een Charge Point leverancier.",
|
|
438
|
+
"Charge Point Vendor.": "Charge punt leverancier.",
|
|
439
|
+
"Delete a Charge Point Vendor.": "Verwijder een Charge Point leverancier.",
|
|
440
|
+
"Get a charge point's status.": "Vraag de status van een laadpunt op.",
|
|
441
|
+
"Create new charge point.": "Nieuw laadpunt maken.",
|
|
442
|
+
"Get all charge points.": "Haal alle laadpunten op.",
|
|
443
|
+
"Update a charge point.": "Update een laadpunt.",
|
|
444
|
+
"Get a charge point.": "Ontvang een oplaadpunt.",
|
|
445
|
+
"Delete a charge point.": "Verwijder een laadpunt.",
|
|
446
|
+
"Get all available personal smart charging modes.": "Krijg alle persoonlijke slimme oplaadmodi.",
|
|
447
|
+
"Get a charge point's all cached configurations.": "Haal alle configuraties in de cache op.",
|
|
448
|
+
"Get a charge point's cached configuration for a single key.": "Verkrijg de configuratie van een oplaadpunt in de cache voor een enkele sleutel.",
|
|
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.": "Update de configuratie van een laadpunt. De configuratie wordt direct op het oplaadpunt toegepast en u krijgt reactiecode 406 in het geval de applicatie mislukt.",
|
|
450
|
+
"Create new EVSE within the Charge Point.": "Nieuwe EVSE aanmaken binnen het laadpunt.",
|
|
451
|
+
"Get all EVSEs of the Charge Point.": "Krijg alle EVSE's van het laadpunt.",
|
|
452
|
+
"Update an EVSE within the Charge Point.": "Update een EVSE binnen het laadpunt.",
|
|
453
|
+
"Get an EVSE from a Charge Point.": "Krijg een EVSE van een laadpunt.",
|
|
454
|
+
"Delete an EVSE.": "Een EVSE verwijderen.",
|
|
455
|
+
"Get a charge point evse's all connectors.": "Krijg een oplaadpunt evs alle connecties.",
|
|
456
|
+
"Create a charge point evse's connector.": "Maak een oplaadpunt evs connector.",
|
|
457
|
+
"Get a charge point evse's connector.": "Verkrijg een oplaadpunt evs connector.",
|
|
458
|
+
"Update a charge point evse's connector.": "Update een oplaadpunt evse's connector.",
|
|
459
|
+
"Delete a charge point evse's connector.": "Verwijder de connector van een oplaadpunt",
|
|
460
|
+
"Get paginated list of hardware status logs for a charge point with optional date filtering.": "Verkrijg gepagineerde lijst met hardware status logs voor een laadpunt met optionele datum filteren.",
|
|
461
|
+
"Get the latest hardware status log entry for a charge point.": "Haal de nieuwste hardware status log op voor een oplaadpunt.",
|
|
462
|
+
"Get the latest network status log entry for a charge point.": "Haal de nieuwste logboekregistratie van het netwerk op voor een oplaadpunt.",
|
|
463
|
+
"Get paginated list of network status logs for a charge point with optional date filtering.": "Ontvang een gepaginaliseerde lijst met netwerk status logs voor een betalingspunt met optionele datum filteren.",
|
|
464
|
+
"Get personal smart charging preferences of the charge point.": "Haal persoonlijke slimme oplaadvoorkeuren op van het oplaadpunt.",
|
|
465
|
+
"Update personal smart charging preferences.": "Werk persoonlijke voorkeuren voor slim opladen bij.",
|
|
466
|
+
"Get all Shared Partners of the Charge Point.": "Krijg alle gedeelde partners van het Charge Punt.",
|
|
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\".": "Stel de Gedeelde Partners van het laadpunt in. Bevestig Gedeelde Partners binnen het laadpunt. Het laadpunt moet gekoppeld zijn aan een eigenaar en het \"access_type\" moet \"private\" zijn.",
|
|
468
|
+
"Create new Share within the Charge Point.": "Maak nieuw Delen binnen het Charge Point.",
|
|
469
|
+
"Get all Shares of the Charge Point.": "Krijg alle aandelen van het Charge Point.",
|
|
470
|
+
"Get an Share from a Charge Point.": "Krijg een Delen van een Charge Point.",
|
|
471
|
+
"Delete an Share.": "Verwijder een Share.",
|
|
472
|
+
"Update smart charging details for the charge point.": "Werk slim oplaad details bij voor het oplaadpunt.",
|
|
473
|
+
"To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added.": "Om veiligheid en compatibiliteit te behouden, kunnen alleen laadpunten met een identieke elektrische configuratie aan het circuit worden toegevoegd.",
|
|
474
|
+
"Circuit / Detach Charge Point.": "Circuit / Ontkoppelen van laadpunt.",
|
|
475
|
+
"Circuit / Set Charge Point Priority.": "Circuit / Stel laadpunt prioriteit in.",
|
|
476
|
+
"Circuit / Set Charge Point EVSE Priority.": "Circuit / Set laadpunt EVSE Prioriteit.",
|
|
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.": "Stel DLM prioriteit in op basis van de status van de sessie (SoC). De actieve prioriteit zal worden gebruikt om de energie die door het EVSE van de sessie wordt gebruikt te verlagen of te verhogen. - Als de SoC de `bovenThresholdPercent`overschrijdt, dan zal de `highSoCPriority` worden toegepast.",
|
|
478
|
+
"Circuit / Set Session Priority.": "Circuit / Sessie prioriteit instellen.",
|
|
479
|
+
"Apply a configuration template to charge points.": "Een configuratiesjabloon toepassen om punten in rekening te brengen.",
|
|
480
|
+
"Create multiple variables for a specific configuration template, adds them to the already existing keys and validates if there are duplicates.": "Maak meerdere variabelen voor een specifieke configuratiesjabloon, voeg ze toe aan de reeds bestaande sleutels en valideert ze als er duplicaten zijn.",
|
|
481
|
+
"Get all Configuration Templates.": "Alle configuratiesjablonen ophalen.",
|
|
482
|
+
"Create new Configuration Template.": "Maak een nieuwe configuratie sjabloon.",
|
|
483
|
+
"Update Configuration Template.": "Configuratie sjabloon bijwerken.",
|
|
484
|
+
"Get Configuration Template.": "Ontvang configuratie sjabloon.",
|
|
485
|
+
"Delete Configuration Template.": "Configuratie sjabloon verwijderen.",
|
|
486
|
+
"Get all Configuration Template Variables.": "Alle configuratie sjabloonvariabelen.",
|
|
487
|
+
"Create a new Configuration Template Variable.": "Maak een nieuwe configuratie template variabele.",
|
|
488
|
+
"Update a Configuration Template Variable.": "Update een configuratie template variabele.",
|
|
489
|
+
"Delete a Configuration Template Variable.": "Verwijder een configuratie template variabele.",
|
|
490
|
+
"Add an electricity meter report for the meter readings at the current moment.": "Voeg een stroommeterrapport toe voor de meetmetingen op dit moment.",
|
|
491
|
+
"Get all electricity meters.": "Krijg alle elektriciteitsmeter.",
|
|
492
|
+
"Create a new electricity meter.": "Maak een nieuwe stroommeter.",
|
|
493
|
+
"Get information for an electricity meter by ID.": "Krijg informatie over een elektriciteitsmeter via ID.",
|
|
494
|
+
"Update electricity meter.": "Update stroommeter.",
|
|
495
|
+
"Delete an electricity meter.": "Verwijder een stroommeter.",
|
|
496
|
+
"Get all Electricity rates.": "Krijg alle Elektriciteitskoersen.",
|
|
497
|
+
"Create a new Electricity rate.": "Maak een nieuwe Elektriciteitskoers.",
|
|
498
|
+
"Get a single Electricity rate.": "Krijg een enkele Elektriciteitskoers.",
|
|
499
|
+
"Update a Electricity rate.": "Update een Elektriciteitskoers.",
|
|
500
|
+
"Delete a Electricity rate.": "Verwijder een Elektriciteitskoers.",
|
|
501
|
+
"Get an electricity rate energy mix.": "Ontvang een energiemix voor elektriciteit",
|
|
502
|
+
"Set an electricity rate energy mix. By default the energy mix generated with creation of the electricity rate is filled with 0.": "Stel een energiemix in. Standaard wordt de energiemix die wordt gegenereerd door het creëren van de elektriciteitstarief gevuld met 0.",
|
|
503
|
+
"List all of the configured price period days (including week days and dates).": "Lijst van alle geconfigureerde prijsdagen (inclusief weekdagen en datums).",
|
|
504
|
+
"List all of the configured price period dates.": "Toon alle duur van de geconfigureerde prijsperiode.",
|
|
505
|
+
"Get the price periods for a specific date.": "Krijg de prijsperioden voor een specifieke datum.",
|
|
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.": "Werk de prijsperioden voor een specifieke datum bij. Deze bewerking zal alle bestaande periodes voor de gegeven datum overschrijven, dus er moet een volledige lijst worden verstrekt.",
|
|
507
|
+
"Delete the price periods for a specific date.": "Verwijder de prijsperioden voor een specifieke datum.",
|
|
508
|
+
"List all of the configured price period week days.": "Toon alle van de geconfigureerde prijsperiode week dagen.",
|
|
509
|
+
"Get the price periods for a specific week day.": "Krijg de prijsperioden voor een specifieke weekdag.",
|
|
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.": "Update de prijsperioden voor een specifieke weekdag. Deze actie zal alle bestaande periodes voor de bepaalde dag overschrijven, dus er moet een volledige lijst worden verstrekt.",
|
|
511
|
+
"Delete the price periods for a specific week day.": "Verwijder de prijsperioden voor een specifieke weekdag.",
|
|
512
|
+
"Trigger message to given EVSE.": "Triggerbericht naar gegeven EVSE.",
|
|
513
|
+
"Get all EVSE Downtime Periods.": "Krijg alle EVSE Downtime Periods.",
|
|
514
|
+
"Create Manual Exempt EVSE Downtime Period.": "Handmatige vrijstelling EVSE Downtime Periode maken.",
|
|
515
|
+
"Get EVSE Downtime Period.": "Krijg EVSE Downtime Periode.",
|
|
516
|
+
"Update EVSE Downtime Period.": "Bijwerken van EVSE vervalperiode",
|
|
517
|
+
"Delete Manual Created EVSE Downtime Period.": "Handleiding aangemaakte EVSE Downtime Periode verwijderen.",
|
|
518
|
+
"Change the status of the Flexibility Asset.": "Wijzig de status van de flexibele activa.",
|
|
519
|
+
"Create Flexibility Activation Request for a specific Asset.": "Maak een flexibiliteitsactiveringsaanvraag voor een specifiek content aan.",
|
|
520
|
+
"Get a list of Flexibility Requests.": "Krijg een lijst met flexibiliteitsverzoeken.",
|
|
521
|
+
"Get a flexibility activation request.": "Krijg een activatieverzoek voor flexibiliteit.",
|
|
522
|
+
"Create new flexibility asset.": "Maak een nieuw flexibiliteitsinstrument aan.",
|
|
523
|
+
"Get a list of Flexibility Assets.": "Krijg een lijst met flexibiliteitsinstrumenten.",
|
|
524
|
+
"Update a flexibility asset.": "Een flexibiliteitsasset bijwerken.",
|
|
525
|
+
"Get a flexibility asset.": "Haal een flexibiliteitsinstrument op.",
|
|
526
|
+
"Delete a flexibility asset.": "Verwijder een flexibiliteitsinstrument.",
|
|
527
|
+
"Get Historical Time Series for a Flexibility Asset.": "Ophalen historische tijdseizoenen voor flexibiliteitsactiva.",
|
|
528
|
+
"Get Time Series Forecast for a Flexibility Asset.": "Krijg Time Series Voorspelling voor een Flexibiliteitsactiva.",
|
|
529
|
+
"Certificate / Reissue an EMAID.": "Certificaat / Hermeld een EMAID.",
|
|
530
|
+
"Get all id tags.": "Haal alle id tags op.",
|
|
531
|
+
"Create new Id Tag.": "Maak een nieuwe Id Tag.",
|
|
532
|
+
"Get a Id Tag.": "Get a Id Tag.",
|
|
533
|
+
"Update a Id Tag.": "Update een id Tag.",
|
|
534
|
+
"Delete a Id Tag.": "Verwijder een Id Tag.",
|
|
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.": "Ontvang een geconsolideerde weergave van de beschikbaarheid van EVSE's voor een bepaalde locatie en tijdsframe. Geeft de beschikbare tijdvakken terug voor elke boekbare EVSE op de locatie.",
|
|
536
|
+
"Create a new location.": "Maak een nieuwe locatie.",
|
|
537
|
+
"Get all locations.": "Krijg alle locaties.",
|
|
538
|
+
"Update a location.": "Update een locatie.",
|
|
539
|
+
"Get a location.": "Kies een locatie.",
|
|
540
|
+
"Delete a location.": "Verwijder een locatie.",
|
|
541
|
+
"Get all Charging Zones.": "Krijg alle oplaadzones.",
|
|
542
|
+
"Create a new Charging Zone.": "Maak een nieuwe oplaadzone.",
|
|
543
|
+
"Get a Charging Zone.": "Krijg een oplaadzone.",
|
|
544
|
+
"Update a existing Charging Zone.": "Een bestaande oplaadzone bijwerken.",
|
|
545
|
+
"Location / Charging Zone / Delete.": "Locatie / Oplaadzone / Verwijderen.",
|
|
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.": "Webhook meldingen opnieuw verzenden - Opnieuw verzenden voor een specifieke notificatie ID kan elke 15 minuten worden aangevraagd. - Meldingen die zijn uitgeschakeld kunnen niet opnieuw worden verstuurd.",
|
|
547
|
+
"Parking Space / Update occupancy status.": "Parkeerruimte / Update bezettingsstatus.",
|
|
548
|
+
"Create new Parking Space.": "Maak nieuwe parkeerruimte.",
|
|
549
|
+
"Get all Parking spaces.": "Krijg alle parkeerruimten.",
|
|
550
|
+
"Update Parking Space.": "Parkeerruimte bijwerken.",
|
|
551
|
+
"Get Parking Space.": "Krijg parkeerruimte.",
|
|
552
|
+
"Delete Parking Space.": "Parkeerruimte verwijderen.",
|
|
553
|
+
"Certificate / Issue an EMAID.": "Certificaat / Uitgeven van een EMAID.",
|
|
554
|
+
"Create Provisioning Certificate.": "Create Provisioning Certificate.",
|
|
555
|
+
"Get all Provisioning Certificates.": "Krijg alle Provisionerende Certificaten.",
|
|
556
|
+
"Update a Provisioning Certificate.": "Werk een Provisionair Certificaat bij.",
|
|
557
|
+
"Get a Provisioning Certificate.": "Ontvang een Provisionair Certificaat.",
|
|
558
|
+
"Delete a provisioning certificate.": "Verwijder een voorlopige certificaat.",
|
|
559
|
+
"Cancel a reservation.": "Annuleer een reservering.",
|
|
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.": "Stel de prijsgegevens in voor een aangepast tarieffilter. Deze actie zal het underling roamingtarief updaten en er een op basis hiervan prijzen maken. De prijsstelling kan worden gebruikt door een markup tarief aan de tariefkaart van het custom tariff filter toe te voegen.",
|
|
561
|
+
"Get all Roaming Connections.": "Krijg alle roamingverbindingen.",
|
|
562
|
+
"Get a Roaming Connections.": "Krijg een roamingverbindingen.",
|
|
563
|
+
"Get all Roaming Operators.": "Krijg alle roamingoperatoren.",
|
|
564
|
+
"Get a Roaming Operator.": "Krijg een roamingoperator.",
|
|
565
|
+
"Update Roaming Operator.": "Roamingoperator bijwerken.",
|
|
566
|
+
"Get all custom tariff filters for a roaming operator.": "Krijg alle aangepaste tarieffilters voor een roamingoperator.",
|
|
567
|
+
"Create new custom tariff filter for a roaming operator.": "Nieuw aangepast tarief filter voor een roamingoperator maken.",
|
|
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.": "Wijzig de volgorde van aangepaste tarieffilters voor een roamingprovider. Deze bewerking staat gedeeltelijke hersortering toe - u hoeft alleen maar de filters te specificeren die moeten verplaatsen. Filters die niet zijn opgenomen in het verzoek behouden hun relatieve posities.",
|
|
569
|
+
"Get a specific custom tariff filter.": "Krijg een specifiek custom tariff filter.",
|
|
570
|
+
"Update an existing custom tariff filter.": "Update een bestaand aangepast tarieffilter.",
|
|
571
|
+
"Delete a custom tariff filter.": "Verwijder een aangepast tarieffilter.",
|
|
572
|
+
"Get all Roaming Providers.": "Krijg alle roamingaanbieders.",
|
|
573
|
+
"Create new Roaming Provider **Only applicable for Hubject, Gireve 2.2.1 and OCPI with missing credentials module emsp roaming connections**.": "Nieuwe Roaming Provider **Alleen toepasbaar op Hubject, Gireve 2.2.1 en OCPI met ontbrekende inloggegevens en roamingverbindingen**.",
|
|
574
|
+
"Get a Roaming Provider.": "Vraag een roamingaanbieder aan.",
|
|
575
|
+
"Update Roaming Providers.": "Aanbieders van roaming bijwerken.",
|
|
576
|
+
"Delete a Roaming Provider.": "Verwijder een Roaming Provider.",
|
|
577
|
+
"Get all Roaming Tariffs.": "Krijg alle roamingtarieven.",
|
|
578
|
+
"Get a Roaming Tariff.": "Krijg een roamingtarief.",
|
|
579
|
+
"Update Roaming Tariff.": "Roamingtarief bijwerken.",
|
|
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.": "Wijs een gebruiker toe aan een sessie. Deze actie is alleen van toepassing op sessies met voltooide facturering status die geen gebruiker hebben gekoppeld aan hen. Deze operatie kan slechts eenmaal worden uitgevoerd en is niet omkeerbaar.",
|
|
581
|
+
"Retry failed payment for a session.": "Probeer mislukte betaling voor een sessie.",
|
|
582
|
+
"Replace a subscription plan with another one.": "Vervang een abonnement door een ander abonnement.",
|
|
583
|
+
"Get all Subscription plans.": "Ontvang alle abonnementsplannen.",
|
|
584
|
+
"Create a new Subscription plans.": "Maak een nieuw abonnement.",
|
|
585
|
+
"Get a single subscription plan.": "Kies één abonnement.",
|
|
586
|
+
"Update a Subscription plan.": "Werk een abonnement bij.",
|
|
587
|
+
"Delete a Subscription plan.": "Verwijder een abonnement.",
|
|
588
|
+
"Apply a Tariff Display Information to tariff.": "Pas tariefinformatie over tariefweergave toe.",
|
|
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.": "Haal alle tarieven op. U kunt ook de \"tariffGroupI\" en de \"userId\" gebruiken om het betonnen tarief binnen een groep die wordt toegepast op de opgegeven gebruiker op te lossen.",
|
|
590
|
+
"Create new tariff.": "Nieuw tarief aanmaken.",
|
|
591
|
+
"Get a tariff.": "Krijg een tarief.",
|
|
592
|
+
"Update a tariff.": "Wijzig een tarief.",
|
|
593
|
+
"Delete a tariff.": "Verwijder een tarief.",
|
|
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.": "Issue ad-hocfactuur voor de transactie (alleen als AMPECO factuurintegratie wordt gebruikt). Voor Szaľmla.plzz. U integratie in Hongarije als er een belastingontvangstbewijs bestaat voor de transactie, het zal automatisch worden geannuleerd en zowel de factuur als het opslaan van het betaalbewijs zal naar de gebruiker worden verzonden.",
|
|
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.": "Reeds verzonden factuur opnieuw verzenden. Als de transactie een bijbehorende belastingontvangstbewijs heeft dat automatisch werd geannuleerd (Hungary compliance), worden zowel de factuur als de opslag geen ontvangstbewijs samen verzonden.",
|
|
596
|
+
"Link the transaction to external resource where the payment took place.": "Transactie koppelen aan externe bron waar de betaling heeft plaatsgevonden.",
|
|
597
|
+
"Get all transactions.": "Krijg alle transacties.",
|
|
598
|
+
"Create new Transaction.": "Nieuwe transactie maken.",
|
|
599
|
+
"Get a transation.": "Ontvang een transmissie.",
|
|
600
|
+
"Update a non-finalised transaction.": "Update een niet-voltooide transactie.",
|
|
601
|
+
"Activate a subscription to a user.": "Activeer een abonnement op een gebruiker.",
|
|
602
|
+
"Add to the current balance of the user.": "Voeg toe aan het huidige saldo van de gebruiker.",
|
|
603
|
+
"Apply custom fee for a user.": "Pas aangepaste kosten toe voor een gebruiker.",
|
|
604
|
+
"Cancel a subscription to a user.": "Annuleer een abonnement voor een gebruiker.",
|
|
605
|
+
"Set the status for a user.": "Stel de status van een gebruiker in.",
|
|
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.": "Verwijder het abonnementsbedrag van een gebruiker. Alle onbewerkte transacties die gerelateerd zijn aan het huidige abonnement van de gebruiker - zoals de kosten en laadsessies worden ingesteld op een bedrag van 0. zijn operatie is onomkeerbaar.",
|
|
607
|
+
"Export all private data.": "Alle privégegevens exporteren.",
|
|
608
|
+
"Apply a voucher to a user.": "Een waardebon toepassen op een gebruiker.",
|
|
609
|
+
"Get all users.": "Krijg alle gebruikers.",
|
|
610
|
+
"Create new User.": "Nieuwe gebruiker maken.",
|
|
611
|
+
"Get a user.": "Krijg een gebruiker.",
|
|
612
|
+
"Update user.": "Gebruiker bijwerken.",
|
|
613
|
+
"Delete a user.": "Verwijder een gebruiker.",
|
|
614
|
+
"Invoice details / Read.": "Factuurgegevens / Lees.",
|
|
615
|
+
"Create or update user invoice details.": "Factuurgegevens maken of bijwerken.",
|
|
616
|
+
"Get all payment methods for a user.": "Krijg alle betaalmethoden voor een gebruiker.",
|
|
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.": "Start een nieuwe registratie van betaalmethoden, of voltooi deze. Let op dat dit een proces in twee stappen is! # Voor betalingsverwerkers met de integratie van de webweergave moet u een oproep starten zonder parameters voor dit eindpunt om een nieuwe aanvraag te krijgen om betaalmethode toe te voegen (Step 1). Dan moet je doorverwijzen naar een eindpunt en wachten tot de klant zijn creditcardgegevens daar invult.",
|
|
618
|
+
"Get information for a payment method by ID.": "Krijg informatie over een betaalmethode via ID.",
|
|
619
|
+
"Update Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be set as default": "Betalingsmethode bijwerken. Houd er rekening mee dat \";balans\"; en \";corporate\"; betaalmethoden NIET als standaard ingesteld kunnen worden",
|
|
620
|
+
"Delete Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be removed from this interface.": "Betalingsmethode. Houd er rekening mee dat \";saldo\"; en \";corporate\"; betaalmethoden NIET uit deze interface verwijderd kunnen worden.",
|
|
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.": "Abonneer je voor webhook of kafka evenementen. Elke melding die verstuurd wordt naar de webhook/kafka wordt een aantal keren opnieuw geprobeerd en beoordeeld, dit is beperkt. De snelheidslimieten, pogingen en intervallen opnieuw proberen zullen worden geconfigureerd door Ampeco.",
|
|
622
|
+
"Notifications / Listing": "Meldingen / Lijst",
|
|
623
|
+
"Get a notification.": "Ontvang een melding.",
|
|
624
|
+
"Update a notification.": "Update een melding.",
|
|
625
|
+
"Unsubscribe for a notification.": "Schrijf je uit voor een melding.",
|
|
626
|
+
"Get all authorizations.": "Krijg alle autorisaties.",
|
|
627
|
+
"Authorization / Read.": "Autorisatie / Lezen.",
|
|
628
|
+
"Get all booking requests.": "Krijg alle reserveringsverzoeken.",
|
|
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.": "Maak een nieuwe boekingsaanvraag aan. Als u de beschikbare slots voor een bepaalde locatie wilt vinden, gebruik dan de acties / Locatie / Controleer de beschikbaarheid van de reservering.",
|
|
630
|
+
"Get information for a booking request by ID.": "Krijg informatie over een boekingsaanvraag via ID.",
|
|
631
|
+
"Get all bookings.": "Haal alle boekingen op.",
|
|
632
|
+
"Get information for a booking by ID.": "Krijg informatie over een boeking via ID.",
|
|
633
|
+
"Get all CDRs.": "Krijg alle CDR's.",
|
|
634
|
+
"Get a CDR.": "Krijg een CDR.",
|
|
635
|
+
"Get all circuits.": "Krijg alle circuits.",
|
|
636
|
+
"Create a new circuit.": "Maak een nieuw circuit.",
|
|
637
|
+
"Get a circuit.": "Get a circuit.",
|
|
638
|
+
"Update a circuit.": "Update een circuit.",
|
|
639
|
+
"Delete a circuit.": "Verwijder een circuit.",
|
|
640
|
+
"Get all circuit's charge point priorities.": "Haal alle prioriteiten voor oplaadpunten van de circuit'op.",
|
|
641
|
+
"Get the consumption of a circuit for each phase.": "Krijg het verbruik van een circuit voor elke fase.",
|
|
642
|
+
"Get a circuit's SoC priority.": "Krijg een circuit's SoC prioriteit.",
|
|
643
|
+
"Get a circuit's unmanaged load.": "Krijg een onbeheerde belasting van het circuit.",
|
|
644
|
+
"Get all circuit's user priorities.": "Haal alle prioriteiten voor circuit'op.",
|
|
645
|
+
"Create a circuit's user priority.": "Creëer een circuit's prioriteit van de gebruiker.",
|
|
646
|
+
"Get a circuit's user priority.": "Krijg de prioriteit van een circuits.",
|
|
647
|
+
"Update a circuit's user priority.": "Wijzig de prioriteit van een circuit.",
|
|
648
|
+
"Delete a circuit's user priority.": "Verwijder de prioriteit van een circuit'",
|
|
649
|
+
"Get the contact details.": "Ontvang de contactgegevens.",
|
|
650
|
+
"Update the contact details.": "Werk de contactgegevens bij.",
|
|
651
|
+
"Delete contact details.": "Verwijder contactgegevens",
|
|
652
|
+
"Currencies / Listing.": "Valuta / Lijst.",
|
|
653
|
+
"Create currency.": "Valuta maken.",
|
|
654
|
+
"Currency / Read.": "Valuta / Lees.",
|
|
655
|
+
"Update a currency.": "Update een valuta.",
|
|
656
|
+
"Create new Currency Rate.": "Nieuw wisselkoerstarief aanmaken.",
|
|
657
|
+
"Get all Currency Rates.": "Alle valuta-snelheden ophalen.",
|
|
658
|
+
"Update Currency Rate.": "Wisselkoers bijwerken.",
|
|
659
|
+
"Get Currency Rate.": "Verkrijg Valuta-tarief.",
|
|
660
|
+
"Delete Currency Rate.": "Valutatario verwijderen.",
|
|
661
|
+
"Get all custom fees.": "Ontvang alle aangepaste kosten.",
|
|
662
|
+
"Get a single custom fee.": "Krijg een enkele aangepaste vergoeding.",
|
|
663
|
+
"Get all Downtime Period Notices.": "Krijg alle Downtime Periode Notices.",
|
|
664
|
+
"Create Downtime Period Notice.": "Maak Downtime Periode aan.",
|
|
665
|
+
"Get Downtime Period Notice.": "Krijg Downtime Periode kennisgeving.",
|
|
666
|
+
"Update Downtime Period Notice.": "Update Downtime Periode kennisgeving.",
|
|
667
|
+
"Delete Downtime Period Notice.": "Verwijder Downtime Periode kennisgeving.",
|
|
668
|
+
"Get paginated list of hardware status logs for an EVSE with optional date filtering.": "Verkrijg gepagineerde lijst met hardware status logs voor een EVSE met optionele datum filteren.",
|
|
669
|
+
"Get the latest hardware status log entry for an EVSE.": "Krijg de nieuwste hardware status log voor een EVSE.",
|
|
670
|
+
"Create new EVSE.": "Nieuwe EVSE maken.",
|
|
671
|
+
"Get all EVSEs.": "Ontvang alle EVSE's.",
|
|
672
|
+
"Update an EVSE.": "Een EVSE bijwerken.",
|
|
673
|
+
"Get an EVSE.": "Get an EVSE.",
|
|
674
|
+
"Get all FAQs.": "Verkrijg alle FAQ's.",
|
|
675
|
+
"Create new FAQ.": "Maak nieuwe FAQ.",
|
|
676
|
+
"Get a FAQ.": "Get a FAQ.",
|
|
677
|
+
"Update FAQs.": "FAQ bijwerken.",
|
|
678
|
+
"Delete a FAQ.": "Verwijder FAQ.",
|
|
679
|
+
"Get all Firmware Versions.": "Haal alle Firmware versies op.",
|
|
680
|
+
"Get a Firmware Version.": "Krijg een Firmware versie.",
|
|
681
|
+
"Get all charge point models attached to this firmware version.": "Alle oplaadpunten aan deze firmware versie koppelen.",
|
|
682
|
+
"Get all Installer Jobs.": "Krijg alle Installer Jobs.",
|
|
683
|
+
"Create Installer Job.": "Maak Installatie-taak aan.",
|
|
684
|
+
"Get Installer Job.": "Krijg de Installer Job.",
|
|
685
|
+
"Update Installer Job.": "Update Installer Taak",
|
|
686
|
+
"Delete Installer Job.": "Verwijder de Installatie-vacature.",
|
|
687
|
+
"Get all invoices.": "Krijg alle facturen.",
|
|
688
|
+
"Invoice / Read.": "Factuur / Lezen.",
|
|
689
|
+
"Get all Partner Contracts.": "Krijg alle partnercontracten.",
|
|
690
|
+
"Create new Partner Contract.": "Nieuw partnercontract maken.",
|
|
691
|
+
"Get a Partner Contract.": "Krijg een partnercontract.",
|
|
692
|
+
"Update a Partner Contract.": "Werk een partnercontract bij.",
|
|
693
|
+
"Delete a Partner Contract.": "Verwijder een partnercontract.",
|
|
694
|
+
"Get all expenses.": "Krijg alle kosten.",
|
|
695
|
+
"Get all partner invites.": "Krijg alle partneruitnodigingen.",
|
|
696
|
+
"Create new invite.": "Nieuwe uitnodiging maken.",
|
|
697
|
+
"Get a invite.": "Ontvang een uitnodiging.",
|
|
698
|
+
"Update a invite.": "Een uitnodiging bijwerken.",
|
|
699
|
+
"Delete an invite.": "Verwijder een uitnodiging.",
|
|
700
|
+
"Get all revenues.": "Krijg alle inkomsten.",
|
|
701
|
+
"Get all Partner Settlement Reports.": "Krijg alle Partner Settlement Rapportages.",
|
|
702
|
+
"Get a single Partner Settlement Report.": "Krijg één enkel partner-afrekeningsrapport.",
|
|
703
|
+
"Get all Partner Settlement Records.": "Krijg alle Partner Afrekening Opdrachten.",
|
|
704
|
+
"Create Partner Settlement Record.": "Maak Partner Afrekening Opname.",
|
|
705
|
+
"Read Partner Settlement Record.": "Lees de Partner Settlement Opname.",
|
|
706
|
+
"Update a single Partner Settlement Record.": "Werk een enkele Partner kolonisatieopname bij.",
|
|
707
|
+
"Delete a single Partner Settlement Record.": "Verwijder een enkele Partner Afrekening Opgenomen.",
|
|
708
|
+
"Get all partners.": "Verkrijg alle partners.",
|
|
709
|
+
"Create new partner.": "Maak nieuwe partner.",
|
|
710
|
+
"Get a partner.": "Neem een partner.",
|
|
711
|
+
"Update a partner.": "Werk een partner bij.",
|
|
712
|
+
"Delete a partner.": "Verwijder een partner.",
|
|
713
|
+
"Get all payment terminals.": "Krijg alle betaalterminals.",
|
|
714
|
+
"Create a new payment terminal.": "Maak een nieuwe betaalterminal aan.",
|
|
715
|
+
"Get information for a payment terminal by ID.": "Krijg informatie over een betalingsterminal via ID.",
|
|
716
|
+
"Update Payment terminal.": "Betalingsterminal bijwerken.",
|
|
717
|
+
"Delete a payment terminal.": "Verwijder een betaalterminal.",
|
|
718
|
+
"Get all receipts.": "Ontvang alle bonnetjes.",
|
|
719
|
+
"Get a single receipt.": "Ontvang een enkele kassabon",
|
|
720
|
+
"Get all reservations.": "Krijg alle reserveringen.",
|
|
721
|
+
"Get information for a reservation by ID.": "Krijg informatie over een reservering via ID.",
|
|
722
|
+
"Get all Security Events.": "Krijg alle beveiligingsgebeurtenissen.",
|
|
723
|
+
"Get a Security Event.": "Krijg een beveiligingsgebeurtenis.",
|
|
724
|
+
"Sessions / Listing.": "Sessies / Lijst",
|
|
725
|
+
"Session / Read.": "Sessie / Lees.",
|
|
726
|
+
"Consumption statistics may differ between active and finished sessions, as finished sessions display aggregated final data with a maximum of 300 items.": "Verbruiksstatistieken kunnen verschillen tussen actieve en voltooide sessies, omdat voltooide sessies samengevoegde eindgegevens met een maximum van 300 items tonen.",
|
|
727
|
+
"Get all settings.": "Verkrijg alle instellingen.",
|
|
728
|
+
"Get all sub operators.": "Krijg alle suboperatoren.",
|
|
729
|
+
"Get a sub operator.": "Verkrijg een suboperator.",
|
|
730
|
+
"Get all subscriptions.": "Neem alle abonnementen.",
|
|
731
|
+
"Get a single subscription.": "Neem een enkel abonnement.",
|
|
732
|
+
"Get all tariff groups.": "Haal alle tariefgroepen op.",
|
|
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.": "Nieuwe tariefgroep maken. Houd er rekening mee dat het creëren van een nieuwe tariefgroep ook automatisch een gratis basistarief zal aanmaken, omdat het geen toestemming heeft om lege tariefgroepen te hebben.",
|
|
734
|
+
"Get a tariff group.": "Krijg een tariefgroep.",
|
|
735
|
+
"Update a tariff group.": "Update een tariefgroep.",
|
|
736
|
+
"Delete a tariff group.": "Verwijder een tariefgroep.",
|
|
737
|
+
"Get a tariff snapshot by id.": "Krijg een tariefsnapshot met id.",
|
|
738
|
+
"Get all Tax Identification Numbers.": "Krijg alle BTW identificatienummers.",
|
|
739
|
+
"Create new Tax Identification Number.": "Nieuw BTW-identificatienummer maken.",
|
|
740
|
+
"Get a Tax Identification Number.": "Ontvang een BTW-identificatienummer.",
|
|
741
|
+
"Tax Identification Numbers.": "BTW identificatienummers.",
|
|
742
|
+
"Delete a Tax Identification Number.": "Verwijder een BTW identificatienummer.",
|
|
743
|
+
"Get all Taxes.": "Krijg alle belastingen.",
|
|
744
|
+
"Create new Tax.": "Nieuwe belasting aanmaken.",
|
|
745
|
+
"Get a Tax.": "Belasting aanvragen",
|
|
746
|
+
"Update Taxes.": "Belastingen bijwerken.",
|
|
747
|
+
"Delete a Tax.": "Verwijder een BTW.",
|
|
748
|
+
"Get all charge points templates.": "Alle oplaadpunten sjablonen ophalen.",
|
|
749
|
+
"Terms and policies / Listing.": "Voorwaarden en beleid / Lijst.",
|
|
750
|
+
"Terms and policies / Read.": "Voorwaarden en beleid / Lezen.",
|
|
751
|
+
"Get all Top-Up Packages.": "Krijg alle Top-Up pakketten.",
|
|
752
|
+
"Create new Top-Up Package.": "Nieuw Top-Up pakket maken.",
|
|
753
|
+
"Get a Top-Up Package.": "Krijg een Top-Up Pakket.",
|
|
754
|
+
"Top-Up Packages.": "Top-up pakketten.",
|
|
755
|
+
"Delete a Top-Up Package.": "Verwijder een top-up pakket.",
|
|
756
|
+
"Get all user groups.": "Haal alle gebruikersgroepen op.",
|
|
757
|
+
"Create new user group.": "Nieuwe gebruikersgroep maken.",
|
|
758
|
+
"Get an user group.": "Krijg een gebruikersgroep.",
|
|
759
|
+
"Update a user group.": "Werk een gebruikersgroep bij.",
|
|
760
|
+
"Delete a user group.": "Verwijder een gebruikersgroep.",
|
|
761
|
+
"Get all Utilities.": "Krijg alle nutsbedrijven.",
|
|
762
|
+
"Create Utility.": "Maak hulpmiddel.",
|
|
763
|
+
"Get a single Utility.": "Krijg een enkele bruikbaarheid.",
|
|
764
|
+
"Update a single Utility.": "Update één enkel hulpmiddel.",
|
|
765
|
+
"Delete a single Utility.": "Verwijder één enkel hulpmiddel.",
|
|
766
|
+
"Get all Vendor Error Codes.": "Haal alle Leveranciers Foutcodes op.",
|
|
767
|
+
"Create new Vendor Error Code.": "Maak een nieuwe leveranciersfoutcode.",
|
|
768
|
+
"Get a Vendor Error Code.": "Ontvang een leveranciersfoutcode.",
|
|
769
|
+
"Vendor Error Code.": "Verkoper foutcode.",
|
|
770
|
+
"Delete a Vendor Error Code.": "Verwijder een leveranciersfoutcode.",
|
|
771
|
+
"Get all Vouchers.": "Krijg alle kortingsbonnen.",
|
|
772
|
+
"Create new Voucher.": "Maak nieuwe kortingscode aan.",
|
|
773
|
+
"Get a Voucher.": "Ontvang een kortingsbon.",
|
|
774
|
+
"Update a Voucher.": "Werk een waardebon bij.",
|
|
775
|
+
"Delete a Voucher.": "Verwijder een kortingscode.",
|
|
776
|
+
"Method": "Methode",
|
|
777
|
+
"Headers": "Kopteksten",
|
|
778
|
+
"Query Parameters": "Query parameters",
|
|
779
|
+
"Body Type": "Type lichaam",
|
|
780
|
+
"Body": "Lichaam",
|
|
781
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
782
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
783
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
784
|
+
"Follow redirects": "Volg omleidingen",
|
|
785
|
+
"Charge Point": "Charge Punt",
|
|
786
|
+
"Evse Network Id": "Gebeurtenis netwerk-ID",
|
|
787
|
+
"Type": "Type",
|
|
788
|
+
"User ID": "Gebruiker ID",
|
|
789
|
+
"Id": "Id",
|
|
790
|
+
"Charging Profile Purpose": "Opladen profiel doel",
|
|
791
|
+
"Stack Level": "Stack Level",
|
|
792
|
+
"Location": "Locatie",
|
|
793
|
+
"Start": "Beginnen",
|
|
794
|
+
"Stop": "Stoppen",
|
|
795
|
+
"URL": "URL",
|
|
796
|
+
"Reason": "Reden",
|
|
797
|
+
"Retries": "Probeert",
|
|
798
|
+
"Interval": "Interval",
|
|
799
|
+
"Start Time": "Starttijd",
|
|
800
|
+
"Stop Time": "Stop tijd",
|
|
801
|
+
"Satellite Charge Point Id": "Satelliet Charge Punt Id",
|
|
802
|
+
"EVSE Ids": "EVSE Ids",
|
|
803
|
+
"Evse": "Evenement",
|
|
804
|
+
"User Id": "Gebruikers ID",
|
|
805
|
+
"Vendor Id": "Verkoper ID",
|
|
806
|
+
"Message Id": "Bericht ID",
|
|
807
|
+
"Data": "Gegevens",
|
|
808
|
+
"Transaction Id": "Transactie ID",
|
|
809
|
+
"Charging Profile Kind": "Opladen profiel type",
|
|
810
|
+
"Recurrency Kind": "Recurrency Kind",
|
|
811
|
+
"Valid From": "Geldig vanaf",
|
|
812
|
+
"Valid To": "Geldig tot",
|
|
813
|
+
"Charging Schedule - Id": "Oplaadrooster - Id",
|
|
814
|
+
"Charging Schedule - Duration": "Oplaadschema - Duur",
|
|
815
|
+
"Charging Schedule - Start Schedule": "Oplaadrooster - Start Schedule",
|
|
816
|
+
"Charging Schedule - Charging Rate Unit": "Opladen schema - Opladen tarief eenheid",
|
|
817
|
+
"Charging Schedule - Charging Schedule Period": "Oplaadrooster - Oplaadrooster periode",
|
|
818
|
+
"Charging Schedule - Min Charging Rate": "Oplaadschema - Min oplaadsnelheid",
|
|
819
|
+
"Payment Method Id": "ID betaalmethode",
|
|
820
|
+
"External Session Id": "Externe sessie-Id",
|
|
821
|
+
"Connector Id": "Connector ID",
|
|
822
|
+
"Booking Id": "Reserverings Id",
|
|
823
|
+
"Charging Profile - Transaction Id": "Opladen profiel - Transactie Id",
|
|
824
|
+
"Charging Profile - Stack Level": "Oplaadprofiel - Stack Level",
|
|
825
|
+
"Charging Profile - Charging Profile Purpose": "Oplaadprofiel - Opladen profiel doel",
|
|
826
|
+
"Charging Profile - Charging Profile Kind": "Opladen profiel - Opladen Profiel Kind",
|
|
827
|
+
"Charging Profile - Recurrency Kind": "Oplaadprofiel - Recurrency Soort",
|
|
828
|
+
"Charging Profile - Valid From": "Opladen profiel - Geldig vanaf",
|
|
829
|
+
"Charging Profile - Valid To": "Opladen profiel - Geldig aan",
|
|
830
|
+
"Charging Profile - Charging Schedule - Id": "Oplaadprofiel - Oplaadrooster - Id",
|
|
831
|
+
"Charging Profile - Charging Schedule - Duration": "Oplaadprofiel - Oplaadrooster - Duur",
|
|
832
|
+
"Charging Profile - Charging Schedule - Start Schedule": "Oplaadprofiel - Oplaadrooster - Start planning",
|
|
833
|
+
"Charging Profile - Charging Schedule - Charging Rate Unit": "Oplaadprofiel - Oplaadrooster - Oplaadsnelheid eenheid",
|
|
834
|
+
"Charging Profile - Charging Schedule - Charging Schedule Period": "Oplaadprofiel - Oplaadrooster - Oplaadperiode",
|
|
835
|
+
"Charging Profile - Charging Schedule - Min Charging Rate": "Oplaadprofiel - Oplaadrooster - Min oplaadtarief",
|
|
836
|
+
"Session": "Sessie",
|
|
837
|
+
"Force": "Kracht",
|
|
838
|
+
"Keys": "Sleutels",
|
|
839
|
+
"Sharing Code": "Code delen",
|
|
840
|
+
"Certificate Type": "Certificaat type",
|
|
841
|
+
"Value": "Waarde",
|
|
842
|
+
"Name": "Naam",
|
|
843
|
+
"Instance": "Aanleg",
|
|
844
|
+
"Component Name": "Component naam",
|
|
845
|
+
"Evse Id": "Evse Id",
|
|
846
|
+
"Firmware Version Id": "Firmware versie Id",
|
|
847
|
+
"Retrieve After": "Ophalen na",
|
|
848
|
+
"Signed": "Ondertekend",
|
|
849
|
+
"Signing Certificate": "Certificaat ondertekenen",
|
|
850
|
+
"Signature": "Handtekening",
|
|
851
|
+
"Download Url Protocol": "Download Url Protocol",
|
|
852
|
+
"Filter - Charge Point Id": "Filter - Charge Punt Id",
|
|
853
|
+
"Filter - Location Id": "Filter - Locatie Id",
|
|
854
|
+
"Filter - Entry Mode": "Filter - Invoer Modus",
|
|
855
|
+
"Filter - Type": "Filter - Type",
|
|
856
|
+
"Filter - Started After": "Filter - gestart na",
|
|
857
|
+
"Filter - Stopped Before": "Filter - Gestopt voor",
|
|
858
|
+
"Filter - Duration Less Than": "Filter - Duur minder dan",
|
|
859
|
+
"Filter - Duration Greater Than": "Filter - Duur Groter dan",
|
|
860
|
+
"Filter - Last Updated After": "Filter - Laatst Bijgewerkt Na",
|
|
861
|
+
"Filter - Last Updated Before": "Filter - Laatst bijgewerkt vóór",
|
|
862
|
+
"Per page": "Per pagina",
|
|
863
|
+
"Paginate Results": "Pagineren van resultaten",
|
|
864
|
+
"Charge Point Id": "Oplaadpunt Id",
|
|
865
|
+
"Notice Id": "Kennisgeving ID",
|
|
866
|
+
"Started At": "Begonnen op",
|
|
867
|
+
"Ended At": "Beëindigd op",
|
|
868
|
+
"Charge Point Downtime Period": "Charge Punt Downtime periode",
|
|
869
|
+
"Filter - Vendor Id": "Filter - Leverancier ID",
|
|
870
|
+
"User Manual": "Gebruikershandleiding",
|
|
871
|
+
"Installer Manual": "Handleiding van Installer",
|
|
872
|
+
"Model Id": "Model ID",
|
|
873
|
+
"Pin": "Vastzetten",
|
|
874
|
+
"Location Id": "Locatie ID",
|
|
875
|
+
"Charging Zone Id": "Oplaadzone Id",
|
|
876
|
+
"Electricity Rate Id": "Electricity Rate Id",
|
|
877
|
+
"Subscription - Required": "Abonnement - Vereist",
|
|
878
|
+
"Subscription - Plan Ids": "Abonnement - Plan Ids",
|
|
879
|
+
"Network Type": "Type netwerk",
|
|
880
|
+
"Status": "status",
|
|
881
|
+
"Managed By Operator": "Beheerd door operator",
|
|
882
|
+
"External Id": "Extern ID",
|
|
883
|
+
"Network - Id": "Netwerk - ID",
|
|
884
|
+
"Network - Protocol": "Netwerk - Protocol",
|
|
885
|
+
"Network - Password": "Netwerk - Wachtwoord",
|
|
886
|
+
"Network - Ip": "Netwerk - Ip",
|
|
887
|
+
"Network - Port": "Netwerk - poort",
|
|
888
|
+
"Capabilities": "Mogelijkheden",
|
|
889
|
+
"Auto Start Without Authorization": "Automatisch starten zonder autorisatie",
|
|
890
|
+
"Disable Auto Start Emulation": "Schakel automatisch starten emulatie uit",
|
|
891
|
+
"Security - Desired Profile": "Beveiliging - Gewenste profiel",
|
|
892
|
+
"Enable Auto Fault Recovery": "Auto Fault Herstel Inschakelen",
|
|
893
|
+
"User - Id": "Gebruiker - ID",
|
|
894
|
+
"User - Automatic Firmware Updates Enabled": "Gebruiker - Automatische Firmware Updates Ingeschakeld",
|
|
895
|
+
"Partner - Id": "Partner - ID",
|
|
896
|
+
"Partner - Contract Id": "Partner - Contract-ID",
|
|
897
|
+
"Partner - Contact Id": "Partner - Contact-ID",
|
|
898
|
+
"Partner - Corporate Billing As Default": "Partner - Facturering Corporeren als standaard",
|
|
899
|
+
"Partner - Access Type": "Partner - toegangstype",
|
|
900
|
+
"Partner - Notice": "Partner - Notificatie",
|
|
901
|
+
"Utility Id": "Hulpprogramma Id",
|
|
902
|
+
"Tags": "Labels",
|
|
903
|
+
"Enabled Randomised Delay": "Willekeurige vertraging ingeschakeld",
|
|
904
|
+
"Uses Renewable Energy": "Gebruikt hernieuwbare energie",
|
|
905
|
+
"Ocpp Connected Charge Point Id": "Ocpp Verbonden Charge Punt Id",
|
|
906
|
+
"Communication Mode": "Communicatie modus",
|
|
907
|
+
"Filter - Desired Security Profile Status": "Filter - Gewenste Beveiliging Profielstatus",
|
|
908
|
+
"Filter - Evse Physical Reference": "Filter - Evse fysieke referentie",
|
|
909
|
+
"Filter - Network Id": "Filter - Netwerk-ID",
|
|
910
|
+
"Filter - Boot Notification Serial Number": "Filter - Boot meldingsserienummer",
|
|
911
|
+
"Filter - Model Id": "Filter - Model Id",
|
|
912
|
+
"Filter - User Id": "Filter - Gebruikers-Id",
|
|
913
|
+
"Filter - Partner Id": "Filter - Partner-Id",
|
|
914
|
+
"Filter - Sub Operator Id": "Filter - Sub Operator Id",
|
|
915
|
+
"Filter - Roaming": "Filter - Roaming",
|
|
916
|
+
"Filter - Name": "Filter - Naam",
|
|
917
|
+
"Filter - Circuit Id": "Filter - Circuit Id",
|
|
918
|
+
"Filter - Charging Zone Id": "Filter - Opladen Zone Id",
|
|
919
|
+
"Filter - Managed By Operator": "Filter - Beheerd door Operator",
|
|
920
|
+
"Filter - External Id": "Filter - Externe ID",
|
|
921
|
+
"Filter - Utility Id": "Filter - Utility Id",
|
|
922
|
+
"Filter - Tag": "Filter - Tag",
|
|
923
|
+
"Filter - Sharing Code": "Filter - Delen Code",
|
|
924
|
+
"Include": "Inclusief",
|
|
925
|
+
"Integrated At": "Geïntegreerd op",
|
|
926
|
+
"Manufactured At": "Geproduceerd op",
|
|
927
|
+
"Filter - Instance": "Filter - instantie",
|
|
928
|
+
"Filter - Component Name": "Filter - Component Naam",
|
|
929
|
+
"Filter - Evse Id": "Filter - Evse-Id",
|
|
930
|
+
"Key": "Sleutel",
|
|
931
|
+
"Physical Reference": "Fysieke referentie",
|
|
932
|
+
"Current Type": "Huidig type",
|
|
933
|
+
"Label": "Omschrijving",
|
|
934
|
+
"Network Id": "Netwerk ID",
|
|
935
|
+
"Mid Meter Certification End Year": "Gemiddeld Meter Certificatie Eind Jaar",
|
|
936
|
+
"Tariff Group Id": "Tarief groep Id",
|
|
937
|
+
"Allows Reservation": "Reservering toestaan",
|
|
938
|
+
"Booking Enabled": "Boeking ingeschakeld",
|
|
939
|
+
"Power Options - Max Power": "Energie Opties - Max. vermogen",
|
|
940
|
+
"Power Options - Max Voltage": "Vermogen opties - Max spanning",
|
|
941
|
+
"Power Options - Max Amperage": "Vermogen opties - Max Amperage",
|
|
942
|
+
"Power Options - Phases": "Energie Opties - Fases",
|
|
943
|
+
"Power Options - Phase Rotation": "Energie Opties - Fase Rotatie",
|
|
944
|
+
"Power Options - Connected Phase": "Energie Opties - Aangesloten Fase",
|
|
945
|
+
"Format": "Formatteren",
|
|
946
|
+
"Connector": "Connector",
|
|
947
|
+
"Filter - Created After": "Filter - Aangemaakt na",
|
|
948
|
+
"Filter - Created Before": "Filter - Aangemaakt voor",
|
|
949
|
+
"Request Body Variant Type": "Aanvraag artikelvarianttype",
|
|
950
|
+
"Request Body": "Aanvraag body",
|
|
951
|
+
"Partner Ids": "Partner Ids",
|
|
952
|
+
"Share": "Delen",
|
|
953
|
+
"Mode": "Modus",
|
|
954
|
+
"Circuit": "Circuit",
|
|
955
|
+
"Priority": "Prioriteit",
|
|
956
|
+
"Upper Threshold Percent": "Bovengrens percentage",
|
|
957
|
+
"High SoC Priority": "Hoge SoC Prioriteit",
|
|
958
|
+
"Lower Threshold Percent": "Lagere drempelpercentage",
|
|
959
|
+
"Low SoC Priority": "Lage SoC Prioriteit",
|
|
960
|
+
"Template": "Sjabloon",
|
|
961
|
+
"Charge Point Ids": "Charge Punt Ids",
|
|
962
|
+
"Should Persist": "Moet aanhouden",
|
|
963
|
+
"Filter - Ocpp Version": "Filter - Ocpp versie",
|
|
964
|
+
"Ocpp Version": "Ocpp versie",
|
|
965
|
+
"Variable": "Variabele",
|
|
966
|
+
"Electricity Meter": "Elektriciteit Meter",
|
|
967
|
+
"Timestamp": "Artikeldatering",
|
|
968
|
+
"Current L1": "Huidige L1",
|
|
969
|
+
"Current L2": "Huidige L2",
|
|
970
|
+
"Current L3": "Huidige L3",
|
|
971
|
+
"Integration Id": "Integratie Id",
|
|
972
|
+
"Default Price": "Standaard prijs",
|
|
973
|
+
"Tax Percentage": "BTW percentage",
|
|
974
|
+
"Electricity Rate": "Elektriciteitstarief",
|
|
975
|
+
"Solar": "Zonne-energie",
|
|
976
|
+
"Wind": "Wind",
|
|
977
|
+
"Hydro": "Hydro",
|
|
978
|
+
"Nuclear": "Nucleair",
|
|
979
|
+
"Coal": "Steenkool",
|
|
980
|
+
"Natural Gas": "Natuurlijke Gas",
|
|
981
|
+
"Other Renewable": "Andere duurzame",
|
|
982
|
+
"Other Non Renewable": "Andere niet toegestaan",
|
|
983
|
+
"Date": "Datum:",
|
|
984
|
+
"Periods": "Perioden",
|
|
985
|
+
"Week Day": "Dag van week",
|
|
986
|
+
"EVSE": "EVSE",
|
|
987
|
+
"Evse Downtime Period": "Evenement vervalperiode",
|
|
988
|
+
"Flexibility Asset": "Flexibiliteit Asset",
|
|
989
|
+
"Ends At": "Eindigt om",
|
|
990
|
+
"Filter - Asset Id": "Filter - Activa-ID",
|
|
991
|
+
"Flexibility Activation Request": "Activeringsverzoek voor flexibiliteit",
|
|
992
|
+
"Dlm Circuit Id": "Dlm Circuit Id",
|
|
993
|
+
"Description": "Beschrijving",
|
|
994
|
+
"Filter - Updated Since": "Filter - bijgewerkt sinds",
|
|
995
|
+
"Filter - Start Time": "Filter - Start Tijd",
|
|
996
|
+
"Filter - End Time": "Filter - Eindtijd",
|
|
997
|
+
"Id Tag": "Id Tag",
|
|
998
|
+
"Filter - Id Tag Uid": "Filter - id label-gebruik",
|
|
999
|
+
"Filter - Id Label": "Filter - Id label",
|
|
1000
|
+
"Filter - Expire At": "Filter - Verlopen op",
|
|
1001
|
+
"Filter - Status": "Filter - Status",
|
|
1002
|
+
"Id Tag Uid": "Id label-gebruik",
|
|
1003
|
+
"Id Label": "Id label",
|
|
1004
|
+
"Expire At": "Vervalt op",
|
|
1005
|
+
"Vehicle Type": "Type voertuig",
|
|
1006
|
+
"Partner Id": "Partner Id",
|
|
1007
|
+
"Start After": "Start na",
|
|
1008
|
+
"End Before": "Beëindig voor",
|
|
1009
|
+
"Short Description": "Korte omschrijving",
|
|
1010
|
+
"Additional Description": "Aanvullende beschrijving",
|
|
1011
|
+
"Geoposition - Latitude": "Geopositie - Breedtegraad",
|
|
1012
|
+
"Geoposition - Longitude": "Geopositie - Lengtegraad",
|
|
1013
|
+
"Address": "Adres:",
|
|
1014
|
+
"Street Address": "Straat en huisnummer",
|
|
1015
|
+
"City": "Woonplaats",
|
|
1016
|
+
"Region": "Regio",
|
|
1017
|
+
"State": "Provincie",
|
|
1018
|
+
"Country": "Land:",
|
|
1019
|
+
"Post Code": "Post Code",
|
|
1020
|
+
"Working Hours - Is Always Open": "Werkende uren - Is altijd geopend",
|
|
1021
|
+
"Working Hours - Stop Session Outside Working Hours": "Werkuren - Stop Sessie Buiten Werkuren",
|
|
1022
|
+
"Working Hours - Always Open For User Group Ids": "Werkende uren - Altijd openen voor gebruikersgroep ID's",
|
|
1023
|
+
"Working Hours - Hours - Monday": "Werkuren - uren - maandag",
|
|
1024
|
+
"Working Hours - Hours - Tuesday": "Werkuren - uren - dinsdag",
|
|
1025
|
+
"Working Hours - Hours - Wednesday": "Werkuren - uren - woensdag",
|
|
1026
|
+
"Working Hours - Hours - Thursday": "Werkuren - uren - donderdag",
|
|
1027
|
+
"Working Hours - Hours - Friday": "Werkuren - uren - vrijdag",
|
|
1028
|
+
"Working Hours - Hours - Saturday": "Werkuren - uren - zaterdag",
|
|
1029
|
+
"Working Hours - Hours - Sunday": "Werkuren - uren - Zondag",
|
|
1030
|
+
"Timezone": "Timezone",
|
|
1031
|
+
"Roaming Operator Id": "Roaming Operator ID",
|
|
1032
|
+
"Filter - Country": "Filter - Land",
|
|
1033
|
+
"Filter - Region": "Filter - Regio",
|
|
1034
|
+
"Filter - City": "Filter - Stad",
|
|
1035
|
+
"Additional Info - Enabled": "Extra Info - Ingeschakeld",
|
|
1036
|
+
"Additional Info - Title": "Extra Info - Titel",
|
|
1037
|
+
"Additional Info - Description": "Aanvullende informatie - Beschrijving",
|
|
1038
|
+
"Charging Zone": "Opladen zone",
|
|
1039
|
+
"Notification": "Notificatie",
|
|
1040
|
+
"Notifications": "Notificaties",
|
|
1041
|
+
"End Time": "Eind Tijd",
|
|
1042
|
+
"Parking Space": "Parkeerplaats",
|
|
1043
|
+
"Occupancy Status": "Bezettings Status",
|
|
1044
|
+
"Disabilities Accessible": "Toegankelijke beperkingen",
|
|
1045
|
+
"Evses": "Gebeurtenissen",
|
|
1046
|
+
"Provisioning Certificate": "Provisie Certificaat",
|
|
1047
|
+
"Payment Method": "Betaalmethode",
|
|
1048
|
+
"Pc Id": "Pc Id",
|
|
1049
|
+
"Id Tags": "Id tags",
|
|
1050
|
+
"Reservation": "Reservering",
|
|
1051
|
+
"Roaming Operator": "Roaming Operator",
|
|
1052
|
+
"Custom Tariff Filter": "Aangepast tarief filter",
|
|
1053
|
+
"Country Code": "Land Code",
|
|
1054
|
+
"Party Id": "Feest ID",
|
|
1055
|
+
"Currency": "valuta",
|
|
1056
|
+
"Tariff Alt Text": "Tarief Alt Tekst",
|
|
1057
|
+
"Tariff Alt Url": "Tarief Alt URL",
|
|
1058
|
+
"Min Price - Excl Vat": "Minimale prijs - excl. BTW",
|
|
1059
|
+
"Min Price - Incl Vat": "Min. prijs - Incl BTW",
|
|
1060
|
+
"Max Price - Excl Vat": "Max. prijs - excl. BTW",
|
|
1061
|
+
"Max Price - Incl Vat": "Max. prijs - Incl BTW",
|
|
1062
|
+
"Elements": "Elementen",
|
|
1063
|
+
"Start Date Time": "Startdatum tijd",
|
|
1064
|
+
"End Date Time": "Einddatum tijd",
|
|
1065
|
+
"Energy Mix - Is Green Energy": "Energie Mix - Is groene energie",
|
|
1066
|
+
"Energy Mix - Energy Sources": "Energie Mix - Energiebronnen",
|
|
1067
|
+
"Energy Mix - Environ Impact": "Energy Mix - Environ Impact",
|
|
1068
|
+
"Energy Mix - Supplier Name": "Energie Mix - Leveranciersnaam",
|
|
1069
|
+
"Energy Mix - Energy Product Name": "Energie Mix - Naam Energieproduct",
|
|
1070
|
+
"Last Updated": "Laatst bijgewerkt",
|
|
1071
|
+
"Roaming Connection": "Roaming Verbinding",
|
|
1072
|
+
"Business Name": "Zakelijke naam",
|
|
1073
|
+
"Enabled": "Ingeschakeld",
|
|
1074
|
+
"Cpo Settings - Cpo Qrcode Prefix": "Cpo-instellingen - Cpo Qrcode voorvoegsel",
|
|
1075
|
+
"Cpo Settings - Manual Evse Management": "Cpo-instellingen - handmatige afspraakbeheer",
|
|
1076
|
+
"Cpo Settings - Apply Custom Tariffs To Evses With Roaming Tariff": "Cpo-instellingen - Pas aangepaste tarieven toe op gebeurtenissen met roamingtarief",
|
|
1077
|
+
"Cpo Settings - Sends Periodic Meter Updates": "Cpo-instellingen - Verzendt periodieke Meter Updates",
|
|
1078
|
+
"Cpo Settings - External Tariff Integration": "Cpo-instellingen - Externe tariefintegratie",
|
|
1079
|
+
"Cpo Settings - Threat Evse Status Unknown As": "Cpo-instellingen - dreat Evse Status onbekend als",
|
|
1080
|
+
"Cpo Settings - Phase Ac Power Formula": "Cpo-instellingen - Fase Ac Power Formule",
|
|
1081
|
+
"Applicable Current Types": "Toepasbare huidige types",
|
|
1082
|
+
"Power Below Kw": "Kracht onder KW",
|
|
1083
|
+
"Evse Id Prefix": "Evse Id Prefix",
|
|
1084
|
+
"Order": "Bestelling",
|
|
1085
|
+
"Filters": "Filters",
|
|
1086
|
+
"Filter - Platform Id": "Filter - Platform Id",
|
|
1087
|
+
"Filter - Country Code": "Filter - Landcode",
|
|
1088
|
+
"Filter - Party Id": "Filter - Feest-ID",
|
|
1089
|
+
"Roaming Provider": "Roaming Provider",
|
|
1090
|
+
"Roaming Tariff": "Roaming tarief",
|
|
1091
|
+
"Subscription Plan": "Abonnement Plan",
|
|
1092
|
+
"Plan Id": "Abonnement ID",
|
|
1093
|
+
"Replace At": "Vervang op",
|
|
1094
|
+
"Renewal Cycle": "Vernieuwing cyclus",
|
|
1095
|
+
"Free Renewal Periods": "Gratis verlengingsperiodes",
|
|
1096
|
+
"Base Fee": "Basis vergoeding",
|
|
1097
|
+
"Base Fee Applies Per Each Home Charger": "Basiskosten gelden per elke Home Charger",
|
|
1098
|
+
"Post Paid Charging Sessions Accumulation": "Post betaalde oplaadsessies accumulatie",
|
|
1099
|
+
"Billing Usage Threshold": "Facturering gebruik drempel",
|
|
1100
|
+
"Billing Type": "Type facturering",
|
|
1101
|
+
"Allowance - Reset Cycle": "Toestaan - Reset Cyclus",
|
|
1102
|
+
"Allowance - Type": "Toestaan - Type",
|
|
1103
|
+
"Allowance - Home Chargers Only": "Toestaan - Alleen Thuis lader",
|
|
1104
|
+
"Allowance - Included Countries": "Toestaan - Inbegrepen landen",
|
|
1105
|
+
"Allowance - Excluded Countries": "Toestaan - Uitgesloten landen",
|
|
1106
|
+
"Allowance - Exclude Roaming": "Toestaan - Roaming uitsluiten",
|
|
1107
|
+
"Allowance - Included Partner Charge Points": "Toestaan - Inclusief oplaadpunten van Partner",
|
|
1108
|
+
"Allowance - Excluded Partner Charge Points": "Toestaan - Uitgesloten Partner Charge Points",
|
|
1109
|
+
"Allowance - Combined": "Toestaan - Gecombineerd",
|
|
1110
|
+
"Allowance - Ac": "Toestaan - Ac",
|
|
1111
|
+
"Allowance - Dc": "Toestaan - Dc",
|
|
1112
|
+
"Visibility Restrictions - Included Partner Users": "Beperkingen zichtbaarheid - Inclusief partnergebruikers",
|
|
1113
|
+
"Visibility Restrictions - Excluded Partner Users": "Zichtbaarheid beperkingen - Uitgesloten partnergebruikers",
|
|
1114
|
+
"Visibility Restrictions - Included User Groups": "Beperkingen zichtbaarheid - Inbegrepen gebruikersgroepen",
|
|
1115
|
+
"Visibility Restrictions - Excluded User Groups": "Zichtbaarheid beperkingen - Uitgesloten gebruikersgroepen",
|
|
1116
|
+
"Fee Per Each Personal Charge Point": "Vergoeding per persoonlijk aanrekenpunt",
|
|
1117
|
+
"Tariff": "Tarief",
|
|
1118
|
+
"Default Price Information": "Standaard prijsinformatie",
|
|
1119
|
+
"Default Price Information Offline": "Standaard prijsinformatie offline",
|
|
1120
|
+
"Price Information": "Prijs Informatie",
|
|
1121
|
+
"Total Cost Information": "Totale kosten informatie",
|
|
1122
|
+
"Filter - Tariff Group Id": "Filter - tariefgroep Id",
|
|
1123
|
+
"Day Tariff Start": "Dag tarief start",
|
|
1124
|
+
"Night Tariff Start": "Nachttarief starten",
|
|
1125
|
+
"Pricing - Price Per Session": "Prijzen - Prijs per sessie",
|
|
1126
|
+
"Pricing - Connection Fee": "Prijzen - Connectiekosten",
|
|
1127
|
+
"Pricing - Price Per Kwh": "Prijzen - Prijs Per Kwh",
|
|
1128
|
+
"Pricing - Day Price Per Kwh": "Prijzen - Dagprijs Per Kwh",
|
|
1129
|
+
"Pricing - Night Price Per Kwh": "Prijs - Nachtprijs per kwh",
|
|
1130
|
+
"Pricing - Price Period In Minutes": "Prijzen - Prijsperiode in minuten",
|
|
1131
|
+
"Pricing - Price Per Period": "Prijzen - Prijs Per Periode",
|
|
1132
|
+
"Pricing - Duration Fee Limit": "Prijzen - Tijdsduur Limiet",
|
|
1133
|
+
"Pricing - Day Price Per Period": "Prijzen - Dagprijs Per Periode",
|
|
1134
|
+
"Pricing - Night Price Per Period": "Prijzen - Nachtprijs per periode",
|
|
1135
|
+
"Pricing - Day Idle Fee Per Minute": "Prijzen - Dagelijkse Indle Kosten Per Minute",
|
|
1136
|
+
"Pricing - Night Idle Fee Per Minute": "Prijs - Nacht Idle Fee Per Minute",
|
|
1137
|
+
"Pricing - Idle Fee Per Minute": "Prijzen - Idle Fee Per Minute",
|
|
1138
|
+
"Pricing - Idle Fee Grace Period Minutes": "Prijzen - Idle Fee Grace Minuten",
|
|
1139
|
+
"Pricing - Idle Pricing Period In Minutes": "Prijzen - Idle Pricing Periode in minuten",
|
|
1140
|
+
"Pricing - Idle Fee Period Start": "Prijzen - Idle Fee De Start",
|
|
1141
|
+
"Pricing - Idle Fee Period End": "Prijzen - Idle Fee Einde",
|
|
1142
|
+
"Pricing - Idle Fee Limit": "Prijzen - Idle Fee Limiet",
|
|
1143
|
+
"Pricing - Connection Fee Minimum Session Duration": "Prijzen - Verbindingskosten minimale sessie duur",
|
|
1144
|
+
"Pricing - Connection Fee Minimum Session Energy": "Prijzen - Verbindingskosten minimum sessie-energie",
|
|
1145
|
+
"Pricing - Duration Fee Grace Period": "Prijzen - Tijdsduur van betaling",
|
|
1146
|
+
"Pricing - Min Price": "Prijs - Min. Prijs",
|
|
1147
|
+
"Pricing - Pre Authorize Amount": "Prijzen - Pre Autorisatiebedrag",
|
|
1148
|
+
"Pricing - Tax I D": "Prijzen - BTW I D",
|
|
1149
|
+
"Pricing - Charge Point Electricity Rate": "Prijzen - Elektriciteitstarief Charge Point",
|
|
1150
|
+
"Pricing - Fallback Electricity Rate Id": "Prijzen - Terugval Electricity Rate Id",
|
|
1151
|
+
"Pricing - Markup Percentage Per Kwh": "Prijzen - Markup Percentage Per Kwh",
|
|
1152
|
+
"Pricing - Markup Fixed Fee Per Kwh": "Prijzen - Markup Fixed Fee Per Kwh",
|
|
1153
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Default Price": "Prijzen - Flexibele Markt Up Als Vast Per Kwh - Standaardprijs",
|
|
1154
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Interval Pricing": "Prijzen - Flexibele mark Up Als Vast Per Kwh - Interval Pricing",
|
|
1155
|
+
"Pricing - Multi Price Per Kwh": "Prijzen - Multi Prijs Per Kwh",
|
|
1156
|
+
"Pricing - Multi Price Per Duration": "Prijzen - Meerprijs Per Duur",
|
|
1157
|
+
"Pricing - Multi Idle Fee": "Prijzen - Multi Idle Fee",
|
|
1158
|
+
"Pricing - Regular Use Period": "Prijzen - Normaal gebruik Periode",
|
|
1159
|
+
"Pricing - Average Power Levels": "Prijzen - Gemiddelde energieniveaus",
|
|
1160
|
+
"Pricing - Peak Power Levels": "Prijzen - Piek stroomniveau",
|
|
1161
|
+
"Pricing - Time Periods": "Prijzen - tijdsperioden",
|
|
1162
|
+
"Pricing - Price Periods - Connection Fee Periods - Fee": "Prijzen - Prijs Perioden - Verbindingskosten Perioden - Kosten",
|
|
1163
|
+
"Pricing - Price Periods - Energy Fee Periods - Fee": "Prijzen - Prijs Perioden - Energiekosten - Kosten -",
|
|
1164
|
+
"Pricing - Price Periods - Duration Fee Periods - Fee": "Prijzen - Prijs Perioden - Tijdsduur duur - Kosten -",
|
|
1165
|
+
"Pricing - Price Periods - Idle Fee Periods - Fee": "Prijzen - Prijs Perioden - Idle Fee Perioden - Kosten",
|
|
1166
|
+
"Pricing - Days When Applied": "Prijzen - Dagen indien van toepassing",
|
|
1167
|
+
"Pricing - Threshold Price For Energy": "Prijsstelling - Drempelprijs voor energie",
|
|
1168
|
+
"Pricing - Price For Energy When Optimized": "Prijzen - Prijs voor energie wanneer geoptimaliseerd",
|
|
1169
|
+
"Pricing - Optimised Label": "Prijzen - Geoptimaliseerd Label",
|
|
1170
|
+
"Pricing - Duration Fee From": "Prijzen - Tijdsduur van",
|
|
1171
|
+
"Pricing - Duration Fee To": "Prijzen - Tijdsduur om",
|
|
1172
|
+
"Pricing - Subsidy Integration Id": "Prijzen - Integratie Id Subsidy",
|
|
1173
|
+
"Pricing - Lock Price On Session Start": "Prijzen - Locatieprijs bij start van sessie",
|
|
1174
|
+
"Pricing - Lock Energy Price On Session Start": "Prijzen - Vergrendel Energieprijs bij start sessie",
|
|
1175
|
+
"Pricing - Lock Duration Price On Session Start": "Prijzen - Lock Tijdsduur bij opstarten van de sessie",
|
|
1176
|
+
"Pricing - Lock Idle Price On Session Start": "Prijzen - Vergrendelingsprijs bij start sessie",
|
|
1177
|
+
"Pricing - State Of Charge Idle Threshold": "Prijzen - staat van Charge Idle Threshold",
|
|
1178
|
+
"Pricing - Average Power Idle Threshold": "Prijzen - Gemiddelde Drempelwaarde van energielevering",
|
|
1179
|
+
"Stop Session - Time Limit Minutes": "Sessie stoppen - Minuten Tijdslimiet",
|
|
1180
|
+
"Stop Session - Stop When Energy Exceeds Kwh": "Sessie stoppen - Stop wanneer energie Kwh overschrijdt",
|
|
1181
|
+
"Restrictions - Apply To Users Of Charge Point Owner": "Beperkingen - Toepassen op de eigenaar van de Aanvalspunten",
|
|
1182
|
+
"Restrictions - Apply To Users Of Charge Point Partner": "Beperkingen - Toepassen op gebruikers van Charge Point Partner",
|
|
1183
|
+
"Restrictions - Apply To Users Of All Roaming Emsps": "Beperkingen - Toepassen op Gebruikers Van Alle Roaming Emsps",
|
|
1184
|
+
"Restrictions - Apply To Ad Hoc Users": "Beperkingen - Toepassen op Ad Hoc Gebruikers",
|
|
1185
|
+
"Restrictions - Ad Hoc Pre Authorize Amount": "Beperkingen - Advertentie Hoc Pre Autorisatiebedrag",
|
|
1186
|
+
"Restrictions - Ad Hoc Stop When Pre Authorized Amount Falls Below": "Beperkingen - Advertentie Hoc Stop Wanneer Pre Authorized Amount Falls hieronder",
|
|
1187
|
+
"Restrictions - Apply To Users Of Partners": "Beperkingen - Toepassen op Gebruikers Van Partners",
|
|
1188
|
+
"Restrictions - Apply To Users With Groups": "Beperkingen - Toepassen op gebruikers met groepen",
|
|
1189
|
+
"Restrictions - Apply To User Group Ids": "Beperkingen - Toepassen op gebruikersgroep-id",
|
|
1190
|
+
"Restrictions - Apply To Users With Subscriptions": "Beperkingen - Toepassen op gebruikers met abonnementen",
|
|
1191
|
+
"Restrictions - Start Date": "Beperkingen - Startdatum",
|
|
1192
|
+
"Restrictions - End Date": "Beperkingen - Einddatum",
|
|
1193
|
+
"Display - Default Price Information": "Weergave - Standaard prijsinformatie",
|
|
1194
|
+
"Display - Default Price Information Offline": "Display - Standaard prijsinformatie offline",
|
|
1195
|
+
"Display - Price Information": "Weergave - Prijsinformatie",
|
|
1196
|
+
"Display - Total Cost Information": "Weergave - Totale Kosten Informatie",
|
|
1197
|
+
"Transaction": "Transactie",
|
|
1198
|
+
"Email": "E-mail",
|
|
1199
|
+
"Invoice Details - Invoice Type": "Factuurgegevens - factuurtype",
|
|
1200
|
+
"Invoice Details - Individual Name": "Factuurdetails - Individuele Naam",
|
|
1201
|
+
"Invoice Details - Individual Personal Id": "Factuurgegevens - Individuele persoonlijke ID",
|
|
1202
|
+
"Invoice Details - Individual Tax Id": "Factuurgegevens - Individuele BTW-ID",
|
|
1203
|
+
"Invoice Details - Company Name": "Factuurgegevens - Bedrijfsnaam",
|
|
1204
|
+
"Invoice Details - Company Reg No": "Factuurgegevens - Herberg Geen",
|
|
1205
|
+
"Invoice Details - Company Tax Id": "Factuurgegevens - BTW-nummer van bedrijf",
|
|
1206
|
+
"Invoice Details - Company Tax Administration Office Name": "Factuur details - BTW kantoor naam van bedrijf",
|
|
1207
|
+
"Invoice Details - Country": "Factuurdetails - Land",
|
|
1208
|
+
"Invoice Details - City": "Factuurgegevens - Plaats",
|
|
1209
|
+
"Invoice Details - Post Code": "Factuurdetails - postcode",
|
|
1210
|
+
"Invoice Details - Address": "Factuurgegevens - adres",
|
|
1211
|
+
"Ref": "Ref:",
|
|
1212
|
+
"Filter - Payment Method": "Filter - Betaalmethode",
|
|
1213
|
+
"Filter - Invoice Number": "Filter - Factuurnummer",
|
|
1214
|
+
"Filter - Session Id": "Filter - Sessie-ID",
|
|
1215
|
+
"Filter - Ref": "Filter - Ref",
|
|
1216
|
+
"Filter - Billing Type": "Filter - Factureringstype",
|
|
1217
|
+
"Filter - Terminal Id": "Filter - Terminal Id",
|
|
1218
|
+
"Filter - Finalized Before": "Filter - Afgeronde Voor",
|
|
1219
|
+
"Filter - Finalized After": "Filter - Afgeronde Na",
|
|
1220
|
+
"Filter - Voucher Id": "Filter - Waardebon Id",
|
|
1221
|
+
"Filter - Purchase Type": "Filter - Aankoop Type",
|
|
1222
|
+
"Session Id": "Sessie ID",
|
|
1223
|
+
"Payment Method - Method Type": "Betalingsmethode - Method Type",
|
|
1224
|
+
"Payment Method - Card Network": "Betaalmethode - Kaart netwerk",
|
|
1225
|
+
"Payment Method - Bank Transfer Type": "Betaalmethode - Type overschrijving",
|
|
1226
|
+
"Payment Method - Wallet Type": "Betaalmethode - Portemonnee Type",
|
|
1227
|
+
"Payment Method - Type": "Betalingsmethode - Type",
|
|
1228
|
+
"Payment Method - Last4": "Betaalmethode - Last4",
|
|
1229
|
+
"Payment Method - Exp Month": "Betaalmethode - Exp maand",
|
|
1230
|
+
"Payment Method - Exp Year": "Betaalmethode - Exp jaar",
|
|
1231
|
+
"Total Amount": "Totaal bedrag",
|
|
1232
|
+
"Failure Reason": "Reden van fout",
|
|
1233
|
+
"User": "Gebruiker",
|
|
1234
|
+
"End Date": "Eind datum",
|
|
1235
|
+
"Auto Renewal": "Auto Renewal",
|
|
1236
|
+
"Amount": "Hoeveelheid",
|
|
1237
|
+
"App Info": "App informatie",
|
|
1238
|
+
"Code": "Code",
|
|
1239
|
+
"Filter - User Group Id": "Filter - Gebruikersgroep Id",
|
|
1240
|
+
"Filter - Email": "Filter - E-mail",
|
|
1241
|
+
"Filter - External App Data": "Filter - Externe App-gegevens",
|
|
1242
|
+
"Email Verified": "E-mailadres geverifieerd",
|
|
1243
|
+
"Password": "Wachtwoord",
|
|
1244
|
+
"Require Password Reset": "Herinstellen wachtwoord vereisen",
|
|
1245
|
+
"First Name": "Voornaam",
|
|
1246
|
+
"Middle Name": "Tweede naam",
|
|
1247
|
+
"Last Name": "Achternaam",
|
|
1248
|
+
"Phone": "Telefoonnummer",
|
|
1249
|
+
"Vehicle No": "Voertuig nr.",
|
|
1250
|
+
"Personal Id": "Persoonlijke ID",
|
|
1251
|
+
"Locale": "Lokalisatie",
|
|
1252
|
+
"User Group Ids": "Gebruikersgroep ID's",
|
|
1253
|
+
"Options - Sessions Allowed": "Opties - Sessies toegestaan",
|
|
1254
|
+
"Receive News And Promotions": "Ontvang nieuws en promoties",
|
|
1255
|
+
"Bank Details - Bank Iban": "Bankdetails - Bank Iban",
|
|
1256
|
+
"Bank Details - Bank Name": "Bankdetails - Banknaam",
|
|
1257
|
+
"Bank Details - Bank Address": "Bankdetails - Bankadres",
|
|
1258
|
+
"Bank Details - Bank Code": "Details bank - code",
|
|
1259
|
+
"Bank Details - Bank Account Number": "Bankdetails - rekeningnummer van bank",
|
|
1260
|
+
"Bank Details - Bank Account Type": "Bankdetails - Bankrekeningtype",
|
|
1261
|
+
"Nonce": "Nonce",
|
|
1262
|
+
"With Amount Due": "Met verschuldigde hoeveelheid",
|
|
1263
|
+
"Tokenized Type": "Gekoppeld type",
|
|
1264
|
+
"Bank Transfer Type": "Bankoverschrijving type",
|
|
1265
|
+
"Default": "Standaard",
|
|
1266
|
+
"Via": "Via",
|
|
1267
|
+
"Webhook - Callback Url": "Webhook - Callback Url",
|
|
1268
|
+
"Kafka - Topic": "Kafka - Onderwerp",
|
|
1269
|
+
"Kafka - Brokers": "Kafka - makelaars",
|
|
1270
|
+
"Kafka - Compression Codec": "Kafka - Compressie Codec",
|
|
1271
|
+
"Kafka - Security Protocol": "Kafka - Veiligheidsprotocol",
|
|
1272
|
+
"Kafka - Sasl Mechanism": "Kafka - Sasl Mechanism",
|
|
1273
|
+
"Kafka - Sasl Username": "Kafka - Sasl Gebruikersnaam",
|
|
1274
|
+
"Kafka - Sasl Password": "Kafka - Sasl wachtwoord",
|
|
1275
|
+
"Filter - Method": "Filter - Methode",
|
|
1276
|
+
"Authorization": "Autorisatie",
|
|
1277
|
+
"Filter - Start After": "Filter - Start na",
|
|
1278
|
+
"Filter - Start Before": "Filter - Start voor",
|
|
1279
|
+
"Filter - End After": "Filter - Eindig na",
|
|
1280
|
+
"Filter - End Before": "Filter - Stop Voor",
|
|
1281
|
+
"Booking Request": "Boeking verzoek",
|
|
1282
|
+
"Booking": "Boeking",
|
|
1283
|
+
"Filter - Start Date Time From": "Filter - Startdatum vanaf",
|
|
1284
|
+
"Filter - Start Date Time To": "Filter - Startdatum tot",
|
|
1285
|
+
"Filter - End Date Time From": "Filter - Einddatum vanaf",
|
|
1286
|
+
"Filter - End Date Time To": "Filter - Einddatum tijd tot",
|
|
1287
|
+
"Filter - Operator Id": "Filter - Operator Id",
|
|
1288
|
+
"Filter - Roaming Id": "Filter - Roaming Id",
|
|
1289
|
+
"Filter - Credit": "Filter - Krediet",
|
|
1290
|
+
"Filter - Is Local": "Filter - Is lokaal",
|
|
1291
|
+
"Filter - Received After": "Filter - ontvangen na",
|
|
1292
|
+
"Filter - Received Before": "Filter - Voor Ontvangen",
|
|
1293
|
+
"Filter - Sent After": "Filter - Verzonden na",
|
|
1294
|
+
"Filter - Sent Before": "Filter - vóór verzonden",
|
|
1295
|
+
"Filter - Delivery Response": "Filter - Levering Reactie",
|
|
1296
|
+
"Cdr": "Cdr",
|
|
1297
|
+
"Parent Circuit Id": "Bovenliggende Circuit Id",
|
|
1298
|
+
"Phases": "Fases",
|
|
1299
|
+
"Phase Rotation": "Fase rotatie",
|
|
1300
|
+
"Connected Phase": "Verbonden fase",
|
|
1301
|
+
"Electrical Configuration": "Elektrische configuratie",
|
|
1302
|
+
"Max Voltage": "Maximale spanning",
|
|
1303
|
+
"Max Current": "Max. stroom",
|
|
1304
|
+
"Min Charge Point Current": "Min Charge Punt Stroom",
|
|
1305
|
+
"Set Session Limit To Zero On Idle": "Sessielimiet instellen op nul tijdens inactiviteit",
|
|
1306
|
+
"Electricity Meter Id": "Electricity Meter Id",
|
|
1307
|
+
"Offline Reserved Current": "Offline Gereserveerde stroom",
|
|
1308
|
+
"Load Balancing Integration - Id": "Laad Balance Integratie - Id",
|
|
1309
|
+
"Load Balancing Integration - Fields Variant Type": "Laad Balance Integratie - Velden variant type",
|
|
1310
|
+
"Fields": "Velden",
|
|
1311
|
+
"Target Id": "Target Id",
|
|
1312
|
+
"User Priority": "Gebruiker prioriteit",
|
|
1313
|
+
"Alphabetic Code": "Alfabetische Code",
|
|
1314
|
+
"Prefix": "Voorvoegsel",
|
|
1315
|
+
"Suffix": "Suffix",
|
|
1316
|
+
"Decimal": "Decimaal",
|
|
1317
|
+
"Unit Price And Calculations Decimal": "Decimaal eenheidsprijs en berekening",
|
|
1318
|
+
"Enable Use Of Minor Currency Unit": "Inschakelen Gebruik Van Minor Currency Unit",
|
|
1319
|
+
"Minor Unit Sign": "Kleine Eenheids Bord",
|
|
1320
|
+
"Base": "Basis",
|
|
1321
|
+
"Target": "Target",
|
|
1322
|
+
"Rate": "Beoordelen",
|
|
1323
|
+
"Filter - Base": "Filter - Basis",
|
|
1324
|
+
"Filter - Target": "Filter - Doel",
|
|
1325
|
+
"Filter - Updated Before": "Filter - Bijgewerkt voor",
|
|
1326
|
+
"Filter - Updated After": "Filter - Bijgewerkt na",
|
|
1327
|
+
"Currency Rate": "Valuta Tarief",
|
|
1328
|
+
"Custom Fee": "Aangepaste vergoeding",
|
|
1329
|
+
"Notice": "Kennisgeving",
|
|
1330
|
+
"Filter - Physical Reference": "Filter - Fysieke referentie",
|
|
1331
|
+
"Question": "Vraag",
|
|
1332
|
+
"Answer": "Beantwoorden",
|
|
1333
|
+
"Faq": "Faq",
|
|
1334
|
+
"Filter - Firmware Version": "Filter - Firmware versie",
|
|
1335
|
+
"Firmware Version": "Firmware versie",
|
|
1336
|
+
"Filter - Installation And Maintenance Company Id": "Filter - Installatie en Onderhoud Bedrijfs-ID",
|
|
1337
|
+
"Filter - Installer Admin Id": "Filter - Installeren Admin Id",
|
|
1338
|
+
"Installation And Maintenance Company Id": "Installatie en Onderhoud Bedrijfs-ID",
|
|
1339
|
+
"Installer Admin Id": "Installer Admin Id",
|
|
1340
|
+
"Installer Job": "Taak van Installer",
|
|
1341
|
+
"Filter - Issued From": "Filter - Uitgegeven vanuit",
|
|
1342
|
+
"Filter - Issued To": "Filter - Uitgegeven aan",
|
|
1343
|
+
"Invoice": "Factuur",
|
|
1344
|
+
"Title": "Aanspreektitel",
|
|
1345
|
+
"Start Date": "Start datum",
|
|
1346
|
+
"Access And Permissions - Sessions Remote Control": "Toegang en permissies - Sessies Remote Control",
|
|
1347
|
+
"Access And Permissions - Start Reservation": "Toegang en machtigingen - Start Reservering",
|
|
1348
|
+
"Access And Permissions - Stop Reservation": "Toegang en machtigingen - Stoppen met reserveren",
|
|
1349
|
+
"Access And Permissions - Reset Charge Point": "Toegang en permissies - Reset Charge Point",
|
|
1350
|
+
"Access And Permissions - Firmware Update": "Toegang en machtigingen - Firmware Update",
|
|
1351
|
+
"Revenue Sharing - Partner Share Percentage Ac Evse": "Delen van inkomsten - Partnerpercentage Ac Events",
|
|
1352
|
+
"Revenue Sharing - Partner Share Percentage Dc Evse": "Inkomsten delen - Partner delen percentage Dc Evse",
|
|
1353
|
+
"Revenue Sharing - Exclude Connection Fee": "Inkomsten delen - Verbindingskosten uitsluiten",
|
|
1354
|
+
"Revenue Sharing - Deduct Electricity Cost": "Omzet Delen - Elektriciteitskosten aftrekken",
|
|
1355
|
+
"Revenue Sharing - Reimburse For Electricity Cost": "Omzet Delen - Vergoeding voor Elektriciteitskosten",
|
|
1356
|
+
"Revenue Sharing - Fixed Fee Per Session Ac": "Inkomsten delen - vaste vergoeding per sessie Ac",
|
|
1357
|
+
"Revenue Sharing - Fixed Fee Per Session Dc": "Inkomsten delen - vaste vergoeding per sessie Dc",
|
|
1358
|
+
"Revenue Sharing - Fee Per Kwh Ac": "Omzet delen - vergoeding per kwh Ac",
|
|
1359
|
+
"Revenue Sharing - Fee Per Kwh Dc": "Omzet Delen - Vergoeding per Kwh Dc",
|
|
1360
|
+
"Revenue Sharing - Handling Fee": "Delen van inkomsten - Afhandelingskosten",
|
|
1361
|
+
"Monthly Platform Fees - Per Charge Point": "Maandelijkse Platform kosten - Per Charge Punt",
|
|
1362
|
+
"Monthly Platform Fees - Per Ac Evse": "Maandelijkse Platformkosten - Per Ac Evse",
|
|
1363
|
+
"Monthly Platform Fees - Per Dc Evse": "Maandelijkse Platformkosten - Per Dc Evse",
|
|
1364
|
+
"Partner Contract": "Partner Contract",
|
|
1365
|
+
"Filter - Settlement Report Id": "Filter - Afwikkelingsrapport ID",
|
|
1366
|
+
"Filter - Date Before": "Filter - Datum voor",
|
|
1367
|
+
"Filter - Date After": "Filter - Datum na",
|
|
1368
|
+
"Filter - Origin": "Filter - oorsprong",
|
|
1369
|
+
"Filter - Currency Code": "Filter - Valutacode",
|
|
1370
|
+
"With Breakdown": "Met uitsplitsing",
|
|
1371
|
+
"Filter - Created From": "Filter - Aangemaakt vanaf",
|
|
1372
|
+
"Filter - Created To": "Filter - Aangemaakt naar",
|
|
1373
|
+
"Filter - Invite Email": "Filter - Uitnodigings E-mail",
|
|
1374
|
+
"Send Via Email": "Verzenden via e-mail",
|
|
1375
|
+
"Language": "Taal",
|
|
1376
|
+
"Options - Allow Corporate Account Billing": "Opties - Sta facturen klant toe",
|
|
1377
|
+
"Options - Limit Corporate Account Billing To Partner Charge Points": "Opties - Limiteer Bedrijf Account Facturering naar Partner Charge Points",
|
|
1378
|
+
"Options - Allow Access To Private Charge Points": "Opties - Toegang tot Privé Charge Points",
|
|
1379
|
+
"Partner Invite": "Partner Uitnodiging",
|
|
1380
|
+
"Filter - Period After": "Filter - Periode na",
|
|
1381
|
+
"Filter - Period Before": "Filter - Periode vóór",
|
|
1382
|
+
"Partner Settlement Report": "Partner Afrekening Rapport",
|
|
1383
|
+
"Paid Amount": "Betaald bedrag",
|
|
1384
|
+
"Note": "Notitie",
|
|
1385
|
+
"Partner Settlement Record": "Partner Settlement Record",
|
|
1386
|
+
"Filter - Reg No": "Filter - Verkoper Nee",
|
|
1387
|
+
"Reg No": "Bg Nee",
|
|
1388
|
+
"Vat No": "Btw nr.",
|
|
1389
|
+
"Postcode": "Postcode",
|
|
1390
|
+
"Contact Details - Administrative - Contact Person": "Contactgegevens - Beheerder - Contactpersoon",
|
|
1391
|
+
"Contact Details - Administrative - Email": "Contactgegevens - Administratief - E-mail",
|
|
1392
|
+
"Contact Details - Administrative - Phone": "Contactgegevens - Administratief - Telefoon",
|
|
1393
|
+
"Contact Details - Technical - Contact Person": "Contactgegevens - Technisch - Contactpersoon",
|
|
1394
|
+
"Contact Details - Technical - Email": "Contactgegevens - Technisch - E-mail",
|
|
1395
|
+
"Contact Details - Technical - Phone": "Contactgegevens - Technisch - Telefoon",
|
|
1396
|
+
"Contact Details - Billing - Contact Person": "Contactgegevens - Facturering - Contactpersoon",
|
|
1397
|
+
"Contact Details - Billing - Email": "Contactgegevens - Factuur - E-mail",
|
|
1398
|
+
"Contact Details - Billing - Phone": "Contactgegevens - Facturering - Telefoon",
|
|
1399
|
+
"Notifications - Technical - Charge Point Faults": "Meldingen - Technisch - Opladpuntstoringen",
|
|
1400
|
+
"Notifications - Billing - Settlement Reports": "Meldingen - Facturering - afwikkelingsrapporten",
|
|
1401
|
+
"Monthly Platform Fee": "Maandelijkse Platform Kosten",
|
|
1402
|
+
"Options - Create Users": "Opties - Gebruikers aanmaken",
|
|
1403
|
+
"Options - Add User Balance": "Opties - Gebruikersbalans toevoegen",
|
|
1404
|
+
"Options - Supplier On Receipts": "Opties - Leverancier bij bonnen",
|
|
1405
|
+
"Options - Allow To Control Tariffs": "Opties - Toestaan Aan Controle Tariffs",
|
|
1406
|
+
"Options - Allow To Control Tariff Groups": "Opties - Toestaan Tariefgroepen beheren",
|
|
1407
|
+
"Corporate Billing - Enabled": "Corporate Billing - Ingeschakeld",
|
|
1408
|
+
"Corporate Billing - Monthly Limit": "Facturering bedrijf - Maandelijkse limiet",
|
|
1409
|
+
"Corporate Billing - Discount": "Corporate Billing - Korting",
|
|
1410
|
+
"Partner": "Partner",
|
|
1411
|
+
"Filter - Serial Number": "Filter - Serienummer",
|
|
1412
|
+
"Payment Terminal": "Betaling Terminal",
|
|
1413
|
+
"Filter - Tax Id": "Filter - BTW-nummer",
|
|
1414
|
+
"Filter - Payment Status": "Filter - Betalingsstatus",
|
|
1415
|
+
"Filter - Period Start": "Filter - Start periode",
|
|
1416
|
+
"Filter - Period End": "Filter - Einde periode",
|
|
1417
|
+
"Receipt": "Bon",
|
|
1418
|
+
"Filter - Reserved From": "Filter - Gereserveerd van",
|
|
1419
|
+
"Filter - Reserved To": "Filter - gereserveerd aan",
|
|
1420
|
+
"Filter - Charge Point": "Filter - Charge Punt",
|
|
1421
|
+
"Filter - Timestamp From": "Filter - Tijdstempel van",
|
|
1422
|
+
"Filter - Timestamp To": "Filter - Tijdstempel naar",
|
|
1423
|
+
"Security Event": "Beveiligings Evenement",
|
|
1424
|
+
"With Clock Aligned Energy Consumption": "Met Klok uitgelijnd Energieverbruik",
|
|
1425
|
+
"Clock Aligned Interval": "Klok uitgelijnd interval",
|
|
1426
|
+
"With Authorization": "Met autorisatie",
|
|
1427
|
+
"With Price Breakdown": "Met prijsverdeling",
|
|
1428
|
+
"With Charging Periods": "Met oplaadperioden",
|
|
1429
|
+
"With Charging Periods Price Breakdown": "Met oplaadperiode prijsafbakening",
|
|
1430
|
+
"Filter - Charge Point Network Id": "Filter - Netwerk-Id laadpunt",
|
|
1431
|
+
"Filter - Reason": "Filter - Reden",
|
|
1432
|
+
"Filter - Charge Point Boot Notification Serial Number": "Filter - Charge Punt Boot Serienummer",
|
|
1433
|
+
"Filter - Charge Point Boot Notification Vendor": "Filter - Notificatie Leverancier van Charge Punt",
|
|
1434
|
+
"Filter - Started Before": "Filter - Gestart voor",
|
|
1435
|
+
"Filter - Ended After": "Filter - Eindigde na",
|
|
1436
|
+
"Filter - Ended Before": "Filter - Beëindigd voor",
|
|
1437
|
+
"Filter - Id Tag": "Filter - Id tag",
|
|
1438
|
+
"Filter - Payment Type": "Filter - Betalingstype",
|
|
1439
|
+
"Filter - Payment Status Updated Before": "Filter - Betalingsstatus bijgewerkt vóór",
|
|
1440
|
+
"Filter - Payment Status Updated After": "Filter - Betalingsstatus bijgewerkt na",
|
|
1441
|
+
"Filter - Receipt Id": "Filter - Ontvangst Id",
|
|
1442
|
+
"Filter - Authorization Source": "Filter - Autorisatie bron",
|
|
1443
|
+
"Filter - Billing Status": "Filter - Factureringsstatus",
|
|
1444
|
+
"Filter - Roaming - Roaming Operator Cpo Ids": "Filter - Roaming - Roaming Operator Cpo Ids",
|
|
1445
|
+
"Sub Operator": "Sub Operator",
|
|
1446
|
+
"Filter - Plan Id": "Filter - Plan Id",
|
|
1447
|
+
"Filter - End Date From": "Filter - Einddatum vanaf",
|
|
1448
|
+
"Filter - End Date To": "Filter - Einddatum tot",
|
|
1449
|
+
"Filter - Billed Externally": "Filter - Extern Gefactureerd",
|
|
1450
|
+
"Subscription": "Abbonnement",
|
|
1451
|
+
"Tariff Ids": "Tarief Ids",
|
|
1452
|
+
"Tariff Group": "Tarief groep",
|
|
1453
|
+
"Tariff Snapshot": "Tariff Snapshot",
|
|
1454
|
+
"Tax Identification Number": "BTW identificatienummer",
|
|
1455
|
+
"Display Name": "Weergavenaam",
|
|
1456
|
+
"Percentage": "Percentage",
|
|
1457
|
+
"Tax Identification Number Id": "ID van BTW-nummer",
|
|
1458
|
+
"Tax": "Belasting",
|
|
1459
|
+
"Filter - Document Id": "Filter - Document Id",
|
|
1460
|
+
"Filter - Valid From": "Filter - Geldig vanaf",
|
|
1461
|
+
"Term Version": "Term versie",
|
|
1462
|
+
"Filter - Enabled": "Filter - Ingeschakeld",
|
|
1463
|
+
"Price": "Prijs",
|
|
1464
|
+
"Bonus": "Bonus",
|
|
1465
|
+
"Top Up Package": "Pakket aanvullen",
|
|
1466
|
+
"Filter - No Partner": "Filter - Geen partner",
|
|
1467
|
+
"User Group": "Gebruikers groep",
|
|
1468
|
+
"Utility": "Hulpprogramma's",
|
|
1469
|
+
"Error Code": "Foutmelding code",
|
|
1470
|
+
"Error Code Description": "Foutcode omschrijving",
|
|
1471
|
+
"Error Code Customer Action": "Foutcode klantenactie",
|
|
1472
|
+
"Vendor Error Code": "Leverancier foutcode",
|
|
1473
|
+
"Filter - Created At": "Filter - Aangemaakt op",
|
|
1474
|
+
"Filter - Redeemed After": "Filter - Verzilverd na",
|
|
1475
|
+
"Filter - Redeemed Before": "Filter - Verzilverd vóór",
|
|
1476
|
+
"Filter - Expire Date After": "Filter - Verloopdatum na",
|
|
1477
|
+
"Filter - Expire Date Before": "Filter - Verloopdatum vóór",
|
|
1478
|
+
"Filter - Code": "Filter - Code",
|
|
1479
|
+
"Expire Date": "Verval datum",
|
|
1480
|
+
"Validity Period": "Geldigheid periode",
|
|
1481
|
+
"Assign Before Date": "Wijs vóór datum toe",
|
|
1482
|
+
"Voucher": "Tegoedbon",
|
|
1483
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
1484
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen 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.": "Het id van de connector waarvoor de beschikbaarheid moet veranderen. Als de beschikbaarheid van het laadpunt ontbreekt en al zijn connectors moeten veranderen.",
|
|
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": "Het type beschikbaarheid wijzigen dat het laadpunt moet uitvoeren\n* 'Inoperative' laadpunt is niet beschikbaar voor opladen.\n* `Operative` laadpunt is beschikbaar voor opladen.\n",
|
|
1487
|
+
"This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.": "Deze gebruiker wordt de eigenaar van het laadpunt. Indien leeg gelaten wordt er geen eigenaar toegewezen.",
|
|
1488
|
+
"The ID of the charging profile to clear.": "De ID van het laadprofiel om te wissen.",
|
|
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.": "Hiermee geeft u de ID van de connector aan waarvoor oplaadprofielen worden gewist. Een connectorId van nul (0) geeft het oplaadprofiel voor het totale laadpunt op. Afwezigheid van deze parameter betekent dat het clearing van toepassing is op alle berekeningsprofielen die overeenkomen met de andere criteria in de aanvraag.",
|
|
1490
|
+
"Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.": "Geeft aan wat het doel is van de oplaadprofielen die zullen worden gewist, als ze voldoen aan de andere criteria in het verzoek.",
|
|
1491
|
+
"Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.": "Geeft de stackLevel aan voor welke oplaadprofielen worden gewist, als ze voldoen aan de andere criteria in het verzoek.",
|
|
1492
|
+
"FTP address to upload the diagnostics to": "FTP adres om de diagnostiek naar te uploaden",
|
|
1493
|
+
"Only get diagnostics that are created after this date-time": "Alleen diagnostiek opvragen die worden gemaakt na deze datum-tijd",
|
|
1494
|
+
"Only get diagnostics that are created before that date-time": "Alleen diagnostiek krijgen die zijn gemaakt voor die datum-tijd",
|
|
1495
|
+
"The URL of the location at the remote system where the log should be stored.": "De URL van de locatie op het externe systeem waar het logboek moet worden opgeslagen.",
|
|
1496
|
+
"Reason kept in the action logs for future reference.": "Reden bewaard in actielogboeken voor toekomstige referentie.",
|
|
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.": "Dit geeft aan hoe vaak het laadpunt moet proberen de log te uploaden voor het opgeven. Als dit terrein niet aanwezig is, blijft het aan het Charge Point om te bepalen hoe vaak het opnieuw wil proberen.",
|
|
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.": "Het interval in seconden waarna een nieuwe poging kan worden gedaan. Als dit gebied niet aanwezig is, blijft het aan het Charge Point om te bepalen hoe lang het tussen pogingen moet wachten.",
|
|
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`.": "Dit bevat de datum en tijd van de oudste loggegevens om in de diagnose op te nemen. Geef de waarde in het volgende formaat `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`.": "Dit bevat de datum en tijd van de nieuwste log-informatie om op te nemen in de diagnose. Geef de waarde in het volgende formaat `Y-m-d H:i:s`.",
|
|
1501
|
+
"In case reason is empty, following text \"Activated via API\" will be added automatically": "In het geval de reden leeg is, zal de tekst \"Geactiveerd via API\" automatisch worden toegevoegd",
|
|
1502
|
+
"The identifier of the vendor specific implementation.": "Het identificatiemiddel van de verkoper specifieke tenuitvoerlegging.",
|
|
1503
|
+
"Additional identification field.": "Extra identificatieveld.",
|
|
1504
|
+
"Data without specified length or format": "Gegevens zonder opgegeven lengte of formaat",
|
|
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.": "Het ID van de betalingsmethode, zoals geretourneerd door de lijst met betaalmethoden (User / Payment Method / Listing). Indien leeg of leeg gelaten, het zou worden bepaald door het systeem - ofwel \"saldo\" of \"abonnement\" (indien de gebruiker een actief post-paid abonnement heeft voor oplaadsessies en het oplaadpunt is een thuisbetaling). Wanneer het NIET leeg of leeg is, is userId vereist.",
|
|
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.": "Het ID van de boeking om de sessie aan te koppelen. Geeft een 422 fout terug als de boeking niet bestaat of de status niet is geaccepteerd of gereserveerd.",
|
|
1507
|
+
"Use force=true when you want to end the session reguardless of the CP response": "Gebruik force=true wanneer u de sessie herroepbaar wilt beëindigen van de CP reactie",
|
|
1508
|
+
"List of keys to request a get configuration for. Omit or pass empty array to request all available configuration keys.": "Lijst van sleutels waarvoor een configuratie wordt gevraagd. Laat of geef een lege array door om alle beschikbare configuratiesleutels aan te vragen.",
|
|
1509
|
+
"The type of the message to be triggered. Messages available only for 2.0.1 chargers - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent": "Het type van het bericht dat moet worden geactiveerd. Berichten zijn alleen beschikbaar voor 2.0.1 opladers - LogStatusNotificatie, PublishFirmwareStatusNotificatie, SignChargingStationCertificate, SignCombinedCertificate, TransactieEvent",
|
|
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": "De deelcode die toegang geeft tot het persoonlijke laadpunt voor andere gebruikers naast de eigenaar. Indien leeg wordt de huidige code verwijderd",
|
|
1511
|
+
"Indicates the type of certificate that is to be installed on the CP.": "Geeft het type certificaat aan dat geïnstalleerd moet worden op de CP.",
|
|
1512
|
+
"Value to be assigned to specific configuration key": "Waarde die wordt toegewezen aan specifieke configuratiesleutel",
|
|
1513
|
+
"Name of the variable of the configuration key": "Naam van de variabele van de configuratiesleutel",
|
|
1514
|
+
"Specify instance for OCPP 2.0.1 configuration keys": "Specificeer instantie voor OCPP 2.0.1 configuratiesleutels",
|
|
1515
|
+
"Required in order to specify component name for OCPP 2.0.1 configuration keys": "Verplicht om componentnaam op te geven voor OCPP 2.0.1 configuratiesleutels",
|
|
1516
|
+
"ID of the EVSE. Only for OCPP 2.0.1 configuration keys": "ID van de EVSE. Alleen voor OCPP 2.0.1 configuratie sleutels",
|
|
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.": "Geeft het type certificaten weer. Standaardwaarde om leeg te zijn - het systeem moet de Null/lege waarde interpreteren dat alle certificaattypes worden aangevraagd.",
|
|
1518
|
+
"Location (URL) from which to retrieve the firmware. Either this or `firmwareVersionId` must be provided.": "Locatie (URL) van waaruit de firmware moet worden opgehaald. Of deze of de 'firmwareVersionId' moet worden verstrekt.",
|
|
1519
|
+
"ID of a Firmware Version. Either this or `url` must be provided.": "ID van een Firmware versie. Of dit of `url` moet worden verstrekt.",
|
|
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.": "Geeft de datum en tijd aan waarna het Charge Punt de nieuwe firmware moet ophalen. Als dit niet het geval is, zal de huidige *datetime* worden gebruikt.",
|
|
1521
|
+
"Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.": "Geeft aan hoe vaak het laadpunt moet proberen de (nieuwe) firmware op te halen voordat het opgegeven.",
|
|
1522
|
+
"The interval in seconds between each retry.": "Het interval in seconden tussen elke opnieuw proberen.",
|
|
1523
|
+
"Indicates a Signed Firmware Update.": "Geeft aan dat een Firmware update is geregistreerd.",
|
|
1524
|
+
"Required if \"signed\" is true.": "Vereist als \"ondertekend\" waar is.",
|
|
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.": "Protocol om te gebruiken voor de firmware download URL bij het gebruik van de firmware repository. Gebruik HTTP alleen als het oplaadpunt geen versleutelde verbindingen ondersteunt.",
|
|
1526
|
+
"ISO 8601 formatted date. Resources with `startedAt >= startedAfter`.": "ISO 8601 geformatteerde datum. Bronnen met `startedAt >= startedAfter`.",
|
|
1527
|
+
"ISO 8601 formatted date. Resources with `stoppedAt <= stoppedBefore`.": "ISO 8601 geformatteerde datum. Middelen in `stoppedAt <= stoppedBefore`.",
|
|
1528
|
+
"Resources with duration in minutes less than or equal given value.": "Hulpmiddelen met een duur in minuten minder of gelijk aan opgegeven waarde.",
|
|
1529
|
+
"Resources with duration in minutes greater than or equal given value.": "Hulpmiddelen met een duur in minuten groter dan of gelijk aan opgegeven waarde.",
|
|
1530
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime": "ISO 8601 opmaakdatum. Laat alleen de specifieke bron zien die voor het laatst bijgewerkt is en na deze datumtijd",
|
|
1531
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime": "ISO 8601 opmaakdatum. Laat alleen de specifieke bron zien die voor het laatst bijgewerkt is vóór deze datum/tijd",
|
|
1532
|
+
"When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).": "Wanneer paginering is ingeschakeld: maximale totale resultaten voor alle pagina's. Wanneer paginering is uitgeschakeld: aantal resultaten per API aanvraag (max 100).",
|
|
1533
|
+
"Whether to automatically paginate to fetch all results": "Automatisch pagineren om alle resultaten op te halen",
|
|
1534
|
+
"Allowed only notice with `type = exempt`!": "Toegestaan alleen bericht met `type = uitzondering`!",
|
|
1535
|
+
"Allowed only for downtime period with `type = exempt AND entryMode = manual`": "Alleen toegestaan voor downtime periode met `type = vrijstellen AND entryMode = handmatig`",
|
|
1536
|
+
"A download link for the user manual. Shown in the mobile app for home chargers.": "Een downloadlink voor de gebruikershandleiding. Wordt getoond in de mobiele app voor home chargers.",
|
|
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 naar een handleiding voor extern gehoste installateur. Het systeem slaat deze URL referentie alleen op (download het document niet of cache het document) en biedt het aan installateurs om te bekijken/downloaden via de installer app interface.",
|
|
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": "`Publiek` - een opstartpunt dat zichtbaar is op de kaart voor iedereen </br>\n`private` - standaard verborgen op de kaart en alleen voor privé gebruik - bedrijf en hun medewerkers bijvoorbeeld. De zichtbaarheid van het laadpunt kan worden beheerd in partnerobject, met de verschillende opties voor toegangstype. </br>\n`personal` - het oplaad punt zou slechts één eigenaar kunnen hebben. De eigenaar is ingesteld wanneer de gebruiker de lader claimt of met acties / wijzig eigenaar. </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": "Vereist voor persoonlijke oplaadpunten. De pincode moet worden verstrekt in de mobiele app wanneer het oplaadpunt wordt opgeëist door een gebruiker. Mag alleen cijfers bevatten.\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 is altijd een REQUIRED veld voor commerciële openbare en commerciële privé laadpunten. Het is GEEN verplicht veld alleen voor persoonlijke laadpunten.\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": "Als er een Elektriciteitstarief wordt ingesteld op het oplaadpunt, worden de elektriciteitskosten voor elke oplaadsessie getraceerd. Dynamische elektriciteitstarieven konden niet worden geselecteerd, alleen de tarieven die in de bron- of stroomsnelheid worden gecreëerd.\n",
|
|
1542
|
+
"Only for personal charge points. Require an active subscription to use the charge point.": "Alleen voor persoonlijke oplaadpunten. Vereist een actief abonnement om het oplaadpunt te gebruiken.",
|
|
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.": "Alleen voor persoonlijke laadpunten. Lijst van abonnementen waarvan de gebruiker een actief abonnement moet hebben, om het opstartpunt te kunnen gebruiken.",
|
|
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": "Toont de systeemstatus van het laadpunt. </br>\n'ingeschakeld' - het oplaadpunt is volledig operationeel.\n`uitgeschakeld` - het laadpunt zou niet worden getoond op de kaart als het een commercieel publiek of commercieel prive is met de relevante optie voor zichtbaarheid, noch kan worden opgeëist of gevonden door ID als het persoonlijk (thuis) is. </br>\n`demo` - fungeert als een simulator zodat verschillende instellingen kunnen worden getest. </br>\n`buiten order` - het oplaad punt is zichtbaar en gedeeld met gebruikers, maar een oplaadsessie\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": "Deze vlag geeft aan of de operator het oplaadpunt actief kan beheren. Als de vlag is ingesteld op \n false kan het oplaadpunt nog steeds worden getoond aan gebruikers, maar ze kunnen geen verzoek indienen om een sessie te starten.\n\nAfgekeurd. Gebruik in plaats daarvan 'communicationMode'.\n",
|
|
1546
|
+
"OCPP Identifier.": "OCPP Identifier.",
|
|
1547
|
+
"Required for ocpp 1.5 (SOAP).": "Vereist voor 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` - of externe start/stop mogelijk is voor het laadpunt </br>\n`meter_values` - of het laadpunt meter updates moet sturen naar het systeem </br>\n`stop_transaction_on_ev_disconnect` - voor lopende sessies, wanneer de kabel is losgekoppeld, moet dit de sessie stoppen en als het wordt teruggestuurd zal een nieuwe sessie worden aangemaakt. </br>\n`minachtd_the_heartbeats` - alleen voor OCPP 1.5 SOAP. De netwerkstatus wordt standaard bijgewerkt op basis van hartslag berichten. Indien ingeschakeld zou het Charge Point altijd als beschikbaar worden behandeld en zou de netwerkstatus niet afhangen van hart- en vaatberichten. </br>\n`display_messages` - lader heeft een scherm en het is ingeschakeld om berichten weer te geven. Deze mogelijkheid wordt automatisch ingeschakeld wanneer de lader de corresponderende configuratiesleutel rapporteert. Bij het aanmaken van een oplaadpunt wordt de mogelijkheid genegeerd omdat het automatisch wordt gedetecteerd. </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.": "De backend zal proberen het 3 keer in te stellen bij boot notificatie. Als het laadpunt dit niet ondersteunt, zal de backend het hoogste beveiligingsprofiel gebruiken dat het laadpunt zou kunnen gebruiken. </br> De volgende beveiligingsprofielen worden ondersteund: </br> 0: `Geen authenticatie` </br> 1: `Onbeveiligde Trasport met basis authenticatie (Plain-back Authenticatie)` - Het bevat geen authenticatie voor de CSMS, of de mogelijkheid om een veilig communicatiekanaal op te zetten.",
|
|
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": "De ID van het CP-model, als er een is gekoppeld aan het Charge Point. Kan worden ingesteld op nul om het huidige CP-model van het laadpunt te verwijderen. Bij het opstarten rapporteert de lader het hardware model en het wordt automatisch bijgewerkt.\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.": "De zakelijke facturering van de partner wordt standaard als betaalmethode gebruikt. wanneer een gebruiker die wordt uitgenodigd om de zakelijke facturering van de partner te gebruiken, een sessie start op het aanvraagpunt.",
|
|
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` - alleen gebruikers uitgenodigd door de partner met de optie om toegang te krijgen tot privébetalingspunten zouden dit laadpunt op de kaart kunnen bekijken en gebruiken.",
|
|
1553
|
+
"The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.": "Het bericht is alleen beschikbaar als het opstartpunt van het type `private` is en het toegangType is `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 kunnen worden gebruikt voor het filteren en groeperen van laders op label. Bij het uitvoeren van een PATCH invoer zouden alle tags die moeten worden geassocieerd met het laadpunt. Een label toevoegen zou het van het laadpunt verwijderen.",
|
|
1555
|
+
"Applicable only for personal charge points. For `public` and `private` charge points will be omitted": "Alleen van toepassing voor persoonlijke aanrekening punten. Voor `publiek` en `private` oplaadpunten worden weggelaten",
|
|
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!": "Als zowel de mededeling Id als partner.notice object in het verzoek worden gegeven, zal de mededeling Id worden gebruikt om het verzoek NIET het partner.notice object te voltooien!",
|
|
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": "Wanneer ingeschakeld, als er geen stroomtarief is toegewezen aan het oplaadpunt, wordt elke roamingsessie gemarkeerd als gebruik van hernieuwbare energie.\nDe werkelijke energiemix kan worden gespecificeerd in een elektriciteitstarief die vervolgens aan het laadpunt kan worden toegewezen. In dat geval wordt de energiemix geregeld voor roamingsessies.\nDeze informatie kan worden verzameld van de nutsleverancier of derden platforms die deze informatie aan het publiek verstrekken.\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": "Het ID van het laadpunt dat is verbonden met de backend en wordt gebruikt door dit laadpunt voor OCPP-communicatie. Vereist wanneer de `communicationMode` `via_ocpp_connected_charge_point` is.\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": "De waarde van de desiredSecurityProfileStatus waarop gefilterd moet worden",
|
|
1561
|
+
"Only list charge point, identified by evse identifier": "Alleen oplaadpunt, geïdentificeerd door evse identificatie",
|
|
1562
|
+
"Only list charge point, identified by the NetworkId": "Alleen oplaadpunt, geïdentificeerd door het NetworkId",
|
|
1563
|
+
"Only list charge points with last boot notification that had this charge_point_serial_number": "Toon alleen oplaadpunten met laatste opstartmelding die deze laad_point_serial_number hadden",
|
|
1564
|
+
"Only list charge points, identified by modelId": "Alleen oplaad punten, geïdentificeerd door modelId",
|
|
1565
|
+
"Only list charge points, identified by vendorId": "Alleen oplaad punten, geïdentificeerd door leverancierId",
|
|
1566
|
+
"Only list charge points owned by a certain user": "Alleen oplaad punten van een bepaalde gebruiker weergeven",
|
|
1567
|
+
"Only list charge points owned by a certain partner": "Toon alleen laadpunten van een bepaalde partner",
|
|
1568
|
+
"Only list charge points with this access type": "Alleen oplaadpunten met dit type toegang vermelden",
|
|
1569
|
+
"Only list charge point for a given subOperator": "Alleen toeslagpunt voor een bepaalde subOperator weergeven",
|
|
1570
|
+
"When true - returns only roaming charge points. When false - returns only local charge points.": "Wanneer waar - geeft alleen roaming oplaadpunten. Wanneer onjuist - retourneert alleen lokale oplaadpunten.",
|
|
1571
|
+
"Exact charge point name": "Naam rekeningspunt",
|
|
1572
|
+
"Only list charge points assigned to the location": "Alleen oplaadpunten die zijn toegewezen aan de locatie vermelden",
|
|
1573
|
+
"Only list charge points added to a certain DLM Circuit": "Toon alleen laadpunten die zijn toegevoegd aan een bepaalde DLM Circuit",
|
|
1574
|
+
"Only list charge point for a given Charging Zone": "Alleen oplaadpunt voor een bepaalde oplaadzone tonen",
|
|
1575
|
+
"Only list charge points that are managed by operator or not": "Toon alleen oplaadpunten die door de operator worden beheerd of niet",
|
|
1576
|
+
"Only list charge point, identified by the External ID of the charge point": "Alleen oplaadpunt, geïdentificeerd door het externe ID van het laadpunt",
|
|
1577
|
+
"Only list charge points that have the specific tag assigned.": "Toon alleen oplaadpunten waarvoor de specifieke tag is toegewezen.",
|
|
1578
|
+
"Only list personal charge point with certain sharing code.": "Toon alleen persoonlijk aanrekenpunt met bepaalde deelcode.",
|
|
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": "Vereist als `accessType` `persoonlijk is`. De pincode moet worden verstrekt in de mobiele app wanneer het oplaadpunt wordt opgeëist door een gebruiker. Mag alleen cijfers bevatten.\n",
|
|
1580
|
+
"Required if `accessType` is `public` or `private`. NOT required if `accessType` is `personal`.\n": "Vereist als `accessType` `publiek` of `private` is. Niet verplicht als `accessType` `personal` is.\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": "Toont de systeemstatus van het laadpunt.\n * 'ingeschakeld' - het oplaadpunt is volledig operationeel.\n * 'uitgeschakeld' - het laadpunt zou niet worden getoond op de kaart als het een commerciële openbare of commerciële prive is met de relevante optie voor zichtbaarheid, noch kan worden opgeëist of gevonden door ID als het persoonlijk (thuis) is. </br>\n * `demo` - fungeert als een simulator zodat verschillende setups kunnen worden getest.\n * 'buiten order' - het aanrekenpunt is zichtbaar en gedeeld met gebruikers, maar een oplaadsessie\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": "Deze vlag geeft aan of de operator het oplaadpunt actief kan beheren. Als de vlag is ingesteld op 'onwaar' kan het oplaadpunt nog steeds worden getoond aan gebruikers, maar ze kunnen geen verzoek indienen om een sessie te starten.\n\nVerouderd. Gebruik in plaats daarvan `communicationMode`. De `communicationMode` kan alleen worden ingesteld bij het aanmaken van een oplaadpunt.\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": "Wanneer ingeschakeld zou het systeem sessies kunnen starten </br>\nlokaal door het laadpunt, ervan uitgaande dat het setup is te werken in de stemapparatuur van auto-start / </br>\nplug-and-charge modus. Het zou ook automatisch een </br>\nsessie starten met een externe start commando als je nog niet door de laadstations wordt gestart een </br>\nenkele seconden nadat een Voorbereidingsstatus is gedetecteerd dat een voertuig is aangesloten.\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": "De Auto-start optie hierboven doet 2 dingen: (1) staat het opladen van </br>\nvan sessies gestart door het laadpunt, ervan uitgaande dat het lokaal kan worden ingesteld </br>\nom automatisch het opladen van het voertuig te starten en (2) als het opladen </br>\nstation de sessie niet binnen enkele seconden start nadat de voertuigen </br>\nverbonden zijn met het systeem stuurt een afstandsopdracht - wat inhoudt dat </br>\ncharging automatisch opstarten. Met dit selectievakje kun je emulatie uitschakelen en afhankelijk </br>\nvolledig op het laadstation om automatisch te gaan opladen. </br>\n",
|
|
1585
|
+
"ISO 8601 formatted date": "ISO 8601 formatted date",
|
|
1586
|
+
"Only list configuration keys identified by variable name": "Alleen configuratiesleutels tonen die zijn geïdentificeerd met de naam van de variabele",
|
|
1587
|
+
"Only list configuration keys identified by instance": "Toon alleen configuratiesleutels die per instantie geïdentificeerd zijn",
|
|
1588
|
+
"Only list configuration keys identified by component name": "Alleen configuratiesleutels tonen die op basis van componentnaam worden geïdentificeerd",
|
|
1589
|
+
"Only list configuration keys identified by EVSE ID": "Laat alleen configuratiesleutels zien die zijn geïdentificeerd door 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\".": "Dit veld is vereist wanneer de configuratiesleutel een van de standaard OCPP sleutels is, zoals gedefinieerd in de OCPP documentatie onder \"Standaard configuratie sleutel namen & waarden\".",
|
|
1591
|
+
"The identifier that is presented to the users, so they can identify the EVSE at the location.": "De identificatie die aan de gebruikers wordt gepresenteerd, zodat ze de EVSE op de locatie kunnen identificeren.",
|
|
1592
|
+
"Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n": "Type huidige beschikbaar voor de EVSE:\n- **ac**: Alternatieve (AC) opladen\n- **dc**: Direct Current (DC) snel opladen\n",
|
|
1593
|
+
"The EVSE label will be exposed and visualized in the mobile application": "De EVSE label wordt gelabeld en visualiseerd in de mobiele applicatie",
|
|
1594
|
+
"The OCPP evse identifier (should be consecutive numbers starting from 1)": "De OCPP evse identificatie (zou opeenvolgende nummers moeten zijn vanaf 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.": "Voor roaming EVSE's kan de status alleen worden bijgewerkt als de optie voor handmatig beheer van EVSE's is ingeschakeld voor de roaming CPO.",
|
|
1596
|
+
"The mid meter certification end year.": "Het eindjaar van midden meter certificering.",
|
|
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.": "Het ID van de tariefgroep gekoppeld aan de EVSE. Als de EVSE geen roaming is en tariefgroep Id niet is opgegeven, zal het standaard (gratis) tarief worden toegewezen. Voor roaming EVSE's kan de tariefgroep alleen worden bijgewerkt als de optie voor handmatig beheer van EVSE's is ingeschakeld voor de roamingpost.",
|
|
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.": "Beheert of reserveringen zijn toegestaan voor deze EVSE. Vereist dat de reserveringen geactiveerd zijn voor het systeem om deze optie in te schakelen.",
|
|
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.": "Geeft aan of de EVSE kan worden geboekt. Vereist dat de Boekingen geactiveerd worden voor de operator en automatisch reservatie toestaan wanneer op juist is ingesteld.",
|
|
1600
|
+
"in Wh.": "in wanneer.",
|
|
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.": "De maximale spanning van een laadpunt kan fluctueren. Bij het creëren van een laadpunt in het systeem wordt de maxspanning gegeven als bereik. Voor OCPI doeleinden wordt het als volgt in behandeld: 220-240 = 230 110-130 = 120 400 = 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` staat voor `L1`, </br> `S` - for `L2` </br> `T` for `L3` </br> Dus bijvoorbeeld `RST` = `L1`, `L2`, `L3`, while `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": "Specificeert de actieve lijngeleiders die worden gebruikt in het circuit. - `L1_L2` - Geldig wanneer `phases` = `split_phase` in elektrische configuratie `star` of `phas` = `single_phase` in elektrische configuratie `delta` - `L2_L3` - Geldig wanneer `phases` = `split_phase` in elektrische configuratie `star` of `phas` = `single_phase` in elektrische configuratie `delta` - `L1_L3` - Geluidelijk wanneer `phas` is ingesteld in elektrische configuratie `split_phase` of `s in elektrische phas`",
|
|
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": "ISO 8601 opmaakdatum. Alleen lijststatuslogs gemaakt na deze datum/tijd",
|
|
1606
|
+
"ISO 8601 formatted date. Only list status logs created before this datetime": "ISO 8601 opmaakdatum. Alleen lijststatuslogs gemaakt voor deze datum/tijd",
|
|
1607
|
+
"Select the type of the variant": "Selecteer het type van de variant",
|
|
1608
|
+
"Select the mode": "Selecteer de modus",
|
|
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": "De status (SoC) percentage hoger waarboven de `highSoCPriority` zal worden toegepast. Moet een 5% offset hebben van de `lowerThresholdPercent` (indien ingesteld).\nAls `lowerThresholdPercent` is ingesteld op 50, kan dit bijvoorbeeld een waarde van 55 of hoger hebben.\nDit instellen op `null` zal het gebruik van de `highSoCPriority` verwijderen.\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": "De status (SoC) percentage hieronder waaronder de `lowSoCPriority` zal worden toegepast. Moet een 5% offset hebben van de `bovenThresThresholdPercent` (indien ingesteld).\nAls `bovenThresholdPercent` is ingesteld op 50, kan dit bijvoorbeeld een waarde van 45 of lager hebben.\nDit instellen op `null` zal het gebruik van de `lowSoCPriority` verwijderen.\n",
|
|
1611
|
+
"Array of charge point IDs the template will be applied to.": "Array of charge point IDs waar de template op zal worden toegepast.",
|
|
1612
|
+
"Specifies whether the configuration template will be enforced each time the charge point boots.": "Geeft aan of de configuratiesjabloon zal worden afgedwongen telkens wanneer de laadpunt wordt opgestart.",
|
|
1613
|
+
"The OCPP version to filter by": "De OCPP versie om te filteren op",
|
|
1614
|
+
"The timestamp of the measurements. ISO 8601 formatted date.": "De tijdsvermelding van de metingen. ISO 8601 opmaakdatum.",
|
|
1615
|
+
"The current on L1 in milliamperes (mA)": "De huidige L1 in milliamperes (mA)",
|
|
1616
|
+
"The current on L2 in milliamperes (mA)": "De huidige L2 in milliamperes (mA)",
|
|
1617
|
+
"The current on L3 in milliamperes (mA)": "De huidige L3 in milliamperes (mA)",
|
|
1618
|
+
"The id of the utility providing the electricity. Configured in the Ampeco admin panel.": "Het id van het hulpprogramma dat de elektriciteit levert. Geconfigureerd in het Ampeco admin-paneel.",
|
|
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": "De standaardprijs per kWh, die zal worden toegepast als er gedurende een bepaalde tijd geen prijsopgave is verstrekt.\nprijzen van alle elektriciteit tarieven die via de Public API of tha Ampeco admin panel zijn gemaakt, moeten de belasting in de prijs bevatten.\nPrijs per kWh.\n",
|
|
1620
|
+
"This field is used only to indicate the applied tax. All Electricity Rate prices should be provided with the tax included in the price.": "Dit veld wordt alleen gebruikt om de toegepaste belasting aan te geven. Alle elektriciteitstarieven moeten worden voorzien van de belasting inbegrepen in de prijs.",
|
|
1621
|
+
"Represents what percent of the energy is generated from solar power.": "Vertegenwoordigt hoeveel procent van de energie uit zonne-energie wordt opgewekt.",
|
|
1622
|
+
"Represents what percent of the energy is generated from wind turbines.": "Vertegenwoordigt welk procent van de energie wordt gegenereerd door windturbines.",
|
|
1623
|
+
"Represents what percent of the energy is generated from hydropower.": "Vertegenwoordigt hoeveel procent van de energie uit waterkracht wordt opgewekt.",
|
|
1624
|
+
"Represents what percent of the energy is generated from nuclear power plants.": "Vertegenwoordigt hoeveel procent van de energie uit kerncentrales wordt opgewekt.",
|
|
1625
|
+
"Represents what percent of the energy is generated from burning coal.": "Vertegenwoordigt hoeveel procent van de energie afkomstig is uit het verbranden van kolen.",
|
|
1626
|
+
"Represents what percent of the energy is generated from natural gas.": "Vertegenwoordigt hoeveel procent van de energie afkomstig is van aardgas.",
|
|
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.": "Vertegenwoordigt hoeveel procent van de energie wordt gegenereerd uit andere soorten hernieuwbare energie. Ook andere hernieuwbare energiebronnen, die niet specifiek genoemd worden, zouden hier onder kunnen vallen.",
|
|
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.": "Vertegenwoordigt hoeveel procent van de energie afkomstig is van een andere niet-hernieuwbare energiebron. Een andere niet-hernieuwbare energiebron die niet specifiek genoemd wordt, kan hierbij worden betrokken.",
|
|
1629
|
+
"Uses the YYYY-MM-DD date format.": "Gebruikt het JJJJ-MM-DD datumformaat.",
|
|
1630
|
+
"Can be one of the listed days of the week or `any`.": "Kan één van de vermelde dagen van de week of `iemand` zijn.",
|
|
1631
|
+
"Filter the periods in which the evses belong to the charge point": "Filter de periodes waarin de evses tot het oplaadpunt behoren",
|
|
1632
|
+
"ISO 8601 formatted date. If an end date is set the asset will be automatically disabled at that time. Historical time series and forecasts are not generated after the end date.": "ISO 8601 opmaakdatum. Als een einddatum is ingesteld wordt de asset op dat moment automatisch uitgeschakeld. Historische tijdseries en voorspellingen worden niet gegenereerd na de einddatum.",
|
|
1633
|
+
"The ID of the Flexibility Asset to filter requests by": "Het ID van het flexibiliteitsinstrument om aanvragen te filteren op",
|
|
1634
|
+
"ID of the DLM circuit. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID van het DLM circuit. Alleen een van dlmCircuitId, chargePointId of evseId kan waarde hebben.",
|
|
1635
|
+
"ID of the Charge Point. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID van het Charge Point. Alleen een van de dlmCircuitId, chargePointId of evseId kan waarde hebben.",
|
|
1636
|
+
"ID of the EVSE. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID van de EVSE. Alleen een van dlmCircuitId, chargePointId of evseId kan waarde hebben.",
|
|
1637
|
+
"Short description of the flexibility asset.": "Korte beschrijving van het flexibele asset.",
|
|
1638
|
+
"Flexibility integration.": "Flexibiliteit integratie.",
|
|
1639
|
+
"Filter for the assets updated since the given timestamp": "Filter voor de assets bijgewerkt sinds de gegeven tijdstempel",
|
|
1640
|
+
"Only list Id tags with a certain UID": "Alleen lijst ID-tags met een bepaalde UID",
|
|
1641
|
+
"Only list Id tags with a certain label": "Alleen lijst ID-tags met een bepaald label",
|
|
1642
|
+
"Only list Id tags with a certain user id": "Alleen lijst ID-tags met een bepaalde gebruikers-id",
|
|
1643
|
+
"Only list Id tags that have an expiration date grater or equal to the supplied date": "Alleen lijst ID-tags met een verloopdatum rooster of gelijk aan de opgegeven datum",
|
|
1644
|
+
"Only list Id tags in this status": "Alleen lijst Id tags in deze status",
|
|
1645
|
+
"Only list Id tags in this type": "Alleen lijst id-tags in dit type",
|
|
1646
|
+
"Only list ID tags assigned to the specified Partner ID. Pass null to list ID tags without a Partner assigned.": "Alleen lijst ID-tags die zijn toegewezen aan de opgegeven Partner-ID. Voer null in om lijst ID-tags te maken zonder dat een Partner is toegewezen.",
|
|
1647
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and after this datetime": "ISO 8601 opmaakdatum. Laat alleen de id tags zien die het laatst zijn bijgewerkt en na deze datumtijd",
|
|
1648
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and before this datetime": "ISO 8601 opmaakdatum. Laat alleen de id tags zien die het laatst zijn bijgewerkt voor deze datum/tijd",
|
|
1649
|
+
"Token used for authorization": "Token gebruikt voor autorisatie",
|
|
1650
|
+
"Visual or other label that could be associated with the ID Tag": "Visueel of ander label dat kan worden geassocieerd met de 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": "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",
|
|
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": "De betalingsmethode die wordt geassocieerd met de ID-tag.\n* Voor **creditcard/debit cards** moet de `paymentMethodId` gegeven worden\n* Voor **Corporate billing** - `corporate:{id}`\n* Voor **laatst gebruikt** moet de waarde `null`\n zijn",
|
|
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!": "Koppel de ID-tag aan een gebruikersaccount. Als de gebruiker niet wordt weergegeven, wordt de tag niet geautoriseerd! Het is zinvol om de tags van tevoren voor te bereiden, voor het geval er een andere process/entiteit is die ze later gaat toewijzen!",
|
|
1654
|
+
"The administrator accounts of the selected Partner will be able to edit and delete the specified ID tag": "De beheerdersaccounts van de geselecteerde Partner kunnen de opgegeven ID-tag bewerken en verwijderen",
|
|
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": "De betalingsmethode die wordt geassocieerd met de ID-tag.\n* Voor **creditcards** moet `paymentMethodId` geleverd worden\n* Voor **Corporate facturering** - `corporate:{id}`\n* Voor **Auto selectie** - gebruik `\"auto\"` (aanbevolen) of `null` (deprecated)\n* Het \"laatst gebruikt\"-concept is vervangen door \"auto\" selectie welke cycli door beschikbare betaalmethoden.\n",
|
|
1656
|
+
"Start of the time frame to check": "Begin van het tijdsbestek om te controleren",
|
|
1657
|
+
"End of the time frame to check. Time-frame is limited to 7 days.": "Einde van het te controleren tijdsbestek. Het tijdsbestek is beperkt tot 7 dagen.",
|
|
1658
|
+
"The full address of the location": "Het volledige adres van de locatie",
|
|
1659
|
+
"The street address of the location": "Het adres van de locatie",
|
|
1660
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region": "Wanneer het land niet in de VS, AU, CA, UM of ROM is, kunt u de regio bieden",
|
|
1661
|
+
"Indicates that the location is always open for charging. If set to false, the `hours` field is required, otherwise it should be ignored.": "Geeft aan dat de locatie altijd open is voor opladen. Indien ingesteld op onwaar, is het 'uur' veld vereist, anders zou het genegeerd moeten worden.",
|
|
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.": "Als een gebruiker een oplaadsessie heeft gestart tijdens de werkuren, maar deze is al buiten de werkuren de sessie zal worden beëindigd door het systeem.",
|
|
1663
|
+
"Working hours interval for single day.": "Arbeidstijden interval voor één dag.",
|
|
1664
|
+
"A valid timezone in the form of Area/Location, required when `Allow Multiple Time Zones` option is turned on in the Timezone Setting.": "Een geldige tijdzone in de vorm van gebied/locatie, vereist wanneer 'Meerdere tijdzones toestaan' optie is ingeschakeld in de tijdzone Instellingen.",
|
|
1665
|
+
"For roaming Locations, the ID of the roaming operator is provided.": "Voor roaminglocaties wordt de ID van de roamingoperator verstrekt.",
|
|
1666
|
+
"Only list Locations that have the specific tag assigned.": "Alleen locaties tonen die de specifieke tag hebben toegewezen.",
|
|
1667
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and after this datetime": "ISO 8601 opmaakdatum. Laat alleen de locaties zien die het laatst zijn bijgewerkt en na deze datumtijd",
|
|
1668
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and before this datetime": "ISO 8601 opmaakdatum. Laat alleen de locaties zien die het laatst zijn bijgewerkt en vóór deze datumtijd",
|
|
1669
|
+
"Internal name of the Charging Zone. This isn't visible to end-users in the app.": "Interne naam van de oplaadzone. Dit is niet zichtbaar voor eindgebruikers in de app.",
|
|
1670
|
+
"Resend all failed notifications from this date onwards.": "Alle mislukte meldingen vanaf deze datum opnieuw verzenden.",
|
|
1671
|
+
"Resend all failed notifications up to this date.": "Stuur alle mislukte meldingen opnieuw tot deze datum.",
|
|
1672
|
+
"The list of Evses at the same Parking Space. The Evses should belongs to same charging zone.": "De lijst van gebeurtenissen in dezelfde parkeerruimte. De Events behoren tot dezelfde oplaadzone.",
|
|
1673
|
+
"Only list Parking spaces on a certain EVSE": "Toon alleen parkeerplaatsen op een bepaalde 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": "De betaalmethode die wordt geassocieerd met EMAID Tag.\n* Voor **creditcard/debit cards** moet de `paymentMethodId` gegeven worden\n* Voor **Corporate billing** - `corporate:{id}`\n* Voor **laatst gebruikt** moet de waarde `null`\n zijn",
|
|
1675
|
+
"Use force=true when you want to end the reservation regardless of the CP response": "Gebruik force=true wanneer u de reservering wilt beëindigen ongeacht het CP antwoord",
|
|
1676
|
+
"ISO-3166 alpha-2 country code of the CPO that owns this Tariff.": "ISO-3166 landcode van de CPO die eigendom is van dit tarief.",
|
|
1677
|
+
"ID of the CPO that owns this Tariff (following the ISO-15118 standard).": "ID van de CPO die dit tarief bezit (volgens de ISO-15118 standaard).",
|
|
1678
|
+
"Uniquely identifies the tariff within the CPO's platform.": "Identificeert het tarief binnen het platform van het CPO.",
|
|
1679
|
+
"ISO 4217 code of the currency of this tariff.": "ISO 4217 code van de valuta van dit tarief.",
|
|
1680
|
+
"Type of this tariff.": "Type dit tarief.",
|
|
1681
|
+
"List of multi-language alternative texts for this tariff.": "Lijst van meertalige alternatieve teksten voor dit tarief.",
|
|
1682
|
+
"URL to a web page that contains an explanation of the tariff information.": "URL naar een webpagina die een uitleg van de tariefinformatie bevat.",
|
|
1683
|
+
"Price excluding VAT.": "Prijs exclusief btw.",
|
|
1684
|
+
"Price including VAT.": "Prijs inclusief BTW.",
|
|
1685
|
+
"List of Tariff Elements.": "Lijst van tariefelementen.",
|
|
1686
|
+
"The time when this tariff becomes active. Format ISO 8601 UTC.": "De tijd dat dit tarief actief wordt. Formatteer ISO 8601 UTC.",
|
|
1687
|
+
"The time after which this tariff is no longer valid. Format ISO 8601 UTC.": "De tijd waarna dit tarief niet langer geldig is, formatteer ISO 8601 UTC.",
|
|
1688
|
+
"True if 100% from regenerative sources.": "True als 100% van regeneratieve bronnen is.",
|
|
1689
|
+
"Energy sources of this energy mix.": "Energiebronnen van deze energiemix.",
|
|
1690
|
+
"Environmental impact of this energy mix.": "Deze energiemix heeft gevolgen voor het milieu.",
|
|
1691
|
+
"Name of the energy supplier.": "Naam van de energieleverancier.",
|
|
1692
|
+
"Name of the energy product.": "Naam van het energieproduct.",
|
|
1693
|
+
"Timestamp when this Tariff was last updated. Format ISO 8601 UTC.": "Tijdsstempel wanneer dit tarief voor het laatst is bijgewerkt. Formatteer 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.": "Als een niet-null waarde wordt opgegeven, wordt ingesteld op true. Als de null is opgegeven, wordt het ingesteld op onwaar.",
|
|
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.": "Voorbeeld - \"http://m.intercharge.eu/qr?evseid=\" als de URL in de QR-code http://m.intercharge.eu/qr?evseid=CH*ION*E213604.",
|
|
1696
|
+
"Only possible value is `has.to.be`.": "Alleen mogelijke waarde is `has.to.be`.",
|
|
1697
|
+
"Filter by status (enabled or disabled)": "Filter op status (ingeschakeld of uitgeschakeld)",
|
|
1698
|
+
"Filter by creation date (greater than or equal to)": "Filter op aanmaakdatum (groter dan of gelijk aan)",
|
|
1699
|
+
"Filter by creation date (less than or equal to)": "Filter op aanmaakdatum (kleiner dan of gelijk aan)",
|
|
1700
|
+
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 landcode",
|
|
1701
|
+
"Array of current types (AC, DC) that this filter applies to, pass an empty array to clear all current type restrictions.": "Reeks van de huidige typen (AC, DC) dat dit filter van toepassing is, passeren een lege array om alle huidige type beperkingen te wissen.",
|
|
1702
|
+
"Filter EVSEs with power below specified kW value": "Filter op EVSE's met stroom onder de opgegeven kW-waarde",
|
|
1703
|
+
"Filter EVSEs whose IDs start with specified prefix(es). Multiple prefixes separated by newlines": "Filter EVSE's waarvan de IDs beginnen met opgegeven voorvoegsel(en). Meerdere voorvoegsels gescheiden door nieuwe regels",
|
|
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.": "Positie van het tarieffilter in de volgorde van de bestelling. Indien niet opgegeven tijdens aanmaken, zal het als laatste gaan. Als er een reeds bestaand ordernummer wordt aangeleverd, zal het de andere tarieffilters opnieuw rangschikken om hun plaats in de reeks te krijgen.",
|
|
1705
|
+
"Array of custom tariff filter IDs with their new positions. Only include filters that need to be moved - others will maintain their relative positions.": "Array of aangepaste tarieffilter-IDs met hun nieuwe posities. Bevat alleen filters die verplaatst moeten worden - anderen zullen hun relatieve posities behouden.",
|
|
1706
|
+
"Array of current types (AC, DC) that this filter applies to": "Reeks van de huidige typen (AC, DC) waarop dit filter van toepassing is",
|
|
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.": "Positie van het tarieffilter in de volgorde van de bestelling Als er een reeds bestaand ordernummer wordt aangeleverd, zal het de andere tarieffilters opnieuw rangschikken om hun plaats in de reeks te krijgen.",
|
|
1708
|
+
"The ID of the local Tariff Group assigned to the EVSEs with this roaming tariff(s).": "De ID van de lokale tariefgroep die is toegewezen aan de EVSE's met deze roamingtarieven.",
|
|
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.": "Het ID van het abonnement dat de huidige vervangt. Het nieuwe abonnementsplan zal worden toegevoegd aan de abonnementsplannen voor de tariefbeperkingen, waar het oude plan aanwezig is. Het zal ook worden toegevoegd aan alle toeslagpunten die het huidige abonnementsplan nodig hebben.",
|
|
1710
|
+
"The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.": "De datum waarop het nieuwe abonnementsplan de huidige vervangt. Als het leeg is, wordt het onmiddellijk vervangen.",
|
|
1711
|
+
"Internal note for tracking changes and the reasons for those changes.": "Interne notitie voor het traceren van wijzigingen en de redenen voor deze wijzigingen.",
|
|
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.": "Talen die aangemaakt zijn en bij een update niet aangeboden worden, worden verwijderd. Geef a.u.b. waarden op in alle talen die u wilt behouden.",
|
|
1713
|
+
"The number of renewal periods that are free of charge. This is only applicable for pre-paid plans.": "Het aantal verlengingstermijnen dat gratis is, is alleen van toepassing op pre-paid abonnementen.",
|
|
1714
|
+
"For pre-paid plans this is the price, for post-paid plans this is the base fee.": "Voor pre-paid plannen is dit de prijs, voor post-paid plannen is dit de basisvergoeding.",
|
|
1715
|
+
"Makes the base fee apply per each home charger owned by the subscriber.": "Hiermee wordt de basisvergoeding van toepassing op elke huis-lader die eigendom is van de ontvanger.",
|
|
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.": "Geeft aan of er persoonlijke sessies worden opgeladen commerciële+persoonlijke laadpunten worden opgenomen in het post-betaalde abonnement en zou worden gefactureerd aan het einde van de factureringscyclus of wanneer een drempel wordt gehaald als dat zo is.",
|
|
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.": "Als deze drempel wordt bereikt, wordt het bedrag voor het abonnement onmiddellijk gefactureerd in plaats van te wachten op het einde van de factureringsperiode.",
|
|
1718
|
+
"Applicable only for post-paid subscription plans when external billing is enabled. Controls the billing method used for this subscription plan.": "Alleen van toepassing voor post-paid abonnementen wanneer externe facturering is ingeschakeld. Bepaalt de facturatiemethode die wordt gebruikt voor dit abonnement.",
|
|
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.": "Wanneer waar kan de toeslag alleen worden gebruikt op de thuislaadpunten van de gebruiker. In dat geval hebben alle andere toelatingsbeperkingen geen effect.",
|
|
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.": "De toelage kan alleen worden gebruikt op laadpunten in de landen van deze lijst. Wanneer de vergoeding leeg is voor laadpunten in alle landen, behalve de punten die expliciet in de uitgeslotenen staan.",
|
|
1721
|
+
"The allowance cannot be used on charge points in the countries in this list.": "De toelage kan niet worden gebruikt op laadpunten in de landen die op deze lijst staan.",
|
|
1722
|
+
"When true the allowance cannot be used on roaming charge points.": "Wanneer waar dan kan de bezoldiging niet worden gebruikt voor roamingpunten.",
|
|
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.": "Een reeks partner-ID's. De toeslag kan alleen worden gebruikt op laadpunten van de Partners in deze lijst. Wanneer deze leeg is is de vergoeding geldig voor laadpunten van elke Partner, behalve de punten die expliciet in de uitgeslotenen worden vermeld.",
|
|
1724
|
+
"An array of Partner IDs. The allowance cannot be used on charge points of Partners in this list.": "Een reeks partner-ID's. De toeslag kan niet worden gebruikt op laadpunten van de Partners in deze lijst.",
|
|
1725
|
+
"The amount of kWh included - combined for AC and DC, should be provided if the type is combined.": "De hoeveelheid kWh inbegrepen - gecombineerd voor AC en DC, moet worden verstrekt als het type wordt gecombineerd.",
|
|
1726
|
+
"The amount of kWh included for AC, should be provided if the type is separate.": "De hoeveelheid kWh voor AC, moet worden verstrekt als het type gescheiden is.",
|
|
1727
|
+
"The amount of kWh included for DC, should be provided if the type is separate.": "De hoeveelheid kWh voor DC moet worden verstrekt als het type gescheiden is.",
|
|
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.": "Een reeks van partner-ID's. Het abonnementsplan is alleen beschikbaar voor gebruikers die zijn uitgenodigd (en geaccepteerd) of gemaakt door een van de Partners in deze lijst. Wanneer dit plan leeg is, is het beschikbaar voor alle gebruikers, behalve voor partners in uitgeslotenen partnergebruikers.",
|
|
1729
|
+
"An array of Partner IDs. The Subscription plan is not available to users of the Partners in this list.": "Een reeks partner-ID's. Het abonnement is niet beschikbaar voor gebruikers van de partners in deze lijst.",
|
|
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.": "Een reeks gebruikersgroep IDs. Het abonnement is alleen beschikbaar voor gebruikers met een gebruikersgroep die in deze lijst staat. Wanneer het plan leeg is, is het beschikbaar voor alle gebruikers, behalve voor gebruikers met een gebruikersgroep die zijn uitgesloten in de Gebruikersgroepen.",
|
|
1731
|
+
"An array of User Group IDs. The Subscription plan is not available to users with a User Group that is in this list.": "Een reeks gebruikersgroep IDs. Het abonnement is niet beschikbaar voor gebruikers met een gebruikersgroep die in deze lijst staat.",
|
|
1732
|
+
"Required when Post-paid Subscription plans has been enabled for the system.": "Vereist wanneer Post-paid abonnement is ingeschakeld voor het systeem.",
|
|
1733
|
+
"Applies separately per each personal charge point owned by the subscriber that requires this Subscription plan.": "Van toepassing op elk persoonlijk aanrekenpunt dat eigendom is van de abonnee die dit abonnement nodig heeft.",
|
|
1734
|
+
"A change from disabled to enabled is only possible for Subscription plans that are not replaced with another plan.": "Een wijziging van uitgeschakeld naar ingeschakeld is alleen mogelijk voor abonnementsplannen die niet worden vervangen door een ander plan.",
|
|
1735
|
+
"It could be set only for base tariff. The default information that would be shown on the display of the charge point without the user having authorized themselves. The default price information from the base tariff of the first EVSE would be used for the display, when the charge point has more than one EVSE.": "Het kan alleen worden ingesteld voor basistarieven. De standaardinformatie die getoond zou worden op de weergave van het laadpunt zonder dat de gebruiker zichzelf heeft geautoriseerd. De standaard prijsinformatie van het basistarief van de eerste EVSE zal worden gebruikt voor het display, wanneer het laadpunt meer dan één EVSE heeft.",
|
|
1736
|
+
"It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.": "Het kan alleen worden ingesteld voor basistarieven. De informatie die wordt getoond op de weergave van het laadpunt wanneer offline.",
|
|
1737
|
+
"The information that would be shown on the display of the charge point for users that are eligible for this tariff.": "De informatie die zou worden getoond over de weergave van het heffingspunt voor gebruikers die in aanmerking komen voor dit tarief.",
|
|
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.": "Aanvullende informatie die wordt getoond op het laadpunt wanneer de sessie is beëindigd, samen met de totale kosten voor energie, duur en inactief.",
|
|
1739
|
+
"Only list tariffs in a certain group": "Alleen tarieven in een bepaalde groep weergeven",
|
|
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": "Kan alleen gebruikt worden met `tariffGroupId`. Wanneer dit is ingesteld zal een enkel tarief van de groep worden teruggegeven (geen meta- of linkprops zullen worden opgenomen), dat zal worden toegepast op het moment dat een gebruiker wordt opgeladen. Merk op dat wanneer u deze op leeg (null) zet, het tarief voor anonieme opladen zal worden teruggegeven",
|
|
1741
|
+
"Only list tariff of this specific type": "Toon alleen tarief van dit specifieke type",
|
|
1742
|
+
"Only list tariffs managed by certain partner.": "Alleen tarieven weergeven die door een bepaalde partner worden beheerd.",
|
|
1743
|
+
"Setting the type to `charging not allowed` or `free` is enough for creating the particular type of tariff": "Het type instellen op 'niet toegestaan' of 'gratis' is genoeg voor het creëren van het specifieke type tarief",
|
|
1744
|
+
"A time when the day begins": "Een tijdstip waarop de dag begint",
|
|
1745
|
+
"A time when the night begins": "Een tijd wanneer de nacht begint",
|
|
1746
|
+
"Price per session. Only applicable with flat rate tariffs. Up to 5 digits after the decimal point depending on the currency precision.": "Prijs per sessie. Alleen van toepassing met vaste tarieven. Maximaal 5 cijfers na het decimaalpunt, afhankelijk van de nauwkeurigheid van de valuta.",
|
|
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.": "Verbindingskosten. Een vaste vergoeding die wordt toegepast aan het begin van de laadsessie. Tot 5 cijfers na het decimaalteken afhankelijk van de precisie van de valuta.",
|
|
1748
|
+
"Price per kWh. Up to 5 digits after the decimal point depending on the currency precision.": "Prijs per kWh. Maximaal 5 cijfers na het decimaalpunt afhankelijk van de nauwkeurigheid van de valuta.",
|
|
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.": "Prijs per kWh gedurende de dag. Geldig voor duur + energie tijd van de dag. Maximaal 5 cijfers na het decimaal punt, afhankelijk van de valutapunie.",
|
|
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.": "Prijs per kWh gedurende de nacht. Geldig voor de duur +energie tijd van de dag. Maximaal 5 cijfers na het decimaal punt, afhankelijk van de valutapunie.",
|
|
1751
|
+
"Charging period. In minutes. It defines the time-period for charging a fee.": "Oplaadperiode. In minuten definieert de tijdsperiode voor het berekenen van een vergoeding.",
|
|
1752
|
+
"Charging fee per period. Applicable for duration+energy. Up to 5 digits after the decimal point depending on the currency precision.": "Oplaadvergoeding per periode. Van toepassing voor duration+energie. Maximaal 5 cijfers na het decimale punt, afhankelijk van de nauwkeurigheid van de valuta.",
|
|
1753
|
+
"Duration fee limit for the whole session if fee is applied.": "Tijdsduur vergoeding limiet voor de hele sessie als vergoeding is toegepast.",
|
|
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.": "Laadvergoeding per periode gedurende de dag. Geldig voor duur+energie tijd van de dag. Tot 5 cijfers na het decimaalteken afhankelijk van de precisie van de valuta.",
|
|
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.": "Toeslag per periode gedurende de nacht. Geldig voor duur+energie tijd van de dag. Tot 5 cijfers na het decimaalteken afhankelijk van de precisie van de valuta.",
|
|
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.": "Laadvergoeding per minuut gedurende de dag. Geldt voor duur +energie tijd van de dag. Tot 5 cijfers na het decimaalteken afhankelijk van de precisie van de valuta.",
|
|
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.": "Heffing per minuut tijdens de nacht. Geldt voor duur +energie tijd van de dag. Tot 5 cijfers na het decimaalteken afhankelijk van de precisie van de valuta.",
|
|
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.": "Idle fee per minuut. Een vergoeding per minuut die wordt toegepast tijdens inactieve periode (geen kosten). Tot 5 cijfers na het decimaalteken afhankelijk van de precisie van de valuta.",
|
|
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.": "Idle fee periode (min). Optioneel. Wanneer een inactieve periode (geen oplaad) wordt gedetecteerd tijdens een sessie krijgt de gebruiker de Genadeperiode om het voertuig te verwijderen, Voordat de inactieve vergoeding van toepassing is.",
|
|
1760
|
+
"Idle fee per minute. A fee per minute that is applied during idle period (no charging).": "Idle fee per minuut. Een vergoeding per minuut die wordt toegepast tijdens inactieve periode (geen kosten).",
|
|
1761
|
+
"Defined start time for the application of idle fee.": "Definitieve starttijd voor de toepassing van inactieve kosten.",
|
|
1762
|
+
"Defined end time for the application of idle fee.": "Gedefinieerde eindtijd voor de toepassing van inactieve kosten.",
|
|
1763
|
+
"Idle fee limit for the whole session if fee is applied.": "Idle fee limiet voor de hele sessie als vergoeding is toegepast.",
|
|
1764
|
+
"Connection Fee Minimum Session Duration (min). Optional.": "Verbindingskosten minimale sessie duur (min). Optioneel.",
|
|
1765
|
+
"Connection Fee Minimum Session Energy (kWh). Optional. Up to 5 digits after the decimal point depending on the currency precision.": "Verbindingskosten minimale sessie energie (kWh). Optioneel. Tot 5 cijfers na het decimale punt, afhankelijk van de nauwkeurigheid van de valuta.",
|
|
1766
|
+
"Duration Fee Grace Period (min). Optional.": "Tijdsduur beoordeling (min). Optioneel.",
|
|
1767
|
+
"Min. price. Sets a minimum total amount per session.": "Min. prijs. Hiermee stelt u een minimum totaal aantal per sessie in.",
|
|
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.": "Vooraf machtigen van bedrag. Het bedrag om een sessie te autoriseren. Tot 5 cijfers na het decimale punt, afhankelijk van de nauwkeurigheid van de valuta.",
|
|
1769
|
+
"If Multi-tax Support has been enabled in the Ampeco.CHARGE settings, you can provide the taxId for the tariff here.": "Als ondersteuning voor meervoudige belastingen is ingeschakeld in de Ampeco.CHARGE instellingen, kunt u hier de taxId opgeven voor het tarief",
|
|
1770
|
+
"Use the Electricity Rate of the Charge Point that is already attached and aims to track the electricity costs.": "Gebruik de Electricity Rate van het al aangesloten laadpunt en richt zich op het bijhouden van de stroomkosten.",
|
|
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.": "Wanneer ChargePointElectricityRate is ingesteld op *onwaar*, moet de Electricity Rate ID MOET worden geleverd zodat de elektriciteitstarieven voor het tarief bekend zijn.",
|
|
1772
|
+
"Set price for the intervals not specified in `intervalPricing` field.": "Stel de prijs voor de intervallen niet gespecificeerd in het veld 'intervalPricing'.",
|
|
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.": "De tijdsinterval moet altijd hetzelfde zijn en mag niet hoger zijn dan de 24-uur-markering. Het kan zijn of 15 min, 30 min of 60 min. De startdatum en einddatum moet voldoen aan deze beperking.",
|
|
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**.": "Maak de prijsniveaus volgens de kWh. <br /> Het eerste niveau moet een waarde van nul hebben voor **firstKwh**. <br /> Het laatste level moet een oneindige waarde hebben voor **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**.": "Maak de prijsniveaus aan volgens de duur van de sessie vanaf het begin van de berekening. <br /> Het eerste level moet een nulwaarde hebben voor **firstUnit**. <br /> Het laatste level moet een oneindige waarde hebben voor **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**.": "Verschillende prijsniveaus kunnen worden gecreëerd afhankelijk van de duur van de inactieve periode. <br /> Het eerste level moet een nulwaarde hebben voor **firstUnit**. <br /> Het laatste level moet een oneindige waarde hebben voor **lastUnit**.",
|
|
1777
|
+
"In minutes. Only for the Peak power level tariff.": "In minuten. Alleen voor het tarieven van het hoogste vermogensniveau.",
|
|
1778
|
+
"When left empty, this means that this is the standard pricing that would be applied in general without taking into consideration the day.": "Als we leeg laten, betekent dit dat dit de standaardprijzen zijn die in het algemeen zouden worden toegepast zonder rekening te houden met de dag.",
|
|
1779
|
+
"Price for kWh to be considered by Optimised charging for setting the charging periods.": "Prijs voor kWh door Optimalisatie berekeningen voor het instellen van de laadperioden.",
|
|
1780
|
+
"Defined start time for the application of duration fees.": "Definteerde starttijd voor de toepassing van duur kosten.",
|
|
1781
|
+
"Defined end time for the application of duration fees.": "Gedefinieerde eindtijd voor de toepassing van duur kosten.",
|
|
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.": "De integratie-id van de subsidies die voor dit tarief moet worden aangevraagd, is alleen geldig voor de tarieven voor energietransfers. Gebruik alstublieft de AMPECO.CHARGE backend voor de specifieke integratie-id.",
|
|
1783
|
+
"When enabled the tariff of the charger will be saved using the pricing interval when the user starts the charging session.": "Wanneer ingeschakeld zal het tarief van de lader worden opgeslagen met behulp van het prijzeninterval wanneer de gebruiker de laadsessie start.",
|
|
1784
|
+
"When enabled, the energy fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Wanneer ingeschakeld, zal de energiekostencomponent van de tarief worden opgeslagen met behulp van het prijsinterval wanneer de gebruiker de oplaadsessie start.",
|
|
1785
|
+
"When enabled, the duration fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Wanneer ingeschakeld, zal de tijdsdeel van de tariefcomponent worden opgeslagen met behulp van de prijsinterval wanneer de gebruiker de oplaadsessie start.",
|
|
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.": "Schakelt de sessie in om in te schakelen wanneer de SoC (%) de geselecteerde waarde overschrijdt. Laat leeg om de brede systeeminstelling te gebruiken. Deze optie zal alleen van kracht zijn als `Sta aangepaste SoC (%) drempelwaarde per tarief` is ingesteld in `Idle period detection` instelling.",
|
|
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.": "Stelt de sessie in op inactiviteit wanneer de gemiddelde kW van de afgelopen 5 minuten onder de ingestelde drempel is. Deze optie zal alleen van kracht worden als 'Sta aangepaste stroom drempelwaarde per tarief' is ingesteld in 'Idle period detection' instelling.",
|
|
1788
|
+
"Session max time. The maximum minutes a session is allowed to run. Skip for no time limit.": "Max. tijd van de sessie. De maximum minuten voor een sessie is toegestaan. Geen tijdslimiet overslaan.",
|
|
1789
|
+
"The maximum energy (kWh) allowed per session. Skip for no limit.": "De maximale energie (kWh) toegestaan per sessie. Sla over voor geen limiet.",
|
|
1790
|
+
"Makes the tariff apply to users of the partner, who is set as owner of the charge point.": "Het tarief is van toepassing op gebruikers van de partner, die is ingesteld als eigenaar van het berekeningspunt.",
|
|
1791
|
+
"Makes the tariff apply to users of all eMSPs, which are roaming partners.": "Het tarief is van toepassing op gebruikers van alle eMSP's, die roamingpartners zijn.",
|
|
1792
|
+
"Makes the tariff valid for non-registered users(ad-hoc charging).": "Maakt het tarief geldig voor niet-geregistreerde gebruikers (ad-hocheffing).",
|
|
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`.": "Stelt het bedrag in dat zou worden geblokkeerd op de kaart van de gebruiker aan het begin van de sessie. Vereist als de applyToAdHocUsers waar is en een van de volgende factureringsstrategieën is gekozen: `Vereis betaalmethode en geef een bepaald bedrag voordat de sessie begint` of `Vereis betalingsmethode OF een minimum bedrag in 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.": "Stel de minimale vooraf geautoriseerde hoeveelheid drempelwaarde in. Wanneer het resterende ad hoc vooraf goedgekeurde bedrag onder deze waarde daalt, zal de belastingssessie automatisch stoppen met het voorkomen van inkomstenverlies.",
|
|
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.": "Gebruikers van specifieke partners. Geef een lijst met partner-IDs. Overeenkomt als de gebruiker een uitnodiging is voor ten minste één van de partners.",
|
|
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.": "Gebruikers met een specifieke groep. Geef een lijst van gebruikersgroepen op. Overeenkomt als de gebruiker lid is van ten minste één van de groepen.",
|
|
1797
|
+
"An array of user group IDs. Users with a specific group. Provide a list of user group IDs.": "Een reeks gebruikersgroep IDs. Gebruikers met een specifieke groep. Geef een lijst van gebruikersgroep IDs.",
|
|
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.": "Gebruikers met een specifiek abonnement. Geef een lijst met abonnement-ID's op. Komt overeen met wanneer de gebruiker een abonnement actief heeft.",
|
|
1799
|
+
"The date from which the tariff becomes valid.": "De datum waarop het tarief geldig wordt.",
|
|
1800
|
+
"The expiry date of the tariff. The tariff is valid until this date inclusive.": "De verloopdatum van het tarief. Het tarief is geldig tot deze datum inclusief.",
|
|
1801
|
+
"The assigned Partner will have access to make changes to the tariff.": "De toegewezen Partner zal toegang hebben tot wijzigingen in het tarief.",
|
|
1802
|
+
"The default information that would be shown on the display of the charge point without the user having authorized themselves.": "De standaardinformatie die getoond zou worden op de weergave van het laadpunt zonder dat de gebruiker zichzelf heeft geautoriseerd.",
|
|
1803
|
+
"The information that would be shown on the display of the charge point when offline.": "De informatie die zou worden getoond op de weergave van het laadpunt wanneer offline.",
|
|
1804
|
+
"References the internal integration configuration that enables this tariff type": "Verwijst de interne integratie-configuratie die dit tarieftype toestaat",
|
|
1805
|
+
"Email address to send the invoice": "E-mailadres om de factuur te verzenden",
|
|
1806
|
+
"Reference to the payment processor or payment terminal where more information about the transaction could be checked.": "Verwijzing naar de betalingsverwerker of de betaalterminal waar meer informatie over de transactie kan worden gecontroleerd.",
|
|
1807
|
+
"ISO 8601 formatted date. Lists only the transactions created after this datetime": "ISO 8601 geformatteerde datum. Laat alleen de transacties zien die zijn aangemaakt na deze datumtijd",
|
|
1808
|
+
"ISO 8601 formatted date. Lists only the transactions created before this datetime": "ISO 8601 geformatteerde datum. Laat alleen de transacties zien die zijn gemaakt voor deze datumtijd",
|
|
1809
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated after this datetime": "ISO 8601 opmaakdatum. Laat alleen de transacties zien die het laatst zijn bijgewerkt na deze datumtijd",
|
|
1810
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated before this datetime": "ISO 8601 opmaakdatum. Laat alleen de transacties zien die voor deze datum zijn bijgewerkt",
|
|
1811
|
+
"Only list transactions by type of payment method": "Toon alleen transacties op type betaalmethode",
|
|
1812
|
+
"Only list transactions by a certain user": "Toon alleen transacties van een bepaalde gebruiker",
|
|
1813
|
+
"Only list transaction by invoice number": "Toon alleen transactie per factuurnummer",
|
|
1814
|
+
"Only list transaction in this status": "Toon alleen transactie in deze status",
|
|
1815
|
+
"Only list transaction with this session id": "Toon alleen transactie met deze sessie-id",
|
|
1816
|
+
"Only list transactions with specific ref number.": "Geef alleen transacties op met een specifiek referentienummer",
|
|
1817
|
+
"Only list transactions with the selected billing type.": "Toon alleen transacties met het geselecteerde factuurtype.",
|
|
1818
|
+
"Only list transactions with specific payment terminal id.": "Toon alleen transacties met een specifieke betalings Terminal.",
|
|
1819
|
+
"ISO 8601 formatted date. Lists only the transactions finalized before this datetime": "ISO 8601 geformatteerde datum. Laat alleen de transacties zien die zijn afgerond voor deze datumtijd",
|
|
1820
|
+
"ISO 8601 formatted date. Lists only the transactions finalized after this datetime": "ISO 8601 geformatteerde datum. Laat alleen de transacties zien die zijn afgerond na deze datumtijd",
|
|
1821
|
+
"Only list transactions paid with this specific voucher id.": "Toon alleen transacties betaald met deze specifieke voucher id.",
|
|
1822
|
+
"Only list transactions with the specified purchase type(s). Determines what the transaction was for based on its associated entity.": "Vermeld alleen transacties met het opgegeven type inkoop(en). Bepaalt waar de transactie voor was gebaseerd op de bijbehorende entiteit.",
|
|
1823
|
+
"Required when `methodType` is `card`.": "Vereist wanneer `methodType` `card` is.",
|
|
1824
|
+
"Required when `methodType` is `bank_transfer`.": "Vereist wanneer `methodType` `bank_transfer` is.",
|
|
1825
|
+
"Required when `methodType` is `wallet`.": "Vereist wanneer `methodType` `wallet` is.",
|
|
1826
|
+
"Deprecated, please use `methodType` and `cardNetwork` instead.": "Gebruik in plaats daarvan `methodType` en `cardNetwork`.",
|
|
1827
|
+
"The subscription will be valid until this end date": "Het abonnement zal geldig zijn tot deze einddatum",
|
|
1828
|
+
"Enable the auto-renewal of the subscription after the end date": "Schakel automatische verlenging van het abonnement na de einddatum in",
|
|
1829
|
+
"Shown to the user and also added to the user's bank statement (if the payment method is a bank card).": "Wordt weergegeven aan de gebruiker en ook toegevoegd aan het bankafschrift van de gebruiker (als de betaalmethode een bankkaart is).",
|
|
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.": "Het ID van de betalingsmethode, zoals geretourneerd door de lijst met betaalmethoden (User / Payment Method / Listing). Als zij leeg of leeg gelaten wordt, zou zij het evenwicht vinden en als het evenwicht niet toereikend zou zijn, zou zij deze actie afwijzen. Facturering van bedrijven wordt niet ondersteund als betaalmethode.",
|
|
1831
|
+
"The reason for the cancellation. It would be included in the Audit logs.": "De reden voor de annulering. Het zou worden opgenomen in de audit logs.",
|
|
1832
|
+
"* `enabled` Enabled - the user is allowed to use the system\n* `disabled` Disabled - the user is NOT allowed to use the system\n": "* 'ingeschakeld' ingeschakeld - de gebruiker mag het systeem\n* 'uitgeschakeld' gebruiken - de gebruiker is NIET toegestaan het systeem\n te gebruiken",
|
|
1833
|
+
"The code of the voucher that should be redeemed.": "De code van de tegoedbon die ingewisseld moet worden.",
|
|
1834
|
+
"Only list users that belong to a certain user group": "Alleen lijst van gebruikers die tot een bepaalde gebruikersgroep behoren",
|
|
1835
|
+
"Only list users attached to the partner.": "Laat alleen gebruikers zien die aan de partner zijn gekoppeld.",
|
|
1836
|
+
"Only list users with specific external id": "Toon alleen gebruikers met specifieke externe id",
|
|
1837
|
+
"Only list user with specific email": "Alleen lijst van gebruiker met een specifiek e-mailadres",
|
|
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`.": "Alleen records tonen met specifieke externe toepassingsgegevens. Je kunt een punt notatie gebruiken om te zoeken naar geneste eigenschappen. Bijvoorbeeld, `filter[externalAppData.property1.property2]=waarde`.",
|
|
1839
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and after this datetime": "ISO 8601 opmaakdatum. Laat alleen de gebruikers zien die het laatst zijn bijgewerkt en na deze datum/tijd",
|
|
1840
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and before this datetime": "ISO 8601 opmaakdatum. Laat alleen de gebruikers zien die het laatst zijn bijgewerkt voor deze datum/tijd",
|
|
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.": "Stelt een vereiste in voor de gebruiker om een nieuw wachtwoord in te stellen bij het openen van de app. Deze optie wordt automatisch opnieuw ingesteld nadat een nieuw wachtwoord is ingesteld.",
|
|
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": "De taal- en regionale instellingen die moeten worden gebruikt in de app.\n\n**Alleen beschikbaar** als de optie om de taal van de gebruiker bij te werken is ingeschakeld voor de operator.\n",
|
|
1843
|
+
"Third party identifier of the user": "ID van de derde partij van de gebruiker",
|
|
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.": "Bepaal het aantal sessies dat een gebruiker kan starten - één of meerdere gelijktijdige sessies, of dat de gebruiker gelijktijdige sessies kan beginnen met verschillende Id Tags.",
|
|
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'.": "Geeft aan of de gebruiker heeft gekozen voor nieuws en promoties. Stel dit veld in op 'true'; anders zet het op 'false'.",
|
|
1846
|
+
"IBAN that is provided for the user.": "IBAN dat is opgegeven voor de gebruiker.",
|
|
1847
|
+
"Name of the Bank for which the user has provided IBAN.": "De naam van de bank waarvoor de gebruiker IBAN heeft geleverd.",
|
|
1848
|
+
"Address of the user's Bank.": "Adres van de gebruiker Bank.",
|
|
1849
|
+
"Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.": "De bankcode is toegewezen door een centrale bank, een toezichthoudend orgaan van de bank of een Bankier in het land.",
|
|
1850
|
+
"Bank account ID provided by the user.": "Bankrekening ID verstrekt door de gebruiker.",
|
|
1851
|
+
"Type of account the user has provided.": "Type account die de gebruiker heeft opgegeven.",
|
|
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.": "Een optionele unieke tekenreeks die wordt gebruikt om aanvallen te voorkomen. Het wordt gegenereerd door de server, de client moet het doorgeven als de gebruiker wordt gemaakt vanuit een externe inschrijf-app en moet automatisch de gebruiker inloggen in de mobiele app na het aanmaken.",
|
|
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.": "Update de voorkeur van de gebruiker voor het ontvangen van nieuws en promoties. Als u hun voorkeur wilt wijzigen, update dit veld naar 'true' om in te melden, of 'false' om uit te schrijven.",
|
|
1854
|
+
"The type of the tokenized payment method. If not provided - defaults to card": "Het type van de tokenized betaalmethode. Indien niet opgegeven - standaard op kaart",
|
|
1855
|
+
"The type of the bank transfer. Required if `tokenizedType` is `bank_transfer`": "Het type bankoverschrijving. Vereist als `tokenizedType` `bank_transfer` is",
|
|
1856
|
+
"The ID of the Transaction object, created when you initiated the request.": "Het ID van het transactie-object, gemaakt toen u het verzoek begon.",
|
|
1857
|
+
"ISO 8601 formatted date. Lists only the authorizations created after this datetime": "ISO 8601 opmaakdatum. Laat alleen de autorisaties zien die zijn gemaakt na deze datum/tijd",
|
|
1858
|
+
"ISO 8601 formatted date. Lists only the authorizations created before this datetime": "ISO 8601 opmaakdatum. Laat alleen de autorisaties zien die gemaakt zijn voor deze datum/tijd",
|
|
1859
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated after this datetime": "ISO 8601 opmaakdatum. Laat alleen de autorisaties zien die het laatst zijn bijgewerkt na deze datumtijd",
|
|
1860
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated before this datetime": "ISO 8601 opmaakdatum. Laat alleen de autorisaties zien die voor deze datum voor het laatst zijn bijgewerkt",
|
|
1861
|
+
"Lists only authorizations with one of the following statuses: \"accepted\", \"rejected\", \"pending\"": "Laat alleen toestemmingen zien met een van de volgende statussen: \"geaccepteerd\", \"geweigerd\", \"in behandeling\"",
|
|
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\"": "Laat alleen autorisaties zien met een van de volgende methoden: \"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": "Opsommen alleen toestemmingen van gebruikers die gekoppeld zijn aan een bepaalde partner",
|
|
1864
|
+
"Filter by booking request status": "Filteren op boeking verzoek status",
|
|
1865
|
+
"Filter by user ID": "Filteren op gebruikers-ID",
|
|
1866
|
+
"Filter by location ID": "Filter op locatie ID",
|
|
1867
|
+
"Filter requests with start time after this date": "Filter verzoeken met starttijd na deze datum",
|
|
1868
|
+
"Filter requests with start time before this date": "Filter verzoeken met starttijd voor deze datum",
|
|
1869
|
+
"Filter requests with end time after this date": "Filter verzoeken met eindtijd na deze datum",
|
|
1870
|
+
"Filter requests with end time before this date": "Filter verzoeken met eindtijd vóór deze datum",
|
|
1871
|
+
"Filter requests that were created after this date": "Filter verzoeken die zijn aangemaakt na deze datum",
|
|
1872
|
+
"Filter requests that were created before this date": "Filter verzoeken die zijn aangemaakt voor deze datum",
|
|
1873
|
+
"Filter by booking status": "Filter op boeking status",
|
|
1874
|
+
"Filter bookings with start time after this date": "Filter boekingen met de starttijd na deze datum",
|
|
1875
|
+
"Filter bookings with start time before this date": "Filter reserveringen met de starttijd vóór deze datum",
|
|
1876
|
+
"Filter bookings with end time after this date": "Filter boekingen met eindtijd na deze datum",
|
|
1877
|
+
"Filter bookings with end time before this date": "Filter reserveringen met eindtijd vóór deze datum",
|
|
1878
|
+
"Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\n": "Voeg aanvullende informatie toe in het antwoord. De volgende opties zijn beschikbaar:\n- **bookedEvs**: Voeg informatie toe over de aan deze boeking gekoppelde EVSE's\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.": "Filtert CDR's op de begintijd, selecteer records met een begintijd gelijk aan of later dan de opgegeven waarde. De datum moet volgens ISO 8601 normen worden geformatteerd.",
|
|
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.": "Filtert CDR's op de begintijd, selecteer records met een begintijd gelijk aan of eerder dan de opgegeven waarde. Dit filter helpt bij het selecteren van records tot een bepaalde starttijd. De opgegeven datum moet in ISO 8601 formaat zijn.",
|
|
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.": "Dit filter haalt CDR's op met een eindtijd gelijk aan of later dan de opgegeven waarde. Het helpt om records te filteren op basis van het einde van een tijdsperiode, waardoor alleen records die eindigen na een bepaald punt zijn geselecteerd. De datumnotatie moet voldoen aan de ISO 8601-normen.",
|
|
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.": "Filtert CDR's gebaseerd op hun eindtijd, selecteer diegenen met een eindtijd gelijk aan of eerder dan de opgegeven waarde. Dit filter beperkt de selectie tot records die een bepaalde tijd worden afgesloten. De datumtijd moet in ISO 8601 formaat zijn.",
|
|
1883
|
+
"Only CDRs associated with a specific Roaming Operator/Provider.": "Alleen CDR's die zijn gekoppeld aan een specifieke roaming-operator/provider.",
|
|
1884
|
+
"Only CDRs linked to a specific Roaming Platform.": "Alleen CDR's gekoppeld aan een specifiek Roaming Platform.",
|
|
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.": "Filteren op CDR's op de unieke identificatie van het platform van de CPO's (en sub-operator platforms). Als u dit filter gebruikt, zal het een enkel resultaat opleveren.",
|
|
1886
|
+
"Only Credit CDRs.": "Alleen kredietCDR's.",
|
|
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.": "Als alleen CDR's die we als CPO hebben uitgegeven worden teruggegeven, als er geen valse CDR's zijn die we hebben ontvangen als eMSP zullen worden teruggegeven.",
|
|
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.": "Filtert CDR's op het tijdstip dat ontvangen wordt van CPO's, selecteer records met een ontvangen tijd gelijk aan of later dan de opgegeven waarde. Dit filter helpt bij het selecteren van ontvangen records vanaf een bepaalde tijd en werkt voor niet-lokale CDR's. De opgegeven datum moet de ISO 8601 standaard volgen.",
|
|
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.": "Filtert CDR's op de tijd wanneer ontvangen van CPO's, selecteer records met een begintijd gelijk aan of eerder dan de opgegeven waarde. Dit filter helpt bij het selecteren van ontvangen records tot een bepaalde tijd en werkt voor niet-lokale CDR's. De opgegeven datum moet de ISO 8601 standaard volgen.",
|
|
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.": "Filtert CDR's op het moment dat het verzonden wordt naar EMSP, selecteer records met een verzonden tijd gelijk aan of later dan de opgegeven waarde. Dit filter helpt bij het selecteren van verzonden records vanaf een bepaalde tijd en werkt voor lokale CDR's. De opgegeven datum moet de ISO 8601 standaard volgen.",
|
|
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.": "Filtert CDR's op het moment dat het verzonden wordt naar EMSP, selecteer records met een verzonden tijd gelijk aan of eerder dan de opgegeven waarde. Dit filter helpt bij het selecteren van verzonden records vanaf een bepaalde tijd en werkt voor lokale CDR's. De opgegeven datum moet de ISO 8601 standaard volgen.",
|
|
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": "Filtert CDR's die naar het EMSP zijn gestuurd op basis van hun uitleveringsstatus.\nGebruik dit dropdown filter om CDR's op te halen met een van de volgende statussen:\n - `success`: CDR's succesvol **geaccepteerd** door het EMSP.\n - `fail`: CDR's die zijn afgewezen** (niet geaccepteerd) door het 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": "Specificeer bovenliggend circuit in Multi-level DLM. Circuits gebruikt in flexibele activa of met behulp van load balance integratie kan niet worden gebruikt in Multi-level DLM.\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` staat voor `L1`, </br>\n`S` - voor `L2` </br>\n`T` voor `L3` </br>\nDus bijvoorbeeld `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc. </br>\nHet veld is verplicht voor Multi-level DLM wanneer de `phases` waarde `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": "Specificeert de actieve lijngeleiders die worden gebruikt in het circuit. </br>\nEnkele fase waarden (`phases` = `single_phase`): `L1`, `L2`, `L2`, `L3` - Geldig in `star` elektrische configuratie </br>\nSplit fasewaarden (`phas` = `split_phase`): `L1_L2`, `L2_L3`, `L1_L3` - Geldig in `star` elektrische configuratie </br>\nDit veld is verplicht voor Multi-level DLM wanneer de `phases` waarde `single_phase` of `split_phase` is.\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` - ": "Definieert het type elektrische configuratie van het circuit. Een circuit moet dezelfde elektrische configuratie hebben als zijn bovenliggend circuit. Om veiligheid en compatibiliteit te behouden, kunnen alleen laadpunten met een identieke elektrische configuratie aan het circuit worden toegevoegd. Om de elektrische configuratie van een circuit aan te passen, moeten alle laadpunten met een andere configuratie eerst worden verwijderd door acties / loskoppelen van laadpunten. De beschikbare opties zijn </br> `star` - TN systeem - Ster (Y) (standaard)</br> `delta` - IT system - Delta (number@@0)</br>",
|
|
1897
|
+
"The current (A) limit for the whole circuit. This would usually be the circuit breaker rated current.": "De huidige (A) limiet voor het hele circuit. Dit is meestal de rater van de circuitonderbreker.",
|
|
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.": "Definieert wat de laagste stroom (A) toegestaan per oplaadpunt is. Nieuwe sessies kunnen niet beginnen als een van de bestaande moet worden verlaagd tot minder dan het vastgestelde minimumtarief. Dit om ervoor te zorgen dat een aangesloten auto daadwerkelijk wordt opgeladen, omdat de voertuigen een minimumlaadniveau hebben waaronder ze de kosten niet zouden accepteren. Als het leeg gelaten wordt, is er geen minimum.",
|
|
1899
|
+
"Sets the limit to 0 when the session enters an idle period.": "Stelt de limiet in op 0 wanneer de sessie een inactieve periode ingaat.",
|
|
1900
|
+
"The ID of the Electricity Meter linked to the circuit (if any).": "De ID van de elektriciteitsmeter gekoppeld aan het circuit (indien aanwezig).",
|
|
1901
|
+
"The current (A) reserved for other loads on the circuit (non-managed loads) when the Electricity Meter is offline.": "De huidige (A) gereserveerd voor andere ladingen op het circuit (niet-beheerde lading) wanneer de Electricity Meter offline is.",
|
|
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.": "De id van de integratie van de lastbalancering (te vinden in de Ampeco backend). Geef 'null' op als je de load balancering integratie wilt uitschakelen en terug wilt keren naar het ingebouwde laadsaldo.",
|
|
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.": "Het ID van de gebruikersgroep waar de gebruiker deel van moet uitmaken of het ID van de Partner waar de gebruiker een uitnodiging voor moet hebben. voor de ingestelde prioriteit van de sessie.",
|
|
1904
|
+
"The priority where 1 is equal to anyone else, 2 is twice as important, 0.5 is half as important.": "De prioriteit waarbij 1 gelijk is aan ieder ander, 2 is twee keer zo belangrijk, 0,5 is half zo belangrijk.",
|
|
1905
|
+
"The currency 3-letter code.": "De valuta 3-letter code.",
|
|
1906
|
+
"When displaying amounts in this currency, the prefix is added in front of the amount. This could be symbols, for example $ or £.": "Bij het weergeven van bedragen in deze valuta wordt het voorvoegsel toegevoegd voor het bedrag. Dit kan symbolen, bijvoorbeeld $ of pond.",
|
|
1907
|
+
"When displaying amounts in this currency, the suffix is added after the amount.": "Wanneer bedragen in deze valuta worden weergegeven, wordt het achtervoegsel toegevoegd na het bedrag.",
|
|
1908
|
+
"The actual precision of the currency. This is used when charging a payment method or calculating totals.": "De werkelijke precisie van de valuta. Dit wordt gebruikt bij het berekenen van een betaalmethode of bij het berekenen van het totaal.",
|
|
1909
|
+
"Used when setting price per kWh and per minute in tariffs.": "Wordt gebruikt bij het instellen van de prijs per kWh en per minuut van tarieven.",
|
|
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.": "Indien ingeschakeld de kleine valuta eenheid wordt gebruikt voor het vaststellen van de elektriciteitsprijs voor flexibele tarieven en voor het traceren van stroomkosten in de huisoplaadapp. De kleine valuta-eenheid voor bijvoorbeeld de Amerikaanse dollar is de cent.",
|
|
1911
|
+
"The sign or letter for the minor currency unit. For US dollar, for example, this could be \"¢\" or \"c\" for cents.": "Het teken of de letter van de kleine munteenheid. Voor bijvoorbeeld Amerikaanse dollar kan dit \"pixel\" of \"c\" voor centen zijn.",
|
|
1912
|
+
"Base currency code (ISO 4217)": "Standaardvalutacode (ISO 4217)",
|
|
1913
|
+
"Target currency code (ISO 4217)": "Doelvalutacode (ISO 4217)",
|
|
1914
|
+
"The exchange rate from base to target currency": "De wisselkoers van de basis naar de doelvaluta",
|
|
1915
|
+
"Filter by base currency code": "Filter op basis valutacode",
|
|
1916
|
+
"Filter by target currency code": "Filter op doel valutacode",
|
|
1917
|
+
"Filter by records updated before a specific datetime": "Filter op records bijgewerkt vóór een specifieke datum/tijd",
|
|
1918
|
+
"Filter by records updated after a specific datetime": "Filter op records bijgewerkt na een specifieke datumtijd",
|
|
1919
|
+
"The ID of the charge point.": "De ID van het oplaadpunt.",
|
|
1920
|
+
"Only list EVSEs on a certain charge point": "Alleen EVSE's tonen op een bepaald laadpunt",
|
|
1921
|
+
"Only list EVSEs, identified by id (QR Code)": "Alleen lijst van EVSE's, geïdentificeerd door id (QR Code)",
|
|
1922
|
+
"Only list EVSEs, identified by externalId": "Alleen EVSE's lijden, geïdentificeerd door 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.": "Indien waar, alleen roaming EVSE's worden teruggestuurd. Indien niet waar, dan worden alleen lokale EVSE's geretourneerd. Indien niet doorgaat, dan worden alle EVSE's teruggegeven.",
|
|
1924
|
+
"Filter by charge point vendor IDs.": "Filter op oplaad punt verkoper IDs.",
|
|
1925
|
+
"Filter by charge point model IDs.": "Filter op laadpunt model IDs.",
|
|
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.).": "Filter op firmware versie string. Komt overeen met exacte versies en versies die beginnen met de zoekstring (bv. ., \"1.2\" zal exact \"1.2\" overeenkomen, evenals versies zoals \"1.2.0\", \"1.2.3\", etc.).",
|
|
1927
|
+
"The status of the installer job": "De status van de installatieopdracht",
|
|
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": "Geeft een lijst van de installatietaken die na de opgegeven datum en tijd zijn aangemaakt. Vul de waarde in als een ISO 8601 opmaakdatum",
|
|
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": "Geeft de installatietaken op die vóór de opgegeven datum en tijd zijn aangemaakt. Vul de waarde in als een ISO 8601 opmaakdatum",
|
|
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": "Geeft een lijst van de installatietaken die het laatst zijn bijgewerkt na de opgegeven datum en tijd, geef de waarde op als een ISO 8601 opmaakdatum",
|
|
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": "Geeft een lijst van de installatietaken die het laatst zijn bijgewerkt vóór de opgegeven datum en tijd, geef de waarde op als een ISO 8601 opmaakdatum",
|
|
1932
|
+
"The ID of the installation and maintenance company which the installer job is assigned to": "De ID van de installatie en onderhoud bedrijf waaraan de installatieopdracht is toegewezen",
|
|
1933
|
+
"The ID of the installer admin if such is assigned to the installer job, if passed pin will be ignored": "De ID van de beheerder van de installateur als deze is toegewezen aan de taak van de installer, als de pin is doorgegeven wordt genegeerd",
|
|
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": "De pincode van de installateur, het wordt gebruikt om de toegangsrechten te controleren om de installatiewerkzaamheden uit te voeren. als deze is gepasseerd en er geen installerbeheerder is opgegeven, de pin zal worden toegewezen aan de taak van de installateur",
|
|
1935
|
+
"Only list invoices issued after this time": "Alleen facturen weergeven die na deze tijd zijn uitgegeven",
|
|
1936
|
+
"Only list invoices issued before this time": "Toon alleen facturen die vóór deze keer zijn uitgegeven",
|
|
1937
|
+
"The contract is effective from the first of the selected month.": "Het contract is van kracht vanaf de eerste van de geselecteerde maand.",
|
|
1938
|
+
"The contract expires at the last day of the selected month. If nothing is selected, there is no expiration date.": "Het contract verloopt op de laatste dag van de geselecteerde maand. Als er niets is geselecteerd, is er geen vervaldatum.",
|
|
1939
|
+
"Allows the partner to start/stop session, unlock connector, trigger message, set a charging profile and get the composite schedule.": "Laat de partner toe om de sessie te starten/te stoppen, connector, trigger berichten, een laadprofiel in te stellen en het samengestelde schema te krijgen.",
|
|
1940
|
+
"Allows the partner to make reservations.": "Laat de partner reserveringen maken.",
|
|
1941
|
+
"Allows the partner to cancel reservations.": "Laat de partner toe reserveringen te annuleren.",
|
|
1942
|
+
"Allows the partner to reset charge points.": "Laat de partner laadpunten resetten.",
|
|
1943
|
+
"Allows the partner to make firmware updates to the charge points.": "Hiermee kan de partner firmware updaten naar de laadpunten.",
|
|
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.": "Als het tarief een verbindingsvergoeding heeft, deze vergoeding zou niet worden opgenomen in de inkomsten van de Partner en blijft volledig voorbehouden aan de Operator.",
|
|
1945
|
+
"The cost of the electricity would first be deducted from the collected revenue and then the Revenue sharing rules will be applied.": "De kosten van elektriciteit worden eerst in mindering gebracht op de geïnde inkomsten en vervolgens zullen de regels voor de verdeling van de inkomsten worden toegepast.",
|
|
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.": "Als het waar is, ontvangt de Partner niet alleen zijn aandeel van de inkomsten, maar ook een vergoeding van de kosten van elektriciteit.",
|
|
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.": "Extra vaste kosten die worden toegepast voor elke gefactureerde sessie en afgetrokken van het aandeel van de inkomsten van elke sessie op het AC Charging Station.",
|
|
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.": "Extra vaste kosten die worden toegepast voor elke gefactureerde sessie en afgetrokken van het aandeel van de partner in de inkomsten voor elke sessie op het Oplaad Station.",
|
|
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.": "Aanvullende flat fee die wordt toegepast op elke gefactureerde kWh en afgetrokken van het aandeel van de partner in de inkomsten voor elk kWh dat wordt gefactureerd op AC Charging Station.",
|
|
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.": "Extra forfaitaire kosten die worden toegepast voor elke gefactureerde kWh en afgetrokken van het aandeel van de partner in de inkomsten voor elke kWh gefactureerd op het Oplaad Station.",
|
|
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.": "Extra procentuele kosten worden toegepast op het totale bedrag betaald door de gebruiker voor de sessie. Deze vergoeding wordt vervolgens afgetrokken van het aandeel van de partner in de inkomsten. Deze vergoeding is alleen beschikbaar als de functie \"Additionele Platform Fees\" is ingeschakeld voor het systeem.",
|
|
1952
|
+
"The provided amount should be excluding VAT.": "Het opgegeven bedrag moet exclusief BTW zijn.",
|
|
1953
|
+
"Only list expenses associated with a certain partner": "Toon alleen uitgaven die zijn gekoppeld aan een bepaalde partner",
|
|
1954
|
+
"Only list expenses associated with a certain settlement report": "Toon alleen uitgaven in verband met een bepaald afwikkelingsrapport",
|
|
1955
|
+
"Only list revenue by origin": "Alleen inkomsten tonen op basis van oorsprong",
|
|
1956
|
+
"3-letter currency code (ISO 4217). Only list expenses by currency": "3-letterige valutacode (ISO 4217). Alleen uitgaven per valuta weergeven",
|
|
1957
|
+
"Only list invites in this status": "Toon alleen uitnodigingen in deze status",
|
|
1958
|
+
"Only list partner invite records accepted by a certain user": "Alleen partner uitnodigen records geaccepteerd door een bepaalde gebruiker",
|
|
1959
|
+
"Only list partner invite records sent to a particular email address": "Toon alleen partner uitnodigingen die verzonden worden naar een bepaald e-mailadres",
|
|
1960
|
+
"Required by default. Prohibited if sendViaEmail is false.": "Standaard vereist. Verboden als sendViaEmail onjuist is.",
|
|
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.": "De taal van de e-mail verzonden naar de genodigde. Indien niets is geselecteerd zal de standaard taal van de eindgebruikers worden gebruikt. Verboden als `sendViaEmail` niet klopt.",
|
|
1962
|
+
"Required if allowCorporateAccountBilling is true.": "Vereist als allowCorporateAccountBilling waar is.",
|
|
1963
|
+
"Only list revenue associated with a certain partner": "Toon alleen inkomsten die zijn gekoppeld aan een bepaalde partner",
|
|
1964
|
+
"Only list revenue associated with a certain settlement report": "Toon alleen inkomsten geassocieerd met een bepaald verrekeningsrapport",
|
|
1965
|
+
"3-letter currency code (ISO 4217). Only list revenue by currency": "3-letter valutacode (ISO 4217). Alleen inkomsten tonen per valuta",
|
|
1966
|
+
"Lists partners from the specified country": "Opsommen partners uit het opgegeven land",
|
|
1967
|
+
"Lists partners with the specified regNo": "Opsommen partners met opgegeven regNo",
|
|
1968
|
+
"Only list partner, identified by the externalId": "Alleen lijst partner, geïdentificeerd door het 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.": "De naam van de partner wordt gebruikt bij het tonen van de naam van de Partner aan EV drivers en admingebruikers. Indien niet opgegeven, dan zal de `naam` worden gebruikt.",
|
|
1970
|
+
"Company name of the Partner": "Bedrijfsnaam van de Partner",
|
|
1971
|
+
"When set to false the API tokens related to this partner would not receive the users' balance in the response.": "Wanneer dit is ingesteld op 'onwaar' zouden de API-tokens die gerelateerd zijn aan deze partner niet de balans van de gebruikers ontvangen in het antwoord.",
|
|
1972
|
+
"Allows the Partner to update the tariff pricing.": "Laat de Partner toe om de tariefprijs bij te werken.",
|
|
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.": "Naast `allowToControlTariffs`, zou de Partner ook tariefgroepen kunnen beheren - voeg tariefgroepen toe en verwijder tarieven, wijzig de tariefvolgorde in de tariefgroep.",
|
|
1974
|
+
"Third party identifier of the partner": "Identificatie van derden van de partner",
|
|
1975
|
+
"IBAN that is provided for the partner.": "IBAN is voorzien voor de partner.",
|
|
1976
|
+
"Name of the Bank for which the partner has provided IBAN.": "De naam van de Bank waarvoor de partner IBAN heeft geleverd.",
|
|
1977
|
+
"Address of the partner's Bank.": "Adres van de partnerbank",
|
|
1978
|
+
"Bank account ID provided by the partner.": "Bankrekening ID verstrekt door de partner.",
|
|
1979
|
+
"Type of account the Partner has provided.": "Type rekening die de Partner heeft opgegeven.",
|
|
1980
|
+
"Company name of the Partner.": "Bedrijfsnaam van de Partner",
|
|
1981
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region.": "Wanneer het land niet in de VS, AU, CA, UM of ROM is, kunt u de regio bieden.",
|
|
1982
|
+
"Third party identifier of the partner.": "Identificator van derden van de partner.",
|
|
1983
|
+
"Only list Receipts with a certain user id": "Alleen bonnen met een bepaald gebruikers-id tonen",
|
|
1984
|
+
"Only list Receipts with specific VAT id": "Alleen lijst van bonnen met specifiek BTW-nummer",
|
|
1985
|
+
"Only list reservations for specific EVSE by ID": "Alleen reserveringen tonen voor specifieke EVSE via ID",
|
|
1986
|
+
"Only list reservations for a specific user by ID": "Alleen reserveringen voor een specifieke gebruiker via ID tonen",
|
|
1987
|
+
"Only list reservations with this status": "Alleen reserveringen met deze status weergeven",
|
|
1988
|
+
"Date from based on reserved at attribute": "Datum op basis van gereserveerd bij attribuut",
|
|
1989
|
+
"Date to based on reserved at attribute": "Datum gebaseerd op voorbehouden bij attribuut",
|
|
1990
|
+
"Type of critical security events that are pushed from the Charge Point to the backend.": "Type kritische beveiligingsgebeurtenissen die van het laadpunt naar de backend worden geduwd.",
|
|
1991
|
+
"Only list sessions on a certain EVSE": "Toon alleen sessies op een bepaalde EVSE",
|
|
1992
|
+
"Only list sessions on a certain Charge Point": "Vermeld alleen sessies op een bepaald laadpunt",
|
|
1993
|
+
"Only list sessions on a certain EVSE, identified by the phisicalReference": "Opsommen alleen sessies van een bepaalde EVSE, geïdentificeerd door de fisicalReference",
|
|
1994
|
+
"Only list sessions on a certain Charge Point, identified by the NetworkId": "Alleen sessies tonen op een bepaald laadpunt, geïdentificeerd door het NetworkId",
|
|
1995
|
+
"Only list sessions on Charge Points with last boot notification that had this charge_point_serial_number": "Alleen sessies tonen op Charge Points met de laatste boot melding met deze laad_point_serial_number",
|
|
1996
|
+
"Only list sessions on Charge Points with last boot notification that had this vendor": "Toon alleen sessies op Charge Points met de laatste boot melding die deze leverancier had",
|
|
1997
|
+
"Only list sessions identified by the start time being after this datetime": "Alleen sessies lijst geïdentificeerd door de begintijd na deze datum/tijd",
|
|
1998
|
+
"Only list sessions identified by the start time being before this datetime": "Alleen sessies lijst geïdentificeerd op basis van de starttijd voor deze datum/tijd",
|
|
1999
|
+
"Only list sessions by a certain user": "Toon alleen sessies van een bepaalde gebruiker",
|
|
2000
|
+
"Only list session in this status": "Toon alleen sessie in deze status",
|
|
2001
|
+
"Only list sessions identified by the end time being after this datetime": "Alleen sessies lijst geïdentificeerd door de eindtijd na deze datumtijd",
|
|
2002
|
+
"Only list sessions identified by the end time being before this datetime": "Alleen sessies lijst geïdentificeerd door de eindtijd voor deze datum/tijd",
|
|
2003
|
+
"Only list sessions associated with a certain partner": "Toon alleen sessies die zijn gekoppeld aan een bepaalde partner",
|
|
2004
|
+
"Only list sessions associated with partners, assigned to certain sub-operator": "Toon alleen sessies die zijn gekoppeld aan partners, toegewezen aan bepaalde sub-operator",
|
|
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": "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",
|
|
2006
|
+
"`bank_transfer` is used for one-time bank transfers, for saved (tokenized) bank transfers use `tokenized`.": "`bank_transfer` wordt gebruikt voor eenmalige bankoverschrijvingen, voor opgeslagen (gelkened) bankoverschrijvingen gebruik `tokenized`.",
|
|
2007
|
+
"Only list sessions with specific VAT id": "lijst alleen sessies met specifiek BTW-nummer",
|
|
2008
|
+
"Only list sessions with payment status updated before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Toon alleen sessies met betalingsstatus bijgewerkt voor de opgegeven datum en tijd. Geef de waarde op in ISO 8601 geformatteerde datum.",
|
|
2009
|
+
"Only list sessions with payment status updated after the specified date and time. Please provide the value in ISO 8601 formatted date.": "Toon alleen sessies met betalingsstatus bijgewerkt na de opgegeven datum en tijd. Geef de waarde op in ISO 8601 geformatteerde datum.",
|
|
2010
|
+
"Only list sessions with specific receipt id.": "Toon alleen sessies met een specifiek ontvangst-id.",
|
|
2011
|
+
"Filter sessions based on authorization source": "Filter op sessies gebaseerd op autorisatie bron",
|
|
2012
|
+
"Only list sessions in this billing status.": "Toon alleen sessies in deze factureringsstatus.",
|
|
2013
|
+
"Only list sessions with transaction(s) with specific payment terminal id.": "Toon alleen sessies met transactie(s) met specifieke betaling-terminal-id.",
|
|
2014
|
+
"Only list sessions initiated on the EVSEs of a specific Roaming operator with a CPO role.": "Toon alleen sessies die gestart zijn in de EVSE's van een specifieke roamingoperator met een CPO-rol.",
|
|
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).": "Alleen van toepassing wanneer het systeem tegelijkertijd zowel de betalingsprocessor als de externe factureringsmodus gebruikt. Toon of verberg abonnementen waar gebruikers \"Externe facturering\" hebben ingeschakeld (indien toegestaan door de factureringsinstellingen).",
|
|
2016
|
+
"Only list tariffs managed by certan partner.": "Toon alleen tarieven die worden beheerd door certan partner.",
|
|
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": "Gesorteerde lijst van tarief-id's in de groep. Let erop dat de bestelling van onder naar boven is aangevinkt, betekent dat het tarief met de grootste index in die lijst (in andere woorden dat dit het laagste in de lijst is), dat voldoet aan de vereisten",
|
|
2018
|
+
"The assigned Partner will have access to make changes to the tariff group.": "De toegewezen Partner heeft toegang om wijzigingen aan te brengen in de tariefgroep.",
|
|
2019
|
+
"Only list enabled or disabled Top-Up Packages": "Alleen lijst ingeschakeld of uitgeschakeld Top-Up Pakketten",
|
|
2020
|
+
"By default is set to `false`.": "Standaard is ingesteld op `false`.",
|
|
2021
|
+
"True returns User Groups that have no Partner associated, false returns User Groups that have a Partner associated.": "True retourneert gebruikersgroepen die geen partner geassocieerd hebben, valse retourneert gebruikersgroepen die geassocieerd worden met een partner.",
|
|
2022
|
+
"User Groups of a specific Partner.": "Gebruikersgroepen van een specifieke partner",
|
|
2023
|
+
"The partnerId can be updated only if there are no users added to the user group": "De partnerId kan alleen worden bijgewerkt als er geen gebruikers aan de gebruikersgroep zijn toegevoegd",
|
|
2024
|
+
"Unique identifier of the Vendor, reported from the Charge point": "Unieke identifier van de leverancier gerapporteerd op het laadpunt",
|
|
2025
|
+
"The code reported from the charge point when the hardwareStatus is faulted": "De code gerapporteerd uit het oplaadpunt wanneer de hardwareStatus onjuist is",
|
|
2026
|
+
"Description of the error provided by the vendor": "Omschrijving van de fout opgegeven door de verkoper",
|
|
2027
|
+
"Recommended actions by the customer when this error occurs": "Aanbevolen acties door de klant wanneer deze fout optreedt",
|
|
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`.": "Geeft alleen vouchers weer die met één van deze types `voucher`, `manual_top_up`, `top_up_auto`, `auto_top_up`, `top_up`, `top_by_operator`, `api_top_up`, `promo_code`, `subscribe_to_plan`.",
|
|
2029
|
+
"Lists only the vouchers that are with one of these statuses `enabled`, `disabled`.": "Laat alleen de waardebonnen zien die met één van deze statussen `enabled` zijn, `uitgeschakeld`.",
|
|
2030
|
+
"Lists only vouchers that are created on a particular date. Please provide the value in the following format `YYYY-MM-DD`.": "Opsommen alleen waardebonnen die op een bepaalde datum zijn aangemaakt. Vul de waarde in het volgende formaat `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.": "Geeft alleen vouchers weer die na de opgegeven datum en tijd worden ingewisseld. Geef de waarde op in ISO 8601 opmaakdatum.",
|
|
2032
|
+
"Lists only vouchers that were redeemed before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Geeft alleen vouchers weer die werden ingewisseld voor de opgegeven datum en tijd. Geef de waarde op in ISO 8601 opmaakdatum.",
|
|
2033
|
+
"Lists only vouchers that were redeemed by a particular user.": "Geeft alleen vouchers op die door een bepaalde gebruiker zijn ingewisseld.",
|
|
2034
|
+
"Lists only vouchers with expiration date after the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "Opsommen alleen waardebonnen met vervaldatum na de opgegeven datum. Geef de waarde op in RFC 3339 geformatteerde datum `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`.": "Opsommen alleen vouchers met vervaldatum vóór de opgegeven datum. Geef de waarde op in RFC 3339 geformatteerde datum `YYYY-MM-DD`.",
|
|
2036
|
+
"Lists only vouchers with code which contains the specified string. Please provide min 3 chars value.": "Geeft alleen vouchers weer met code die de opgegeven tekenreeks bevat. Geef min 3 tekens waarde.",
|
|
2037
|
+
"RFC 3339 formatted date. Defines the date on which the voucher expires. The field can be calculated based on the `redeemedAt` timestamp and the `validityPeriod` field if the `validityPeriod` is set and the `expireDate` is not.": "RFC 3339 opmaakdatum. Definieert de datum waarop de waardebon verloopt. Het veld kan worden berekend op basis van de `redeemedAt` tijdstempel en het `validityPeriod` veld als de `validityPeriod` is ingesteld en de `expireDate` niet is.",
|
|
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.": "Definieert de geldigheidsduur van de waardebon. Wanneer een gebruiker de waardebon inwisselt, wordt deze periode toegevoegd aan de `redeemedAt` tijdstempel voor het berekenen van de waardebon `expireDate`. Dit veld wordt alleen gebruikt wanneer `expireDate` nog niet is ingesteld - als `expireDate` een waarde heeft deze periode wordt genegeerd en in plaats daarvan wordt de gedefinieerde `expireDate` gebruikt.",
|
|
2039
|
+
"The date before which the voucher should be assigned to user in order to be valid. RFC 3339 formatted date": "De datum waarop de waardebon aan de gebruiker moet worden toegewezen om geldig te zijn. RFC 3339 geformatteerde datum",
|
|
2040
|
+
"The prefix of the voucher's code.": "De prefix van de waardebon code.",
|
|
2041
|
+
"The title of the voucher.": "De titel van de waardebon.",
|
|
2042
|
+
"GET": "KRIJG",
|
|
2043
|
+
"POST": "POSTE",
|
|
2044
|
+
"PATCH": "BEKIJK",
|
|
2045
|
+
"PUT": "PUT",
|
|
2046
|
+
"DELETE": "VERWIJDEREN",
|
|
2047
|
+
"HEAD": "HOOFD",
|
|
2048
|
+
"None": "geen",
|
|
2049
|
+
"JSON": "JSON",
|
|
2050
|
+
"Form Data": "Formulieren gegevens",
|
|
2051
|
+
"Raw": "Onbewerkte",
|
|
2052
|
+
"Inoperative": "Inactief",
|
|
2053
|
+
"Operative": "Operatieve",
|
|
2054
|
+
"hard": "moeilijk",
|
|
2055
|
+
"soft": "zacht",
|
|
2056
|
+
"ChargePointMaxProfile": "ChargePointMaxProfile",
|
|
2057
|
+
"TxDefaultProfile": "TxStandaardprofiel",
|
|
2058
|
+
"TxProfile": "TxProfiel",
|
|
2059
|
+
"Absolute": "Absoluut",
|
|
2060
|
+
"Recurring": "Terugkerend",
|
|
2061
|
+
"Relative": "Relatief",
|
|
2062
|
+
"Daily": "Dagelijks",
|
|
2063
|
+
"Weekly": "wekelijks",
|
|
2064
|
+
"A": "A",
|
|
2065
|
+
"W": "W",
|
|
2066
|
+
"true": "waar",
|
|
2067
|
+
"false": "onwaar",
|
|
2068
|
+
"BootNotification": "Opstartmelding",
|
|
2069
|
+
"DiagnosticsStatusNotification": "DiagnosticsStatusNotificatie",
|
|
2070
|
+
"LogStatusNotification": "LogStatusNotificatie",
|
|
2071
|
+
"FirmwareStatusNotification": "FirmwareStatusNotificatie",
|
|
2072
|
+
"PublishFirmwareStatusNotification": "PublishFirmwareStatusNotificatie",
|
|
2073
|
+
"Heartbeat": "Heartbeat",
|
|
2074
|
+
"MeterValues": "MeterWaarden",
|
|
2075
|
+
"StatusNotification": "StatusNotificatie",
|
|
2076
|
+
"SignV2GCertificate": "SignV2GCertificate",
|
|
2077
|
+
"SignChargingStationCertificate": "SignChargingStationCertificaat",
|
|
2078
|
+
"SignCombinedCertificate": "Signaalcertificaat",
|
|
2079
|
+
"TransactionEvent": "Transactie Evenement",
|
|
2080
|
+
"ChargingStationCertificate": "KaartStationCertificaat",
|
|
2081
|
+
"V2GCertificate": "V2GCertificate",
|
|
2082
|
+
"V2GRootCertificate": "V2GRootCertificate",
|
|
2083
|
+
"MORootCertificate": "MORootCertificaat",
|
|
2084
|
+
"CSMSRootCertificate": "CSMSRootCertificaat",
|
|
2085
|
+
"ManufacturerRootCertificate": "Fabrikant RootCertificaat",
|
|
2086
|
+
"V2GCertificateChain": "V2GCertificateChain",
|
|
2087
|
+
"http": "http",
|
|
2088
|
+
"https": "https",
|
|
2089
|
+
"manual": "handmatig",
|
|
2090
|
+
"automatic": "automatisch",
|
|
2091
|
+
"downtime": "downtime",
|
|
2092
|
+
"exempt": "exempt",
|
|
2093
|
+
"private": "Privé",
|
|
2094
|
+
"public": "openbaar",
|
|
2095
|
+
"personal": "Persoonlijk",
|
|
2096
|
+
"cellular": "mobiel",
|
|
2097
|
+
"ethernet": "ethernet",
|
|
2098
|
+
"wlan": "wlan",
|
|
2099
|
+
"enabled": "ingeschakeld",
|
|
2100
|
+
"disabled": "uitgeschakeld",
|
|
2101
|
+
"out of order": "buiten de bestelling",
|
|
2102
|
+
"demo": "Demo",
|
|
2103
|
+
"ocpp 1.5": "ocpp 1.5",
|
|
2104
|
+
"ocpp 1.6": "ocpp 1.6",
|
|
2105
|
+
"ocpp 1.6 soap": "ocpp 1.6 zeep",
|
|
2106
|
+
"ocpp 2.0.1": "ocpp 2.0.1",
|
|
2107
|
+
"remote_start_stop_capable": "remote_start_stop_geschikt",
|
|
2108
|
+
"meter_values": "meter_waarden",
|
|
2109
|
+
"stop_transaction_on_ev_disconnect": "stop_transaction_on_ev_disconnect",
|
|
2110
|
+
"disregard_the_heartbeats": "minacht_de_heartbeats",
|
|
2111
|
+
"display_messages": "weergave_berichten",
|
|
2112
|
+
"private_view_private_use": "persoon_view_privé_gebruik",
|
|
2113
|
+
"private_view_public_use": "persoon_view_public_gebruik",
|
|
2114
|
+
"public_view_private_use": "public_view_prive_gebruik",
|
|
2115
|
+
"none": "geen",
|
|
2116
|
+
"direct_ocpp": "direct_ocpp",
|
|
2117
|
+
"via_ocpp_connected_charge_point": "via_ocpp_connected_charge_punt",
|
|
2118
|
+
"applied": "toegepast",
|
|
2119
|
+
"pending": "in behandeling",
|
|
2120
|
+
"rejected": "afgewezen",
|
|
2121
|
+
"lastBootNotification": "laatste BootNotificatie",
|
|
2122
|
+
"chargingProfile": "chargingProfile",
|
|
2123
|
+
"smartCharging": "smartCharging",
|
|
2124
|
+
"smartChargingPreferences": "smartChargingVoorkeuren",
|
|
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": "enkel_fase",
|
|
2132
|
+
"three_phase": "Drie_fase",
|
|
2133
|
+
"split_phase": "split_stap",
|
|
2134
|
+
"RST": "BTW",
|
|
2135
|
+
"RTS": "RTS",
|
|
2136
|
+
"SRT": "SORT",
|
|
2137
|
+
"STR": "STR",
|
|
2138
|
+
"TRS": "TRA",
|
|
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": "connectoren",
|
|
2147
|
+
"type1": "type1",
|
|
2148
|
+
"type2": "type2",
|
|
2149
|
+
"type3": "type3",
|
|
2150
|
+
"chademo": "chademo",
|
|
2151
|
+
"ccs1": "ccs1",
|
|
2152
|
+
"ccs2": "ccs2",
|
|
2153
|
+
"schuko": "schuko",
|
|
2154
|
+
"nacs": "nacs",
|
|
2155
|
+
"cee16": "cee16",
|
|
2156
|
+
"cee32": "cee32",
|
|
2157
|
+
"j1772": "j1772",
|
|
2158
|
+
"inductive": "inductief",
|
|
2159
|
+
"nema-5-20": "net-5-20",
|
|
2160
|
+
"type-e-french": "type-e-franch",
|
|
2161
|
+
"type-g-british": "type-g-briveaan",
|
|
2162
|
+
"type-j-swiss": "type-j-swiss",
|
|
2163
|
+
"avcon": "avcon",
|
|
2164
|
+
"gb-t-ac": "gb-t-ac",
|
|
2165
|
+
"gb-t-dc": "gb-t-dc",
|
|
2166
|
+
"chaoji": "chaoji",
|
|
2167
|
+
"nema-6-30": "net-6-30",
|
|
2168
|
+
"nema-6-50": "net-6-50",
|
|
2169
|
+
"socket": "socket",
|
|
2170
|
+
"cable": "kabel",
|
|
2171
|
+
"User controlled schedule": "Door gebruiker gecontroleerd schema",
|
|
2172
|
+
"Octopus Agile": "Inktvis Agile",
|
|
2173
|
+
"Octopus Go": "Octopus Go",
|
|
2174
|
+
"Energi Elspot": "Energi Elspot",
|
|
2175
|
+
"NordPool": "NordPool",
|
|
2176
|
+
"Electricity rate": "Elektriciteitssnelheid",
|
|
2177
|
+
"Disabled": "Uitgeschakeld",
|
|
2178
|
+
"tod": "tod",
|
|
2179
|
+
"dynamic": "dynamisch",
|
|
2180
|
+
"user_schedule": "Rooster",
|
|
2181
|
+
"ocpp1.6": "ocpp1.6",
|
|
2182
|
+
"ocpp2.0.1": "ocpp2.0.1",
|
|
2183
|
+
"Configuration variable for OCPP 1.6": "Configuratie variabele voor OCPP 1.6",
|
|
2184
|
+
"Configuration variable for OCPP 2.0.1": "Configuratie variabele voor OCPP 2.0.1",
|
|
2185
|
+
"admin_defined": "admin_gedefineerd",
|
|
2186
|
+
"octopus_go": "octopus_go",
|
|
2187
|
+
"agile_octopus": "agile_octopus",
|
|
2188
|
+
"elspot": "elspot",
|
|
2189
|
+
"nord_pool": "nord_zwembad",
|
|
2190
|
+
"mon": "mon",
|
|
2191
|
+
"tue": "di",
|
|
2192
|
+
"wed": "wo",
|
|
2193
|
+
"thu": "thu",
|
|
2194
|
+
"fri": "vr",
|
|
2195
|
+
"sat": "za",
|
|
2196
|
+
"sun": "zo",
|
|
2197
|
+
"any": "elk",
|
|
2198
|
+
"suspended": "geschorst",
|
|
2199
|
+
"rfid": "verhuurd",
|
|
2200
|
+
"mac_address": "mac_adres",
|
|
2201
|
+
"emaid": "emaïd",
|
|
2202
|
+
"company_car": "bedrijf_auto",
|
|
2203
|
+
"private_car": "privéauto",
|
|
2204
|
+
"AF": "AF",
|
|
2205
|
+
"AX": "AXL",
|
|
2206
|
+
"AL": "ALS",
|
|
2207
|
+
"DZ": "DZ",
|
|
2208
|
+
"AS": "ALS",
|
|
2209
|
+
"AD": "AD",
|
|
2210
|
+
"AO": "AO",
|
|
2211
|
+
"AI": "AI",
|
|
2212
|
+
"AQ": "AQ",
|
|
2213
|
+
"AG": "AG",
|
|
2214
|
+
"AR": "AR",
|
|
2215
|
+
"AM": "VK",
|
|
2216
|
+
"AW": "Armenië",
|
|
2217
|
+
"AU": "AU",
|
|
2218
|
+
"AT": "op",
|
|
2219
|
+
"AZ": "AZ",
|
|
2220
|
+
"BS": "BS",
|
|
2221
|
+
"BH": "BH",
|
|
2222
|
+
"BD": "BD",
|
|
2223
|
+
"BB": "BB",
|
|
2224
|
+
"BY": "DOOR",
|
|
2225
|
+
"BE": "BIJN",
|
|
2226
|
+
"BZ": "BZ",
|
|
2227
|
+
"BJ": "BJ",
|
|
2228
|
+
"BM": "BM",
|
|
2229
|
+
"BT": "BT",
|
|
2230
|
+
"BO": "BO",
|
|
2231
|
+
"BQ": "Bono",
|
|
2232
|
+
"BA": "BA",
|
|
2233
|
+
"BW": "BW",
|
|
2234
|
+
"BV": "BV",
|
|
2235
|
+
"BR": "BR",
|
|
2236
|
+
"IO": "IO",
|
|
2237
|
+
"BN": "BN",
|
|
2238
|
+
"BG": "gr",
|
|
2239
|
+
"BF": "BF",
|
|
2240
|
+
"BI": "BI",
|
|
2241
|
+
"KH": "ku",
|
|
2242
|
+
"CM": "CM",
|
|
2243
|
+
"CA": "CA",
|
|
2244
|
+
"CV": "CV",
|
|
2245
|
+
"KY": "KOM",
|
|
2246
|
+
"CF": "CF",
|
|
2247
|
+
"TD": "TD",
|
|
2248
|
+
"CL": "CL",
|
|
2249
|
+
"CN": "China",
|
|
2250
|
+
"CX": "CX",
|
|
2251
|
+
"CC": "CC",
|
|
2252
|
+
"CO": "Kooldioxide",
|
|
2253
|
+
"KM": "KM",
|
|
2254
|
+
"CG": "CG",
|
|
2255
|
+
"CD": "cd",
|
|
2256
|
+
"CK": "CK",
|
|
2257
|
+
"CR": "CN",
|
|
2258
|
+
"CI": "CI",
|
|
2259
|
+
"HR": "Kroatië",
|
|
2260
|
+
"CU": "CU",
|
|
2261
|
+
"CW": "CW",
|
|
2262
|
+
"CY": "CY",
|
|
2263
|
+
"CZ": "CZ",
|
|
2264
|
+
"DK": "DK",
|
|
2265
|
+
"DJ": "DJ",
|
|
2266
|
+
"DM": "DM",
|
|
2267
|
+
"DO": "DOOD",
|
|
2268
|
+
"EC": "EC",
|
|
2269
|
+
"EG": "EG",
|
|
2270
|
+
"SV": "SV",
|
|
2271
|
+
"GQ": "Guyana",
|
|
2272
|
+
"ER": "BER",
|
|
2273
|
+
"EE": "EE",
|
|
2274
|
+
"ET": "ET",
|
|
2275
|
+
"FK": "FK",
|
|
2276
|
+
"FO": "FO",
|
|
2277
|
+
"FJ": "FJ",
|
|
2278
|
+
"FI": "FI",
|
|
2279
|
+
"FR": "VR",
|
|
2280
|
+
"GF": "Guyana",
|
|
2281
|
+
"PF": "PF",
|
|
2282
|
+
"TF": "TF",
|
|
2283
|
+
"GA": "GA",
|
|
2284
|
+
"GM": "GM",
|
|
2285
|
+
"GE": "GE",
|
|
2286
|
+
"DE": "Duitsland",
|
|
2287
|
+
"GH": "Guya",
|
|
2288
|
+
"GI": "GI",
|
|
2289
|
+
"GR": "GR",
|
|
2290
|
+
"GL": "GL",
|
|
2291
|
+
"GD": "GD",
|
|
2292
|
+
"GP": "Guadelego",
|
|
2293
|
+
"GU": "GU",
|
|
2294
|
+
"GT": "Egypte",
|
|
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": "China",
|
|
2304
|
+
"HU": "HU",
|
|
2305
|
+
"IS": "IJs",
|
|
2306
|
+
"IN": "IN",
|
|
2307
|
+
"ID": "ID",
|
|
2308
|
+
"IR": "IR",
|
|
2309
|
+
"IQ": "IQ",
|
|
2310
|
+
"IE": "IJs",
|
|
2311
|
+
"IM": "IM",
|
|
2312
|
+
"IL": "IL",
|
|
2313
|
+
"IT": "HET",
|
|
2314
|
+
"JM": "JM",
|
|
2315
|
+
"JP": "JP",
|
|
2316
|
+
"JE": "jun",
|
|
2317
|
+
"JO": "JO",
|
|
2318
|
+
"KZ": "Jordanië",
|
|
2319
|
+
"KE": "KE",
|
|
2320
|
+
"KI": "kI",
|
|
2321
|
+
"KP": "KP",
|
|
2322
|
+
"KR": "KR",
|
|
2323
|
+
"XK": "XK",
|
|
2324
|
+
"KW": "KW",
|
|
2325
|
+
"KG": "KG",
|
|
2326
|
+
"LA": "Letland",
|
|
2327
|
+
"LV": "LV",
|
|
2328
|
+
"LB": "Letland",
|
|
2329
|
+
"LS": "LS",
|
|
2330
|
+
"LR": "lr",
|
|
2331
|
+
"LY": "Italië",
|
|
2332
|
+
"LI": "Liechtenstein",
|
|
2333
|
+
"LT": "Litouwen",
|
|
2334
|
+
"LU": "Liever",
|
|
2335
|
+
"MO": "Ma",
|
|
2336
|
+
"MK": "MK",
|
|
2337
|
+
"MG": "Guyana",
|
|
2338
|
+
"MW": "MW",
|
|
2339
|
+
"MY": "MIJN",
|
|
2340
|
+
"MV": "Mali",
|
|
2341
|
+
"ML": "Mali",
|
|
2342
|
+
"MT": "NM",
|
|
2343
|
+
"MH": "MH",
|
|
2344
|
+
"MQ": "MQ",
|
|
2345
|
+
"MR": "maart",
|
|
2346
|
+
"MU": "Mala",
|
|
2347
|
+
"YT": "YT",
|
|
2348
|
+
"MX": "Mevr",
|
|
2349
|
+
"FM": "FM",
|
|
2350
|
+
"MD": "Spanje",
|
|
2351
|
+
"MC": "Guyana",
|
|
2352
|
+
"MN": "Jordanië",
|
|
2353
|
+
"ME": "Ikzelf",
|
|
2354
|
+
"MS": "mrt",
|
|
2355
|
+
"MA": "MA",
|
|
2356
|
+
"MZ": "Marokko",
|
|
2357
|
+
"MM": "mm",
|
|
2358
|
+
"NA": "NV",
|
|
2359
|
+
"NR": "Zuid-Korea",
|
|
2360
|
+
"NP": "NP",
|
|
2361
|
+
"NL": "NL",
|
|
2362
|
+
"NC": "NC",
|
|
2363
|
+
"NZ": "NZ",
|
|
2364
|
+
"NI": "NI",
|
|
2365
|
+
"NE": "NO",
|
|
2366
|
+
"NG": "NG",
|
|
2367
|
+
"NU": "NU",
|
|
2368
|
+
"NF": "NF",
|
|
2369
|
+
"MP": "MP",
|
|
2370
|
+
"NO": "NEE",
|
|
2371
|
+
"OM": "OM",
|
|
2372
|
+
"PK": "pk",
|
|
2373
|
+
"PW": "PW",
|
|
2374
|
+
"PS": "PS",
|
|
2375
|
+
"PA": "PA",
|
|
2376
|
+
"PG": "PG",
|
|
2377
|
+
"PY": "PY",
|
|
2378
|
+
"PE": "PE",
|
|
2379
|
+
"PH": "PH",
|
|
2380
|
+
"PN": "pN",
|
|
2381
|
+
"PL": "PL",
|
|
2382
|
+
"PT": "PT",
|
|
2383
|
+
"PR": "PR",
|
|
2384
|
+
"QA": "QA",
|
|
2385
|
+
"RE": "RO",
|
|
2386
|
+
"RO": "O",
|
|
2387
|
+
"RU": "RU",
|
|
2388
|
+
"RW": "RW",
|
|
2389
|
+
"BL": "BL",
|
|
2390
|
+
"SH": "ZO",
|
|
2391
|
+
"KN": "KN",
|
|
2392
|
+
"LC": "LC",
|
|
2393
|
+
"MF": "Malta",
|
|
2394
|
+
"PM": "PM",
|
|
2395
|
+
"VC": "VC",
|
|
2396
|
+
"WS": "WS",
|
|
2397
|
+
"SM": "ZM",
|
|
2398
|
+
"ST": "bl",
|
|
2399
|
+
"SA": "SA",
|
|
2400
|
+
"SN": "ZZ",
|
|
2401
|
+
"RS": "RS",
|
|
2402
|
+
"SC": "Seyc",
|
|
2403
|
+
"SL": "SL",
|
|
2404
|
+
"SG": "Guyana",
|
|
2405
|
+
"SX": "SX",
|
|
2406
|
+
"SK": "SK",
|
|
2407
|
+
"SI": "Sint-Ja",
|
|
2408
|
+
"SB": "SB",
|
|
2409
|
+
"SO": "ZO",
|
|
2410
|
+
"ZA": "ZA",
|
|
2411
|
+
"GS": "GS",
|
|
2412
|
+
"SS": "SS",
|
|
2413
|
+
"ES": "ZO",
|
|
2414
|
+
"LK": "LK",
|
|
2415
|
+
"SD": "SA",
|
|
2416
|
+
"SR": "ZO",
|
|
2417
|
+
"SJ": "Juffi",
|
|
2418
|
+
"SZ": "SZ",
|
|
2419
|
+
"SE": "ZO",
|
|
2420
|
+
"CH": "CH",
|
|
2421
|
+
"SY": "SY",
|
|
2422
|
+
"TW": "TW",
|
|
2423
|
+
"TJ": "TJ",
|
|
2424
|
+
"TZ": "TZ",
|
|
2425
|
+
"TH": "DO",
|
|
2426
|
+
"TL": "TL",
|
|
2427
|
+
"TG": "TG",
|
|
2428
|
+
"TK": "TK",
|
|
2429
|
+
"TO": "AAN",
|
|
2430
|
+
"TT": "TT",
|
|
2431
|
+
"TN": "China",
|
|
2432
|
+
"TR": "TR",
|
|
2433
|
+
"TM": "VG",
|
|
2434
|
+
"TC": "Canada",
|
|
2435
|
+
"TV": "Televisie",
|
|
2436
|
+
"UG": "UG",
|
|
2437
|
+
"UA": "UA",
|
|
2438
|
+
"AE": "AE",
|
|
2439
|
+
"GB": "GB",
|
|
2440
|
+
"US": "VS",
|
|
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": "WF",
|
|
2450
|
+
"EH": "Oh",
|
|
2451
|
+
"YE": "YE",
|
|
2452
|
+
"ZM": "ZM",
|
|
2453
|
+
"ZW": "ZW",
|
|
2454
|
+
"chargingZones": "OpladenZones",
|
|
2455
|
+
"locationImage": "locatieAfbeelding",
|
|
2456
|
+
"images": "afbeeldingen",
|
|
2457
|
+
"externalAppData": "externalAppData",
|
|
2458
|
+
"AuthorizationNotification": "Autorisatiemelding",
|
|
2459
|
+
"authorization.changed": "autorisatie.changed",
|
|
2460
|
+
"ChargePointChangedNotification": "ChargePointGewijzigde notificatie",
|
|
2461
|
+
"chargePoint.changed": "ChargePoint.gewijzigd",
|
|
2462
|
+
"evse.changed": "omhoog.gewijzigd",
|
|
2463
|
+
"ChargePointSyncConfigurationNotification": "ChargePointSyncConfigurationNotification",
|
|
2464
|
+
"CircuitConsumptionNotification": "CircuitConsumptieNotificatie",
|
|
2465
|
+
"circuit.changed": "circuit.gewijzigd",
|
|
2466
|
+
"HardwareStatusNotification": "HardwareStatusNotificatie",
|
|
2467
|
+
"LocationChangedNotification": "Locatie Gewijzigde Notificatie",
|
|
2468
|
+
"NetworkStatusNotification": "NetworkStatusNotificatie",
|
|
2469
|
+
"SecurityEventNotification": "Notificatie",
|
|
2470
|
+
"SessionMeterValuesNotification": "SessionMeterValuesMelding",
|
|
2471
|
+
"SessionStartStopNotification": "SessionStartStopMelding",
|
|
2472
|
+
"session.start.stop.notification": "session.start.stop.notification",
|
|
2473
|
+
"SessionUpdateNotification": "SessionUpdateNotification",
|
|
2474
|
+
"UserChangedNotification": "Gebruikersbericht gewijzigd",
|
|
2475
|
+
"SubOperatorChangedNotification": "SubOperator Wijzigde notificatie",
|
|
2476
|
+
"TariffChangedNotification": "TariffGewijzigde Notificatie",
|
|
2477
|
+
"user.subscriptionChanged": "Inschrijvingen gewijzigd",
|
|
2478
|
+
"user.subscription.changed": "Wijziging",
|
|
2479
|
+
"ReservationChangedNotification": "ReservationGewijzigde Notificatie",
|
|
2480
|
+
"PaymentMethodChangedNotification": "Betalingsmethode gewijzigd notificatie",
|
|
2481
|
+
"PartnerInviteChangedNotification": "PartnerInviteWijziging Notificatie",
|
|
2482
|
+
"reservation.changed": "reservering.gewijzigd",
|
|
2483
|
+
"user.paymentMethod.changed": "Veranderd",
|
|
2484
|
+
"userBalance.changed": "GebruikerBalance.gewijzigd",
|
|
2485
|
+
"partnerInvite.changed": "partnerInvite.changed",
|
|
2486
|
+
"roamingPlatform.changed": "Veranderd",
|
|
2487
|
+
"parkingSpace.occupancyStatus.changed": "parkingSpace.occupancyStatus.veranderd",
|
|
2488
|
+
"partner.changed": "partner.gewijzigd",
|
|
2489
|
+
"transaction.changed": "transactie.gewijzigd",
|
|
2490
|
+
"settlementReport.created": "Afwikkelingsverslag.aangemaakt",
|
|
2491
|
+
"idTag.changed": "idTag.changed",
|
|
2492
|
+
"chargePoint.dataTransferReceived": "chargePoint.dataOntvangen",
|
|
2493
|
+
"subscriptionPlan.changed": "abonnementsplan.gewijzigd",
|
|
2494
|
+
"user.invoiceDetails.changed": "Wijziging",
|
|
2495
|
+
"cdr.received": "cdr.received",
|
|
2496
|
+
"chargingProfile.applied": "OpladenProfiel.Toegepast",
|
|
2497
|
+
"installerJob.changed": "installerJob.changed",
|
|
2498
|
+
"available": "Beschikbaar",
|
|
2499
|
+
"occupied": "bezet",
|
|
2500
|
+
"unknown": "onbekend",
|
|
2501
|
+
"evses": "eves",
|
|
2502
|
+
"company": "bedrijfsnaam",
|
|
2503
|
+
"AD_HOC_PAYMENT": "AD_HOC_PAYMENT",
|
|
2504
|
+
"PROFILE_CHEAP": "PROFILE_CHEAP",
|
|
2505
|
+
"PROFILE_FAST": "PROFILE_FAST",
|
|
2506
|
+
"PROFILE_GREEN": "PROFILE_NOTIF_SETTINGS_TITLE",
|
|
2507
|
+
"REGULAR": "REGULAR",
|
|
2508
|
+
"unavailable": "unavailable",
|
|
2509
|
+
"amperage_voltage_3": "amperage_voltage_3",
|
|
2510
|
+
"amperage_voltage_sqr3": "amperage_voltage_sqr3",
|
|
2511
|
+
"AC": "AC",
|
|
2512
|
+
"DC": "DC",
|
|
2513
|
+
"Hubject": "Hubject",
|
|
2514
|
+
"OCPI or Gireve 2.2.1": "OCPI of geef 2.2.1",
|
|
2515
|
+
"monthly": "maandelijks",
|
|
2516
|
+
"annually": "jaarlijks",
|
|
2517
|
+
"pre-paid": "vooraf betaald",
|
|
2518
|
+
"post-paid": "post-paid",
|
|
2519
|
+
"personal_commercial": "persoon_commercieel",
|
|
2520
|
+
"default": "standaard",
|
|
2521
|
+
"internal": "Intern",
|
|
2522
|
+
"external": "extern",
|
|
2523
|
+
"as_renewal_cycle": "as_renewal_cycle",
|
|
2524
|
+
"after_each_session": "after_each_sessie",
|
|
2525
|
+
"after_24_hours": "na_24_uur",
|
|
2526
|
+
"after_each_week": "na_each_week",
|
|
2527
|
+
"after_each_month": "na_each_maand",
|
|
2528
|
+
"after_each_year": "na_each_jaar",
|
|
2529
|
+
"combined": "gecombineerd",
|
|
2530
|
+
"separate": "scheiden",
|
|
2531
|
+
"free": "vrij",
|
|
2532
|
+
"flat rate": "vast tarief",
|
|
2533
|
+
"duration+energy": "duur+energie",
|
|
2534
|
+
"duration+energy time of day": "duur+energietijd van de dag",
|
|
2535
|
+
"energy tou": "energie tou",
|
|
2536
|
+
"standard": "standaard",
|
|
2537
|
+
"charging not allowed": "opladen niet toegestaan",
|
|
2538
|
+
"average power levels": "gemiddeld stroomniveau",
|
|
2539
|
+
"peak power levels": "piekniveau vermogen",
|
|
2540
|
+
"standard_tod": "standard_tod",
|
|
2541
|
+
"optimised dynamic pricing": "geoptimaliseerde dynamische prijzen",
|
|
2542
|
+
"individual": "individuele",
|
|
2543
|
+
"visa": "visa",
|
|
2544
|
+
"mastercard": "meesterkaart",
|
|
2545
|
+
"paypal": "paypal",
|
|
2546
|
+
"maestro": "Maestro",
|
|
2547
|
+
"amex": "naam",
|
|
2548
|
+
"applepay": "applepay",
|
|
2549
|
+
"googlepay": "googlepay",
|
|
2550
|
+
"twint": "tweet",
|
|
2551
|
+
"other": "Anders",
|
|
2552
|
+
"finalized": "afgerond",
|
|
2553
|
+
"failed": "mislukt",
|
|
2554
|
+
"reserved": "gereserveerd",
|
|
2555
|
+
"refunded": "terugbetaald",
|
|
2556
|
+
"authorized": "geautoriseerd",
|
|
2557
|
+
"initialized": "geinitialiseerd",
|
|
2558
|
+
"session": "sessie",
|
|
2559
|
+
"subscription_plan": "abonnement_plan",
|
|
2560
|
+
"topup_package": "topup_pakket",
|
|
2561
|
+
"custom_fee": "eigen_vergoeding",
|
|
2562
|
+
"payment_terminal_authorisation": "betaling_terminal_authorisatie",
|
|
2563
|
+
"payment_authorisation": "betaling_autorisatie",
|
|
2564
|
+
"card": "creditcard",
|
|
2565
|
+
"bank_transfer": "bank_overschrijving",
|
|
2566
|
+
"wallet": "portemonnee",
|
|
2567
|
+
"pse": "pse",
|
|
2568
|
+
"sepa": "sepa",
|
|
2569
|
+
"reversed": "omgekeerd",
|
|
2570
|
+
"partnerInvites": "partneruitnodigingen",
|
|
2571
|
+
"single_session": "enkelle_sessie",
|
|
2572
|
+
"multiple_simultaneous_sessions_per_idtag": "multiple_simultaneous_sessions_per_idtag",
|
|
2573
|
+
"simultaneous_use_of_idtags": "simul_use_of_idtags",
|
|
2574
|
+
"multiple_simultaneous_sessions_remotely_and_idtags": "multiple_simultaneous_sessions_remotely_and_idtags",
|
|
2575
|
+
"Ampeco Invoice Manager": "Beheer mpeco factuur",
|
|
2576
|
+
"Cardcom Invoice Manager": "Cardcom Factuurmanager",
|
|
2577
|
+
"SoftOne Invoice Manager": "SoftOne Factuur Manager",
|
|
2578
|
+
"Ecpay Invoice Manager": "Ecpay factuur manager",
|
|
2579
|
+
"webhook": "webhook",
|
|
2580
|
+
"kafka": "kafka",
|
|
2581
|
+
"gzip": "gzip",
|
|
2582
|
+
"snappy": "lui",
|
|
2583
|
+
"lz4": "lz4",
|
|
2584
|
+
"PLAINTEXT": "PLAATSEN",
|
|
2585
|
+
"SASL_SSL": "SASL_NL",
|
|
2586
|
+
"PLAIN": "SPELEN",
|
|
2587
|
+
"SCRAM-SHA-256": "SCRAM-SHA-256",
|
|
2588
|
+
"SCRAM-SHA-512": "SCRAM-SHA-512",
|
|
2589
|
+
"approved": "goedgekeurd",
|
|
2590
|
+
"Create Booking": "Maak boeking",
|
|
2591
|
+
"Update the given Booking": "Bijwerken van de gegeven boeking",
|
|
2592
|
+
"Cancel Booking": "Boeking annuleren",
|
|
2593
|
+
"accepted": "geaccepteerd",
|
|
2594
|
+
"completed": "voltooid",
|
|
2595
|
+
"cancelled": "geannuleerd",
|
|
2596
|
+
"no-show": "geen show",
|
|
2597
|
+
"bookedEvses": "boekenEvenementen",
|
|
2598
|
+
"success": "gelukt",
|
|
2599
|
+
"fail": "mislukt",
|
|
2600
|
+
"chargePointPriorities": "chargePointPrioriteiten",
|
|
2601
|
+
"userPriorities": "gebruikersprioriteiten",
|
|
2602
|
+
"socPriorities": "socPrioriteiten",
|
|
2603
|
+
"consumption": "verbruik",
|
|
2604
|
+
"unmanagedLoad": "onbeheerderladen",
|
|
2605
|
+
"star": "ster",
|
|
2606
|
+
"delta": "Scheur",
|
|
2607
|
+
"Variant 1": "Variant 1",
|
|
2608
|
+
"Variant 2": "Variant 2",
|
|
2609
|
+
"partner": "partner",
|
|
2610
|
+
"userGroup": "userGroup",
|
|
2611
|
+
"AED": "GEMAKT",
|
|
2612
|
+
"AFN": "AFN",
|
|
2613
|
+
"ALL": "ALLE",
|
|
2614
|
+
"AMD": "AMD",
|
|
2615
|
+
"ANG": "ANG",
|
|
2616
|
+
"AOA": "AOA",
|
|
2617
|
+
"ARS": "ARS",
|
|
2618
|
+
"AUD": "AUD",
|
|
2619
|
+
"AWG": "auwG",
|
|
2620
|
+
"AZN": "AZN",
|
|
2621
|
+
"BAM": "BAM",
|
|
2622
|
+
"BBD": "BBD",
|
|
2623
|
+
"BDT": "BDT",
|
|
2624
|
+
"BGN": "BGN",
|
|
2625
|
+
"BHD": "BHD",
|
|
2626
|
+
"BIF": "BIF",
|
|
2627
|
+
"BMD": "BMD",
|
|
2628
|
+
"BND": "BND",
|
|
2629
|
+
"BOB": "BOB",
|
|
2630
|
+
"BOV": "BOV",
|
|
2631
|
+
"BRL": "BRL",
|
|
2632
|
+
"BSD": "BSD",
|
|
2633
|
+
"BTN": "BTN",
|
|
2634
|
+
"BWP": "BWP",
|
|
2635
|
+
"BYN": "BYN",
|
|
2636
|
+
"BZD": "BZD",
|
|
2637
|
+
"CAD": "CAD",
|
|
2638
|
+
"CDF": "CDF",
|
|
2639
|
+
"CHE": "CHE",
|
|
2640
|
+
"CHF": "KH",
|
|
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": "OPSLAG",
|
|
2650
|
+
"CVE": "FEEST",
|
|
2651
|
+
"CZK": "CZK",
|
|
2652
|
+
"DJF": "DJF",
|
|
2653
|
+
"DKK": "DKK",
|
|
2654
|
+
"DOP": "DOP",
|
|
2655
|
+
"DZD": "DZD",
|
|
2656
|
+
"EGP": "EGP",
|
|
2657
|
+
"ERN": "ERN",
|
|
2658
|
+
"ETB": "ETB",
|
|
2659
|
+
"EUR": "EUR",
|
|
2660
|
+
"FJD": "FJD",
|
|
2661
|
+
"FKP": "VKP",
|
|
2662
|
+
"GBP": "GBP",
|
|
2663
|
+
"GEL": "KRIJG",
|
|
2664
|
+
"GHS": "GHS",
|
|
2665
|
+
"GIP": "GIP",
|
|
2666
|
+
"GMD": "GMD",
|
|
2667
|
+
"GNF": "GNF",
|
|
2668
|
+
"GTQ": "GTQ",
|
|
2669
|
+
"GYD": "GYD",
|
|
2670
|
+
"HKD": "HKD",
|
|
2671
|
+
"HNL": "Litouwen",
|
|
2672
|
+
"HRK": "HRK",
|
|
2673
|
+
"HTG": "HTG",
|
|
2674
|
+
"HUF": "HUF",
|
|
2675
|
+
"IDR": "IDR",
|
|
2676
|
+
"ILS": "ILS",
|
|
2677
|
+
"INR": "Introductie",
|
|
2678
|
+
"IQD": "IQD",
|
|
2679
|
+
"IRR": "IRR",
|
|
2680
|
+
"ISK": "ISK",
|
|
2681
|
+
"JMD": "JMD",
|
|
2682
|
+
"JOD": "JOD",
|
|
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": "DOOD",
|
|
2692
|
+
"KZT": "KZT",
|
|
2693
|
+
"LAK": "LAK",
|
|
2694
|
+
"LBP": "LBP",
|
|
2695
|
+
"LKR": "LKR",
|
|
2696
|
+
"LRD": "LRD",
|
|
2697
|
+
"LSL": "LSL",
|
|
2698
|
+
"LYD": "LYD",
|
|
2699
|
+
"MAD": "MAD",
|
|
2700
|
+
"MDL": "MDL",
|
|
2701
|
+
"MGA": "MGA",
|
|
2702
|
+
"MKD": "MKZ",
|
|
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": "NAAM",
|
|
2715
|
+
"NGN": "NGN",
|
|
2716
|
+
"NIO": "NIO",
|
|
2717
|
+
"NOK": "NOK",
|
|
2718
|
+
"NPR": "NPR",
|
|
2719
|
+
"NZD": "NZZ",
|
|
2720
|
+
"OMR": "Kantoor",
|
|
2721
|
+
"PAB": "PAB",
|
|
2722
|
+
"PEN": "PIJN",
|
|
2723
|
+
"PGK": "PGK",
|
|
2724
|
+
"PHP": "PHP",
|
|
2725
|
+
"PKR": "PKR",
|
|
2726
|
+
"PLN": "PLN",
|
|
2727
|
+
"PYG": "PYG",
|
|
2728
|
+
"QAR": "QAR",
|
|
2729
|
+
"RON": "RON",
|
|
2730
|
+
"RSD": "RSD",
|
|
2731
|
+
"RUB": "RUB",
|
|
2732
|
+
"RWF": "RWF",
|
|
2733
|
+
"SAR": "SAR",
|
|
2734
|
+
"SBD": "SBD",
|
|
2735
|
+
"SCR": "SCR",
|
|
2736
|
+
"SDG": "DG",
|
|
2737
|
+
"SEK": "Zweden",
|
|
2738
|
+
"SGD": "SGD",
|
|
2739
|
+
"SHP": "SHP",
|
|
2740
|
+
"SLL": "SLL",
|
|
2741
|
+
"SOS": "SOS",
|
|
2742
|
+
"SRD": "Zweden",
|
|
2743
|
+
"SSP": "SSP",
|
|
2744
|
+
"STN": "STN",
|
|
2745
|
+
"SVC": "SVC",
|
|
2746
|
+
"SYP": "SYP",
|
|
2747
|
+
"SZL": "SZL",
|
|
2748
|
+
"THB": "THB",
|
|
2749
|
+
"TJS": "TJS",
|
|
2750
|
+
"TMT": "TMT",
|
|
2751
|
+
"TND": "TND",
|
|
2752
|
+
"TOP": "TOP",
|
|
2753
|
+
"TRY": "PROBEER",
|
|
2754
|
+
"TTD": "TTD",
|
|
2755
|
+
"TWD": "TWD",
|
|
2756
|
+
"TZS": "TZS",
|
|
2757
|
+
"UAH": "UAH",
|
|
2758
|
+
"UGX": "UGX",
|
|
2759
|
+
"USD": "USD",
|
|
2760
|
+
"USN": "USN",
|
|
2761
|
+
"UYI": "UYI",
|
|
2762
|
+
"UYU": "UYU",
|
|
2763
|
+
"UYW": "UW",
|
|
2764
|
+
"UZS": "UZS",
|
|
2765
|
+
"VES": "VES",
|
|
2766
|
+
"VND": "VND",
|
|
2767
|
+
"VUV": "VUV",
|
|
2768
|
+
"WST": "BTW",
|
|
2769
|
+
"XAF": "XAF",
|
|
2770
|
+
"XAG": "XAG",
|
|
2771
|
+
"XAU": "XAU",
|
|
2772
|
+
"XBA": "XBA",
|
|
2773
|
+
"XBB": "XBB",
|
|
2774
|
+
"XBC": "XBC",
|
|
2775
|
+
"XBD": "XBD",
|
|
2776
|
+
"XCD": "XCD",
|
|
2777
|
+
"XDR": "XDR",
|
|
2778
|
+
"XOF": "XOF",
|
|
2779
|
+
"XPD": "XPD",
|
|
2780
|
+
"XPF": "XPF",
|
|
2781
|
+
"XPT": "XPT",
|
|
2782
|
+
"XSU": "XSU",
|
|
2783
|
+
"XTS": "XTS",
|
|
2784
|
+
"XUA": "XUA",
|
|
2785
|
+
"XXX": "XXX",
|
|
2786
|
+
"YER": "YER",
|
|
2787
|
+
"ZAR": "ZAR",
|
|
2788
|
+
"ZMW": "ZW",
|
|
2789
|
+
"ZWL": "ZWL",
|
|
2790
|
+
"models": "modellen",
|
|
2791
|
+
"new": "Nieuw",
|
|
2792
|
+
"in_progress": "in_progress",
|
|
2793
|
+
"chargePoints": "laadpunten",
|
|
2794
|
+
"platform-fee-emsp": "platformfee-emsp",
|
|
2795
|
+
"platform-fee-cpo": "platform-fee-cpo",
|
|
2796
|
+
"user-custom-fee": "gebruiker-toeslag",
|
|
2797
|
+
"session-emsp": "sessie-emsp",
|
|
2798
|
+
"sent": "verzonden",
|
|
2799
|
+
"electricity-tax-reimbursement": "electriciteit-belastingterugbetaling",
|
|
2800
|
+
"session-cpo": "sessie-cpo",
|
|
2801
|
+
"Payter": "Payter",
|
|
2802
|
+
"Valina": "Valina",
|
|
2803
|
+
"Crane": "Kraan",
|
|
2804
|
+
"Ampeco": "Ampeco",
|
|
2805
|
+
"Nayax": "Nayax",
|
|
2806
|
+
"Embedded": "Embedded",
|
|
2807
|
+
"Pax": "Pax",
|
|
2808
|
+
"Windcave": "Windgrot",
|
|
2809
|
+
"Web portal": "Web portaal",
|
|
2810
|
+
"AdyenCastles": "AdyenCastles",
|
|
2811
|
+
"paid": "betaald",
|
|
2812
|
+
"partially_paid": "deel_betaald",
|
|
2813
|
+
"active": "actief",
|
|
2814
|
+
"expired": "verlopen",
|
|
2815
|
+
"canceled": "geannuleerd",
|
|
2816
|
+
"done": "voltooid",
|
|
2817
|
+
"FirmwareUpdated": "FirmwareBijgewerkt",
|
|
2818
|
+
"SettingSystemTime": "InstellingenSysteemtijd",
|
|
2819
|
+
"StartupOfTheDevice": "StartupOfTheDevice",
|
|
2820
|
+
"ResetOrReboot": "ResetOrReboot",
|
|
2821
|
+
"SecurityLogWasCleared": "Gewist",
|
|
2822
|
+
"MemoryExhaustion": "MemoryExhaustie",
|
|
2823
|
+
"TamperDetectionActivated": "TamperDetectionGeactiveerd",
|
|
2824
|
+
"working_hours_exceeded": "working_uren_overschreden",
|
|
2825
|
+
"timeout": "time-out",
|
|
2826
|
+
"authorization_amount_reached": "authorization_amount_reached",
|
|
2827
|
+
"new_start_transaction_received": "new_start_transactie_ontvangen",
|
|
2828
|
+
"force_stop": "force_stop",
|
|
2829
|
+
"standard_stop": "standaard_stop",
|
|
2830
|
+
"energy_exceeded": "energy_overschreden",
|
|
2831
|
+
"schedule_completed": "schedule_voltooid",
|
|
2832
|
+
"pre_authorization_failed": "pre_authorization_mislukt",
|
|
2833
|
+
"system_force_stop": "system_p3_stop",
|
|
2834
|
+
"time_limit": "tijdslimiet",
|
|
2835
|
+
"balance_exceeded": "balance_overschreden",
|
|
2836
|
+
"deauthorized": "gedeautoriseerd",
|
|
2837
|
+
"emergencystop": "noodhulpstop",
|
|
2838
|
+
"energylimitreached": "Energielimiet bereikt",
|
|
2839
|
+
"evdisconnected": "evdisconnectie",
|
|
2840
|
+
"groundfault": "grondfout",
|
|
2841
|
+
"immediatereset": "onmiddellijk",
|
|
2842
|
+
"hardreset": "hardreset",
|
|
2843
|
+
"local": "lokaal",
|
|
2844
|
+
"localoutofcredit": "localoutofcredit",
|
|
2845
|
+
"masterpass": "meesterpak",
|
|
2846
|
+
"overcurrentfault": "overstromingsfout",
|
|
2847
|
+
"powerloss": "machteloos",
|
|
2848
|
+
"powerquality": "vermogenskwaliteit",
|
|
2849
|
+
"reboot": "reboot",
|
|
2850
|
+
"remote": "extern",
|
|
2851
|
+
"soclimitreached": "soclimitreached",
|
|
2852
|
+
"stoppedbyev": "stoppedbyv",
|
|
2853
|
+
"timeoutlimitreached": "time-outlimitreached",
|
|
2854
|
+
"softreset": "softreset",
|
|
2855
|
+
"unlockcommand": "ontgrendel opdracht",
|
|
2856
|
+
"no_ev_parked": "no_ev_geparkt",
|
|
2857
|
+
"no_ev_connected": "no_ev_verbonden",
|
|
2858
|
+
"charge_point_timeout": "laad_point_timeout",
|
|
2859
|
+
"charging_on_evse_not_allowed": "Opladen_on_evse_not_toegestaan",
|
|
2860
|
+
"remote_start_failed": "remote_start_mislukt",
|
|
2861
|
+
"no_user_for_agile_streets": "no_user_for_agile_straten",
|
|
2862
|
+
"canceled_reservation": "geannuleerde_reservering",
|
|
2863
|
+
"evse_occupied": "omhoog_bezet",
|
|
2864
|
+
"evse_inoperative": "evse_inoperatief",
|
|
2865
|
+
"not_supported": "not_ondersteund",
|
|
2866
|
+
"unknown_reservation": "unknown_reservering",
|
|
2867
|
+
"ev_not_connect_to_evse": "ev_not_connect_tot_evse",
|
|
2868
|
+
"authorization_failed": "authorization_mislukt",
|
|
2869
|
+
"unknown_session": "onbekend_sessie",
|
|
2870
|
+
"finished": "voltooid",
|
|
2871
|
+
"tokenized": "tokenized",
|
|
2872
|
+
"subscription": "abbonnement",
|
|
2873
|
+
"balance": "saldo",
|
|
2874
|
+
"corporate": "zakelijk",
|
|
2875
|
+
"terminal": "terminal",
|
|
2876
|
+
"partially": "gedeeltelijk",
|
|
2877
|
+
"roaming": "Roaming",
|
|
2878
|
+
"third_party": "derden_feest",
|
|
2879
|
+
"null": "nul",
|
|
2880
|
+
"voucher": "waardebon",
|
|
2881
|
+
"manual_top_up": "manual_top_omhoog",
|
|
2882
|
+
"auto_top_up": "Auto_top_up",
|
|
2883
|
+
"top_up_by_operator": "top_up_by_operator",
|
|
2884
|
+
"api_top_up": "api_top_omhoog",
|
|
2885
|
+
"promo_code": "promo_code",
|
|
2886
|
+
"subscribe_to_plan": "abonnee_to_plan",
|
|
2887
|
+
"1 month": "1 maand",
|
|
2888
|
+
"3 months": "3 maanden",
|
|
2889
|
+
"6 months": "6 maanden",
|
|
2890
|
+
"1 year": "1 jaar",
|
|
2891
|
+
"2 years": "2 jaar",
|
|
2892
|
+
"3 years": "3 jaar",
|
|
2893
|
+
"5 years": "5 jaar",
|
|
2894
|
+
"New notification": "Nieuwe melding",
|
|
2895
|
+
"Triggers when a webhook notification event is received from Ampeco": "Activeert wanneer een webhook notificatie gebeurtenis wordt ontvangen van Ampeco",
|
|
2896
|
+
"Markdown": "Markdown",
|
|
2897
|
+
"Notification events": "Notificatie gebeurtenissen",
|
|
2898
|
+
"**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenereer sample data & triggers gepubliceerde flow.\n\n",
|
|
2899
|
+
"Select the notification events to listen for": "Selecteer de notificatie gebeurtenissen om te luisteren voor",
|
|
2900
|
+
"Authorization Notification": "Autorisatie notificatie",
|
|
2901
|
+
"Authorization.changed": "Gewijzigd",
|
|
2902
|
+
"Boot Notification": "Opstart Notificatie",
|
|
2903
|
+
"Charge Point Changed Notification": "Melding gewijzigd laadpunt",
|
|
2904
|
+
"Charge Point.changed": "Charge Point.changed",
|
|
2905
|
+
"Evse.changed": "Evenement.gewijzigd",
|
|
2906
|
+
"Charge Point Sync Configuration Notification": "Charge Punt Sync Configuratie Notificatie",
|
|
2907
|
+
"Circuit Consumption Notification": "Schakelverbruik melding",
|
|
2908
|
+
"Circuit.changed": "Circuit.veranderd",
|
|
2909
|
+
"Diagnostics Status Notification": "Diagnostische status melding",
|
|
2910
|
+
"Hardware Status Notification": "Hardware Status Melding",
|
|
2911
|
+
"Location Changed Notification": "Notificatie gewijzigd op locatie",
|
|
2912
|
+
"Network Status Notification": "Netwerk status melding",
|
|
2913
|
+
"Security Event Notification": "Melding beveiligingsgebeurtenis",
|
|
2914
|
+
"Session Meter Values Notification": "Sessie Meter Waarden Notificatie",
|
|
2915
|
+
"Session Start Stop Notification": "Sessie Start notificatie stoppen",
|
|
2916
|
+
"Session.start.stop.notification": "Session.start.stop.notification",
|
|
2917
|
+
"Session Update Notification": "Sessie update melding",
|
|
2918
|
+
"User Changed Notification": "Melding gewijzigd door gebruiker",
|
|
2919
|
+
"Sub Operator Changed Notification": "Sub Operator berichtgeving gewijzigd",
|
|
2920
|
+
"Tariff Changed Notification": "Tarif Gewijzigd Notificatie",
|
|
2921
|
+
"User.subscription Changed": "Abonnement gewijzigd",
|
|
2922
|
+
"User.subscription.changed": "Wijziging",
|
|
2923
|
+
"Reservation Changed Notification": "Reservering gewijzigd bericht",
|
|
2924
|
+
"Payment Method Changed Notification": "Betalingsmethode berichtgeving gewijzigd",
|
|
2925
|
+
"Partner Invite Changed Notification": "Notificatie voor partneruitnodiging gewijzigd",
|
|
2926
|
+
"Reservation.changed": "Reservering.gewijzigd",
|
|
2927
|
+
"User.payment Method.changed": "Wijziging User.payment Method.changed",
|
|
2928
|
+
"User Balance.changed": "Gebruiker Balance.gewijzigd",
|
|
2929
|
+
"Partner Invite.changed": "Partner genodigd.gewijzigd",
|
|
2930
|
+
"Roaming Platform.changed": "Platform.changed roaming",
|
|
2931
|
+
"Parking Space.occupancy Status.changed": "Parkeerspatie.bezetancy Status.changed",
|
|
2932
|
+
"Partner.changed": "Partner.gewijzigd",
|
|
2933
|
+
"Transaction.changed": "Transactie.gewijzigd",
|
|
2934
|
+
"Settlement Report.created": "Afwikkelingsrapport. aangemaakt",
|
|
2935
|
+
"Id Tag.changed": "Id Tag.changed",
|
|
2936
|
+
"Charge Point.data Transfer Received": "Charge Point.data Transfer ontvangen",
|
|
2937
|
+
"Subscription Plan.changed": "Abonnement gewijzigd",
|
|
2938
|
+
"User.invoice Details.changed": "Factuurgegevens gewijzigd",
|
|
2939
|
+
"Cdr.received": "Cdr.received",
|
|
2940
|
+
"Charging Profile.applied": "Opladen profiel.toegepast",
|
|
2941
|
+
"Installer Job.changed": "Installer Job.changed"
|
|
2942
|
+
}
|