@activepieces/piece-ampeco 0.2.5 → 0.2.6
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 +11 -22
- 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.d.ts +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/index.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +1 -1
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +2 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +1 -1
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +1 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +2 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +1 -1
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +1 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +2 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +1 -1
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +2 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +1 -1
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +2 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +1 -1
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +2 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +1 -1
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +2 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +1 -1
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts.map +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +2 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +1 -1
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts.map +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +2 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +1 -1
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +1 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts.map +1 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +2 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +1 -1
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +1 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts.map +1 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +2 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +1 -1
- package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +1 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.d.ts.map +1 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.js +2 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.js.map +1 -1
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +1 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts.map +1 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +2 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +1 -1
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +1 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts.map +1 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +2 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +1 -1
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +1 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts.map +1 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +2 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +1 -1
- package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +1 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts.map +1 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.js +2 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +1 -1
- package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +1 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts.map +1 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js +2 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +1 -1
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +1 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts.map +1 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +2 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +1 -1
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +1 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts.map +1 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +2 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +1 -1
- package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +1 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.d.ts.map +1 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.js +2 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.js.map +1 -1
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +1 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts.map +1 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +2 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +1 -1
- package/src/lib/actions/actions/session/session-assign-to-user.d.ts +1 -0
- package/src/lib/actions/actions/session/session-assign-to-user.d.ts.map +1 -0
- package/src/lib/actions/actions/session/session-assign-to-user.js +2 -0
- package/src/lib/actions/actions/session/session-assign-to-user.js.map +1 -1
- package/src/lib/actions/actions/session/session-retry-payment.d.ts +1 -0
- package/src/lib/actions/actions/session/session-retry-payment.d.ts.map +1 -0
- package/src/lib/actions/actions/session/session-retry-payment.js +2 -0
- package/src/lib/actions/actions/session/session-retry-payment.js.map +1 -1
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +1 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts.map +1 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +2 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +1 -1
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +1 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts.map +1 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +2 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +1 -1
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +1 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +2 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +1 -1
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +1 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +2 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +1 -1
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +1 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +2 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +1 -1
- package/src/lib/actions/actions/users/user-activate-subscription.d.ts +1 -0
- package/src/lib/actions/actions/users/user-activate-subscription.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-activate-subscription.js +2 -0
- package/src/lib/actions/actions/users/user-activate-subscription.js.map +1 -1
- package/src/lib/actions/actions/users/user-add-balance.d.ts +1 -0
- package/src/lib/actions/actions/users/user-add-balance.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-add-balance.js +2 -0
- package/src/lib/actions/actions/users/user-add-balance.js.map +1 -1
- package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +1 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.js +2 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +1 -1
- package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +1 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.js +2 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.js.map +1 -1
- package/src/lib/actions/actions/users/user-change-status.d.ts +1 -0
- package/src/lib/actions/actions/users/user-change-status.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-change-status.js +2 -0
- package/src/lib/actions/actions/users/user-change-status.js.map +1 -1
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +1 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +2 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +1 -1
- package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +1 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.js +2 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.js.map +1 -1
- package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +1 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.d.ts.map +1 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.js +2 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.js.map +1 -1
- package/src/lib/actions/notifications/notifications/notification-read.d.ts +1 -0
- package/src/lib/actions/notifications/notifications/notification-read.d.ts.map +1 -0
- package/src/lib/actions/notifications/notifications/notification-read.js +2 -0
- package/src/lib/actions/notifications/notifications/notification-read.js.map +1 -1
- package/src/lib/actions/notifications/notifications/notifications-create.d.ts +1 -0
- package/src/lib/actions/notifications/notifications/notifications-create.d.ts.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-create.js +2 -0
- package/src/lib/actions/notifications/notifications/notifications-create.js.map +1 -1
- package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +1 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.d.ts.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.js +2 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.js.map +1 -1
- package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +1 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js +2 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +1 -1
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +1 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +2 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +1 -1
- package/src/lib/actions/resources/authorizations/authorization-read.d.ts +1 -0
- package/src/lib/actions/resources/authorizations/authorization-read.d.ts.map +1 -0
- package/src/lib/actions/resources/authorizations/authorization-read.js +2 -0
- package/src/lib/actions/resources/authorizations/authorization-read.js.map +1 -1
- package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +1 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.js +2 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +1 -1
- package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.js +2 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +1 -1
- package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.js +2 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +1 -1
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +1 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +2 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +1 -1
- package/src/lib/actions/resources/bookings/booking-read.d.ts +1 -0
- package/src/lib/actions/resources/bookings/booking-read.d.ts.map +1 -0
- package/src/lib/actions/resources/bookings/booking-read.js +2 -0
- package/src/lib/actions/resources/bookings/booking-read.js.map +1 -1
- package/src/lib/actions/resources/bookings/bookings-listing.d.ts +1 -0
- package/src/lib/actions/resources/bookings/bookings-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/bookings/bookings-listing.js +2 -0
- package/src/lib/actions/resources/bookings/bookings-listing.js.map +1 -1
- package/src/lib/actions/resources/cdrs/cdr-read.d.ts +1 -0
- package/src/lib/actions/resources/cdrs/cdr-read.d.ts.map +1 -0
- package/src/lib/actions/resources/cdrs/cdr-read.js +2 -0
- package/src/lib/actions/resources/cdrs/cdr-read.js.map +1 -1
- package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +1 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.js +2 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +2 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +1 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +2 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +1 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +2 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +1 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +2 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +1 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +2 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +2 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +1 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +2 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +1 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +2 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +1 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +2 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +1 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +2 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +2 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +1 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +2 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +1 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +2 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +1 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +2 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +1 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +2 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +2 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.js.map +1 -1
- package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.js +2 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +1 -1
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +2 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +1 -1
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +2 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +1 -1
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +2 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +1 -1
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +2 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +1 -1
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +1 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts.map +1 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +2 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-create.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-create.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-create.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-create.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-delete.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-delete.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-delete.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-read.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-read.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-read.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-read.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-update.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-update.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-update.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-update.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +2 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +1 -1
- package/src/lib/actions/resources/circuits/circuits-listing.d.ts +1 -0
- package/src/lib/actions/resources/circuits/circuits-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/circuits/circuits-listing.js +2 -0
- package/src/lib/actions/resources/circuits/circuits-listing.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +2 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +2 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +2 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +2 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +2 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +2 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +2 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +2 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +1 -1
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +1 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts.map +1 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +2 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +1 -1
- package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.js +2 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +1 -1
- package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.d.ts.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.js +2 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.js.map +1 -1
- package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.d.ts.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.js +2 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.js.map +1 -1
- package/src/lib/actions/resources/currencies/currencies-listing.d.ts +1 -0
- package/src/lib/actions/resources/currencies/currencies-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/currencies/currencies-listing.js +2 -0
- package/src/lib/actions/resources/currencies/currencies-listing.js.map +1 -1
- package/src/lib/actions/resources/currencies/currency-create.d.ts +1 -0
- package/src/lib/actions/resources/currencies/currency-create.d.ts.map +1 -0
- package/src/lib/actions/resources/currencies/currency-create.js +2 -0
- package/src/lib/actions/resources/currencies/currency-create.js.map +1 -1
- package/src/lib/actions/resources/currencies/currency-read.d.ts +1 -0
- package/src/lib/actions/resources/currencies/currency-read.d.ts.map +1 -0
- package/src/lib/actions/resources/currencies/currency-read.js +2 -0
- package/src/lib/actions/resources/currencies/currency-read.js.map +1 -1
- package/src/lib/actions/resources/currencies/currency-update.d.ts +1 -0
- package/src/lib/actions/resources/currencies/currency-update.d.ts.map +1 -0
- package/src/lib/actions/resources/currencies/currency-update.js +2 -0
- package/src/lib/actions/resources/currencies/currency-update.js.map +1 -1
- package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +1 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts.map +1 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js +2 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +1 -1
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +1 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts.map +1 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +2 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +1 -1
- package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +1 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts.map +1 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js +2 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +1 -1
- package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +1 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts.map +1 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js +2 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +1 -1
- package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +1 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts.map +1 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js +2 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +1 -1
- package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts.map +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js +2 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +1 -1
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +2 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +1 -1
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +1 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +2 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +1 -1
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +2 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +1 -1
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +2 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +1 -1
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +1 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +2 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +1 -1
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +1 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +2 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +1 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +2 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +1 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +2 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +1 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +2 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +1 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +2 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +1 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +2 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +1 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +2 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +1 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +2 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +1 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +2 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +1 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +2 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +1 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +2 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +1 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +2 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +1 -1
- package/src/lib/actions/resources/evses/evse-create.d.ts +1 -0
- package/src/lib/actions/resources/evses/evse-create.d.ts.map +1 -0
- package/src/lib/actions/resources/evses/evse-create.js +2 -0
- package/src/lib/actions/resources/evses/evse-create.js.map +1 -1
- package/src/lib/actions/resources/evses/evse-delete.d.ts +1 -0
- package/src/lib/actions/resources/evses/evse-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/evses/evse-delete.js +2 -0
- package/src/lib/actions/resources/evses/evse-delete.js.map +1 -1
- package/src/lib/actions/resources/evses/evse-read.d.ts +1 -0
- package/src/lib/actions/resources/evses/evse-read.d.ts.map +1 -0
- package/src/lib/actions/resources/evses/evse-read.js +2 -0
- package/src/lib/actions/resources/evses/evse-read.js.map +1 -1
- package/src/lib/actions/resources/evses/evse-update.d.ts +1 -0
- package/src/lib/actions/resources/evses/evse-update.d.ts.map +1 -0
- package/src/lib/actions/resources/evses/evse-update.js +2 -0
- package/src/lib/actions/resources/evses/evse-update.js.map +1 -1
- package/src/lib/actions/resources/evses/evses-listing.d.ts +1 -0
- package/src/lib/actions/resources/evses/evses-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/evses/evses-listing.js +2 -0
- package/src/lib/actions/resources/evses/evses-listing.js.map +1 -1
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +1 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts.map +1 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +2 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +1 -1
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +1 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts.map +1 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +2 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +1 -1
- package/src/lib/actions/resources/faqs/faq-create.d.ts +1 -0
- package/src/lib/actions/resources/faqs/faq-create.d.ts.map +1 -0
- package/src/lib/actions/resources/faqs/faq-create.js +2 -0
- package/src/lib/actions/resources/faqs/faq-create.js.map +1 -1
- package/src/lib/actions/resources/faqs/faq-delete.d.ts +1 -0
- package/src/lib/actions/resources/faqs/faq-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/faqs/faq-delete.js +2 -0
- package/src/lib/actions/resources/faqs/faq-delete.js.map +1 -1
- package/src/lib/actions/resources/faqs/faq-read.d.ts +1 -0
- package/src/lib/actions/resources/faqs/faq-read.d.ts.map +1 -0
- package/src/lib/actions/resources/faqs/faq-read.js +2 -0
- package/src/lib/actions/resources/faqs/faq-read.js.map +1 -1
- package/src/lib/actions/resources/faqs/faq-update.d.ts +1 -0
- package/src/lib/actions/resources/faqs/faq-update.d.ts.map +1 -0
- package/src/lib/actions/resources/faqs/faq-update.js +2 -0
- package/src/lib/actions/resources/faqs/faq-update.js.map +1 -1
- package/src/lib/actions/resources/faqs/faqs-listing.d.ts +1 -0
- package/src/lib/actions/resources/faqs/faqs-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/faqs/faqs-listing.js +2 -0
- package/src/lib/actions/resources/faqs/faqs-listing.js.map +1 -1
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +2 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +1 -1
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +2 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +1 -1
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +2 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +1 -1
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +2 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +1 -1
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +2 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +1 -1
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +2 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +1 -1
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +2 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +1 -1
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +2 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +1 -1
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +2 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +1 -1
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +2 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +1 -1
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +2 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +1 -1
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +1 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +2 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +1 -1
- package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.d.ts.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.js +2 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.js.map +1 -1
- package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.js +2 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +1 -1
- package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.d.ts.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.js +2 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.js.map +1 -1
- package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.d.ts.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.js +2 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.js.map +1 -1
- package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +1 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.js +2 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +1 -1
- package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +1 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts.map +1 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js +2 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +1 -1
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +1 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts.map +1 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +2 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +1 -1
- package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts.map +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js +2 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +1 -1
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts.map +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +2 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +1 -1
- package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +1 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts.map +1 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js +2 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +1 -1
- package/src/lib/actions/resources/invoices/invoice-read.d.ts +1 -0
- package/src/lib/actions/resources/invoices/invoice-read.d.ts.map +1 -0
- package/src/lib/actions/resources/invoices/invoice-read.js +2 -0
- package/src/lib/actions/resources/invoices/invoice-read.js.map +1 -1
- package/src/lib/actions/resources/invoices/invoices-listing.d.ts +1 -0
- package/src/lib/actions/resources/invoices/invoices-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/invoices/invoices-listing.js +2 -0
- package/src/lib/actions/resources/invoices/invoices-listing.js.map +1 -1
- package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.js +2 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +1 -1
- package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js +2 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +1 -1
- package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.js +2 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +1 -1
- package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.js +2 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +1 -1
- package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js +2 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +1 -1
- package/src/lib/actions/resources/locations/location-create.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-create.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-create.js +2 -0
- package/src/lib/actions/resources/locations/location-create.js.map +1 -1
- package/src/lib/actions/resources/locations/location-delete.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-delete.js +2 -0
- package/src/lib/actions/resources/locations/location-delete.js.map +1 -1
- package/src/lib/actions/resources/locations/location-read.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-read.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-read.js +2 -0
- package/src/lib/actions/resources/locations/location-read.js.map +1 -1
- package/src/lib/actions/resources/locations/location-update.d.ts +1 -0
- package/src/lib/actions/resources/locations/location-update.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/location-update.js +2 -0
- package/src/lib/actions/resources/locations/location-update.js.map +1 -1
- package/src/lib/actions/resources/locations/locations-listing.d.ts +1 -0
- package/src/lib/actions/resources/locations/locations-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/locations/locations-listing.js +2 -0
- package/src/lib/actions/resources/locations/locations-listing.js.map +1 -1
- package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +1 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts.map +1 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js +2 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +1 -1
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +1 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts.map +1 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +2 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +1 -1
- package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +1 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts.map +1 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js +2 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +1 -1
- package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +1 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts.map +1 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js +2 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +1 -1
- package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +1 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts.map +1 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js +2 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +1 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +2 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +1 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +2 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +1 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +2 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +1 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +2 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +1 -1
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +2 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +1 -1
- package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +1 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js +2 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +1 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js +2 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +1 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +2 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +1 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js +2 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +1 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js +2 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +1 -1
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +2 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +1 -1
- package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +1 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js +2 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +1 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +2 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +1 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +2 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +1 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +2 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +1 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +2 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +1 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +2 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +1 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +2 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +1 -1
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +2 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +1 -1
- package/src/lib/actions/resources/partners/partner-create.d.ts +1 -0
- package/src/lib/actions/resources/partners/partner-create.d.ts.map +1 -0
- package/src/lib/actions/resources/partners/partner-create.js +2 -0
- package/src/lib/actions/resources/partners/partner-create.js.map +1 -1
- package/src/lib/actions/resources/partners/partner-delete.d.ts +1 -0
- package/src/lib/actions/resources/partners/partner-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/partners/partner-delete.js +2 -0
- package/src/lib/actions/resources/partners/partner-delete.js.map +1 -1
- package/src/lib/actions/resources/partners/partner-read.d.ts +1 -0
- package/src/lib/actions/resources/partners/partner-read.d.ts.map +1 -0
- package/src/lib/actions/resources/partners/partner-read.js +2 -0
- package/src/lib/actions/resources/partners/partner-read.js.map +1 -1
- package/src/lib/actions/resources/partners/partner-update.d.ts +1 -0
- package/src/lib/actions/resources/partners/partner-update.d.ts.map +1 -0
- package/src/lib/actions/resources/partners/partner-update.js +2 -0
- package/src/lib/actions/resources/partners/partner-update.js.map +1 -1
- package/src/lib/actions/resources/partners/partners-listing.d.ts +1 -0
- package/src/lib/actions/resources/partners/partners-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/partners/partners-listing.js +2 -0
- package/src/lib/actions/resources/partners/partners-listing.js.map +1 -1
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +1 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts.map +1 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +2 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +1 -1
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +1 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts.map +1 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +2 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +1 -1
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts.map +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +2 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +1 -1
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts.map +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +2 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +1 -1
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +1 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts.map +1 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +2 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +1 -1
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +1 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +2 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +1 -1
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +1 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +2 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +1 -1
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +1 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +2 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +1 -1
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +1 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +2 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +1 -1
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +1 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +2 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +1 -1
- package/src/lib/actions/resources/receipts/receipt-read.d.ts +1 -0
- package/src/lib/actions/resources/receipts/receipt-read.d.ts.map +1 -0
- package/src/lib/actions/resources/receipts/receipt-read.js +2 -0
- package/src/lib/actions/resources/receipts/receipt-read.js.map +1 -1
- package/src/lib/actions/resources/receipts/receipts-listing.d.ts +1 -0
- package/src/lib/actions/resources/receipts/receipts-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/receipts/receipts-listing.js +2 -0
- package/src/lib/actions/resources/receipts/receipts-listing.js.map +1 -1
- package/src/lib/actions/resources/reservations/reservation-read.d.ts +1 -0
- package/src/lib/actions/resources/reservations/reservation-read.d.ts.map +1 -0
- package/src/lib/actions/resources/reservations/reservation-read.js +2 -0
- package/src/lib/actions/resources/reservations/reservation-read.js.map +1 -1
- package/src/lib/actions/resources/reservations/reservations-listing.d.ts +1 -0
- package/src/lib/actions/resources/reservations/reservations-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/reservations/reservations-listing.js +2 -0
- package/src/lib/actions/resources/reservations/reservations-listing.js.map +1 -1
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +1 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +2 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +1 -1
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +1 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +2 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +2 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +2 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +2 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +2 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +2 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +2 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +2 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +2 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +1 -1
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +1 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +2 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +1 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +2 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +1 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +2 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +1 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +2 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +1 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +2 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +1 -1
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +2 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +1 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +2 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +1 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +2 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +1 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +2 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +1 -1
- package/src/lib/actions/resources/security-events/security-event-read.d.ts +1 -0
- package/src/lib/actions/resources/security-events/security-event-read.d.ts.map +1 -0
- package/src/lib/actions/resources/security-events/security-event-read.js +2 -0
- package/src/lib/actions/resources/security-events/security-event-read.js.map +1 -1
- package/src/lib/actions/resources/security-events/security-events-listing.d.ts +1 -0
- package/src/lib/actions/resources/security-events/security-events-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/security-events/security-events-listing.js +2 -0
- package/src/lib/actions/resources/security-events/security-events-listing.js.map +1 -1
- package/src/lib/actions/resources/sessions/session-read.d.ts +1 -0
- package/src/lib/actions/resources/sessions/session-read.d.ts.map +1 -0
- package/src/lib/actions/resources/sessions/session-read.js +2 -0
- package/src/lib/actions/resources/sessions/session-read.js.map +1 -1
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +1 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts.map +1 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +2 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +1 -1
- package/src/lib/actions/resources/sessions/sessions-listing.d.ts +1 -0
- package/src/lib/actions/resources/sessions/sessions-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/sessions/sessions-listing.js +2 -0
- package/src/lib/actions/resources/sessions/sessions-listing.js.map +1 -1
- package/src/lib/actions/resources/settings/settings-listing.d.ts +1 -0
- package/src/lib/actions/resources/settings/settings-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/settings/settings-listing.js +2 -0
- package/src/lib/actions/resources/settings/settings-listing.js.map +1 -1
- package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts.map +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js +2 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +1 -1
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +2 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +1 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +2 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +1 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +2 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +1 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +2 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +1 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +2 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +1 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +2 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +1 -1
- package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +1 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.d.ts.map +1 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.js +2 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.js.map +1 -1
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +1 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +2 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +1 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +2 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +1 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +2 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +1 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +2 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +1 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +2 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +1 -1
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +2 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +1 -1
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +1 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts.map +1 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +2 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +1 -1
- package/src/lib/actions/resources/tariffs/tariff-create.d.ts +1 -0
- package/src/lib/actions/resources/tariffs/tariff-create.d.ts.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-create.js +2 -0
- package/src/lib/actions/resources/tariffs/tariff-create.js.map +1 -1
- package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +1 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.js +2 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.js.map +1 -1
- package/src/lib/actions/resources/tariffs/tariff-read.d.ts +1 -0
- package/src/lib/actions/resources/tariffs/tariff-read.d.ts.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-read.js +2 -0
- package/src/lib/actions/resources/tariffs/tariff-read.js.map +1 -1
- package/src/lib/actions/resources/tariffs/tariff-update.d.ts +1 -0
- package/src/lib/actions/resources/tariffs/tariff-update.d.ts.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-update.js +2 -0
- package/src/lib/actions/resources/tariffs/tariff-update.js.map +1 -1
- package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +1 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.js +2 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +1 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +2 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +1 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +2 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +1 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +2 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +1 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +2 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +1 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +2 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +1 -1
- package/src/lib/actions/resources/taxes/tax-create.d.ts +1 -0
- package/src/lib/actions/resources/taxes/tax-create.d.ts.map +1 -0
- package/src/lib/actions/resources/taxes/tax-create.js +2 -0
- package/src/lib/actions/resources/taxes/tax-create.js.map +1 -1
- package/src/lib/actions/resources/taxes/tax-delete.d.ts +1 -0
- package/src/lib/actions/resources/taxes/tax-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/taxes/tax-delete.js +2 -0
- package/src/lib/actions/resources/taxes/tax-delete.js.map +1 -1
- package/src/lib/actions/resources/taxes/tax-read.d.ts +1 -0
- package/src/lib/actions/resources/taxes/tax-read.d.ts.map +1 -0
- package/src/lib/actions/resources/taxes/tax-read.js +2 -0
- package/src/lib/actions/resources/taxes/tax-read.js.map +1 -1
- package/src/lib/actions/resources/taxes/tax-update.d.ts +1 -0
- package/src/lib/actions/resources/taxes/tax-update.d.ts.map +1 -0
- package/src/lib/actions/resources/taxes/tax-update.js +2 -0
- package/src/lib/actions/resources/taxes/tax-update.js.map +1 -1
- package/src/lib/actions/resources/taxes/taxes-listing.d.ts +1 -0
- package/src/lib/actions/resources/taxes/taxes-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/taxes/taxes-listing.js +2 -0
- package/src/lib/actions/resources/taxes/taxes-listing.js.map +1 -1
- package/src/lib/actions/resources/templates/templates-listing.d.ts +1 -0
- package/src/lib/actions/resources/templates/templates-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/templates/templates-listing.js +2 -0
- package/src/lib/actions/resources/templates/templates-listing.js.map +1 -1
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +2 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +1 -1
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts.map +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +2 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +1 -1
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +2 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +1 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +2 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +1 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +2 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +1 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +2 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +1 -1
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +2 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +1 -1
- package/src/lib/actions/resources/transactions/transaction-read.d.ts +1 -0
- package/src/lib/actions/resources/transactions/transaction-read.d.ts.map +1 -0
- package/src/lib/actions/resources/transactions/transaction-read.js +2 -0
- package/src/lib/actions/resources/transactions/transaction-read.js.map +1 -1
- package/src/lib/actions/resources/transactions/transaction-update.d.ts +1 -0
- package/src/lib/actions/resources/transactions/transaction-update.d.ts.map +1 -0
- package/src/lib/actions/resources/transactions/transaction-update.js +2 -0
- package/src/lib/actions/resources/transactions/transaction-update.js.map +1 -1
- package/src/lib/actions/resources/transactions/transactions-create.d.ts +1 -0
- package/src/lib/actions/resources/transactions/transactions-create.d.ts.map +1 -0
- package/src/lib/actions/resources/transactions/transactions-create.js +2 -0
- package/src/lib/actions/resources/transactions/transactions-create.js.map +1 -1
- package/src/lib/actions/resources/transactions/transactions-listing.d.ts +1 -0
- package/src/lib/actions/resources/transactions/transactions-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/transactions/transactions-listing.js +2 -0
- package/src/lib/actions/resources/transactions/transactions-listing.js.map +1 -1
- package/src/lib/actions/resources/user-groups/user-group-create.d.ts +1 -0
- package/src/lib/actions/resources/user-groups/user-group-create.d.ts.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-create.js +2 -0
- package/src/lib/actions/resources/user-groups/user-group-create.js.map +1 -1
- package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +1 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.js +2 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.js.map +1 -1
- package/src/lib/actions/resources/user-groups/user-group-read.d.ts +1 -0
- package/src/lib/actions/resources/user-groups/user-group-read.d.ts.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-read.js +2 -0
- package/src/lib/actions/resources/user-groups/user-group-read.js.map +1 -1
- package/src/lib/actions/resources/user-groups/user-group-update.d.ts +1 -0
- package/src/lib/actions/resources/user-groups/user-group-update.d.ts.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-update.js +2 -0
- package/src/lib/actions/resources/user-groups/user-group-update.js.map +1 -1
- package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +1 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.js +2 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +1 -1
- package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +1 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts.map +1 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js +2 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +1 -1
- package/src/lib/actions/resources/users/invoice-details-read.d.ts +1 -0
- package/src/lib/actions/resources/users/invoice-details-read.d.ts.map +1 -0
- package/src/lib/actions/resources/users/invoice-details-read.js +2 -0
- package/src/lib/actions/resources/users/invoice-details-read.js.map +1 -1
- package/src/lib/actions/resources/users/payment-method-create.d.ts +1 -0
- package/src/lib/actions/resources/users/payment-method-create.d.ts.map +1 -0
- package/src/lib/actions/resources/users/payment-method-create.js +2 -0
- package/src/lib/actions/resources/users/payment-method-create.js.map +1 -1
- package/src/lib/actions/resources/users/payment-method-delete.d.ts +1 -0
- package/src/lib/actions/resources/users/payment-method-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/users/payment-method-delete.js +2 -0
- package/src/lib/actions/resources/users/payment-method-delete.js.map +1 -1
- package/src/lib/actions/resources/users/payment-method-read.d.ts +1 -0
- package/src/lib/actions/resources/users/payment-method-read.d.ts.map +1 -0
- package/src/lib/actions/resources/users/payment-method-read.js +2 -0
- package/src/lib/actions/resources/users/payment-method-read.js.map +1 -1
- package/src/lib/actions/resources/users/payment-method-update.d.ts +1 -0
- package/src/lib/actions/resources/users/payment-method-update.d.ts.map +1 -0
- package/src/lib/actions/resources/users/payment-method-update.js +2 -0
- package/src/lib/actions/resources/users/payment-method-update.js.map +1 -1
- package/src/lib/actions/resources/users/payment-methods-listing.d.ts +1 -0
- package/src/lib/actions/resources/users/payment-methods-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/users/payment-methods-listing.js +2 -0
- package/src/lib/actions/resources/users/payment-methods-listing.js.map +1 -1
- package/src/lib/actions/resources/users/user-create.d.ts +1 -0
- package/src/lib/actions/resources/users/user-create.d.ts.map +1 -0
- package/src/lib/actions/resources/users/user-create.js +2 -0
- package/src/lib/actions/resources/users/user-create.js.map +1 -1
- package/src/lib/actions/resources/users/user-delete.d.ts +1 -0
- package/src/lib/actions/resources/users/user-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/users/user-delete.js +2 -0
- package/src/lib/actions/resources/users/user-delete.js.map +1 -1
- package/src/lib/actions/resources/users/user-read.d.ts +1 -0
- package/src/lib/actions/resources/users/user-read.d.ts.map +1 -0
- package/src/lib/actions/resources/users/user-read.js +2 -0
- package/src/lib/actions/resources/users/user-read.js.map +1 -1
- package/src/lib/actions/resources/users/user-update.d.ts +1 -0
- package/src/lib/actions/resources/users/user-update.d.ts.map +1 -0
- package/src/lib/actions/resources/users/user-update.js +2 -0
- package/src/lib/actions/resources/users/user-update.js.map +1 -1
- package/src/lib/actions/resources/users/users-listing.d.ts +1 -0
- package/src/lib/actions/resources/users/users-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/users/users-listing.js +2 -0
- package/src/lib/actions/resources/users/users-listing.js.map +1 -1
- package/src/lib/actions/resources/utilities/create-utility.d.ts +1 -0
- package/src/lib/actions/resources/utilities/create-utility.d.ts.map +1 -0
- package/src/lib/actions/resources/utilities/create-utility.js +2 -0
- package/src/lib/actions/resources/utilities/create-utility.js.map +1 -1
- package/src/lib/actions/resources/utilities/delete-utility.d.ts +1 -0
- package/src/lib/actions/resources/utilities/delete-utility.d.ts.map +1 -0
- package/src/lib/actions/resources/utilities/delete-utility.js +2 -0
- package/src/lib/actions/resources/utilities/delete-utility.js.map +1 -1
- package/src/lib/actions/resources/utilities/get-utility.d.ts +1 -0
- package/src/lib/actions/resources/utilities/get-utility.d.ts.map +1 -0
- package/src/lib/actions/resources/utilities/get-utility.js +2 -0
- package/src/lib/actions/resources/utilities/get-utility.js.map +1 -1
- package/src/lib/actions/resources/utilities/list-utilities.d.ts +1 -0
- package/src/lib/actions/resources/utilities/list-utilities.d.ts.map +1 -0
- package/src/lib/actions/resources/utilities/list-utilities.js +2 -0
- package/src/lib/actions/resources/utilities/list-utilities.js.map +1 -1
- package/src/lib/actions/resources/utilities/update-utility.d.ts +1 -0
- package/src/lib/actions/resources/utilities/update-utility.d.ts.map +1 -0
- package/src/lib/actions/resources/utilities/update-utility.js +2 -0
- package/src/lib/actions/resources/utilities/update-utility.js.map +1 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +2 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +1 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +2 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +1 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +2 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +1 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +2 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +1 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +2 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +1 -1
- package/src/lib/actions/resources/vouchers/voucher-create.d.ts +1 -0
- package/src/lib/actions/resources/vouchers/voucher-create.d.ts.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-create.js +2 -0
- package/src/lib/actions/resources/vouchers/voucher-create.js.map +1 -1
- package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +1 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.d.ts.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.js +2 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.js.map +1 -1
- package/src/lib/actions/resources/vouchers/voucher-read.d.ts +1 -0
- package/src/lib/actions/resources/vouchers/voucher-read.d.ts.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-read.js +2 -0
- package/src/lib/actions/resources/vouchers/voucher-read.js.map +1 -1
- package/src/lib/actions/resources/vouchers/voucher-update.d.ts +1 -0
- package/src/lib/actions/resources/vouchers/voucher-update.d.ts.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-update.js +2 -0
- package/src/lib/actions/resources/vouchers/voucher-update.js.map +1 -1
- package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +1 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts.map +1 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.js +2 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +1 -1
- package/src/lib/common/auth.d.ts +1 -0
- package/src/lib/common/auth.d.ts.map +1 -0
- package/src/lib/common/auth.js.map +1 -1
- package/src/lib/common/utils.d.ts +1 -0
- package/src/lib/common/utils.d.ts.map +1 -0
- package/src/lib/common/utils.js.map +1 -1
- package/src/lib/models/responses.d.ts +1 -0
- package/src/lib/models/responses.d.ts.map +1 -0
- package/src/lib/models/responses.js.map +1 -1
- package/src/lib/triggers/webhook.d.ts +5 -4
- package/src/lib/triggers/webhook.d.ts.map +1 -0
- package/src/lib/triggers/webhook.js +3 -0
- package/src/lib/triggers/webhook.js.map +1 -1
- package/README.md +0 -37
package/src/i18n/de.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 piece provides integrations of APIs and webhook notifications of the AMPECO platform for management EV Charge-Infrastruktur and Operations.",
|
|
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.": "Navigieren Sie zum API Access Token Menü in Ihrem Konto. Klicken Sie auf API Access Token erstellen, um den Token-Erstellungsprozess zu starten.",
|
|
24
|
+
"Ampeco Platform": "Ampeco Platform",
|
|
25
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
26
|
+
"Actions - Charge Point - Change Availability": "Aktionen - Ladungspunkt - Verfügbarkeit ändern",
|
|
27
|
+
"Actions - Charge Point - Change Owner": "Aktionen - Ladungspunkt - Besitzer wechseln",
|
|
28
|
+
"Actions - Charge Point - Clear Charging Profile": "Aktionen - Ladungspunkt - Ladeprofil leeren",
|
|
29
|
+
"Actions - Charge Point - Get Diagnostics": "Aktionen - Ladungspunkt - Diagnose erhalten",
|
|
30
|
+
"Actions - Charge Point - Get Security Log": "Aktionen - Ladungspunkt - Sicherheitsprotokoll abrufen",
|
|
31
|
+
"Actions - Charge Point - Move EVSEs To Satellite": "Aktionen - Ladungspunkt - EVSE zu Satelliten bewegen",
|
|
32
|
+
"Actions - Charge Point - Reserve": "Aktionen - Ladungspunkt - Reserve",
|
|
33
|
+
"Actions - Charge Point - Reset Security Profile": "Aktionen - Ladungspunkt - Sicherheitsprofil zurücksetzen",
|
|
34
|
+
"Actions - Charge Point - Reset": "Aktionen - Ladungspunkt - Zurücksetzen",
|
|
35
|
+
"Actions - Charge Point - Send Data Transfer": "Aktionen - Ladungspunkt - Datenübertragung senden",
|
|
36
|
+
"Actions - Charge Point - Set Charging Profile": "Aktionen - Ladungspunkt - Ladeprofil festlegen",
|
|
37
|
+
"Actions - Charge Point - Start Charging Session Without EVSE": "Aktionen - Ladungspunkt - Start der Ladesitzung ohne EVSE",
|
|
38
|
+
"Actions - Charge Point - Start Charging Session": "Aktionen - Ladungspunkt - Start der Ladesitzung",
|
|
39
|
+
"Actions - Charge Point - Stop Charging Session": "Aktionen - Ladepunkt - Aufladung Sitzung stoppen",
|
|
40
|
+
"Actions - Charge Point - Sync Configuration": "Aktionen - Ladungspunkt - Konfiguration der Synchronisation",
|
|
41
|
+
"Actions - Charge Point - Trigger Message Charge Point": "Aktionen - Ladungspunkt - Ladungspunkt Trigger-Nachricht Ladungspunkt",
|
|
42
|
+
"Actions - Charge Point - EVSE Unlock": "Aktionen - Ladungspunkt - EVSE entsperren",
|
|
43
|
+
"Actions - Charge Point - Change Sharing Code": "Aktionen - Ladungspunkt - Freigabecode ändern",
|
|
44
|
+
"Actions - Charge Point - Delete Certificate": "Aktionen - Ladungspunkt - Zertifikat löschen",
|
|
45
|
+
"Actions - Charge Point - Install Certificate": "Aktionen - Ladungspunkt - Zertifikat installieren",
|
|
46
|
+
"Actions - Charge Point - Set Configuration": "Aktionen - Ladungspunkt - Konfiguration festlegen",
|
|
47
|
+
"Actions - Charge Point - Get Installed Certificate Ids": "Aktionen - Ladungspunkt - Installierte Zertifikat-Ids abrufen",
|
|
48
|
+
"Actions - Charge Point - Update Firmware": "Aktionen - Ladungspunkt - Firmware aktualisieren",
|
|
49
|
+
"Resources - Charge Point Downtime Periods - Listing": "Ressourcen - Ladepunkte Zeiträume - Auflistung",
|
|
50
|
+
"Resources - Charge Point Downtime Periods - Create": "Ressourcen - Ladepunkt-Ausfallzeiten - Erstellen",
|
|
51
|
+
"Resources - Charge Point Downtime Periods - Read": "Ressourcen - Ladepunkte Ausfallzeiten - Lesen",
|
|
52
|
+
"Resources - Charge Point Downtime Periods - Update": "Ressourcen - Ladepunkt-Ausfallzeiten - Aktualisierung",
|
|
53
|
+
"Resources - Charge Point Downtime Periods - Delete": "Ressourcen - Ladepunkt-Ausfallzeiten - Löschen",
|
|
54
|
+
"Resources - Charge Point Models - Listing": "Ressourcen - Ladepunktmodelle - Auflistung",
|
|
55
|
+
"Resources - Charge Point Models - Create": "Ressourcen - Ladepunktmodelle - Erstellen",
|
|
56
|
+
"Resources - Charge Point Models - Read": "Ressourcen - Ladepunktmodelle - Lesen",
|
|
57
|
+
"Resources - Charge Point Models - Update": "Ressourcen - Ladepunktmodelle - Update",
|
|
58
|
+
"Resources - Charge Point Models - Delete": "Ressourcen - Ladepunktmodelle - Löschen",
|
|
59
|
+
"Resources - Charge Point Vendors - Listing": "Ressourcen - Ladungspunkt-Händler - Auflistung",
|
|
60
|
+
"Resources - Charge Point Vendors - Create": "Ressourcen - Ladungspunkt-Händler - Erstellen",
|
|
61
|
+
"Resources - Charge Point Vendors - Read": "Ressourcen - Ladungspunkt-Händler - Lesen",
|
|
62
|
+
"Resources - Charge Point Vendors - Update": "Ressourcen - Ladungspunkt-Anbieter - Update",
|
|
63
|
+
"Resources - Charge Point Vendors - Delete": "Ressourcen - Ladungspunkt-Händler - Löschen",
|
|
64
|
+
"Resources - Charge Points - Charge Point Status Read": "Ressourcen - Ladungspunkte - Ladungspunkt Status gelesen",
|
|
65
|
+
"Resources - Charge Points - Charge Point Create": "Ressourcen - Ladungspunkte - Ladungspunkt erstellen",
|
|
66
|
+
"Resources - Charge Points - Charge Points Listing": "Ressourcen - Ladungspunkte - Liste der Ladungspunkte",
|
|
67
|
+
"Resources - Charge Points - Charge Point Update": "Ressourcen - Ladungspunkte - Ladungspunkt Aktualisierung",
|
|
68
|
+
"Resources - Charge Points - Charge Point Read": "Ressourcen - Ladungspunkte - Ladungspunkt lesen",
|
|
69
|
+
"Resources - Charge Points - Charge Point Delete": "Ressourcen - Ladungspunkte - Ladungspunkt löschen",
|
|
70
|
+
"Resources - Charge Points - Available Personal Smart Charging Modes Listing": "Ressourcen - Ladungspunkte - Verfügbare persönliche Smart Charging Modes Listing",
|
|
71
|
+
"Resources - Charge Points - Charge Point Configurations Listing": "Ressourcen - Charge Points - Charge Point Configurations Listing",
|
|
72
|
+
"Resources - Charge Points - Charge Point Configuration Read": "Ressourcen - Ladungspunkte - Ladungspunkt Konfiguration gelesen",
|
|
73
|
+
"Resources - Charge Points - Charge Point Configuration Update": "Ressourcen - Ladungspunkte - Aktualisierung der Ladungspunkt Konfiguration",
|
|
74
|
+
"Resources - Charge Points - Charge Point Evse Create": "Ressourcen - Ladungspunkte - Ladungspunkt Evse Erstellung",
|
|
75
|
+
"Resources - Charge Points - Charge Point Evses Listing": "Ressourcen - Ladungspunkte - Auflistung von Ladungspunkten",
|
|
76
|
+
"Resources - Charge Points - Charge Point Evse Update": "Ressourcen - Ladungspunkte - Ladungspunkt Evseaktualisierung",
|
|
77
|
+
"Resources - Charge Points - Charge Point Evse Read": "Ressourcen - Ladungspunkte - Ladungspunkt Evse gelesen",
|
|
78
|
+
"Resources - Charge Points - Charge Point Evse Delete": "Ressourcen - Ladungspunkte - Ladungspunkt Evse löschen",
|
|
79
|
+
"Resources - Charge Points - Charge Point Evse Connectors Listing": "Ressourcen - Ladungspunkte - Auflistung von Evse-Konnektoren aufladen",
|
|
80
|
+
"Resources - Charge Points - Charge Point Evse Connector Create": "Ressourcen - Ladungspunkte - Charge Point Evse Connector erstellen",
|
|
81
|
+
"Resources - Charge Points - Charge Point Evse Connector Read": "Ressourcen - Ladungspunkte - Ladungspunkt Evse Connector gelesen",
|
|
82
|
+
"Resources - Charge Points - Charge Point Evse Connector Update": "Ressourcen - Ladungspunkte - Ladungspunkt Evse-Konnektor-Update",
|
|
83
|
+
"Resources - Charge Points - Charge Point Evse Connector Delete": "Ressourcen - Ladungspunkte - Ladungspunkt Evse Konnektor löschen",
|
|
84
|
+
"Resources - Charge Points - List Charge Point Hardware Status Logs": "Ressourcen - Ladungspunkte - Ladungspunkte auflisten",
|
|
85
|
+
"Resources - Charge Points - Get Charge Point Latest Hardware Status Log": "Ressourcen - Ladungspunkte - Ladepunkte erhalten den neuesten Hardwarestatusprotokoll",
|
|
86
|
+
"Resources - Charge Points - Get Charge Point Latest Network Status Log": "Ressourcen - Ladungspunkte - Ladepunkt neueste Netzwerkstatusprotokoll erhalten",
|
|
87
|
+
"Resources - Charge Points - List Charge Point Network Status Logs": "Ressourcen - Ladungspunkte - Charge Point Status Logs auflisten",
|
|
88
|
+
"Resources - Charge Points - Charge Point Personal Smart Charging Preferences Read": "Ressourcen - Ladungspunkte - Ladungspunkte Persönliche Smarte Ladeeinstellungen gelesen",
|
|
89
|
+
"Resources - Charge Points - Personal Smart Charging Preferences Update": "Ressourcen - Ladungspunkte - Aktualisierung der persönlichen Smart Charging Preferences",
|
|
90
|
+
"Resources - Charge Points - Charge Point Shared Partners Listing": "Ressourcen - Ladungspunkte - Charge Point Shared Partner Listing",
|
|
91
|
+
"Resources - Charge Points - Charge Point Shared Partners Sync": "Ressourcen - Ladungspunkte - Charge Point Shared Partners Sync",
|
|
92
|
+
"Resources - Charge Points - Charge Point Share Create": "Ressourcen - Ladungspunkte - Teilen des Ladungspunktes erstellen",
|
|
93
|
+
"Resources - Charge Points - Charge Point Shares Listing": "Ressourcen - Ladungspunkte - Charge Point Shares Listing",
|
|
94
|
+
"Resources - Charge Points - Charge Point Share Read": "Ressourcen - Ladungspunkte - Ladungspunkt teilen",
|
|
95
|
+
"Resources - Charge Points - Chareg Point Share Delete": "Ressourcen - Ladungspunkte - Chareg Punkt Teilen löschen",
|
|
96
|
+
"Resources - Charge Points - Charge Point Smart Charging Update": "Ressourcen - Ladungspunkte - Ladungspunkt Smart Ladungspunkt Update",
|
|
97
|
+
"Actions - Circuit - Attach Charge Point": "Aktionen - Schaltkreis - Ladungspunkt anhängen",
|
|
98
|
+
"Actions - Circuit - Detach Charge Point": "Aktionen - Schaltkreis - Ladungspunkt trennen",
|
|
99
|
+
"Actions - Circuit - Set Charge Point Priority": "Aktionen - Schaltkreis - Ladepunkt Priorität setzen",
|
|
100
|
+
"Actions - Circuit - Set Charge Point EVSE Priority": "Aktionen - Schaltkreis - Ladepunkt EVSE Priorität setzen",
|
|
101
|
+
"Actions - Circuit - Set Circuit SoC Priority": "Aktionen - Schaltkreis - Setze Schaltkreis SoC Priorität",
|
|
102
|
+
"Actions - Circuit - Set Session Priority": "Aktionen - Schaltkreis - Setze Session-Priorität",
|
|
103
|
+
"Actions - Configuration Template - Apply To Charge Points": "Aktionen - Konfigurationsvorlage - Punkte in Rechnung stellen",
|
|
104
|
+
"Actions - Configuration Template - Bulk Create Variables": "Aktionen - Konfigurationsvorlage - Massen-Erstellungsvariablen",
|
|
105
|
+
"Resources - Configuration Templates - List Configuration Templates": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlagen auflisten",
|
|
106
|
+
"Resources - Configuration Templates - Create Configuration Template": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlage erstellen",
|
|
107
|
+
"Resources - Configuration Templates - Update Configuration Template": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlage aktualisieren",
|
|
108
|
+
"Resources - Configuration Templates - Get Configuration Template": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlage abrufen",
|
|
109
|
+
"Resources - Configuration Templates - Delete Configuration Template": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlage löschen",
|
|
110
|
+
"Resources - Configuration Templates - Configuration Template Variable Listing": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlagen-Liste",
|
|
111
|
+
"Resources - Configuration Templates - Configuration Template Variable Create": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlage erstellen",
|
|
112
|
+
"Resources - Configuration Templates - Configuration Template Variable Update": "Ressourcen - Konfigurationsvorlagen - Aktualisierung der Konfigurationsvariablen",
|
|
113
|
+
"Resources - Configuration Templates - Configuration Template Variable Delete": "Ressourcen - Konfigurationsvorlagen - Konfigurationsvorlage löschen",
|
|
114
|
+
"Actions - Electricity Meter - Report Consumption": "Aktionen - Stromzähler - Verbrauch melden",
|
|
115
|
+
"Resources - Electricity Meters - Lising": "Ressourcen - Stromzähler - Lising",
|
|
116
|
+
"Resources - Electricity Meters - Create": "Ressourcen - Stromzähler - Erstellen",
|
|
117
|
+
"Resources - Electricity Meters - Read": "Ressourcen - Stromzähler - Lesen",
|
|
118
|
+
"Resources - Electricity Meters - Update": "Ressourcen - Stromzähler - Update",
|
|
119
|
+
"Resources - Electricity Meters - Delete": "Ressourcen - Stromzähler - Löschen",
|
|
120
|
+
"Resources - Electricity Rates - Electricity Rates Listing": "Ressourcen - Strompreise - Strompreise",
|
|
121
|
+
"Resources - Electricity Rates - Create": "Ressourcen - Stromraten - Erstellen",
|
|
122
|
+
"Resources - Electricity Rates - Read": "Ressourcen - Strompreise - Lesen",
|
|
123
|
+
"Resources - Electricity Rates - Update": "Ressourcen - Strompreise - Aktualisieren",
|
|
124
|
+
"Resources - Electricity Rates - Delete": "Ressourcen - Strompreise - Löschen",
|
|
125
|
+
"Resources - Electricity Rates - Electricity Rate Energy Mix Read": "Ressourcen - Strompreise - Stromrate Energiemix lesen",
|
|
126
|
+
"Resources - Electricity Rates - Energy Mix Update": "Ressourcen - Stromraten - Energiemix Update",
|
|
127
|
+
"Resources - Electricity Rates - Price Periods Listing": "Ressourcen - Strompreise - Preisspanne",
|
|
128
|
+
"Resources - Electricity Rates - Price Periods Date Listing": "Ressourcen - Strompreise - Preisspanne Datum Listing",
|
|
129
|
+
"Resources - Electricity Rates - Price Periods Date Read": "Ressourcen - Strompreise - Preisliste Datum gelesen",
|
|
130
|
+
"Resources - Electricity Rates - Price Periods Date Create Or Update": "Ressourcen - Strompreise - Preisspanne Datum erstellen oder aktualisieren",
|
|
131
|
+
"Resources - Electricity Rates - Price Periods Date Delete": "Ressourcen - Strompreise - Preisspanne Datum löschen",
|
|
132
|
+
"Resources - Electricity Rates - Price Periods Week Day Listing": "Ressourcen - Strompreise - Preisliste Wochentag Liste",
|
|
133
|
+
"Resources - Electricity Rates - Price Periods Week Day Read": "Ressourcen - Strompreise - Preisliste Wochentag gelesen",
|
|
134
|
+
"Resources - Electricity Rates - Price Periods Week Day Createa Or Update": "Ressourcen - Strompreise - Preisliste Wochentag Createa oder Update",
|
|
135
|
+
"Resources - Electricity Rates - Price Periods Week Day Delete": "Ressourcen - Strompreise - Preisperioden Woche löschen",
|
|
136
|
+
"Actions - EVSE - Start Charging With EVSE Id": "Aktionen - EVSE - Start Laden mit EVSE Id",
|
|
137
|
+
"Actions - EVSE - Trigger Message": "Aktionen - EVSE - Trigger-Nachricht",
|
|
138
|
+
"Resources - Evse Downtime Periods - Listing": "Ressourcen - Evse Downtime Periods - Listing",
|
|
139
|
+
"Resources - Evse Downtime Periods - Create": "Ressourcen - Evse Downtime Perioden - Erstellen",
|
|
140
|
+
"Resources - Evse Downtime Periods - Read": "Ressourcen - Evse Downtime Perioden - Lesen",
|
|
141
|
+
"Resources - Evse Downtime Periods - Update": "Ressourcen - Evse Downtime Perioden - Update",
|
|
142
|
+
"Resources - Evse Downtime Periods - Delete": "Ressourcen - Evse Downtime Periods - Löschen",
|
|
143
|
+
"Actions - Flexibility Asset - Change Flexibility Asset Status": "Aktionen - Flexibilität Asset - Flexible Asset-Status ändern",
|
|
144
|
+
"Actions - Flexibility Asset - Create Activation Request": "Aktionen - Flexibilität Asset - Aktivierungsanfrage erstellen",
|
|
145
|
+
"Resources - Flexibility Activation Requests - List": "Ressourcen - Flexibilitäts-Aktivierungsanfragen - Liste",
|
|
146
|
+
"Resources - Flexibility Activation Requests - Get Flexibility Activation Request": "Ressourcen - Flexibilitäts-Aktivierungsanfragen - Flexibilitäts-Aktivierungsanfrage erhalten",
|
|
147
|
+
"Resources - Flexibility Assets - Create": "Ressourcen - Flexibilitäts-Assets - Erstellen",
|
|
148
|
+
"Resources - Flexibility Assets - List": "Ressourcen - Flexibilitäts-Assets - Liste",
|
|
149
|
+
"Resources - Flexibility Assets - Update": "Ressourcen - Flexibilitäts-Assets - Aktualisierung",
|
|
150
|
+
"Resources - Flexibility Assets - Get": "Ressourcen - Flexibilitätsanlagen - Holen Sie sich",
|
|
151
|
+
"Resources - Flexibility Assets - Delete": "Ressourcen - Flexibilitäts-Assets - Löschen",
|
|
152
|
+
"Resources - Flexibility Assets - Get Historical Time Series": "Ressourcen - Flexibilitäts-Assets - Historische Zeitreihen abrufen",
|
|
153
|
+
"Resources - Flexibility Assets - Get Time Series Forecast": "Ressourcen - Flexibilitäts-Assets - Zeit-Prognose abrufen",
|
|
154
|
+
"Actions - Id Tag - Certificate Reissue An EMAID": "Aktionen - Id Tag - Zertifikat erneut eine EMAID",
|
|
155
|
+
"Resources - Id Tags - Listing": "Ressourcen - Id Tags - Listing",
|
|
156
|
+
"Resources - Id Tags - Create": "Ressourcen - Id Tags - Erstellen",
|
|
157
|
+
"Resources - Id Tags - Read": "Ressourcen - Id Tags - Lesen",
|
|
158
|
+
"Resources - Id Tags - Update": "Ressourcen - Id Tags - Aktualisieren",
|
|
159
|
+
"Resources - Id Tags - Delete": "Ressourcen - Id Tags - Löschen",
|
|
160
|
+
"Actions - Locations - Check Booking Availability": "Aktionen - Standorte - Prüfen Sie die Verfügbarkeit der Buchung",
|
|
161
|
+
"Resources - Locations - Create": "Ressourcen - Standorte - Erstellen",
|
|
162
|
+
"Resources - Locations - Listing": "Ressourcen - Orte - Auflistung",
|
|
163
|
+
"Resources - Locations - Update": "Ressourcen - Standorte - Update",
|
|
164
|
+
"Resources - Locations - Read": "Ressourcen - Standorte - Lesen",
|
|
165
|
+
"Resources - Locations - Delete": "Ressourcen - Standorte - Löschen",
|
|
166
|
+
"Resources - Locations - Listing Charging Zones": "Ressourcen - Standorte - Auflistung von Ladezonen",
|
|
167
|
+
"Resources - Locations - Create Charging Zone": "Ressourcen - Standorte - Ladezone erstellen",
|
|
168
|
+
"Resources - Locations - Read Charging Zone": "Ressourcen - Standorte - Ladezone lesen",
|
|
169
|
+
"Resources - Locations - Update Charging Zone": "Ressourcen - Standorte - Ladezone aktualisieren",
|
|
170
|
+
"Resources - Locations - Delete Charging Zone": "Ressourcen - Standorte - Ladezone löschen",
|
|
171
|
+
"Actions - Notifications - Resend Failed": "Aktionen - Benachrichtigungen - Erneut senden fehlgeschlagen",
|
|
172
|
+
"Actions - Parking Spaces - Update Occupancy Status": "Aktionen - Parkplätze - Besetzungsstatus aktualisieren",
|
|
173
|
+
"Resources - Parking Spaces - Create": "Ressourcen - Parkplätze - Erstellen",
|
|
174
|
+
"Resources - Parking Spaces - List": "Ressourcen - Parkplätze - Liste",
|
|
175
|
+
"Resources - Parking Spaces - Update": "Ressourcen - Parkplätze - Aktualisierung",
|
|
176
|
+
"Resources - Parking Spaces - Get": "Ressourcen - Parkplätze - Holen Sie sich",
|
|
177
|
+
"Resources - Parking Spaces - Delete": "Ressourcen - Parkplätze - Löschen",
|
|
178
|
+
"Actions - Provisioning Certificate - Certificate Issue An EMAID": "Aktionen - Bereitstellungszertifikat - Zertifikatsproblem einer EMAID",
|
|
179
|
+
"Resources - Provisioning Certificates - Create Pc Id": "Ressourcen - Bereitstellungszertifikate - PC-Id erstellen",
|
|
180
|
+
"Resources - Provisioning Certificates - List Pc Ids": "Ressourcen - Zertifikate bereitstellen - Pc-Ids auflisten",
|
|
181
|
+
"Resources - Provisioning Certificates - Update Pc Id": "Ressourcen - Bereitstellungszertifikate - Update Pc Id",
|
|
182
|
+
"Resources - Provisioning Certificates - Get Pc Id": "Ressourcen - Bereitstellungszertifikate - PC-Id erhalten",
|
|
183
|
+
"Resources - Provisioning Certificates - Delete Pc Id": "Ressourcen - Bereitstellungszertifikate - Pc-Id löschen",
|
|
184
|
+
"Actions - Reservation - Reservation Cancel": "Aktionen - Reservierung - Reservierung stornieren",
|
|
185
|
+
"Actions - Roaming Operator - Update Custom Tariff Filter Tariff": "Aktionen - Roaming Operator - Aktualisiere benutzerdefinierte Tarif-Filtertarife",
|
|
186
|
+
"Resources - Roaming Connections - List Roaming Connections": "Ressourcen - Roaming-Verbindungen - Roaming-Verbindungen auflisten",
|
|
187
|
+
"Resources - Roaming Connections - Get Roaming Connection": "Ressourcen - Roaming-Verbindungen - Roaming-Verbindung erhalten",
|
|
188
|
+
"Resources - Roaming Operators - Roaming Operators Listing": "Ressourcen - Roaming Operators - Roaming Operators Listing",
|
|
189
|
+
"Resources - Roaming Operators - Roaming Operator Read": "Ressourcen - Roaming-Betreiber - Roaming-Betreiber lesen",
|
|
190
|
+
"Resources - Roaming Operators - Roaming Operator Update": "Ressourcen - Roaming Operators - Roaming Operator Update",
|
|
191
|
+
"Resources - Roaming Operators - List Roaming Custom Tariff Filters": "Ressourcen - Roaming-Betreiber - Liste von Roaming-benutzerdefinierten Tariffiltern",
|
|
192
|
+
"Resources - Roaming Operators - Create Roaming Custom Tariff Filter": "Ressourcen - Roaming-Betreiber - Erstellen eines Roaming-Tariff-Filters",
|
|
193
|
+
"Resources - Roaming Operators - Reorder Roaming Custom Tariff Filters": "Ressourcen - Roaming-Betreiber - Umordnen von Roaming-Tarifen",
|
|
194
|
+
"Resources - Roaming Operators - Get Roaming Custom Tariff Filter": "Ressourcen - Roaming-Betreiber - Holen Sie sich Roaming benutzerdefinierten Tariffilter",
|
|
195
|
+
"Resources - Roaming Operators - Update Roaming Custom Tariff Filter": "Ressourcen - Roaming-Betreiber - Aktualisiere den Roaming-Tariff-Filter",
|
|
196
|
+
"Resources - Roaming Operators - Delete Roaming Custom Tariff Filter": "Ressourcen - Roaming-Betreiber - Löschen des Roaming-Tariff-Filter",
|
|
197
|
+
"Resources - Roaming Providers - Listing": "Ressourcen - Roaming-Anbieter - Listing",
|
|
198
|
+
"Resources - Roaming Providers - Create": "Ressourcen - Roaming-Anbieter - Erstellen",
|
|
199
|
+
"Resources - Roaming Providers - Read": "Ressourcen - Roaming-Anbieter - Lesen",
|
|
200
|
+
"Resources - Roaming Providers - Update": "Ressourcen - Roaming-Anbieter - Update",
|
|
201
|
+
"Resources - Roaming Providers - Delete": "Ressourcen - Roaming-Anbieter - Löschen",
|
|
202
|
+
"Resources - Roaming Tariffs - Listing": "Ressourcen - Roaming Tarife - Listing",
|
|
203
|
+
"Resources - Roaming Tariffs - Read": "Ressourcen - Roaming Tarife - Lesen",
|
|
204
|
+
"Resources - Roaming Tariffs - Update": "Ressourcen - Roaming Tarife - Update",
|
|
205
|
+
"Actions - Session - Assign To User": "Aktionen - Sitzung - Benutzer zuweisen",
|
|
206
|
+
"Actions - Session - Retry Payment": "Aktionen - Sitzung - Zahlung wiederholen",
|
|
207
|
+
"Actions - Subscription Plans - Replace": "Aktionen - Abonnementpläne - Ersetzen",
|
|
208
|
+
"Resources - Subscription Plans - Listing": "Ressourcen - Abonnementpläne - Auflistung",
|
|
209
|
+
"Resources - Subscription Plans - Create": "Ressourcen - Abonnementpläne - Erstellen",
|
|
210
|
+
"Resources - Subscription Plans - Read": "Ressourcen - Abonnementpläne - Lesen",
|
|
211
|
+
"Resources - Subscription Plans - Update": "Ressourcen - Abonnementpläne - Aktualisierung",
|
|
212
|
+
"Resources - Subscription Plans - Delete": "Ressourcen - Abonnementpläne - Löschen",
|
|
213
|
+
"Actions - Tariffs - Set Display Information": "Aktionen - Tarife - Anzeigeinformationen festlegen",
|
|
214
|
+
"Resources - Tariffs - Listing": "Ressourcen - Tarife - Auflistung",
|
|
215
|
+
"Resources - Tariffs - Create": "Ressourcen - Tarife - Erstellen",
|
|
216
|
+
"Resources - Tariffs - Read": "Ressourcen - Tarife - Lesen",
|
|
217
|
+
"Resources - Tariffs - Update": "Ressourcen - Tarife - Aktualisieren",
|
|
218
|
+
"Resources - Tariffs - Delete": "Ressourcen - Tarife - Löschen",
|
|
219
|
+
"Actions - Transactions - Issue Invoice": "Aktionen - Transaktionen - Rechnungsstellung",
|
|
220
|
+
"Actions - Transactions - Resend Invoice": "Aktionen - Transaktionen - Rechnung erneut senden",
|
|
221
|
+
"Actions - Transactions - Update Payment Reference": "Aktionen - Transaktionen - Zahlungsreferenz aktualisieren",
|
|
222
|
+
"Resources - Transactions - Listing": "Ressourcen - Transaktionen - Auflistung",
|
|
223
|
+
"Resources - Transactions - Create": "Ressourcen - Transaktionen - Erstellen",
|
|
224
|
+
"Resources - Transactions - Read": "Ressourcen - Transaktionen - Lesen",
|
|
225
|
+
"Resources - Transactions - Update": "Ressourcen - Transaktionen - Aktualisieren",
|
|
226
|
+
"Actions - Users - Activate Subscription": "Aktionen - Benutzer - Abonnement aktivieren",
|
|
227
|
+
"Actions - Users - Add Balance": "Aktionen - Benutzer - Guthaben hinzufügen",
|
|
228
|
+
"Actions - Users - Apply Custom Fee": "Aktionen - Benutzer - Benutzerdefinierte Gebühr anwenden",
|
|
229
|
+
"Actions - Users - Cancel Subscription": "Aktionen - Benutzer - Abonnement kündigen",
|
|
230
|
+
"Actions - Users - Change Status": "Aktionen - Benutzer - Status ändern",
|
|
231
|
+
"Actions - Users - Clear Subscription Amount Due": "Aktionen - Benutzer - Anzahl der Abonnements löschen",
|
|
232
|
+
"Actions - Users - Export All Private Data": "Aktionen - Benutzer - Alle privaten Daten exportieren",
|
|
233
|
+
"Actions - Users - Redeem Voucher": "Aktionen - Benutzer - Gutschein einlösen",
|
|
234
|
+
"Resources - Users - Users Listing": "Ressourcen - Benutzer - Benutzerliste",
|
|
235
|
+
"Resources - Users - User Create": "Ressourcen - Benutzer - Benutzer erstellen",
|
|
236
|
+
"Resources - Users - User Read": "Ressourcen - Benutzer - Benutzer lesen",
|
|
237
|
+
"Resources - Users - User Update": "Ressourcen - Benutzer - Benutzerupdate",
|
|
238
|
+
"Resources - Users - User Delete": "Ressourcen - Benutzer - Benutzer löschen",
|
|
239
|
+
"Resources - Users - Invoice Details Read": "Ressourcen - Benutzer - Rechnungsdetails gelesen",
|
|
240
|
+
"Resources - Users - Invoice Details Create Or Update": "Ressourcen - Benutzer - Rechnungsdetails erstellen oder aktualisieren",
|
|
241
|
+
"Resources - Users - Payment Methods Listing": "Ressourcen - Benutzer - Zahlungsarten Liste",
|
|
242
|
+
"Resources - Users - Payment Method Create": "Ressourcen - Benutzer - Zahlungsmethode erstellen",
|
|
243
|
+
"Resources - Users - Payment Method Read": "Ressourcen - Benutzer - Zahlungsmethode gelesen",
|
|
244
|
+
"Resources - Users - Payment Method Update": "Ressourcen - Benutzer - Aktualisierung der Zahlungsmethode",
|
|
245
|
+
"Resources - Users - Payment Method Delete": "Ressourcen - Benutzer - Zahlungsmethode löschen",
|
|
246
|
+
"Notifications - V2.0 - Notifications Subscribe": "Benachrichtigungen - V2.0 - Benachrichtigungen abonnieren",
|
|
247
|
+
"Notifications - V2.0 - Notifications Listing": "Benachrichtigungen - V2.0 - Benachrichtigungsliste",
|
|
248
|
+
"Notifications - V2.0 - Notification Read": "Benachrichtigungen - V2.0 - Benachrichtigungen gelesen",
|
|
249
|
+
"Notifications - V2.0 - Notifications Create": "Benachrichtigungen - V2.0 - Benachrichtigungen erstellen",
|
|
250
|
+
"Notifications - V2.0 - Notifications Unsubscribe": "Benachrichtigungen - V2.0 - Benachrichtigungen abmelden",
|
|
251
|
+
"Resources - Authorizations - Authorizations Listing": "Ressourcen - Autorisierungen - Autorisierungsliste",
|
|
252
|
+
"Resources - Authorizations - Authorization Read": "Ressourcen - Autorisierungen - Autorisierung gelesen",
|
|
253
|
+
"Resources - Booking Requests - Booking Requests Listing": "Ressourcen - Buchungsanfragen - Liste der Buchungsanfragen",
|
|
254
|
+
"Resources - Booking Requests - Create": "Ressourcen - Buchungsanfragen - Erstellen",
|
|
255
|
+
"Resources - Booking Requests - Read": "Ressourcen - Buchungsanfragen - Lesen",
|
|
256
|
+
"Resources - Bookings - Listing": "Ressourcen - Buchungen - Listing",
|
|
257
|
+
"Resources - Bookings - Read": "Ressourcen - Buchungen - gelesen",
|
|
258
|
+
"Resources - Cdrs - Listing": "Ressourcen - Cdrs - Listing",
|
|
259
|
+
"Resources - Cdrs - Read": "Ressourcen - Cdrs - Lesen",
|
|
260
|
+
"Resources - Circuits - Circuits Listing": "Ressourcen - Schaltkreise - Schaltkreise",
|
|
261
|
+
"Resources - Circuits - Create": "Ressourcen - Schaltkreise - Erstellen",
|
|
262
|
+
"Resources - Circuits - Read": "Ressourcen - Schaltkreise - Lesen",
|
|
263
|
+
"Resources - Circuits - Update": "Ressourcen - Schaltkreise - Aktualisieren",
|
|
264
|
+
"Resources - Circuits - Delete": "Ressourcen - Schaltkreise - Löschen",
|
|
265
|
+
"Resources - Circuits - Circuit Charge Point Priorities Listing": "Ressourcen - Schaltkreise - Auflistung der Prioritätenliste für Schaltungspunkte",
|
|
266
|
+
"Resources - Circuits - Circuit Consumption": "Ressourcen - Schaltkreise - Stromverbrauch",
|
|
267
|
+
"Resources - Circuits - Circuit Soc Priorities Listing": "Ressourcen - Schaltkreise - Liste der Soc-Prioritäten",
|
|
268
|
+
"Resources - Circuits - Circuit Unmanaged Load Read": "Ressourcen - Schaltkreise - Nicht verwaltete Ladung lesen",
|
|
269
|
+
"Resources - Circuits - Circuit User Priorities Listing": "Ressourcen - Schaltkreise - Liste der Benutzerprioritäten",
|
|
270
|
+
"Resources - Circuits - Circuit User Priority Create": "Ressourcen - Schaltkreise - Schaltkreise Benutzerpriorität erstellen",
|
|
271
|
+
"Resources - Circuits - Circuit User Priority Read": "Ressourcen - Schaltkreise - Schaltkreis Benutzerpriorität gelesen",
|
|
272
|
+
"Resources - Circuits - Circuit User Priority Update": "Ressourcen - Schaltkreise - Aktualisierung der Benutzerpriorität",
|
|
273
|
+
"Resources - Circuits - Circuit User Priority Delete": "Ressourcen - Schaltkreise - Schaltkreis Benutzerpriorität löschen",
|
|
274
|
+
"Resources - Contact Details - Contact Details Read": "Ressourcen - Kontaktdetails - Kontaktdetails gelesen",
|
|
275
|
+
"Resources - Contact Details - Contact Details Update": "Ressourcen - Kontaktdetails - Aktualisierung der Kontaktdetails",
|
|
276
|
+
"Resources - Contact Details - Contact Details Delete": "Ressourcen - Kontaktdetails - Kontaktdetails löschen",
|
|
277
|
+
"Resources - Currencies - Listing": "Ressourcen - Währungen - Listing",
|
|
278
|
+
"Resources - Currencies - Create": "Ressourcen - Währungen - Erstellen",
|
|
279
|
+
"Resources - Currencies - Read": "Ressourcen - Währungen - Lesen",
|
|
280
|
+
"Resources - Currencies - Update": "Ressourcen - Währungen - Aktualisieren",
|
|
281
|
+
"Resources - Currency Rates - Create": "Ressourcen - Währungskurse - Erstellen",
|
|
282
|
+
"Resources - Currency Rates - List": "Ressourcen - Währungskurse - Liste",
|
|
283
|
+
"Resources - Currency Rates - Update": "Ressourcen - Währungskurse - Aktualisieren",
|
|
284
|
+
"Resources - Currency Rates - Get": "Ressourcen - Währungskurse - Erhalten",
|
|
285
|
+
"Resources - Currency Rates - Delete": "Ressourcen - Währungskurse - Löschen",
|
|
286
|
+
"Resources - Custom Fees - Listing": "Ressourcen - Eigene Gebühren - Auflistung",
|
|
287
|
+
"Resources - Custom Fees - Read": "Ressourcen - Eigene Gebühren - Lesen",
|
|
288
|
+
"Resources - Downtime Period Notices - Get Downtime Period Notices": "Ressourcen - Ausfallperiodenmitteilungen - Wartezeiten abrufen",
|
|
289
|
+
"Resources - Downtime Period Notices - Post Downtime Period Notice": "Ressourcen - Downtime Period Benachrichtigungen - Post Downtime Period Hinweis",
|
|
290
|
+
"Resources - Downtime Period Notices - Get": "Ressourcen - Ausfallperiodenmitteilungen - Bekomme",
|
|
291
|
+
"Resources - Downtime Period Notices - Patch Downtime Period Notice": "Ressourcen - Downtime Period Benachrichtigungen - Patch Downtime Period Notice",
|
|
292
|
+
"Resources - Downtime Period Notices - Delete": "Ressourcen - Ausfallperiodenmitteilungen - Löschen",
|
|
293
|
+
"Resources - Evses - List Evse Hardware Status Logs": "Ressourcen - Evses - Evse Hardware-Statusprotokolle auflisten",
|
|
294
|
+
"Resources - Evses - Get Evse Latest Hardware Status Log": "Ressourcen - Evses - Aktuelles Hardware-Statusprotokoll abrufen",
|
|
295
|
+
"Resources - Evses - Create": "Ressourcen - Evses - Erstellen",
|
|
296
|
+
"Resources - Evses - Listing": "Ressourcen - Evses - Auflistung",
|
|
297
|
+
"Resources - Evses - Update": "Ressourcen - Evses - Update",
|
|
298
|
+
"Resources - Evses - Read": "Ressourcen - Evses - Lesen",
|
|
299
|
+
"Resources - Evses - Evse Delete": "Ressourcen - Evses - Evse löschen",
|
|
300
|
+
"Resources - Faqs - Listing": "Ressourcen - Themen - Auflistung",
|
|
301
|
+
"Resources - Faqs - Create": "Ressourcen - Themen - Erstellen",
|
|
302
|
+
"Resources - Faqs - Faq Read": "Ressourcen - Faqs - Faq lesen",
|
|
303
|
+
"Resources - Faqs - Update": "Ressourcen - Themen - Update",
|
|
304
|
+
"Resources - Faqs - Faq Delete": "Ressourcen - Themen - Faqs löschen",
|
|
305
|
+
"Resources - Firmware Versions - Listing": "Ressourcen - Firmware-Versionen - Listing",
|
|
306
|
+
"Resources - Firmware Versions - Read": "Ressourcen - Firmware-Versionen - Lesen",
|
|
307
|
+
"Resources - Firmware Versions - Get Attached Models": "Ressourcen - Firmware-Versionen - Angehängte Modelle abrufen",
|
|
308
|
+
"Resources - Installer Jobs - Get Installer Jobs List": "Ressourcen - Installer Jobs - Installer Jobliste abrufen",
|
|
309
|
+
"Resources - Installer Jobs - Create": "Ressourcen - Installer Jobs - Erstellen",
|
|
310
|
+
"Resources - Installer Jobs - Get": "Ressourcen - Installer Jobs - Holen Sie sich",
|
|
311
|
+
"Resources - Installer Jobs - Update": "Ressourcen - Installer Jobs - Update",
|
|
312
|
+
"Resources - Installer Jobs - Delete": "Ressourcen - Installer Jobs - Löschen",
|
|
313
|
+
"Resources - Invoices - Listing": "Ressourcen - Rechnungen - Auflistung",
|
|
314
|
+
"Resources - Invoices - Read": "Ressourcen - Rechnungen - Lesen",
|
|
315
|
+
"Resources - Partner Contracts - Listing": "Ressourcen - Partnerverträge - Listing",
|
|
316
|
+
"Resources - Partner Contracts -Create": "Ressourcen - Partnerverträge -Erstellen",
|
|
317
|
+
"Resources - Partner Contracts - Read": "Ressourcen - Partnerverträge - Lesen",
|
|
318
|
+
"Resources - Partner Contracts - Update": "Ressourcen - Partnerverträge - Update",
|
|
319
|
+
"Resources - Partner Contracts - Delete": "Ressourcen - Partnerverträge - Löschen",
|
|
320
|
+
"Resources - Partner Expenses - Expenses Listing": "Ressourcen - Partner-Ausgaben - Auflistung der Ausgaben",
|
|
321
|
+
"Resources - Partner Invites - Listing": "Ressourcen - Partner-Einladungen - Listing",
|
|
322
|
+
"Resources - Partner Invites - Create": "Ressourcen - Partner-Einladungen - Erstellen",
|
|
323
|
+
"Resources - Partner Invites - Read": "Ressourcen - Partner-Einladungen - Lesen",
|
|
324
|
+
"Resources - Partner Invites - Update": "Ressourcen - Partner-Einladungen - Update",
|
|
325
|
+
"Resources - Partner Invites - Partner Invite Delete": "Ressourcen - Partner-Einladungen - Partnereinladung löschen",
|
|
326
|
+
"Resources - Partner Revenues - Revenues Listing": "Ressourcen - Partner-Einnahmen - Einnahmenliste",
|
|
327
|
+
"Resources - Partner Settlement Reports - Listing": "Ressourcen - Partnerabrechnungsberichte - Auflistung",
|
|
328
|
+
"Resources - Partner Settlement Reports - Read": "Ressourcen - Partnerabrechnungsberichte - Lesen",
|
|
329
|
+
"Resources - Partner Settlement Reports - Listing Partner Settlement Records": "Ressourcen - Partnerabrechnungsberichte - Listing Partner Settlement Rekorde",
|
|
330
|
+
"Resources - Partner Settlement Reports - Create Partner Settlement Record": "Ressourcen - Partnerabrechnungsberichte - Erstelle Partnerabrechnungsdatensatz",
|
|
331
|
+
"Resources - Partner Settlement Reports - Read Partner Settlement Record": "Ressourcen - Partnerabrechnungsberichte - Gelesene Partnerabrechnungsdatensätze",
|
|
332
|
+
"Resources - Partner Settlement Reports - Update Partner Settlement Record": "Ressourcen - Partnerabrechnungsberichte - Partnerabrechnungsprotokoll aktualisieren",
|
|
333
|
+
"Resources - Partner Settlement Reports - Delete Partner Settlement Record": "Ressourcen - Partnerabrechnungsberichte - Partnerabrechnungsprotokoll löschen",
|
|
334
|
+
"Resources - Partners - Listing": "Ressourcen - Partner - Listing",
|
|
335
|
+
"Resources - Partners - Create": "Ressourcen - Partner - Erstellen",
|
|
336
|
+
"Resources - Partners - Read": "Ressourcen - Partner - Lesen",
|
|
337
|
+
"Resources - Partners - Update": "Ressourcen - Partner - Update",
|
|
338
|
+
"Resources - Partners - Delete": "Ressourcen - Partner - Löschen",
|
|
339
|
+
"Resources - Payment Terminals - Get Payment Terminals": "Ressourcen - Zahlungs-Terminals - Zahlungs-Terminals abrufen",
|
|
340
|
+
"Resources - Payment Terminals - Create Payment Terminal": "Ressourcen - Zahlungs-Terminals - Zahlungs-Terminal erstellen",
|
|
341
|
+
"Resources - Payment Terminals - Get Payment Terminal": "Ressourcen - Zahlungs-Terminals - Zahlungs-Terminal abrufen",
|
|
342
|
+
"Resources - Payment Terminals - Update Payment Terminal": "Ressourcen - Zahlungs-Terminals - Zahlungs-Terminal aktualisieren",
|
|
343
|
+
"Resources - Payment Terminals - Delete Payment Terminal": "Ressourcen - Zahlungs-Terminals - Zahlungs-Terminal löschen",
|
|
344
|
+
"Resources - Receipts - Receipts Listing": "Ressourcen - Belege - Liste der Belege",
|
|
345
|
+
"Resources - Receipts - Receipt Read": "Ressourcen - Belege - Quittung gelesen",
|
|
346
|
+
"Resources - Reservations - Reservations Listing": "Ressourcen - Reservierungen - Reservierungsliste",
|
|
347
|
+
"Resources - Reservations - Reservation Read": "Ressourcen - Reservierungen - Reservierung gelesen",
|
|
348
|
+
"Resources - Security Events - Security Events Listing": "Ressourcen - Sicherheitsereignisse - Liste von Sicherheitsereignissen",
|
|
349
|
+
"Resources - Security Events - Security Event Read": "Ressourcen - Sicherheitsereignisse - Sicherheitsereignis gelesen",
|
|
350
|
+
"Resources - Sessions - Listing": "Ressourcen - Sitzungen - Auflistung",
|
|
351
|
+
"Resources - Sessions - Read": "Ressourcen - Sitzungen - Lesen",
|
|
352
|
+
"Resources - Sessions - Read Sessions Consumption Stats": "Ressourcen - Sitzungen - Lese-Sitzungen Verbrauchsstatistik",
|
|
353
|
+
"Resources - Settings - Settings Listing": "Ressourcen - Einstellungen - Einstellungsliste",
|
|
354
|
+
"Resources - Sub Operators - Listing": "Ressourcen - Unterbetreiber - Auflistung",
|
|
355
|
+
"Resources - Sub Operators - Read": "Ressourcen - Unterbetreiber - Lesen",
|
|
356
|
+
"Resources - Subscriptions - Subscriptions Listing": "Ressourcen - Abonnements - Listing für Abonnements",
|
|
357
|
+
"Resources - Subscriptions - Subscription Read": "Ressourcen - Abonnements - Abonnement lesen",
|
|
358
|
+
"Resources - Tariff Groups - Listing": "Ressourcen - Tarifgruppen - Auflistung",
|
|
359
|
+
"Resources - Tariff Groups - Create": "Ressourcen - Tarifgruppen - Erstellen",
|
|
360
|
+
"Resources - Tariff Groups - Read": "Ressourcen - Tarifgruppen - Lesen",
|
|
361
|
+
"Resources - Tariff Groups - Update": "Ressourcen - Tarifgruppen - Aktualisieren",
|
|
362
|
+
"Resources - Tariff Groups - Delete": "Ressourcen - Tarifgruppen - Löschen",
|
|
363
|
+
"Resources - Tariff Snapshots - Read Tariff Snapshot": "Ressourcen - Tarif Schnappschüsse - Tarif Schnappschuss lesen",
|
|
364
|
+
"Resources - Tax Identification Numbers - Listing": "Ressourcen - Steuernummern - Listing",
|
|
365
|
+
"Resources - Tax Identification Numbers - Create": "Ressourcen - Steuernummern - Erstellen",
|
|
366
|
+
"Resources - Tax Identification Numbers - Read": "Ressourcen - Steuernummern - Lesen",
|
|
367
|
+
"Resources - Tax Identification Numbers - Update": "Ressourcen - Steuernummern - Update",
|
|
368
|
+
"Resources - Tax Identification Numbers - Delete": "Ressourcen - Steuernummern - Löschen",
|
|
369
|
+
"Resources - Taxes - Listing": "Ressourcen - Steuern - Listing",
|
|
370
|
+
"Resources - Taxes - Create": "Ressourcen - Steuern - Erstellen",
|
|
371
|
+
"Resources - Taxes - Read": "Ressourcen - Steuern - Lesen",
|
|
372
|
+
"Resources - Taxes - Update": "Ressourcen - Steuern - Aktualisieren",
|
|
373
|
+
"Resources - Taxes - Delete": "Ressourcen - Steuern - Löschen",
|
|
374
|
+
"Resources - Templates - Templates Listing": "Ressourcen - Vorlagen - Listing von Vorlagen",
|
|
375
|
+
"Resources - Terms And Policies - Listing": "Ressourcen - Begriffe und Richtlinien - Auflistung",
|
|
376
|
+
"Resources - Terms And Policies - Read": "Ressourcen - Bedingungen und Richtlinien - Lesen",
|
|
377
|
+
"Resources - Top Up Packages - Listing": "Ressourcen - Pakete aufladen - Auflistung",
|
|
378
|
+
"Resources - Top Up Packages - Create": "Ressourcen - Pakete aufladen - Erstellen",
|
|
379
|
+
"Resources - Top Up Packages - Read": "Ressourcen - Top Up-Pakete - Lesen",
|
|
380
|
+
"Resources - Top Up Packages - Update": "Ressourcen - Pakete aufladen - aktualisieren",
|
|
381
|
+
"Resources - Top Up Packages - Delete": "Ressourcen - Pakete aufladen - Löschen",
|
|
382
|
+
"Resources - User Groups - Listing": "Ressourcen - Benutzergruppen - Auflistung",
|
|
383
|
+
"Resources - User Groups - Create": "Ressourcen - Benutzergruppen - Erstellen",
|
|
384
|
+
"Resources - User Groups - Read": "Ressourcen - Benutzergruppen - Lesen",
|
|
385
|
+
"Resources - User Groups - Update": "Ressourcen - Benutzergruppen - Update",
|
|
386
|
+
"Resources - User Groups - Delete": "Ressourcen - Benutzergruppen - Löschen",
|
|
387
|
+
"Resources - Utilities - List Utilities": "Ressourcen - Utilities - Utilities auflisten",
|
|
388
|
+
"Resources - Utilities - Create Utility": "Ressourcen - Hilfsmittel - Werkzeug erstellen",
|
|
389
|
+
"Resources - Utilities - Get Utility": "Ressourcen - Hilfsmittel - Holen Sie sich Utility",
|
|
390
|
+
"Resources - Utilities - Update Utility": "Ressourcen - Utilities - Update Utility",
|
|
391
|
+
"Resources - Utilities - Delete Utility": "Ressourcen - Hilfsmittel - Werkzeug löschen",
|
|
392
|
+
"Resources - Vendor Error Codes - Vendor Error Codes Listing": "Ressourcen - Hersteller-Fehlercodes - Liste der Hersteller-Fehlercodes",
|
|
393
|
+
"Resources - Vendor Error Codes - Vendor Error Code Create": "Ressourcen - Lieferanten-Fehlercodes - Hersteller-Fehlercode erstellen",
|
|
394
|
+
"Resources - Vendor Error Codes - Vendor Error Code Read": "Ressourcen - Hersteller-Fehlercodes - Vendor Fehlercode gelesen",
|
|
395
|
+
"Resources - Vendor Error Codes - Vendor Error Code Update": "Ressourcen - Hersteller-Fehlercodes - Aktualisierung des Vendor Fehlercodes",
|
|
396
|
+
"Resources - Vendor Error Codes - Vendor Error Code Delete": "Ressourcen - Lieferanten-Fehlercodes - Lieferanten-Fehlercode löschen",
|
|
397
|
+
"Resources - Vouchers - Vouchers Listing": "Ressourcen - Gutscheine - Gutscheine",
|
|
398
|
+
"Resources - Vouchers - Voucher Create": "Ressourcen - Gutscheine - Gutschein erstellen",
|
|
399
|
+
"Resources - Vouchers - Voucher Read": "Ressourcen - Gutscheine - Gutschein lesen",
|
|
400
|
+
"Resources - Vouchers - Voucher Update": "Ressourcen - Gutscheine - Gutschein-Update",
|
|
401
|
+
"Resources - Vouchers - Voucher Delete": "Ressourcen - Gutscheine - Gutschein löschen",
|
|
402
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
403
|
+
"Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.": "Ändern Sie die Verfügbarkeit auf verfügbar oder nicht verfügbar. Ein Charge Point wird als nicht verfügbar betrachtet, wenn er keine Aufladung zulässt.",
|
|
404
|
+
"Change the owner of the Charge Point.": "Ändern Sie den Besitzer des Charge Point.",
|
|
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).": "Wenn Sie NetzwerkId nicht verwenden und keine anderen Kriterien im Körper übergeben, wird das Ladungsprofil für den Ladungspunkt (ChargePointMaxProfile) gelöscht.",
|
|
406
|
+
"Request a get diagnostics upload from the charge point.": "Fordern Sie ein Herunterladen der Diagnose aus dem Ladungspunkt hoch.",
|
|
407
|
+
"Charge Point / Get Security Log. ": "Ladungspunkt / Sicherheitsprotokoll erhalten. ",
|
|
408
|
+
"Move one or more EVSEs from this charge point to a satellite charge point.": "Bewege einen oder mehrere EVSE von diesem Ladungspunkt an einen Satellitenaufladungspunkt.",
|
|
409
|
+
"Reserve an evse.": "Reservieren Sie ein Übel.",
|
|
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.": "Setze das aktuelle Sicherheitsprofil des Ladungspunktes im Backend zurück. Beim nächsten Verbindungsaufbau des Ladungspunkts, das Backend akzeptiert die Verbindung und aktualisiert das aktuelle Sicherheitsprofil mit dem der Ladungspunkt tatsächlich verwendet wird, um die Verbindung herzustellen.",
|
|
411
|
+
"Reset a charge point.": "Einen Ladungspunkt zurücksetzen.",
|
|
412
|
+
"Charge Point / Send Data Transfer.": "Ladungspunkt / Datenübertragung senden.",
|
|
413
|
+
"Set a smart charging profile.": "Ein intelligentes Ladeprofil festlegen.",
|
|
414
|
+
"Start a charging session.": "Starte eine Ladesitzung.",
|
|
415
|
+
"Stop a charging session.": "Ladevorgang 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.": "Senden Sie eine Teil- oder vollständige Synchronisationskonfigurationsanfrage an den Ladepunkt. Sie erhalten dann eine RequerstId, die Sie den Status der ChargePointSyncConfigurationNotification überwachen können. Bitte beachten Sie, dass ein Aufruf dieser Aktion nicht erforderlich sein sollte, da jedes Mal, wenn der Ladungspunkt bootet, die Konfiguration automatisch synchronisiert wird.",
|
|
417
|
+
"Trigger message to given Charge Point.": "Löse die Nachricht aus, um den Ladepunkt zu erhalten.",
|
|
418
|
+
"Unlock an EVSE.": "Schalte eine EVSE frei.",
|
|
419
|
+
"Change sharing code for the Charge Point.": "Freigabecode für den Charge Point ändern.",
|
|
420
|
+
"Delete certificate.": "Zertifikat löschen.",
|
|
421
|
+
"Charge Point / Install Certificate.": "Gebührenpunkt / Zertifikat installieren.",
|
|
422
|
+
"Set Configuration for the Charge Point.": "Legen Sie die Konfiguration für den Ladungspunkt fest.",
|
|
423
|
+
"Charge Point / Get Installed Certificate IDs. ": "Gebührenpunkt / Installierte Zertifikat-IDs abrufen. ",
|
|
424
|
+
"Charge Point / Update Firmware.": "Charge Point / Update Firmware.",
|
|
425
|
+
"Get all Charge Point Downtime Periods.": "Erhalte alle Charge Point Ausfallzeiträume.",
|
|
426
|
+
"Create Manual Exempt Charge Point Downtime Period.": "Manuelle Ausstiegszeit erstellen.",
|
|
427
|
+
"Get Charge Point Downtime Period.": "Erhalte Ladepunkt Ausfallzeit.",
|
|
428
|
+
"Update Charge Point Downtime Period.": "Ladepunkt Ausfallzeit aktualisieren.",
|
|
429
|
+
"Delete Manual Created Charge Point Downtime Period.": "Manuell erstellte Ladepunkt-Ausfallzeit löschen.",
|
|
430
|
+
"Get all Charge Point Models.": "Holen Sie sich alle Ladungspunkt-Modelle.",
|
|
431
|
+
"Create new Charge Point Model.": "Erstelle neues Ladungspunkt-Modell.",
|
|
432
|
+
"Get a Charge Point Model.": "Erhalte ein Ladepunktmodell.",
|
|
433
|
+
"Charge Point Model.": "Ladungspunkt-Modell.",
|
|
434
|
+
"Delete a Charge Point Model.": "Lösche ein Ladepunktmodell.",
|
|
435
|
+
"Get all Charge Point Vendors.": "Holen Sie sich alle Charge Point Vendors.",
|
|
436
|
+
"Create new Charge Point Vendor.": "Erstelle einen neuen Ladungspunkt Vendor.",
|
|
437
|
+
"Get a Charge Point Vendor.": "Hol dir einen Ladungspunkt Vendor.",
|
|
438
|
+
"Charge Point Vendor.": "Ladungspunkt-Lieferant.",
|
|
439
|
+
"Delete a Charge Point Vendor.": "Lösche einen Ladungspunkt Vendor.",
|
|
440
|
+
"Get a charge point's status.": "Erhalten Sie den Status eines Ladungspunktes.",
|
|
441
|
+
"Create new charge point.": "Neuen Ladungspunkt anlegen.",
|
|
442
|
+
"Get all charge points.": "Erhalte alle Ladungspunkte.",
|
|
443
|
+
"Update a charge point.": "Ladungspunkt aktualisieren.",
|
|
444
|
+
"Get a charge point.": "Erhalte einen Ladungspunkt.",
|
|
445
|
+
"Delete a charge point.": "Einen Ladungspunkt löschen.",
|
|
446
|
+
"Get all available personal smart charging modes.": "Holen Sie sich alle verfügbaren persönlichen Smart-Lademodus.",
|
|
447
|
+
"Get a charge point's all cached configurations.": "Holen Sie sich einen Ladungspunkt für alle zwischengespeicherten Konfigurationen.",
|
|
448
|
+
"Get a charge point's cached configuration for a single key.": "Holen Sie sich die Cache-Konfiguration eines Ladungspunkts für einen einzelnen Schlüssel.",
|
|
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.": "Konfiguration eines Ladungspunkts aktualisieren. Die Konfiguration wird direkt auf den Ladungspunkt angewendet und Sie erhalten Antwortcode 406, falls die Anwendung fehlschlägt.",
|
|
450
|
+
"Create new EVSE within the Charge Point.": "Erstellen Sie eine neue EVSE innerhalb des Charge Point.",
|
|
451
|
+
"Get all EVSEs of the Charge Point.": "Erhalte alle EVS des Ladungspunkts.",
|
|
452
|
+
"Update an EVSE within the Charge Point.": "Aktualisieren Sie eine EVSE innerhalb des Charge Point.",
|
|
453
|
+
"Get an EVSE from a Charge Point.": "Erhalte einen EVSE von einem Charge Point.",
|
|
454
|
+
"Delete an EVSE.": "EVSE löschen.",
|
|
455
|
+
"Get a charge point evse's all connectors.": "Holen Sie sich einen Ladungspunkt für alle Steckverbinder.",
|
|
456
|
+
"Create a charge point evse's connector.": "Erstelle einen Ladungspunkt evses Steckverbinder.",
|
|
457
|
+
"Get a charge point evse's connector.": "Erhalte einen Ladungspunkt evse's Steckverbinder.",
|
|
458
|
+
"Update a charge point evse's connector.": "Aktualisieren Sie den Ladungspunkt evse's Steckverbinder.",
|
|
459
|
+
"Delete a charge point evse's connector.": "Lösche Ladungspunkt evse's Anschluss.",
|
|
460
|
+
"Get paginated list of hardware status logs for a charge point with optional date filtering.": "Erhalten Sie eine paginierte Liste der Hardware-Statusprotokolle für einen Ladungspunkt mit optionaler Datumsfilterung.",
|
|
461
|
+
"Get the latest hardware status log entry for a charge point.": "Holen Sie sich den aktuellen Hardwarestatus-Logeintrag für einen Ladungspunkt.",
|
|
462
|
+
"Get the latest network status log entry for a charge point.": "Holen Sie sich den neuesten Netzwerkstatus-Logeintrag für einen Ladungspunkt.",
|
|
463
|
+
"Get paginated list of network status logs for a charge point with optional date filtering.": "Erhalten Sie eine paginierte Liste der Netzwerkstatusprotokolle für einen Ladungspunkt mit optionaler Datumsfilterung.",
|
|
464
|
+
"Get personal smart charging preferences of the charge point.": "Holen Sie sich persönliche Smart-Charge-Präferenzen des Ladungspunktes.",
|
|
465
|
+
"Update personal smart charging preferences.": "Persönliche Smart-Ladeeinstellungen aktualisieren.",
|
|
466
|
+
"Get all Shared Partners of the Charge Point.": "Holen Sie sich alle Shared Partner des Charge Point.",
|
|
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\".": "Setzen Sie die Shared Partner des Charge Point. Fügen Sie Shared Partner innerhalb des Charge Points hinzu. Der Ladungspunkt muss einem Besitzer zugeordnet sein und sein \"access_type\" muss \"privat\" sein.",
|
|
468
|
+
"Create new Share within the Charge Point.": "Neue Freigabe innerhalb des Ladungspunktes erstellen.",
|
|
469
|
+
"Get all Shares of the Charge Point.": "Erhalte alle Aktien des Charge Point.",
|
|
470
|
+
"Get an Share from a Charge Point.": "Erhalte eine Freigabe von einem Charge Point.",
|
|
471
|
+
"Delete an Share.": "Eine Freigabe löschen.",
|
|
472
|
+
"Update smart charging details for the charge point.": "Aktualisieren Sie Smart-Ladedetails für den Ladungspunkt.",
|
|
473
|
+
"To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added.": "Zur Aufrechterhaltung der Sicherheit und Kompatibilität können nur Ladungspunkte mit einer identischen elektrischen Konfiguration an die Schaltung hinzugefügt werden.",
|
|
474
|
+
"Circuit / Detach Charge Point.": "Schaltkreis / Ladungspunkt trennen.",
|
|
475
|
+
"Circuit / Set Charge Point Priority.": "Schaltkreis / Ladepunkt Priorität setzen.",
|
|
476
|
+
"Circuit / Set Charge Point EVSE Priority.": "Schaltkreis / Ladepunkt EVSE Priorität setzen.",
|
|
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.": "Setzen Sie die DLM-Priorität basierend auf dem Status der Session (SoC). Die aktive Priorität wird verwendet, um die Energie der EVSE zu verringern oder zu erhöhen. - Wenn die SoC den `upperThresholdPercent`übersteigt, wird die `HighSoCPriority` angewendet.",
|
|
478
|
+
"Circuit / Set Session Priority.": "Schaltkreise / Sessionpriorität setzen.",
|
|
479
|
+
"Apply a configuration template to charge points.": "Benutzen Sie eine Konfigurationsvorlage, um Punkte zu belasten.",
|
|
480
|
+
"Create multiple variables for a specific configuration template, adds them to the already existing keys and validates if there are duplicates.": "Erstellen Sie mehrere Variablen für eine bestimmte Konfigurationsvorlage, fügen Sie diese zu den bereits existierenden Schlüsseln hinzu und validieren, wenn es Duplikate gibt.",
|
|
481
|
+
"Get all Configuration Templates.": "Alle Konfigurationsvorlagen abrufen.",
|
|
482
|
+
"Create new Configuration Template.": "Neues Konfigurations-Template erstellen.",
|
|
483
|
+
"Update Configuration Template.": "Konfigurationsvorlage aktualisieren.",
|
|
484
|
+
"Get Configuration Template.": "Konfigurationsvorlage abrufen.",
|
|
485
|
+
"Delete Configuration Template.": "Konfigurationsvorlage löschen.",
|
|
486
|
+
"Get all Configuration Template Variables.": "Alle Konfigurationsvorlagen-Variablen erhalten.",
|
|
487
|
+
"Create a new Configuration Template Variable.": "Erstellen Sie eine neue Konfigurationsvorlagen-Variable.",
|
|
488
|
+
"Update a Configuration Template Variable.": "Konfigurationsvorlagen-Variable aktualisieren.",
|
|
489
|
+
"Delete a Configuration Template Variable.": "Eine Konfigurationsvorlagen-Variable löschen.",
|
|
490
|
+
"Add an electricity meter report for the meter readings at the current moment.": "Fügen Sie einen Stromzählerbericht für die Zählermessungen im aktuellen Moment hinzu.",
|
|
491
|
+
"Get all electricity meters.": "Holen Sie sich alle Stromzähler.",
|
|
492
|
+
"Create a new electricity meter.": "Erstelle einen neuen Stromzähler.",
|
|
493
|
+
"Get information for an electricity meter by ID.": "Informieren Sie sich über einen Stromzähler per ID.",
|
|
494
|
+
"Update electricity meter.": "Stromzähler aktualisieren.",
|
|
495
|
+
"Delete an electricity meter.": "Lösche einen Stromzähler.",
|
|
496
|
+
"Get all Electricity rates.": "Erhalte alle Strompreise.",
|
|
497
|
+
"Create a new Electricity rate.": "Erstellen Sie einen neuen Stromkurs.",
|
|
498
|
+
"Get a single Electricity rate.": "Erhalten Sie einen einzigen Strompreis.",
|
|
499
|
+
"Update a Electricity rate.": "Stromrate aktualisieren.",
|
|
500
|
+
"Delete a Electricity rate.": "Lösche eine Stromrate.",
|
|
501
|
+
"Get an electricity rate energy mix.": "Holen Sie sich einen Energiemix mit Stromraten.",
|
|
502
|
+
"Set an electricity rate energy mix. By default the energy mix generated with creation of the electricity rate is filled with 0.": "Legen Sie einen Energiemix fest. Standardmäßig wird der mit der Erzeugung der Stromrate erzeugte Energiemix mit 0 gefüllt.",
|
|
503
|
+
"List all of the configured price period days (including week days and dates).": "Zeigt alle konfigurierten Preistage (inklusive Wochentagen und Datum).",
|
|
504
|
+
"List all of the configured price period dates.": "Liste aller konfigurierten Preisperiodendaten.",
|
|
505
|
+
"Get the price periods for a specific date.": "Erhalten Sie die Preisperioden für ein bestimmtes 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.": "Aktualisieren Sie die Preisperioden für ein bestimmtes Datum. Diese Operation überschreibt alle existierenden Zeiträume für das angegebene Datum, daher muss eine vollständige Liste angegeben werden.",
|
|
507
|
+
"Delete the price periods for a specific date.": "Lösche die Preisperioden für ein bestimmtes Datum.",
|
|
508
|
+
"List all of the configured price period week days.": "Zeigt alle konfigurierten Preistage Wochentage auf.",
|
|
509
|
+
"Get the price periods for a specific week day.": "Erhalten Sie die Preisspanne für einen bestimmten Wochentag.",
|
|
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.": "Aktualisieren Sie die Preisspanne für einen bestimmten Wochentag. Diese Operation wird alle existierenden Zeiträume für den angegebenen Tag überschreiben, daher muss eine vollständige Liste angegeben werden.",
|
|
511
|
+
"Delete the price periods for a specific week day.": "Lösche die Preisspanne für einen bestimmten Wochentag.",
|
|
512
|
+
"Trigger message to given EVSE.": "Gibt die Nachricht an EVSE aus.",
|
|
513
|
+
"Get all EVSE Downtime Periods.": "Holen Sie sich alle EVSE Ausfallzeiträume.",
|
|
514
|
+
"Create Manual Exempt EVSE Downtime Period.": "Erstellen Sie manuelle Exempt EVSE Downtime Periode.",
|
|
515
|
+
"Get EVSE Downtime Period.": "Erhalte EVSE Ausfallzeitraum.",
|
|
516
|
+
"Update EVSE Downtime Period.": "EVSE Ausfallzeit aktualisieren.",
|
|
517
|
+
"Delete Manual Created EVSE Downtime Period.": "Manuell erstellte EVSE Downtime Periode löschen.",
|
|
518
|
+
"Change the status of the Flexibility Asset.": "Ändert den Status des Flexibilitätsvermögens.",
|
|
519
|
+
"Create Flexibility Activation Request for a specific Asset.": "Erstellen Sie eine Flexibilitäts-Aktivierungsanfrage für ein bestimmtes Asset.",
|
|
520
|
+
"Get a list of Flexibility Requests.": "Holen Sie sich eine Liste von Flexibilitätsanforderungen.",
|
|
521
|
+
"Get a flexibility activation request.": "Holen Sie sich eine Flexibilitäts-Aktivierungsanforderung.",
|
|
522
|
+
"Create new flexibility asset.": "Neues Flexibilitätsvermögen erstellen.",
|
|
523
|
+
"Get a list of Flexibility Assets.": "Holen Sie sich eine Liste der Flexibilitätsvermögen.",
|
|
524
|
+
"Update a flexibility asset.": "Flexibilitäts-Asset aktualisieren.",
|
|
525
|
+
"Get a flexibility asset.": "Holen Sie sich ein Flexibilitätsvermögen.",
|
|
526
|
+
"Delete a flexibility asset.": "Löschen Sie ein Flexibilitäts-Asset.",
|
|
527
|
+
"Get Historical Time Series for a Flexibility Asset.": "Erhalten Sie historische Zeitserien für ein flexibles Asset.",
|
|
528
|
+
"Get Time Series Forecast for a Flexibility Asset.": "Holen Sie sich eine Prognose der Zeitreihe für ein flexibles Asset.",
|
|
529
|
+
"Certificate / Reissue an EMAID.": "Zertifikat / EMAID erneut ausgeben.",
|
|
530
|
+
"Get all id tags.": "Hole alle Id-Tags.",
|
|
531
|
+
"Create new Id Tag.": "Neues Id-Tag anlegen.",
|
|
532
|
+
"Get a Id Tag.": "Get a Id Tag.",
|
|
533
|
+
"Update a Id Tag.": "Id Tag aktualisieren.",
|
|
534
|
+
"Delete a Id Tag.": "Id Tag löschen.",
|
|
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.": "Erhalten Sie eine konsolidierte Übersicht über die Verfügbarkeit von EVSE für einen bestimmten Standort und Zeitrahmen. Gibt verfügbare Zeitnischen für jede buchbare EVSE am Standort zurück.",
|
|
536
|
+
"Create a new location.": "Erstelle einen neuen Standort.",
|
|
537
|
+
"Get all locations.": "Alle Standorte abrufen.",
|
|
538
|
+
"Update a location.": "Standort aktualisieren.",
|
|
539
|
+
"Get a location.": "Einen Ort anfordern.",
|
|
540
|
+
"Delete a location.": "Standort löschen.",
|
|
541
|
+
"Get all Charging Zones.": "Holen Sie sich alle Ladezonen.",
|
|
542
|
+
"Create a new Charging Zone.": "Erstelle eine neue Ladezone.",
|
|
543
|
+
"Get a Charging Zone.": "Erhalte eine Ladezone.",
|
|
544
|
+
"Update a existing Charging Zone.": "Eine vorhandene Ladezone aktualisieren.",
|
|
545
|
+
"Location / Charging Zone / Delete.": "Standort / Ladezone / Löschen.",
|
|
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.": "Fehlgeschlagene Webhook Benachrichtigungen erneut senden. - Erneut für eine bestimmte Benachrichtigungs-ID senden kann einmal alle 15 Minuten angefordert werden. - Benachrichtigungen, die deaktiviert sind, können nicht gesendet werden.",
|
|
547
|
+
"Parking Space / Update occupancy status.": "Parkplatz- / Parkplatzbelegung.",
|
|
548
|
+
"Create new Parking Space.": "Neuen Parkplatz erstellen.",
|
|
549
|
+
"Get all Parking spaces.": "Alle Parkplätze bekommen.",
|
|
550
|
+
"Update Parking Space.": "Parkplatz aktualisieren.",
|
|
551
|
+
"Get Parking Space.": "Stellplatz erhalten.",
|
|
552
|
+
"Delete Parking Space.": "Parkplatz löschen.",
|
|
553
|
+
"Certificate / Issue an EMAID.": "Zertifikat / Ausgabe eines EMAID.",
|
|
554
|
+
"Create Provisioning Certificate.": "Create Provisioning Certificate.",
|
|
555
|
+
"Get all Provisioning Certificates.": "Alle Bereitstellungszertifikate erhalten.",
|
|
556
|
+
"Update a Provisioning Certificate.": "Bereitstellungszertifikat aktualisieren.",
|
|
557
|
+
"Get a Provisioning Certificate.": "Erhalten Sie ein Bereitstellungszertifikat.",
|
|
558
|
+
"Delete a provisioning certificate.": "Ein Bereitstellungszertifikat löschen.",
|
|
559
|
+
"Cancel a reservation.": "Reservierung stornieren.",
|
|
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.": "Legen Sie die Preisdaten für einen benutzerdefinierten Tariffilter fest. Diese Aktion aktualisiert den untergeordneten Roaming-Tarif und erstellt einen auf ihm basierenden Preis. Die Preisgestaltung kann dann genutzt werden, indem der Tarifplan des Zollfilters mit einem Markup Tarif versehen wird.",
|
|
561
|
+
"Get all Roaming Connections.": "Alle Roaming-Verbindungen erhalten.",
|
|
562
|
+
"Get a Roaming Connections.": "Erhalten Sie Roaming-Verbindungen.",
|
|
563
|
+
"Get all Roaming Operators.": "Holen Sie sich alle Roaming-Betreiber.",
|
|
564
|
+
"Get a Roaming Operator.": "Holen Sie sich einen Roaming-Operator.",
|
|
565
|
+
"Update Roaming Operator.": "Roaming Operator aktualisieren.",
|
|
566
|
+
"Get all custom tariff filters for a roaming operator.": "Erhalten Sie alle benutzerdefinierten Tariffilter für einen Roaming-Betreiber.",
|
|
567
|
+
"Create new custom tariff filter for a roaming operator.": "Erstellen Sie einen benutzerdefinierten Tariffilter für einen Roaming-Betreiber.",
|
|
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.": "Ändern Sie die Bestellung benutzerdefinierter Tariffilter für einen Roaming-Betreiber. Dieser Vorgang erlaubt eine partielle Nachsortierung - Sie müssen nur die Filter angeben, die verschoben werden sollen. Filter, die nicht in der Anfrage enthalten sind, erhalten ihre relativen Positionen.",
|
|
569
|
+
"Get a specific custom tariff filter.": "Erhalten Sie einen spezifischen Tariffilter.",
|
|
570
|
+
"Update an existing custom tariff filter.": "Aktualisiere einen benutzerdefinierten Tariffilter.",
|
|
571
|
+
"Delete a custom tariff filter.": "Benutzerdefinierte Tariffilter löschen.",
|
|
572
|
+
"Get all Roaming Providers.": "Holen Sie sich alle Roaming-Anbieter.",
|
|
573
|
+
"Create new Roaming Provider **Only applicable for Hubject, Gireve 2.2.1 and OCPI with missing credentials module emsp roaming connections**.": "Erstellen Sie einen neuen Roaming-Provider **Nur anwendbar für Hubject, Gireve 2.2.1 und OCPI mit fehlendem Anmeldedaten-Modul emsp Roaming-Verbindungen**.",
|
|
574
|
+
"Get a Roaming Provider.": "Holen Sie sich einen Roaming-Anbieter.",
|
|
575
|
+
"Update Roaming Providers.": "Roaming-Anbieter aktualisieren.",
|
|
576
|
+
"Delete a Roaming Provider.": "Einen Roaming-Anbieter löschen.",
|
|
577
|
+
"Get all Roaming Tariffs.": "Holen Sie sich alle Roaming Tarife.",
|
|
578
|
+
"Get a Roaming Tariff.": "Holen Sie sich einen Roaming Tarif.",
|
|
579
|
+
"Update Roaming Tariff.": "Roaming Tarif aktualisieren.",
|
|
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.": "Weisen Sie einem Benutzer eine Sitzung zu. Diese Aktion ist nur für Sitzungen mit abgeschlossenem Abrechnungsstatus anwendbar, denen kein Benutzer zugeordnet ist. Diese Operation kann nur einmal durchgeführt werden und ist nicht rückgängig zu machen.",
|
|
581
|
+
"Retry failed payment for a session.": "Wiederholen fehlgeschlagene Zahlung für eine Sitzung.",
|
|
582
|
+
"Replace a subscription plan with another one.": "Ersetzen Sie ein Abonnement durch ein anderes.",
|
|
583
|
+
"Get all Subscription plans.": "Holen Sie sich alle Abonnementpläne.",
|
|
584
|
+
"Create a new Subscription plans.": "Erstellen Sie neue Abonnementpläne.",
|
|
585
|
+
"Get a single subscription plan.": "Holen Sie sich ein einziges Abonnement.",
|
|
586
|
+
"Update a Subscription plan.": "Abonnementplan aktualisieren.",
|
|
587
|
+
"Delete a Subscription plan.": "Löschen eines Abonnementsplans.",
|
|
588
|
+
"Apply a Tariff Display Information to tariff.": "Verwenden Sie eine Tarifanzeige Informationen zum Tarif.",
|
|
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.": "Erhalten Sie alle Tarife. Sie können auch die \"tariffGroupId\" und die \"userId\" verwenden, um den konkreten Tarif innerhalb einer Gruppe \"aufzulösen\", die auf den angegebenen Benutzer angewendet wird.",
|
|
590
|
+
"Create new tariff.": "Neuen Tarif anlegen.",
|
|
591
|
+
"Get a tariff.": "Erhalten Sie einen Tarif.",
|
|
592
|
+
"Update a tariff.": "Tarif aktualisieren.",
|
|
593
|
+
"Delete a tariff.": "Tarif löschen.",
|
|
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.": "Beenden Sie die Ad-hoc Rechnung für die Transaktion (nur wenn AMPECO Rechnungsintegration verwendet wird). Für Sza<unk> mla<unk> zz. u Integration in Ungarn, falls eine fiskalisierte Quittung für die Transaktion existiert, es wird automatisch storniert und sowohl die Rechnung als auch die Storno Quittung wird an den Benutzer gesendet.",
|
|
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.": "Bereits ausgestellte Rechnung erneut senden. Wenn die Transaktion eine zugehörige fiskalisierte Quittung hat, die automatisch storniert wurde (Ungarn), werden sowohl die Rechnung als auch der Storno-Quittung zusammen gesendet.",
|
|
596
|
+
"Link the transaction to external resource where the payment took place.": "Verknüpfen Sie die Transaktion mit externen Ressourcen, wo die Zahlung erfolgte.",
|
|
597
|
+
"Get all transactions.": "Alle Transaktionen abrufen.",
|
|
598
|
+
"Create new Transaction.": "Neue Transaktion anlegen.",
|
|
599
|
+
"Get a transation.": "Transaktion abrufen.",
|
|
600
|
+
"Update a non-finalised transaction.": "Eine nicht abgeschlossene Transaktion aktualisieren.",
|
|
601
|
+
"Activate a subscription to a user.": "Aktivieren Sie ein Abonnement für einen Benutzer.",
|
|
602
|
+
"Add to the current balance of the user.": "Zum aktuellen Guthaben des Benutzers hinzufügen.",
|
|
603
|
+
"Apply custom fee for a user.": "Benutzerdefinierte Gebühr für einen Benutzer anwenden.",
|
|
604
|
+
"Cancel a subscription to a user.": "Kündigen Sie ein Abonnement für einen Benutzer.",
|
|
605
|
+
"Set the status for a user.": "Legen Sie den Status eines Benutzers fest.",
|
|
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.": "Lösche den Betrag des Abonnements eines Benutzers. Unerledigte Transaktionen im Zusammenhang mit dem aktuellen Abonnement des Benutzers – wie Gebühren und Gebührensitzungen werden auf 0 gesetzt. seine Operation ist unumkehrbar.",
|
|
607
|
+
"Export all private data.": "Alle privaten Daten exportieren.",
|
|
608
|
+
"Apply a voucher to a user.": "Wenden Sie einen Gutschein an einen Benutzer.",
|
|
609
|
+
"Get all users.": "Alle Benutzer holen.",
|
|
610
|
+
"Create new User.": "Neuen Benutzer anlegen.",
|
|
611
|
+
"Get a user.": "Lade einen Benutzer ein.",
|
|
612
|
+
"Update user.": "Benutzer aktualisieren.",
|
|
613
|
+
"Delete a user.": "Benutzer löschen.",
|
|
614
|
+
"Invoice details / Read.": "Rechnungsdetails / Lesen.",
|
|
615
|
+
"Create or update user invoice details.": "Erstelle oder aktualisiere Benutzerrechnungsinformationen.",
|
|
616
|
+
"Get all payment methods for a user.": "Holen Sie sich alle Zahlungsmethoden für einen Benutzer.",
|
|
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.": "Eine neue Registrierung der Zahlungsmethode einleiten oder abschließen. Beachten Sie, dass dies ein zweistufiger Prozess ist! # Für Zahlungsabwickler mit Web View Integration müssen Sie einen Anruf ohne Parameter zu diesem Endpunkt starten, um eine neue Anfrage zum Hinzufügen der Zahlungsmethode zu erhalten (Schritt 1). Dann müssen Sie zu einem Endpunkt weiterleiten und warten, bis der Kunde seine Kreditkartendaten dort eingibt.",
|
|
618
|
+
"Get information for a payment method by ID.": "Erhalten Sie Informationen zu einer Zahlungsmethode per ID.",
|
|
619
|
+
"Update Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be set as default": "Zahlungsmethode aktualisieren. Bitte beachten Sie, dass \";Konto\"; und \";Unternehmen\"; Zahlungsmethoden KANN NICHT als Standard gesetzt werden",
|
|
620
|
+
"Delete Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be removed from this interface.": "Zahlungsmethode löschen. Bitte beachten Sie, dass \";Kontostand\" und \";corporate\"; Zahlungsmethoden NICHT von dieser Schnittstelle entfernt werden.",
|
|
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.": "Abonnieren Sie einen Webhook oder Kafka-Events. Jede Benachrichtigung an den Webhook/kafka wird mehrmals erneut ausprobiert und ist auf den Preis begrenzt. Die Preisbegrenzungen, Wiederholungen und Wiederholungsintervalle werden von Ampeco konfiguriert.",
|
|
622
|
+
"Notifications / Listing": "Benachrichtigungen / Listing",
|
|
623
|
+
"Get a notification.": "Erhalten Sie eine Benachrichtigung.",
|
|
624
|
+
"Update a notification.": "Benachrichtigung aktualisieren.",
|
|
625
|
+
"Unsubscribe for a notification.": "Kündigen für eine Benachrichtigung.",
|
|
626
|
+
"Get all authorizations.": "Erhalte alle Berechtigungen.",
|
|
627
|
+
"Authorization / Read.": "Autorisierung / Lesen.",
|
|
628
|
+
"Get all booking requests.": "Alle Buchungsanfragen erhalten.",
|
|
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.": "Erstellen Sie eine neue Buchungsanfrage. Wenn Sie die verfügbaren Plätze für einen bestimmten Ort finden möchten, verwenden Sie die Funktionen / Ort / Buchungsverfügbarkeit überprüfen.",
|
|
630
|
+
"Get information for a booking request by ID.": "Informieren Sie sich über eine Buchungsanfrage per ID.",
|
|
631
|
+
"Get all bookings.": "Alle Buchungen abrufen.",
|
|
632
|
+
"Get information for a booking by ID.": "Informieren Sie sich über eine Buchung per ID.",
|
|
633
|
+
"Get all CDRs.": "Alle CDRs herunterladen.",
|
|
634
|
+
"Get a CDR.": "Erhalte eine CDR.",
|
|
635
|
+
"Get all circuits.": "Holen Sie sich alle Schaltungen.",
|
|
636
|
+
"Create a new circuit.": "Erstellen Sie eine neue Schaltung.",
|
|
637
|
+
"Get a circuit.": "Get a circuit.",
|
|
638
|
+
"Update a circuit.": "Schaltkreis aktualisieren.",
|
|
639
|
+
"Delete a circuit.": "Lösche eine Schaltung.",
|
|
640
|
+
"Get all circuit's charge point priorities.": "Holen Sie sich alle Ladungspunkte der Schaltung's.",
|
|
641
|
+
"Get the consumption of a circuit for each phase.": "Erhalte den Verbrauch eines Kreises für jede Phase.",
|
|
642
|
+
"Get a circuit's SoC priority.": "Erhalte eine Schaltkreis's SoC-Priorität.",
|
|
643
|
+
"Get a circuit's unmanaged load.": "Bekomme die nicht verwaltete Ladung einer Schaltung.",
|
|
644
|
+
"Get all circuit's user priorities.": "Holen Sie sich alle Schaltkreise's Benutzerprioritäten.",
|
|
645
|
+
"Create a circuit's user priority.": "Erstelle die Benutzerpriorität eines Schaltkreises.",
|
|
646
|
+
"Get a circuit's user priority.": "Erhalte die Priorität eines Schaltkreises.",
|
|
647
|
+
"Update a circuit's user priority.": "Aktualisiere die Schaltungspriorität.",
|
|
648
|
+
"Delete a circuit's user priority.": "Lösche eine Schaltkreis's Benutzerpriorität.",
|
|
649
|
+
"Get the contact details.": "Erhalten Sie die Kontaktdaten.",
|
|
650
|
+
"Update the contact details.": "Die Kontaktdetails aktualisieren.",
|
|
651
|
+
"Delete contact details.": "Kontaktdetails löschen.",
|
|
652
|
+
"Currencies / Listing.": "Währungen / Auflistung.",
|
|
653
|
+
"Create currency.": "Währung erstellen.",
|
|
654
|
+
"Currency / Read.": "Währung / Lesen.",
|
|
655
|
+
"Update a currency.": "Währung aktualisieren.",
|
|
656
|
+
"Create new Currency Rate.": "Neuen Währungskurs anlegen.",
|
|
657
|
+
"Get all Currency Rates.": "Erhalten Sie alle Währungskurse.",
|
|
658
|
+
"Update Currency Rate.": "Währungskurs aktualisieren.",
|
|
659
|
+
"Get Currency Rate.": "Währungskurs erhalten.",
|
|
660
|
+
"Delete Currency Rate.": "Wechselkurs löschen.",
|
|
661
|
+
"Get all custom fees.": "Erhalten Sie alle benutzerdefinierten Gebühren.",
|
|
662
|
+
"Get a single custom fee.": "Erhalten Sie eine individuelle Gebühr.",
|
|
663
|
+
"Get all Downtime Period Notices.": "Holen Sie sich alle Downtime Period Mitteilungen.",
|
|
664
|
+
"Create Downtime Period Notice.": "Erstelle Ausfallzeitperiodenmitteilung.",
|
|
665
|
+
"Get Downtime Period Notice.": "Erhalten Sie Ausfallzeitperiode.",
|
|
666
|
+
"Update Downtime Period Notice.": "Downtime Wartezeit aktualisieren.",
|
|
667
|
+
"Delete Downtime Period Notice.": "Lösche Ausfallzeitperiodenmitteilung.",
|
|
668
|
+
"Get paginated list of hardware status logs for an EVSE with optional date filtering.": "Erhalten Sie eine paginierte Liste der Hardware-Statusprotokolle für eine EVSE mit optionaler Datumsfilterung.",
|
|
669
|
+
"Get the latest hardware status log entry for an EVSE.": "Holen Sie sich den neuesten Hardwarestatusprotokolleintrag für eine EVSE.",
|
|
670
|
+
"Create new EVSE.": "Neue EVSE anlegen.",
|
|
671
|
+
"Get all EVSEs.": "Hole alle EVSE.",
|
|
672
|
+
"Update an EVSE.": "EVSE aktualisieren.",
|
|
673
|
+
"Get an EVSE.": "Get an EVSE.",
|
|
674
|
+
"Get all FAQs.": "Hole alle FAQs.",
|
|
675
|
+
"Create new FAQ.": "Neue FAQ anlegen.",
|
|
676
|
+
"Get a FAQ.": "Get a FAQ.",
|
|
677
|
+
"Update FAQs.": "FAQs aktualisieren.",
|
|
678
|
+
"Delete a FAQ.": "Eine FAQ löschen.",
|
|
679
|
+
"Get all Firmware Versions.": "Holen Sie sich alle Firmware-Versionen.",
|
|
680
|
+
"Get a Firmware Version.": "Holen Sie sich eine Firmware-Version.",
|
|
681
|
+
"Get all charge point models attached to this firmware version.": "Holen Sie sich alle Ladungspunktmodelle an diese Firmware-Version angehängt.",
|
|
682
|
+
"Get all Installer Jobs.": "Alle Installer-Jobs herunterladen.",
|
|
683
|
+
"Create Installer Job.": "Installer-Job erstellen.",
|
|
684
|
+
"Get Installer Job.": "Installer Job herunterladen.",
|
|
685
|
+
"Update Installer Job.": "Installer Job aktualisieren.",
|
|
686
|
+
"Delete Installer Job.": "Installer Job löschen.",
|
|
687
|
+
"Get all invoices.": "Alle Rechnungen erhalten.",
|
|
688
|
+
"Invoice / Read.": "Rechnung / Lesen.",
|
|
689
|
+
"Get all Partner Contracts.": "Holen Sie sich alle Partnerverträge.",
|
|
690
|
+
"Create new Partner Contract.": "Neuen Partnervertrag erstellen.",
|
|
691
|
+
"Get a Partner Contract.": "Holen Sie sich einen Partnervertrag.",
|
|
692
|
+
"Update a Partner Contract.": "Partnervertrag aktualisieren.",
|
|
693
|
+
"Delete a Partner Contract.": "Lösche einen Partnervertrag.",
|
|
694
|
+
"Get all expenses.": "Hol dir alle Ausgaben.",
|
|
695
|
+
"Get all partner invites.": "Alle Partner-Einladungen erhalten.",
|
|
696
|
+
"Create new invite.": "Neue Einladung anlegen.",
|
|
697
|
+
"Get a invite.": "Bekomme eine Einladung.",
|
|
698
|
+
"Update a invite.": "Eine Einladung aktualisieren.",
|
|
699
|
+
"Delete an invite.": "Einladung löschen.",
|
|
700
|
+
"Get all revenues.": "Erhalten Sie alle Einnahmen.",
|
|
701
|
+
"Get all Partner Settlement Reports.": "Holen Sie sich alle Partnerabrechnungsberichte.",
|
|
702
|
+
"Get a single Partner Settlement Report.": "Holen Sie sich einen einzelnen Partnerabrechnungsbericht.",
|
|
703
|
+
"Get all Partner Settlement Records.": "Holen Sie sich alle Partnerabrechnungsdaten.",
|
|
704
|
+
"Create Partner Settlement Record.": "Erstelle Partnerabrechnungsdaten.",
|
|
705
|
+
"Read Partner Settlement Record.": "Lesen Sie den Partnerabrechnungsdaten.",
|
|
706
|
+
"Update a single Partner Settlement Record.": "Einen einzelnen Partnerabrechnungsrekord aktualisieren.",
|
|
707
|
+
"Delete a single Partner Settlement Record.": "Lösche einen einzelnen Partnerabrechnungsdaten.",
|
|
708
|
+
"Get all partners.": "Alle Partner holen.",
|
|
709
|
+
"Create new partner.": "Neuen Partner anlegen.",
|
|
710
|
+
"Get a partner.": "Holen Sie sich einen Partner.",
|
|
711
|
+
"Update a partner.": "Partner aktualisieren.",
|
|
712
|
+
"Delete a partner.": "Partner löschen.",
|
|
713
|
+
"Get all payment terminals.": "Alle Zahlungsterminals erhalten.",
|
|
714
|
+
"Create a new payment terminal.": "Erstellen Sie ein neues Zahlungsterminal.",
|
|
715
|
+
"Get information for a payment terminal by ID.": "Informieren Sie sich über ein Zahlungsterminal per ID.",
|
|
716
|
+
"Update Payment terminal.": "Zahlungsterminal.",
|
|
717
|
+
"Delete a payment terminal.": "Lösche ein Zahlungsterminal.",
|
|
718
|
+
"Get all receipts.": "Alle Belege erhalten.",
|
|
719
|
+
"Get a single receipt.": "Erhalte eine einzelne Quittung.",
|
|
720
|
+
"Get all reservations.": "Alle Reservierungen erhalten.",
|
|
721
|
+
"Get information for a reservation by ID.": "Holen Sie sich Informationen für eine Reservierung durch ID.",
|
|
722
|
+
"Get all Security Events.": "Holen Sie sich alle Sicherheits-Events.",
|
|
723
|
+
"Get a Security Event.": "Holen Sie sich ein Sicherheitsereignis.",
|
|
724
|
+
"Sessions / Listing.": "Sitzungen / Auflistung.",
|
|
725
|
+
"Session / Read.": "Sitzung / Lesen.",
|
|
726
|
+
"Consumption statistics may differ between active and finished sessions, as finished sessions display aggregated final data with a maximum of 300 items.": "Die Verbrauchsstatistik kann sich zwischen aktiven und abgeschlossenen Sitzungen unterscheiden, da abgeschlossene Sitzungen mit maximal 300 Elementen aggregierte Enddaten anzeigen.",
|
|
727
|
+
"Get all settings.": "Alle Einstellungen abrufen.",
|
|
728
|
+
"Get all sub operators.": "Alle Unteroperatoren erhalten.",
|
|
729
|
+
"Get a sub operator.": "Erhalten Sie einen Unter-Operator.",
|
|
730
|
+
"Get all subscriptions.": "Alle Abonnements erhalten.",
|
|
731
|
+
"Get a single subscription.": "Holen Sie sich ein einzelnes Abonnement.",
|
|
732
|
+
"Get all tariff groups.": "Holen Sie sich alle Tarifgruppen.",
|
|
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.": "Neue Tarifgruppe anlegen. Bitte beachten Sie, dass die Schaffung einer neuen Tarifgruppe automatisch einen kostenlosen Basistarif erstellt, da es keine leeren Tarifgruppen geben darf.",
|
|
734
|
+
"Get a tariff group.": "Erhalte eine Tarifgruppe.",
|
|
735
|
+
"Update a tariff group.": "Eine Tarifgruppe aktualisieren.",
|
|
736
|
+
"Delete a tariff group.": "Eine Tarifgruppe löschen.",
|
|
737
|
+
"Get a tariff snapshot by id.": "Erhalte einen Tarif Schnappschuss von id.",
|
|
738
|
+
"Get all Tax Identification Numbers.": "Erhalten Sie alle Steuer-Identifikationsnummern.",
|
|
739
|
+
"Create new Tax Identification Number.": "Neue Steuernummer anlegen.",
|
|
740
|
+
"Get a Tax Identification Number.": "Erhalten Sie eine Steuernummer.",
|
|
741
|
+
"Tax Identification Numbers.": "Steuernummern.",
|
|
742
|
+
"Delete a Tax Identification Number.": "Steuer-Identifikationsnummer löschen.",
|
|
743
|
+
"Get all Taxes.": "Erhalte alle Steuern.",
|
|
744
|
+
"Create new Tax.": "Neue Steuer anlegen.",
|
|
745
|
+
"Get a Tax.": "Steuern erhalten.",
|
|
746
|
+
"Update Taxes.": "Steuern aktualisieren.",
|
|
747
|
+
"Delete a Tax.": "Steuer löschen.",
|
|
748
|
+
"Get all charge points templates.": "Erhalten Sie alle Ladungspunkte Vorlagen.",
|
|
749
|
+
"Terms and policies / Listing.": "Begriffe und Richtlinien / Listing.",
|
|
750
|
+
"Terms and policies / Read.": "Allgemeine Geschäftsbedingungen / Lesen.",
|
|
751
|
+
"Get all Top-Up Packages.": "Hol dir alle Top-Up-Pakete.",
|
|
752
|
+
"Create new Top-Up Package.": "Neues Top-Up-Paket anlegen.",
|
|
753
|
+
"Get a Top-Up Package.": "Hol dir ein Top-Up-Paket.",
|
|
754
|
+
"Top-Up Packages.": "Upload-Pakete.",
|
|
755
|
+
"Delete a Top-Up Package.": "Lösche ein Top-Up-Paket.",
|
|
756
|
+
"Get all user groups.": "Alle Benutzergruppen erhalten.",
|
|
757
|
+
"Create new user group.": "Neue Benutzergruppe anlegen.",
|
|
758
|
+
"Get an user group.": "Erhalte eine Benutzergruppe.",
|
|
759
|
+
"Update a user group.": "Benutzergruppe aktualisieren.",
|
|
760
|
+
"Delete a user group.": "Eine Benutzergruppe löschen.",
|
|
761
|
+
"Get all Utilities.": "Holen Sie sich alle Hilfsmittel.",
|
|
762
|
+
"Create Utility.": "Erstelle Utility.",
|
|
763
|
+
"Get a single Utility.": "Erhalte ein einziges Utility.",
|
|
764
|
+
"Update a single Utility.": "Ein einziges Programm aktualisieren.",
|
|
765
|
+
"Delete a single Utility.": "Ein einziges Programm löschen.",
|
|
766
|
+
"Get all Vendor Error Codes.": "Holen Sie sich alle Vendor Fehlercodes.",
|
|
767
|
+
"Create new Vendor Error Code.": "Neuen Vendor Fehlercode anlegen.",
|
|
768
|
+
"Get a Vendor Error Code.": "Kaufen Sie einen Vendor Fehlercode.",
|
|
769
|
+
"Vendor Error Code.": "Lieferanten-Fehlercode.",
|
|
770
|
+
"Delete a Vendor Error Code.": "Händler-Fehlercode löschen.",
|
|
771
|
+
"Get all Vouchers.": "Hol dir alle Gutscheine.",
|
|
772
|
+
"Create new Voucher.": "Neuen Gutschein anlegen.",
|
|
773
|
+
"Get a Voucher.": "Bekomme einen Gutschein.",
|
|
774
|
+
"Update a Voucher.": "Gutschein aktualisieren.",
|
|
775
|
+
"Delete a Voucher.": "Lösche einen Gutschein.",
|
|
776
|
+
"Method": "Methode",
|
|
777
|
+
"Headers": "Kopfzeilen",
|
|
778
|
+
"Query Parameters": "Abfrageparameter",
|
|
779
|
+
"Body Type": "Körpertyp",
|
|
780
|
+
"Body": "Körper",
|
|
781
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
782
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
783
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
784
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
785
|
+
"Charge Point": "Ladungspunkt",
|
|
786
|
+
"Evse Network Id": "Evse Netzwerk Id",
|
|
787
|
+
"Type": "Typ",
|
|
788
|
+
"User ID": "Benutzer-ID",
|
|
789
|
+
"Id": "Id",
|
|
790
|
+
"Charging Profile Purpose": "Zweck des Ladeprofils",
|
|
791
|
+
"Stack Level": "Stapellevel",
|
|
792
|
+
"Location": "Standort",
|
|
793
|
+
"Start": "Start",
|
|
794
|
+
"Stop": "Stoppen",
|
|
795
|
+
"URL": "URL",
|
|
796
|
+
"Reason": "Grund",
|
|
797
|
+
"Retries": "Wiederholungen",
|
|
798
|
+
"Interval": "Intervall",
|
|
799
|
+
"Start Time": "Startzeit",
|
|
800
|
+
"Stop Time": "Stopzeit",
|
|
801
|
+
"Satellite Charge Point Id": "Satellitenaufladungspunkt Id",
|
|
802
|
+
"EVSE Ids": "EVSE Ids",
|
|
803
|
+
"Evse": "Ebbe",
|
|
804
|
+
"User Id": "Benutzer-Id",
|
|
805
|
+
"Vendor Id": "Lieferant Id",
|
|
806
|
+
"Message Id": "Nachrichten-Id",
|
|
807
|
+
"Data": "Daten",
|
|
808
|
+
"Transaction Id": "Transaktions Id",
|
|
809
|
+
"Charging Profile Kind": "Aufladung Profilart",
|
|
810
|
+
"Recurrency Kind": "Recurrency Art",
|
|
811
|
+
"Valid From": "Gültig ab",
|
|
812
|
+
"Valid To": "Gültig bis",
|
|
813
|
+
"Charging Schedule - Id": "Ladezeitplan - Id",
|
|
814
|
+
"Charging Schedule - Duration": "Ladezeitplan - Dauer",
|
|
815
|
+
"Charging Schedule - Start Schedule": "Ladezeitplan - Zeitplan starten",
|
|
816
|
+
"Charging Schedule - Charging Rate Unit": "Ladezeitplan - Laderate Einheit",
|
|
817
|
+
"Charging Schedule - Charging Schedule Period": "Ladezeitplan - Ladezeitplan",
|
|
818
|
+
"Charging Schedule - Min Charging Rate": "Ladezeitplan - Mindestaufladungsrate",
|
|
819
|
+
"Payment Method Id": "Zahlungsmethode Id",
|
|
820
|
+
"External Session Id": "Externe Sitzungs-Id",
|
|
821
|
+
"Connector Id": "Konnektor Id",
|
|
822
|
+
"Booking Id": "Buchungsnummer",
|
|
823
|
+
"Charging Profile - Transaction Id": "Aufladungsprofil - Transaktions-Id",
|
|
824
|
+
"Charging Profile - Stack Level": "Ladeprofil - Stapellevel",
|
|
825
|
+
"Charging Profile - Charging Profile Purpose": "Ladeprofil - Verwendungszweck des Ladeprofils",
|
|
826
|
+
"Charging Profile - Charging Profile Kind": "Ladeprofil - Aufladungsprofil Art",
|
|
827
|
+
"Charging Profile - Recurrency Kind": "Aufladungsprofil - Recurrency Art",
|
|
828
|
+
"Charging Profile - Valid From": "Ladeprofil - gültig von",
|
|
829
|
+
"Charging Profile - Valid To": "Ladeprofil - Gültig bis",
|
|
830
|
+
"Charging Profile - Charging Schedule - Id": "Ladeprofil - Ladezeitplan - Id",
|
|
831
|
+
"Charging Profile - Charging Schedule - Duration": "Ladeprofil - Ladezeitplan - Dauer",
|
|
832
|
+
"Charging Profile - Charging Schedule - Start Schedule": "Ladeprofil - Ladezeitplan - Zeitplan starten",
|
|
833
|
+
"Charging Profile - Charging Schedule - Charging Rate Unit": "Ladeprofil - Ladezeitplan - Laderate Einheit",
|
|
834
|
+
"Charging Profile - Charging Schedule - Charging Schedule Period": "Ladeprofil - Ladezeitplan - Ladezeitplan",
|
|
835
|
+
"Charging Profile - Charging Schedule - Min Charging Rate": "Ladeprofil - Ladezeitplan - Min Laderate",
|
|
836
|
+
"Session": "Sitzung",
|
|
837
|
+
"Force": "Erzwingen",
|
|
838
|
+
"Keys": "Tasten",
|
|
839
|
+
"Sharing Code": "Freigabecode",
|
|
840
|
+
"Certificate Type": "Zertifikatstyp",
|
|
841
|
+
"Value": "Wert",
|
|
842
|
+
"Name": "Name",
|
|
843
|
+
"Instance": "Instanz",
|
|
844
|
+
"Component Name": "Komponentenname",
|
|
845
|
+
"Evse Id": "Evse Id",
|
|
846
|
+
"Firmware Version Id": "Firmware-Version Id",
|
|
847
|
+
"Retrieve After": "Abrufen nach",
|
|
848
|
+
"Signed": "Unterschrieben",
|
|
849
|
+
"Signing Certificate": "Zertifikat signieren",
|
|
850
|
+
"Signature": "Signatur",
|
|
851
|
+
"Download Url Protocol": "Url-Protokoll herunterladen",
|
|
852
|
+
"Filter - Charge Point Id": "Filter - Ladungspunkt Id",
|
|
853
|
+
"Filter - Location Id": "Filter - Standort-Id",
|
|
854
|
+
"Filter - Entry Mode": "Filter - Eintragsmodus",
|
|
855
|
+
"Filter - Type": "Filter - Typ",
|
|
856
|
+
"Filter - Started After": "Filter - Begonnen nach",
|
|
857
|
+
"Filter - Stopped Before": "Filter - Stoppt vorher",
|
|
858
|
+
"Filter - Duration Less Than": "Filter - Dauer kürzer als",
|
|
859
|
+
"Filter - Duration Greater Than": "Filter - Dauer größer als",
|
|
860
|
+
"Filter - Last Updated After": "Filter - Zuletzt aktualisiert nach",
|
|
861
|
+
"Filter - Last Updated Before": "Filter - Zuletzt aktualisiert vor",
|
|
862
|
+
"Per page": "Pro Seite",
|
|
863
|
+
"Paginate Results": "Ergebnisse Paginieren",
|
|
864
|
+
"Charge Point Id": "Ladungspunkt Id",
|
|
865
|
+
"Notice Id": "Notiz Id",
|
|
866
|
+
"Started At": "Gestartet am",
|
|
867
|
+
"Ended At": "Endete am",
|
|
868
|
+
"Charge Point Downtime Period": "Ladepunkt Ausfallzeit",
|
|
869
|
+
"Filter - Vendor Id": "Filter - Hersteller-Id",
|
|
870
|
+
"User Manual": "Benutzerhandbuch",
|
|
871
|
+
"Installer Manual": "Installationsanleitung",
|
|
872
|
+
"Model Id": "Modell-Id",
|
|
873
|
+
"Pin": "Pin",
|
|
874
|
+
"Location Id": "Standort-Id",
|
|
875
|
+
"Charging Zone Id": "Ladezone Id",
|
|
876
|
+
"Electricity Rate Id": "Stromrate Id",
|
|
877
|
+
"Subscription - Required": "Abonnement - Erforderlich",
|
|
878
|
+
"Subscription - Plan Ids": "Abonnement - Plan Ids",
|
|
879
|
+
"Network Type": "Netzwerktyp",
|
|
880
|
+
"Status": "Status",
|
|
881
|
+
"Managed By Operator": "Vom Betreiber verwaltet",
|
|
882
|
+
"External Id": "Externe Id",
|
|
883
|
+
"Network - Id": "Netzwerk - Id",
|
|
884
|
+
"Network - Protocol": "Netzwerk - Protokoll",
|
|
885
|
+
"Network - Password": "Netzwerk - Passwort",
|
|
886
|
+
"Network - Ip": "Netzwerk - Ip",
|
|
887
|
+
"Network - Port": "Netzwerk - Port",
|
|
888
|
+
"Capabilities": "Fähigkeiten",
|
|
889
|
+
"Auto Start Without Authorization": "Auto-Start ohne Autorisierung",
|
|
890
|
+
"Disable Auto Start Emulation": "Auto-Start-Emulation deaktivieren",
|
|
891
|
+
"Security - Desired Profile": "Sicherheit - Gewünschtes Profil",
|
|
892
|
+
"Enable Auto Fault Recovery": "Auto-Fehler-Wiederherstellung aktivieren",
|
|
893
|
+
"User - Id": "Benutzer - Id",
|
|
894
|
+
"User - Automatic Firmware Updates Enabled": "Benutzer - Automatische Firmware-Updates aktiviert",
|
|
895
|
+
"Partner - Id": "Partner - Id",
|
|
896
|
+
"Partner - Contract Id": "Partner - Vertrags-Id",
|
|
897
|
+
"Partner - Contact Id": "Partner - Kontakt-Id",
|
|
898
|
+
"Partner - Corporate Billing As Default": "Partner - Firmenabrechnung als Standard",
|
|
899
|
+
"Partner - Access Type": "Partner - Zugriffstyp",
|
|
900
|
+
"Partner - Notice": "Partner - Hinweis",
|
|
901
|
+
"Utility Id": "Utility Id",
|
|
902
|
+
"Tags": "Tags",
|
|
903
|
+
"Enabled Randomised Delay": "Zufällige Verzögerung aktiviert",
|
|
904
|
+
"Uses Renewable Energy": "Verwendet erneuerbare Energie",
|
|
905
|
+
"Ocpp Connected Charge Point Id": "Ocpp Verbundene Ladungspunkt Id",
|
|
906
|
+
"Communication Mode": "Kommunikationsmodus",
|
|
907
|
+
"Filter - Desired Security Profile Status": "Filter - Gewünschter Sicherheitsprofilstatus",
|
|
908
|
+
"Filter - Evse Physical Reference": "Filter - Evse körperliche Referenz",
|
|
909
|
+
"Filter - Network Id": "Filter - Netzwerk-Id",
|
|
910
|
+
"Filter - Boot Notification Serial Number": "Filter - Boot-Benachrichtigungsnummer",
|
|
911
|
+
"Filter - Model Id": "Filter - Modell-Id",
|
|
912
|
+
"Filter - User Id": "Filter - Benutzer-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 - Name",
|
|
917
|
+
"Filter - Circuit Id": "Filter - Schaltkreis Id",
|
|
918
|
+
"Filter - Charging Zone Id": "Filter - Ladezone Id",
|
|
919
|
+
"Filter - Managed By Operator": "Filter - Vom Betreiber verwaltet",
|
|
920
|
+
"Filter - External Id": "Filter - Externe Id",
|
|
921
|
+
"Filter - Utility Id": "Filter - Utility Id",
|
|
922
|
+
"Filter - Tag": "Filter - Tag",
|
|
923
|
+
"Filter - Sharing Code": "Filter - Freigabecode",
|
|
924
|
+
"Include": "Einschließen",
|
|
925
|
+
"Integrated At": "Integriert am",
|
|
926
|
+
"Manufactured At": "Hergestellt am",
|
|
927
|
+
"Filter - Instance": "Filter - Instanz",
|
|
928
|
+
"Filter - Component Name": "Filter - Komponentenname",
|
|
929
|
+
"Filter - Evse Id": "Filter - Evse Id",
|
|
930
|
+
"Key": "Schlüssel",
|
|
931
|
+
"Physical Reference": "Physikalische Referenz",
|
|
932
|
+
"Current Type": "Aktueller Typ",
|
|
933
|
+
"Label": "Label",
|
|
934
|
+
"Network Id": "Netzwerk-Id",
|
|
935
|
+
"Mid Meter Certification End Year": "Mittlerer Meter Zertifizierung Ende Jahr",
|
|
936
|
+
"Tariff Group Id": "Tarifgruppen-Id",
|
|
937
|
+
"Allows Reservation": "Ermöglicht Reservierungen",
|
|
938
|
+
"Booking Enabled": "Buchung aktiviert",
|
|
939
|
+
"Power Options - Max Power": "Energieoptionen - Maximale Energie",
|
|
940
|
+
"Power Options - Max Voltage": "Energieoptionen - Maximale Spannung",
|
|
941
|
+
"Power Options - Max Amperage": "Energieoptionen - Maximales Amperage",
|
|
942
|
+
"Power Options - Phases": "Energieoptionen - Phasen",
|
|
943
|
+
"Power Options - Phase Rotation": "Energieoptionen - Phasendrehung",
|
|
944
|
+
"Power Options - Connected Phase": "Energieoptionen - Verbundene Phase",
|
|
945
|
+
"Format": "Format",
|
|
946
|
+
"Connector": "Konnektor",
|
|
947
|
+
"Filter - Created After": "Filter - Erstellt nach",
|
|
948
|
+
"Filter - Created Before": "Filter - Erstellt vor",
|
|
949
|
+
"Request Body Variant Type": "Body-Variantentyp anfordern",
|
|
950
|
+
"Request Body": "Body anfordern",
|
|
951
|
+
"Partner Ids": "Partner-Ids",
|
|
952
|
+
"Share": "Share",
|
|
953
|
+
"Mode": "Modus",
|
|
954
|
+
"Circuit": "Schaltkreis",
|
|
955
|
+
"Priority": "Priorität",
|
|
956
|
+
"Upper Threshold Percent": "Oberer Grenzwert Prozent",
|
|
957
|
+
"High SoC Priority": "Hohe SoC-Priorität",
|
|
958
|
+
"Lower Threshold Percent": "Unterer Grenzwert in Prozent",
|
|
959
|
+
"Low SoC Priority": "Niedrige SoC-Priorität",
|
|
960
|
+
"Template": "Vorlage",
|
|
961
|
+
"Charge Point Ids": "Ladungspunkt-Ids",
|
|
962
|
+
"Should Persist": "Soll beibehalten",
|
|
963
|
+
"Filter - Ocpp Version": "Filter - Ocpp Version",
|
|
964
|
+
"Ocpp Version": "Ocpp Version",
|
|
965
|
+
"Variable": "Variable",
|
|
966
|
+
"Electricity Meter": "Stromzähler",
|
|
967
|
+
"Timestamp": "Zeitstempel",
|
|
968
|
+
"Current L1": "Aktuelle L1",
|
|
969
|
+
"Current L2": "Aktuelle L2",
|
|
970
|
+
"Current L3": "Aktuelle L3",
|
|
971
|
+
"Integration Id": "Integrations-Id",
|
|
972
|
+
"Default Price": "Standardpreis",
|
|
973
|
+
"Tax Percentage": "Steuersatz Prozentsatz",
|
|
974
|
+
"Electricity Rate": "Stromrate",
|
|
975
|
+
"Solar": "Sonne",
|
|
976
|
+
"Wind": "Wind",
|
|
977
|
+
"Hydro": "Hydro",
|
|
978
|
+
"Nuclear": "Nukleare",
|
|
979
|
+
"Coal": "Kohle",
|
|
980
|
+
"Natural Gas": "Erdgas",
|
|
981
|
+
"Other Renewable": "Andere Erneuerbare",
|
|
982
|
+
"Other Non Renewable": "Andere Nichterneuerung",
|
|
983
|
+
"Date": "Datum",
|
|
984
|
+
"Periods": "Perioden",
|
|
985
|
+
"Week Day": "Wochentag",
|
|
986
|
+
"EVSE": "EVSE",
|
|
987
|
+
"Evse Downtime Period": "Evse Ausfallzeit",
|
|
988
|
+
"Flexibility Asset": "Flexibilität Asset",
|
|
989
|
+
"Ends At": "Endet am",
|
|
990
|
+
"Filter - Asset Id": "Filter - Asset-Id",
|
|
991
|
+
"Flexibility Activation Request": "Flexibilitätsaktivierungsanfrage",
|
|
992
|
+
"Dlm Circuit Id": "Dlm Circuit Id",
|
|
993
|
+
"Description": "Beschreibung",
|
|
994
|
+
"Filter - Updated Since": "Filter - aktualisiert seit",
|
|
995
|
+
"Filter - Start Time": "Filter - Startzeit",
|
|
996
|
+
"Filter - End Time": "Filter - Endzeit",
|
|
997
|
+
"Id Tag": "Id Tag",
|
|
998
|
+
"Filter - Id Tag Uid": "Filter - Id Tag Uid",
|
|
999
|
+
"Filter - Id Label": "Filter - Id-Label",
|
|
1000
|
+
"Filter - Expire At": "Filter - läuft ab um",
|
|
1001
|
+
"Filter - Status": "Filter - Status",
|
|
1002
|
+
"Id Tag Uid": "Id Tag Uid",
|
|
1003
|
+
"Id Label": "Id-Label",
|
|
1004
|
+
"Expire At": "Gültig bis",
|
|
1005
|
+
"Vehicle Type": "Fahrzeugtyp",
|
|
1006
|
+
"Partner Id": "Partner-Id",
|
|
1007
|
+
"Start After": "Starte nach",
|
|
1008
|
+
"End Before": "Ende vorher",
|
|
1009
|
+
"Short Description": "Kurzbeschreibung",
|
|
1010
|
+
"Additional Description": "Zusätzliche Beschreibung",
|
|
1011
|
+
"Geoposition - Latitude": "Geoposition - Breitengrad",
|
|
1012
|
+
"Geoposition - Longitude": "Geoposition - Längengrad",
|
|
1013
|
+
"Address": "Adresse",
|
|
1014
|
+
"Street Address": "Straße",
|
|
1015
|
+
"City": "Stadt",
|
|
1016
|
+
"Region": "Region",
|
|
1017
|
+
"State": "Bundesland",
|
|
1018
|
+
"Country": "Land",
|
|
1019
|
+
"Post Code": "Postleitzahl",
|
|
1020
|
+
"Working Hours - Is Always Open": "Arbeitszeiten - ist immer geöffnet",
|
|
1021
|
+
"Working Hours - Stop Session Outside Working Hours": "Arbeitszeiten - Sitzung außerhalb der Arbeitszeiten stoppen",
|
|
1022
|
+
"Working Hours - Always Open For User Group Ids": "Arbeitszeiten - Immer geöffnet für Benutzer-Gruppen-Ids",
|
|
1023
|
+
"Working Hours - Hours - Monday": "Arbeitszeiten - Montag",
|
|
1024
|
+
"Working Hours - Hours - Tuesday": "Arbeitszeiten - Dienstag",
|
|
1025
|
+
"Working Hours - Hours - Wednesday": "Arbeitszeiten - Mittwoch",
|
|
1026
|
+
"Working Hours - Hours - Thursday": "Arbeitszeiten - Donnerstag",
|
|
1027
|
+
"Working Hours - Hours - Friday": "Arbeitszeiten - Stunden - Freitag",
|
|
1028
|
+
"Working Hours - Hours - Saturday": "Arbeitszeiten - Stunden - Samstag",
|
|
1029
|
+
"Working Hours - Hours - Sunday": "Arbeitszeiten - Stunden - Sonntag",
|
|
1030
|
+
"Timezone": "Timezone",
|
|
1031
|
+
"Roaming Operator Id": "Roaming Operator Id",
|
|
1032
|
+
"Filter - Country": "Filter - Land",
|
|
1033
|
+
"Filter - Region": "Filter - Region",
|
|
1034
|
+
"Filter - City": "Filter - Stadt",
|
|
1035
|
+
"Additional Info - Enabled": "Zusätzliche Info - aktiviert",
|
|
1036
|
+
"Additional Info - Title": "Zusätzliche Info - Titel",
|
|
1037
|
+
"Additional Info - Description": "Zusätzliche Info - Beschreibung",
|
|
1038
|
+
"Charging Zone": "Ladezone",
|
|
1039
|
+
"Notification": "Benachrichtigung",
|
|
1040
|
+
"Notifications": "Benachrichtigungen",
|
|
1041
|
+
"End Time": "Endzeit",
|
|
1042
|
+
"Parking Space": "Parkplatz",
|
|
1043
|
+
"Occupancy Status": "Besetzungsstatus",
|
|
1044
|
+
"Disabilities Accessible": "Behinderungen zugänglich",
|
|
1045
|
+
"Evses": "Evses",
|
|
1046
|
+
"Provisioning Certificate": "Bereitstellungszertifikat",
|
|
1047
|
+
"Payment Method": "Zahlungsmethode",
|
|
1048
|
+
"Pc Id": "Pc Id",
|
|
1049
|
+
"Id Tags": "Id Tags",
|
|
1050
|
+
"Reservation": "Reservieren",
|
|
1051
|
+
"Roaming Operator": "Roaming-Betreiber",
|
|
1052
|
+
"Custom Tariff Filter": "Eigener Tariffilter",
|
|
1053
|
+
"Country Code": "Landesvorwahl",
|
|
1054
|
+
"Party Id": "Party Id",
|
|
1055
|
+
"Currency": "Währung",
|
|
1056
|
+
"Tariff Alt Text": "Tarif Alt Text",
|
|
1057
|
+
"Tariff Alt Url": "Tarif Alt Url",
|
|
1058
|
+
"Min Price - Excl Vat": "Min. Preis - Excl Vat",
|
|
1059
|
+
"Min Price - Incl Vat": "Minimaler Preis - Incl Vat",
|
|
1060
|
+
"Max Price - Excl Vat": "Maximaler Preis - Excl. MwSt.",
|
|
1061
|
+
"Max Price - Incl Vat": "Maximaler Preis - Incl Vat",
|
|
1062
|
+
"Elements": "Elemente",
|
|
1063
|
+
"Start Date Time": "Startzeit",
|
|
1064
|
+
"End Date Time": "Enddatum",
|
|
1065
|
+
"Energy Mix - Is Green Energy": "Energiemix - Ist grüne Energie",
|
|
1066
|
+
"Energy Mix - Energy Sources": "Energiemix - Energieträger",
|
|
1067
|
+
"Energy Mix - Environ Impact": "Energiemix - Environ Impact",
|
|
1068
|
+
"Energy Mix - Supplier Name": "Energiemix - Lieferantenname",
|
|
1069
|
+
"Energy Mix - Energy Product Name": "Energiemix - Name des Energieprodukts",
|
|
1070
|
+
"Last Updated": "Zuletzt aktualisiert",
|
|
1071
|
+
"Roaming Connection": "Roaming-Verbindung",
|
|
1072
|
+
"Business Name": "Firmenname",
|
|
1073
|
+
"Enabled": "Aktiviert",
|
|
1074
|
+
"Cpo Settings - Cpo Qrcode Prefix": "Cpo Einstellungen - Cpo Qrcode Präfix",
|
|
1075
|
+
"Cpo Settings - Manual Evse Management": "Cpo Einstellungen - Manuelles Evse Management",
|
|
1076
|
+
"Cpo Settings - Apply Custom Tariffs To Evses With Roaming Tariff": "Cpo-Einstellungen - Benutzerdefinierte Tarife für Evses mit Roaming-Tarif anwenden",
|
|
1077
|
+
"Cpo Settings - Sends Periodic Meter Updates": "Cpo Einstellungen - Sendet periodische Meter Updates",
|
|
1078
|
+
"Cpo Settings - External Tariff Integration": "Cpo-Einstellungen - Integration externer Tarife",
|
|
1079
|
+
"Cpo Settings - Threat Evse Status Unknown As": "Cpo Einstellungen - Bedrohungs-Evse-Status unbekannt als",
|
|
1080
|
+
"Cpo Settings - Phase Ac Power Formula": "Cpo Einstellungen - Phase Ac Power Formel",
|
|
1081
|
+
"Applicable Current Types": "Zugelassene aktuelle Typen",
|
|
1082
|
+
"Power Below Kw": "Macht unter Kw",
|
|
1083
|
+
"Evse Id Prefix": "Evse Id Prefix",
|
|
1084
|
+
"Order": "Sortierung",
|
|
1085
|
+
"Filters": "Filter",
|
|
1086
|
+
"Filter - Platform Id": "Filter - Plattform-Id",
|
|
1087
|
+
"Filter - Country Code": "Filter - Ländercode",
|
|
1088
|
+
"Filter - Party Id": "Filter - Gruppen-Id",
|
|
1089
|
+
"Roaming Provider": "Roaming-Anbieter",
|
|
1090
|
+
"Roaming Tariff": "Roaming-Tarif",
|
|
1091
|
+
"Subscription Plan": "Abonnementplan",
|
|
1092
|
+
"Plan Id": "Plan-Id",
|
|
1093
|
+
"Replace At": "Ersetzen um",
|
|
1094
|
+
"Renewal Cycle": "Erneuerbarer Zyklus",
|
|
1095
|
+
"Free Renewal Periods": "Kostenlose Erneuerungszeiten",
|
|
1096
|
+
"Base Fee": "Basisgebühr",
|
|
1097
|
+
"Base Fee Applies Per Each Home Charger": "Basisgebühr pro Home Ladegerät",
|
|
1098
|
+
"Post Paid Charging Sessions Accumulation": "Bezahlte Aufladung Sessions Akkumulation posten",
|
|
1099
|
+
"Billing Usage Threshold": "Rechnungsauslastungsschwelle",
|
|
1100
|
+
"Billing Type": "Abrechnungsart",
|
|
1101
|
+
"Allowance - Reset Cycle": "Erlaubnis - Zyklus zurücksetzen",
|
|
1102
|
+
"Allowance - Type": "Zulässigkeit - Typ",
|
|
1103
|
+
"Allowance - Home Chargers Only": "Erlaubnis - Nur private Ladegeräte",
|
|
1104
|
+
"Allowance - Included Countries": "Erlaubnis - Inklusive Länder",
|
|
1105
|
+
"Allowance - Excluded Countries": "Erlaubnis - Ausgeschlossene Länder",
|
|
1106
|
+
"Allowance - Exclude Roaming": "Erlaubnis - Roaming ausschließen",
|
|
1107
|
+
"Allowance - Included Partner Charge Points": "Erlaubnis - Inklusive Partner-Charge Punkte",
|
|
1108
|
+
"Allowance - Excluded Partner Charge Points": "Erlaubnis - Ausgeschlossene Partner Ladungspunkte",
|
|
1109
|
+
"Allowance - Combined": "Erlaubnis - Kombiniert",
|
|
1110
|
+
"Allowance - Ac": "Zulässigkeit - Ac",
|
|
1111
|
+
"Allowance - Dc": "Zulässigkeit - Dc",
|
|
1112
|
+
"Visibility Restrictions - Included Partner Users": "Sichtbarkeitsbeschränkungen - Inklusive Partner Benutzer",
|
|
1113
|
+
"Visibility Restrictions - Excluded Partner Users": "Sichtbarkeitsbeschränkungen - Ausgeschlossene Partner Benutzer",
|
|
1114
|
+
"Visibility Restrictions - Included User Groups": "Sichtbarkeitsbeschränkungen - Inklusive Benutzergruppen",
|
|
1115
|
+
"Visibility Restrictions - Excluded User Groups": "Sichtbarkeitsbeschränkungen - Ausgeschlossene Benutzergruppen",
|
|
1116
|
+
"Fee Per Each Personal Charge Point": "Gebühr pro persönlichen Ladungspunkt",
|
|
1117
|
+
"Tariff": "Tarif",
|
|
1118
|
+
"Default Price Information": "Standardpreisinformationen",
|
|
1119
|
+
"Default Price Information Offline": "Standardpreisinformationen offline",
|
|
1120
|
+
"Price Information": "Preisinformationen",
|
|
1121
|
+
"Total Cost Information": "Gesamte Kosteninformationen",
|
|
1122
|
+
"Filter - Tariff Group Id": "Filter - Tarifgruppen-Id",
|
|
1123
|
+
"Day Tariff Start": "Start des Tagestarifs",
|
|
1124
|
+
"Night Tariff Start": "Nachtpreis Start",
|
|
1125
|
+
"Pricing - Price Per Session": "Preis - Preis pro Sitzung",
|
|
1126
|
+
"Pricing - Connection Fee": "Preis – Verbindungsgebühr",
|
|
1127
|
+
"Pricing - Price Per Kwh": "Preis - Preis pro Kwh",
|
|
1128
|
+
"Pricing - Day Price Per Kwh": "Preis - Tagespreis pro Kwh",
|
|
1129
|
+
"Pricing - Night Price Per Kwh": "Preis - Nachtpreis pro Kwh",
|
|
1130
|
+
"Pricing - Price Period In Minutes": "Preise - Preisspanne In Minuten",
|
|
1131
|
+
"Pricing - Price Per Period": "Preis - Preis pro Zeitraum",
|
|
1132
|
+
"Pricing - Duration Fee Limit": "Preis - Zeitlimit",
|
|
1133
|
+
"Pricing - Day Price Per Period": "Preis - Tagespreis pro Periode",
|
|
1134
|
+
"Pricing - Night Price Per Period": "Preis - Nachtpreis pro Periode",
|
|
1135
|
+
"Pricing - Day Idle Fee Per Minute": "Preis - Tagesgebühr pro Minute",
|
|
1136
|
+
"Pricing - Night Idle Fee Per Minute": "Preis - Nacht-Leerlaufgebühr pro Minute",
|
|
1137
|
+
"Pricing - Idle Fee Per Minute": "Preis - Leerlaufgebühr pro Minute",
|
|
1138
|
+
"Pricing - Idle Fee Grace Period Minutes": "Preise - Minutengebühr-Nachfrist für Idle",
|
|
1139
|
+
"Pricing - Idle Pricing Period In Minutes": "Preise - Leerlauf-Preisperiode In Minuten",
|
|
1140
|
+
"Pricing - Idle Fee Period Start": "Preis - Leerlaufgebühr Beginn",
|
|
1141
|
+
"Pricing - Idle Fee Period End": "Preis - Leerlaufgebühr Ende",
|
|
1142
|
+
"Pricing - Idle Fee Limit": "Preis - Idle Fee Limit",
|
|
1143
|
+
"Pricing - Connection Fee Minimum Session Duration": "Preis – Mindestdauer der Verbindungsgebühr",
|
|
1144
|
+
"Pricing - Connection Fee Minimum Session Energy": "Preis - Verbindungsgebühr Minimale Session Energie",
|
|
1145
|
+
"Pricing - Duration Fee Grace Period": "Preis - Dauer der Nachfrist",
|
|
1146
|
+
"Pricing - Min Price": "Preis - Mindestpreis",
|
|
1147
|
+
"Pricing - Pre Authorize Amount": "Preis - Autorisierungsbetrag",
|
|
1148
|
+
"Pricing - Tax I D": "Preis - Steuer I D",
|
|
1149
|
+
"Pricing - Charge Point Electricity Rate": "Preis - Strompreis Ladungspunkt",
|
|
1150
|
+
"Pricing - Fallback Electricity Rate Id": "Preise - Fallback Stromrate Id",
|
|
1151
|
+
"Pricing - Markup Percentage Per Kwh": "Preis - Markup Prozentsatz pro Kwh",
|
|
1152
|
+
"Pricing - Markup Fixed Fee Per Kwh": "Preis - Markup Festgebühr pro Kwh",
|
|
1153
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Default Price": "Preis - Flexible Markierung als Festwert pro Kwh - Standardpreis",
|
|
1154
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Interval Pricing": "Preise - Flexible Markierung als Festwert pro Kwh - Intervallpreis",
|
|
1155
|
+
"Pricing - Multi Price Per Kwh": "Preis - Mehrfachpreis pro Kwh",
|
|
1156
|
+
"Pricing - Multi Price Per Duration": "Preis - Mehrfachpreis pro Dauer",
|
|
1157
|
+
"Pricing - Multi Idle Fee": "Preis - Mehrfach-Leerlaufgebühr",
|
|
1158
|
+
"Pricing - Regular Use Period": "Preis - Regelmäßige Nutzung Periode",
|
|
1159
|
+
"Pricing - Average Power Levels": "Preise - Durchschnittliche Leistungsstufen",
|
|
1160
|
+
"Pricing - Peak Power Levels": "Preis - Spitzenkraftlevel",
|
|
1161
|
+
"Pricing - Time Periods": "Preis - Zeiträume",
|
|
1162
|
+
"Pricing - Price Periods - Connection Fee Periods - Fee": "Preis - Preisspanne - Verbindungsentgelte - Gebühr",
|
|
1163
|
+
"Pricing - Price Periods - Energy Fee Periods - Fee": "Preis - Preisspanne - Energiearbeiten - Gebühr",
|
|
1164
|
+
"Pricing - Price Periods - Duration Fee Periods - Fee": "Preis - Preisspanne - Dauer Zeiträume - Gebühr",
|
|
1165
|
+
"Pricing - Price Periods - Idle Fee Periods - Fee": "Preis - Preisperioden - Leerlaufgebühr - Gebühr",
|
|
1166
|
+
"Pricing - Days When Applied": "Preis - Tage wenn angewendet",
|
|
1167
|
+
"Pricing - Threshold Price For Energy": "Preis - Grenzwert für Energie",
|
|
1168
|
+
"Pricing - Price For Energy When Optimized": "Preis - Preis für Energie bei Optimierung",
|
|
1169
|
+
"Pricing - Optimised Label": "Preis - Optimiertes Label",
|
|
1170
|
+
"Pricing - Duration Fee From": "Preis – Dauer von",
|
|
1171
|
+
"Pricing - Duration Fee To": "Preis – Dauer bis",
|
|
1172
|
+
"Pricing - Subsidy Integration Id": "Preis - Subventionsintegrations-Id",
|
|
1173
|
+
"Pricing - Lock Price On Session Start": "Preis - Sperrpreis bei Sitzungsbeginn",
|
|
1174
|
+
"Pricing - Lock Energy Price On Session Start": "Preis - Energiesparpreis bei Sitzungsbeginn sperren",
|
|
1175
|
+
"Pricing - Lock Duration Price On Session Start": "Preis - Sperrdauer beim Start der Sitzung",
|
|
1176
|
+
"Pricing - Lock Idle Price On Session Start": "Preis - Sperre Leerlaufpreis beim Start der Sitzung",
|
|
1177
|
+
"Pricing - State Of Charge Idle Threshold": "Preis - Ladestatus Leerlauf-Grenzwert",
|
|
1178
|
+
"Pricing - Average Power Idle Threshold": "Preis - Durchschnittliche Energie-Leerlaufschwelle",
|
|
1179
|
+
"Stop Session - Time Limit Minutes": "Sitzung stoppen - Minuten Zeitlimit",
|
|
1180
|
+
"Stop Session - Stop When Energy Exceeds Kwh": "Sitzung beenden - Stop wenn Energie Kwh übersteigt",
|
|
1181
|
+
"Restrictions - Apply To Users Of Charge Point Owner": "Beschränkungen - Anwenden Sie auf Nutzer mit gebührenpflichtigen Punkten",
|
|
1182
|
+
"Restrictions - Apply To Users Of Charge Point Partner": "Beschränkungen - Anwenden Sie auf Nutzer mit gebührenpflichtigen Punktpartnern",
|
|
1183
|
+
"Restrictions - Apply To Users Of All Roaming Emsps": "Beschränkungen - Anwenden Sie alle Roaming-Emsps",
|
|
1184
|
+
"Restrictions - Apply To Ad Hoc Users": "Beschränkungen - Für Werbe-Hoc-Benutzer anwenden",
|
|
1185
|
+
"Restrictions - Ad Hoc Pre Authorize Amount": "Einschränkungen - Ad-hoc Pre Autorisierungsbetrag",
|
|
1186
|
+
"Restrictions - Ad Hoc Stop When Pre Authorized Amount Falls Below": "Beschränkungen - Anzeigehoc stoppen, wenn der Autorisierte Betrag unten fällt",
|
|
1187
|
+
"Restrictions - Apply To Users Of Partners": "Beschränkungen - Anwenden für Benutzer von Partnern",
|
|
1188
|
+
"Restrictions - Apply To Users With Groups": "Beschränkungen - Anwenden Sie für Benutzer mit Gruppen",
|
|
1189
|
+
"Restrictions - Apply To User Group Ids": "Einschränkungen - Anwenden auf Benutzergruppen-Ids",
|
|
1190
|
+
"Restrictions - Apply To Users With Subscriptions": "Beschränkungen - Anwenden Sie Benutzer mit Abonnements",
|
|
1191
|
+
"Restrictions - Start Date": "Beschränkungen - Startdatum",
|
|
1192
|
+
"Restrictions - End Date": "Beschränkungen - Enddatum",
|
|
1193
|
+
"Display - Default Price Information": "Anzeige - Standardpreisinformationen",
|
|
1194
|
+
"Display - Default Price Information Offline": "Anzeige - Standard-Preisinformationen offline",
|
|
1195
|
+
"Display - Price Information": "Anzeige - Preisinformationen",
|
|
1196
|
+
"Display - Total Cost Information": "Anzeige - Total Cost Information",
|
|
1197
|
+
"Transaction": "Transaktion",
|
|
1198
|
+
"Email": "E-Mail",
|
|
1199
|
+
"Invoice Details - Invoice Type": "Rechnungsdetails - Rechnungstyp",
|
|
1200
|
+
"Invoice Details - Individual Name": "Rechnungsdetails - Individueller Name",
|
|
1201
|
+
"Invoice Details - Individual Personal Id": "Rechnungsdetails - Persönliche Id",
|
|
1202
|
+
"Invoice Details - Individual Tax Id": "Rechnungsdetails - Individuelle Steuer-Id",
|
|
1203
|
+
"Invoice Details - Company Name": "Rechnungsdetails - Firmenname",
|
|
1204
|
+
"Invoice Details - Company Reg No": "Rechnungsdetails - Unternehmen Reg Nr.",
|
|
1205
|
+
"Invoice Details - Company Tax Id": "Rechnungsdetails - Steuer-Id der Firma",
|
|
1206
|
+
"Invoice Details - Company Tax Administration Office Name": "Rechnungsdetails - Name des Büros für Steuerverwaltung",
|
|
1207
|
+
"Invoice Details - Country": "Rechnungsdetails - Land",
|
|
1208
|
+
"Invoice Details - City": "Rechnungsdetails - Stadt",
|
|
1209
|
+
"Invoice Details - Post Code": "Rechnungsdetails - Postleitzahl",
|
|
1210
|
+
"Invoice Details - Address": "Rechnungsdetails - Adresse",
|
|
1211
|
+
"Ref": "Referenz",
|
|
1212
|
+
"Filter - Payment Method": "Filter - Zahlungsmethode",
|
|
1213
|
+
"Filter - Invoice Number": "Filter - Rechnungsnummer",
|
|
1214
|
+
"Filter - Session Id": "Filter - Session-Id",
|
|
1215
|
+
"Filter - Ref": "Filter - Ref",
|
|
1216
|
+
"Filter - Billing Type": "Filter - Abrechnungsart",
|
|
1217
|
+
"Filter - Terminal Id": "Filter - Terminal Id",
|
|
1218
|
+
"Filter - Finalized Before": "Filter - Abgeschlossen vor",
|
|
1219
|
+
"Filter - Finalized After": "Filter - Finalisiert nach",
|
|
1220
|
+
"Filter - Voucher Id": "Filter - Gutschein-Id",
|
|
1221
|
+
"Filter - Purchase Type": "Filter - Einkaufstyp",
|
|
1222
|
+
"Session Id": "Sitzungs-Id",
|
|
1223
|
+
"Payment Method - Method Type": "Zahlungsmethode - Methodentyp",
|
|
1224
|
+
"Payment Method - Card Network": "Zahlungsmethode - Kartennetz",
|
|
1225
|
+
"Payment Method - Bank Transfer Type": "Zahlungsmethode - Überweisungstyp",
|
|
1226
|
+
"Payment Method - Wallet Type": "Zahlungsmethode - Wallet-Typ",
|
|
1227
|
+
"Payment Method - Type": "Zahlungsmethode - Typ",
|
|
1228
|
+
"Payment Method - Last4": "Zahlungsmethode - Letzte 4",
|
|
1229
|
+
"Payment Method - Exp Month": "Zahlungsmethode - Exp Monat",
|
|
1230
|
+
"Payment Method - Exp Year": "Zahlungsmethode - Exp Jahr",
|
|
1231
|
+
"Total Amount": "Gesamtbetrag",
|
|
1232
|
+
"Failure Reason": "Fehlerursache",
|
|
1233
|
+
"User": "Benutzer",
|
|
1234
|
+
"End Date": "Enddatum",
|
|
1235
|
+
"Auto Renewal": "Auto Renewal",
|
|
1236
|
+
"Amount": "Betrag",
|
|
1237
|
+
"App Info": "App-Info",
|
|
1238
|
+
"Code": "Code",
|
|
1239
|
+
"Filter - User Group Id": "Filter - Benutzer-Gruppen-Id",
|
|
1240
|
+
"Filter - Email": "Filter - E-Mail",
|
|
1241
|
+
"Filter - External App Data": "Filter - Externe App Daten",
|
|
1242
|
+
"Email Verified": "E-Mail bestätigt",
|
|
1243
|
+
"Password": "Kennwort",
|
|
1244
|
+
"Require Password Reset": "Passwort zurücksetzen erforderlich",
|
|
1245
|
+
"First Name": "Vorname",
|
|
1246
|
+
"Middle Name": "Mittlerer Name",
|
|
1247
|
+
"Last Name": "Nachname",
|
|
1248
|
+
"Phone": "Telefon",
|
|
1249
|
+
"Vehicle No": "Fahrzeug Nein",
|
|
1250
|
+
"Personal Id": "Persönliche Id",
|
|
1251
|
+
"Locale": "Lokal",
|
|
1252
|
+
"User Group Ids": "Benutzergruppen-Ids",
|
|
1253
|
+
"Options - Sessions Allowed": "Optionen - Sitzungen erlaubt",
|
|
1254
|
+
"Receive News And Promotions": "Nachrichten und Werbeaktionen erhalten",
|
|
1255
|
+
"Bank Details - Bank Iban": "Bankdetails - Bank Iban",
|
|
1256
|
+
"Bank Details - Bank Name": "Bankdaten - Name der Bank",
|
|
1257
|
+
"Bank Details - Bank Address": "Bankdaten - Bankadresse",
|
|
1258
|
+
"Bank Details - Bank Code": "Bankverbindung - Bankleitzahl",
|
|
1259
|
+
"Bank Details - Bank Account Number": "Bankverbindung - Kontonummer",
|
|
1260
|
+
"Bank Details - Bank Account Type": "Bankdaten - Kontotyp",
|
|
1261
|
+
"Nonce": "Nonce",
|
|
1262
|
+
"With Amount Due": "Mit Fälligkeitsbetrag",
|
|
1263
|
+
"Tokenized Type": "Tokenisierter Typ",
|
|
1264
|
+
"Bank Transfer Type": "Überweisungstyp",
|
|
1265
|
+
"Default": "Standard",
|
|
1266
|
+
"Via": "Über",
|
|
1267
|
+
"Webhook - Callback Url": "Webhook - Callback Url",
|
|
1268
|
+
"Kafka - Topic": "Kafka - Thema",
|
|
1269
|
+
"Kafka - Brokers": "Kafka - Makler",
|
|
1270
|
+
"Kafka - Compression Codec": "Kafka - Kompressionscode",
|
|
1271
|
+
"Kafka - Security Protocol": "Kafka - Sicherheitsprotokoll",
|
|
1272
|
+
"Kafka - Sasl Mechanism": "Kafka - Sasl-Mechanismus",
|
|
1273
|
+
"Kafka - Sasl Username": "Kafka - Sasl-Benutzername",
|
|
1274
|
+
"Kafka - Sasl Password": "Kafka - Sasl Passwort",
|
|
1275
|
+
"Filter - Method": "Filter - Methode",
|
|
1276
|
+
"Authorization": "Autorisierung",
|
|
1277
|
+
"Filter - Start After": "Filter - Start nach",
|
|
1278
|
+
"Filter - Start Before": "Filter - Start vorher",
|
|
1279
|
+
"Filter - End After": "Filter - Ende nach",
|
|
1280
|
+
"Filter - End Before": "Filter - Ende vorher",
|
|
1281
|
+
"Booking Request": "Buchungsanfrage",
|
|
1282
|
+
"Booking": "Buchung",
|
|
1283
|
+
"Filter - Start Date Time From": "Filter - Startdatum von",
|
|
1284
|
+
"Filter - Start Date Time To": "Filter - Startzeit bis",
|
|
1285
|
+
"Filter - End Date Time From": "Filter - Enddatum von",
|
|
1286
|
+
"Filter - End Date Time To": "Filter - Enddatum bis",
|
|
1287
|
+
"Filter - Operator Id": "Filter - Operator-Id",
|
|
1288
|
+
"Filter - Roaming Id": "Filter - Roaming Id",
|
|
1289
|
+
"Filter - Credit": "Filter - Guthaben",
|
|
1290
|
+
"Filter - Is Local": "Filter - Ist lokal",
|
|
1291
|
+
"Filter - Received After": "Filter - Erhalten nach",
|
|
1292
|
+
"Filter - Received Before": "Filter - Erhalten vor",
|
|
1293
|
+
"Filter - Sent After": "Filter - Gesendet nach",
|
|
1294
|
+
"Filter - Sent Before": "Filter - Gesendet vorher",
|
|
1295
|
+
"Filter - Delivery Response": "Filter - Lieferantwort",
|
|
1296
|
+
"Cdr": "Jörg",
|
|
1297
|
+
"Parent Circuit Id": "Übergeordnete Schaltkreis Id",
|
|
1298
|
+
"Phases": "Phasen",
|
|
1299
|
+
"Phase Rotation": "Phasendrehung",
|
|
1300
|
+
"Connected Phase": "Verbundene Phase",
|
|
1301
|
+
"Electrical Configuration": "Elektrische Konfiguration",
|
|
1302
|
+
"Max Voltage": "Maximale Spannung",
|
|
1303
|
+
"Max Current": "Max. Strom",
|
|
1304
|
+
"Min Charge Point Current": "Min. Ladungspunkt Strom",
|
|
1305
|
+
"Set Session Limit To Zero On Idle": "Setze Sitzungslimit auf Null im Leerlauf",
|
|
1306
|
+
"Electricity Meter Id": "Stromzähler Id",
|
|
1307
|
+
"Offline Reserved Current": "Aktuell reserviert offline",
|
|
1308
|
+
"Load Balancing Integration - Id": "Load Balancing Integration - Id",
|
|
1309
|
+
"Load Balancing Integration - Fields Variant Type": "Lastausgleich-Integration - Variantentyp der Felder",
|
|
1310
|
+
"Fields": "Felder",
|
|
1311
|
+
"Target Id": "Target Id",
|
|
1312
|
+
"User Priority": "Benutzerpriorität",
|
|
1313
|
+
"Alphabetic Code": "Alphabetischer Code",
|
|
1314
|
+
"Prefix": "Präfix",
|
|
1315
|
+
"Suffix": "Suffix",
|
|
1316
|
+
"Decimal": "Dezimalzahl",
|
|
1317
|
+
"Unit Price And Calculations Decimal": "Einzelpreis und Dezimalkalkulation",
|
|
1318
|
+
"Enable Use Of Minor Currency Unit": "Verwendung von geringerer Währungseinheit aktivieren",
|
|
1319
|
+
"Minor Unit Sign": "Kleines Einheit-Signal",
|
|
1320
|
+
"Base": "Basis",
|
|
1321
|
+
"Target": "Target",
|
|
1322
|
+
"Rate": "Rate",
|
|
1323
|
+
"Filter - Base": "Filter - Basis",
|
|
1324
|
+
"Filter - Target": "Filter - Ziel",
|
|
1325
|
+
"Filter - Updated Before": "Filter - aktualisiert vor",
|
|
1326
|
+
"Filter - Updated After": "Filter - aktualisiert nach",
|
|
1327
|
+
"Currency Rate": "Währungskurs",
|
|
1328
|
+
"Custom Fee": "Eigene Gebühr",
|
|
1329
|
+
"Notice": "Hinweis",
|
|
1330
|
+
"Filter - Physical Reference": "Filter - Physikalische Referenz",
|
|
1331
|
+
"Question": "Frage",
|
|
1332
|
+
"Answer": "Antwort",
|
|
1333
|
+
"Faq": "Fach",
|
|
1334
|
+
"Filter - Firmware Version": "Filter - Firmware-Version",
|
|
1335
|
+
"Firmware Version": "Firmware-Version",
|
|
1336
|
+
"Filter - Installation And Maintenance Company Id": "Filter - Installation und Wartungsfirmen-Id",
|
|
1337
|
+
"Filter - Installer Admin Id": "Filter - Installer Admin Id",
|
|
1338
|
+
"Installation And Maintenance Company Id": "Installation und Wartungsfirma Id",
|
|
1339
|
+
"Installer Admin Id": "Installer-Admin Id",
|
|
1340
|
+
"Installer Job": "Installer-Job",
|
|
1341
|
+
"Filter - Issued From": "Filter - Ausgestellt von",
|
|
1342
|
+
"Filter - Issued To": "Filter - Ausgestellt an",
|
|
1343
|
+
"Invoice": "Rechnung",
|
|
1344
|
+
"Title": "Titel",
|
|
1345
|
+
"Start Date": "Startdatum",
|
|
1346
|
+
"Access And Permissions - Sessions Remote Control": "Zugriff und Berechtigungen - Fernsteuerung von Sitzungen",
|
|
1347
|
+
"Access And Permissions - Start Reservation": "Zugriff und Berechtigungen - Reservierung starten",
|
|
1348
|
+
"Access And Permissions - Stop Reservation": "Zugriff und Berechtigungen - Reservierung stoppen",
|
|
1349
|
+
"Access And Permissions - Reset Charge Point": "Zugriff und Berechtigungen - Ladepunkt zurücksetzen",
|
|
1350
|
+
"Access And Permissions - Firmware Update": "Zugriff und Berechtigungen - Firmware-Update",
|
|
1351
|
+
"Revenue Sharing - Partner Share Percentage Ac Evse": "Umsatzbeteiligung - Partner teilen Prozent Ac Evse",
|
|
1352
|
+
"Revenue Sharing - Partner Share Percentage Dc Evse": "Umsatzbeteiligung - Partner Aktie Prozent Dc Evse",
|
|
1353
|
+
"Revenue Sharing - Exclude Connection Fee": "Umsatzbeteiligung - Verbindungsgebühr ausschließen",
|
|
1354
|
+
"Revenue Sharing - Deduct Electricity Cost": "Umsatzbeteiligung - Stromkosten abziehen",
|
|
1355
|
+
"Revenue Sharing - Reimburse For Electricity Cost": "Umsatzbeteiligung - Rückzahlung für Stromkosten",
|
|
1356
|
+
"Revenue Sharing - Fixed Fee Per Session Ac": "Umsatzbeteiligung – Festgebühr pro Session Ac",
|
|
1357
|
+
"Revenue Sharing - Fixed Fee Per Session Dc": "Umsatzbeteiligung – Festgebühr pro Session Dc",
|
|
1358
|
+
"Revenue Sharing - Fee Per Kwh Ac": "Umsatzbeteiligung – Gebühr pro Kwh Ac",
|
|
1359
|
+
"Revenue Sharing - Fee Per Kwh Dc": "Umsatzbeteiligung - Gebühr pro Kwh Dc",
|
|
1360
|
+
"Revenue Sharing - Handling Fee": "Umsatzbeteiligung – Bearbeitungsgebühr",
|
|
1361
|
+
"Monthly Platform Fees - Per Charge Point": "Monatliche Plattformgebühren - Pro Ladungspunkt",
|
|
1362
|
+
"Monthly Platform Fees - Per Ac Evse": "Monatliche Plattformgebühren - pro Ac-Evse",
|
|
1363
|
+
"Monthly Platform Fees - Per Dc Evse": "Monatliche Plattformgebühren - Pro Evse",
|
|
1364
|
+
"Partner Contract": "Partnervertrag",
|
|
1365
|
+
"Filter - Settlement Report Id": "Filter - Abrechnungsbericht Id",
|
|
1366
|
+
"Filter - Date Before": "Filter - Datum vor",
|
|
1367
|
+
"Filter - Date After": "Filter - Datum nach",
|
|
1368
|
+
"Filter - Origin": "Filter - Ursprung",
|
|
1369
|
+
"Filter - Currency Code": "Filter - Währungscode",
|
|
1370
|
+
"With Breakdown": "Mit Aufteilung",
|
|
1371
|
+
"Filter - Created From": "Filter - Erstellt von",
|
|
1372
|
+
"Filter - Created To": "Filter - Erstellt zu",
|
|
1373
|
+
"Filter - Invite Email": "Filter - Einladungs-E-Mail",
|
|
1374
|
+
"Send Via Email": "Per E-Mail senden",
|
|
1375
|
+
"Language": "Sprache",
|
|
1376
|
+
"Options - Allow Corporate Account Billing": "Optionen - Firmenkonto-Abrechnung erlauben",
|
|
1377
|
+
"Options - Limit Corporate Account Billing To Partner Charge Points": "Optionen - Begrenzung Firmenkonto-Abrechnung auf Partner-Charge Punkte",
|
|
1378
|
+
"Options - Allow Access To Private Charge Points": "Optionen - Zugriff auf private Gebührenpunkte erlauben",
|
|
1379
|
+
"Partner Invite": "Partner-Einladung",
|
|
1380
|
+
"Filter - Period After": "Filter - Zeitraum nach",
|
|
1381
|
+
"Filter - Period Before": "Filter - Periode davor",
|
|
1382
|
+
"Partner Settlement Report": "Partnerabrechnungsbericht",
|
|
1383
|
+
"Paid Amount": "Bezahlter Betrag",
|
|
1384
|
+
"Note": "Notiz",
|
|
1385
|
+
"Partner Settlement Record": "Partnerabrechnungsdatensatz",
|
|
1386
|
+
"Filter - Reg No": "Filter - Reg Nein",
|
|
1387
|
+
"Reg No": "Reg Nein",
|
|
1388
|
+
"Vat No": "MwSt. Nr",
|
|
1389
|
+
"Postcode": "Postleitzahl",
|
|
1390
|
+
"Contact Details - Administrative - Contact Person": "Kontaktdaten - Verwaltung - Kontaktperson",
|
|
1391
|
+
"Contact Details - Administrative - Email": "Kontaktdaten - Verwaltung - E-Mail",
|
|
1392
|
+
"Contact Details - Administrative - Phone": "Kontaktdaten - Verwaltung - Telefon",
|
|
1393
|
+
"Contact Details - Technical - Contact Person": "Kontaktdaten - Technisch - Ansprechpartner",
|
|
1394
|
+
"Contact Details - Technical - Email": "Kontaktdaten - Technische - E-Mail",
|
|
1395
|
+
"Contact Details - Technical - Phone": "Kontaktdaten - Technisch - Telefon",
|
|
1396
|
+
"Contact Details - Billing - Contact Person": "Kontaktdaten - Abrechnung - Kontaktperson",
|
|
1397
|
+
"Contact Details - Billing - Email": "Kontaktdaten - Abrechnung - E-Mail",
|
|
1398
|
+
"Contact Details - Billing - Phone": "Kontaktdaten - Abrechnung - Telefon",
|
|
1399
|
+
"Notifications - Technical - Charge Point Faults": "Benachrichtigungen - Technisch - Ladepunktfehler",
|
|
1400
|
+
"Notifications - Billing - Settlement Reports": "Benachrichtigungen - Rechnungsstellung - Abrechnungsberichte",
|
|
1401
|
+
"Monthly Platform Fee": "Monatliche Plattformgebühr",
|
|
1402
|
+
"Options - Create Users": "Optionen - Benutzer erstellen",
|
|
1403
|
+
"Options - Add User Balance": "Optionen - Benutzerkonto hinzufügen",
|
|
1404
|
+
"Options - Supplier On Receipts": "Optionen - Lieferant auf Belegen",
|
|
1405
|
+
"Options - Allow To Control Tariffs": "Optionen - Erlaubt Tarife zu steuern",
|
|
1406
|
+
"Options - Allow To Control Tariff Groups": "Optionen - Erlaube die Steuerung von Tarifgruppen",
|
|
1407
|
+
"Corporate Billing - Enabled": "Firmenrechnung - aktiviert",
|
|
1408
|
+
"Corporate Billing - Monthly Limit": "Firmenrechnung - Monatliches Limit",
|
|
1409
|
+
"Corporate Billing - Discount": "Firmenrechnung - Rabatt",
|
|
1410
|
+
"Partner": "Partner",
|
|
1411
|
+
"Filter - Serial Number": "Filter - Seriennummer",
|
|
1412
|
+
"Payment Terminal": "Zahlungs-Terminal",
|
|
1413
|
+
"Filter - Tax Id": "Filter - Steuer-Id",
|
|
1414
|
+
"Filter - Payment Status": "Filter - Zahlungsstatus",
|
|
1415
|
+
"Filter - Period Start": "Filter - Beginn der Periode",
|
|
1416
|
+
"Filter - Period End": "Filter - Ende der Periode",
|
|
1417
|
+
"Receipt": "Beleg",
|
|
1418
|
+
"Filter - Reserved From": "Filter - Reserviert von",
|
|
1419
|
+
"Filter - Reserved To": "Filter - Reserviert für",
|
|
1420
|
+
"Filter - Charge Point": "Filter - Ladungspunkt",
|
|
1421
|
+
"Filter - Timestamp From": "Filter - Zeitstempel von",
|
|
1422
|
+
"Filter - Timestamp To": "Filter - Zeitstempel bis",
|
|
1423
|
+
"Security Event": "Sicherheitsereignis",
|
|
1424
|
+
"With Clock Aligned Energy Consumption": "Mit zeitgesteuertem Energieverbrauch",
|
|
1425
|
+
"Clock Aligned Interval": "Uhr ausrichteter Intervall",
|
|
1426
|
+
"With Authorization": "Mit Autorisierung",
|
|
1427
|
+
"With Price Breakdown": "Mit Preisaufteilung",
|
|
1428
|
+
"With Charging Periods": "Mit Ladezeiten",
|
|
1429
|
+
"With Charging Periods Price Breakdown": "Mit Aufladungsperioden-Preisaufteilung",
|
|
1430
|
+
"Filter - Charge Point Network Id": "Filter - Ladungspunkt Netzwerk-Id",
|
|
1431
|
+
"Filter - Reason": "Filter - Grund",
|
|
1432
|
+
"Filter - Charge Point Boot Notification Serial Number": "Filter - Charge Point Boot Notification Serial Number",
|
|
1433
|
+
"Filter - Charge Point Boot Notification Vendor": "Filter - Charge Point Boot Notification Vendor",
|
|
1434
|
+
"Filter - Started Before": "Filter - Startet vorher",
|
|
1435
|
+
"Filter - Ended After": "Filter - Endet nach",
|
|
1436
|
+
"Filter - Ended Before": "Filter - Beendet vorher",
|
|
1437
|
+
"Filter - Id Tag": "Filter - Id Tag",
|
|
1438
|
+
"Filter - Payment Type": "Filter - Zahlungsart",
|
|
1439
|
+
"Filter - Payment Status Updated Before": "Filter - Zahlungsstatus aktualisiert vor",
|
|
1440
|
+
"Filter - Payment Status Updated After": "Filter - Zahlungsstatus aktualisiert nach",
|
|
1441
|
+
"Filter - Receipt Id": "Filter - Belege-Id",
|
|
1442
|
+
"Filter - Authorization Source": "Filter - Autorisierungsquelle",
|
|
1443
|
+
"Filter - Billing Status": "Filter - Rechnungsstatus",
|
|
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 - Enddatum von",
|
|
1448
|
+
"Filter - End Date To": "Filter - Enddatum bis",
|
|
1449
|
+
"Filter - Billed Externally": "Filter - Extern abgerechnet",
|
|
1450
|
+
"Subscription": "Abonnements",
|
|
1451
|
+
"Tariff Ids": "Tarif-Ids",
|
|
1452
|
+
"Tariff Group": "Tarifgruppe",
|
|
1453
|
+
"Tariff Snapshot": "Tariff Snapshot",
|
|
1454
|
+
"Tax Identification Number": "Steuernummer",
|
|
1455
|
+
"Display Name": "Anzeigename",
|
|
1456
|
+
"Percentage": "Prozentsatz",
|
|
1457
|
+
"Tax Identification Number Id": "Steuernummer Id",
|
|
1458
|
+
"Tax": "Steuer",
|
|
1459
|
+
"Filter - Document Id": "Filter - Dokumenten-Id",
|
|
1460
|
+
"Filter - Valid From": "Filter - Gültig ab",
|
|
1461
|
+
"Term Version": "Begriffsversion",
|
|
1462
|
+
"Filter - Enabled": "Filter - Aktiviert",
|
|
1463
|
+
"Price": "Preis",
|
|
1464
|
+
"Bonus": "Bonus",
|
|
1465
|
+
"Top Up Package": "Paket aufladen",
|
|
1466
|
+
"Filter - No Partner": "Filter - Kein Partner",
|
|
1467
|
+
"User Group": "Benutzergruppe",
|
|
1468
|
+
"Utility": "Hilfsmittel",
|
|
1469
|
+
"Error Code": "Fehlercode",
|
|
1470
|
+
"Error Code Description": "Fehlercode-Beschreibung",
|
|
1471
|
+
"Error Code Customer Action": "Fehlercode Kundenaktion",
|
|
1472
|
+
"Vendor Error Code": "Lieferanten-Fehlercode",
|
|
1473
|
+
"Filter - Created At": "Filter - Erstellt am",
|
|
1474
|
+
"Filter - Redeemed After": "Filter - Eingelöst nach",
|
|
1475
|
+
"Filter - Redeemed Before": "Filter - Eingelöst",
|
|
1476
|
+
"Filter - Expire Date After": "Filter - Ablaufdatum nach",
|
|
1477
|
+
"Filter - Expire Date Before": "Filter - Ablaufdatum vor",
|
|
1478
|
+
"Filter - Code": "Filter - Code",
|
|
1479
|
+
"Expire Date": "Ablaufdatum",
|
|
1480
|
+
"Validity Period": "Gültigkeitsdauer",
|
|
1481
|
+
"Assign Before Date": "Zuweisen vor Datum",
|
|
1482
|
+
"Voucher": "Gutschein",
|
|
1483
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
1484
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
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.": "Die ID des Steckverbinders, für den die Verfügbarkeit geändert werden muss. Wenn die Verfügbarkeit des Charge Point und seiner Steckverbinder fehlt, muss sich die Verfügbarkeit des Charge Point ändern.",
|
|
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": "Die Art der Verfügbarkeit ändert, dass der Charge Point\n* `Inoperative` Charge Point zum Laden nicht verfügbar ist.\n* `Operative` Ladungspunkt ist zum Laden verfügbar.\n",
|
|
1487
|
+
"This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.": "Dieser Benutzer würde der Besitzer des persönlichen Ladungspunktes werden. Wenn er leer gelassen wird - kein Besitzer würde zugewiesen.",
|
|
1488
|
+
"The ID of the charging profile to clear.": "Die ID des Gebührenprofils zu löschen.",
|
|
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.": "Gibt die ID des Konnektors an, für die Ladeprofile gelöscht werden sollen. Eine ConnectorId von Null (0) gibt das Ladeprofil für den gesamten Ladepunkt an. Abwesenheit dieses Parameters bedeutet, dass das Clearing für alle Ladungsprofile gilt, die den anderen Kriterien der Anfrage entsprechen.",
|
|
1490
|
+
"Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.": "Bestimmt den Zweck der Gebührenprofile, die gelöscht werden, wenn sie die anderen Kriterien in der Anfrage erfüllen.",
|
|
1491
|
+
"Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.": "Legt den StackLevel fest, für den die Ladungsprofile gelöscht werden, wenn sie die anderen Kriterien in der Anfrage erfüllen.",
|
|
1492
|
+
"FTP address to upload the diagnostics to": "FTP-Adresse, um die Diagnose hochzuladen",
|
|
1493
|
+
"Only get diagnostics that are created after this date-time": "Nur Diagnosen erhalten, die nach diesem Datum erstellt werden",
|
|
1494
|
+
"Only get diagnostics that are created before that date-time": "Nur Diagnosen erhalten, die vor diesem Datum erstellt werden",
|
|
1495
|
+
"The URL of the location at the remote system where the log should be stored.": "Die URL des Standortes auf dem entfernten System, an dem das Log gespeichert werden soll.",
|
|
1496
|
+
"Reason kept in the action logs for future reference.": "Grund in den Action-Logs für zukünftige Referenzen.",
|
|
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.": "Legt fest, wie oft der Ladepunkt versuchen muss, das Log hochzuladen, bevor er aufgibt. Falls dieses Feld nicht vorhanden ist, bleibt es beim Laden des Punktes belassen, um zu entscheiden, wie oft es versuchen möchte.",
|
|
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.": "Das Intervall in Sekunden, nach dem ein Wiederholungsversuch versucht werden kann. Falls dieses Feld nicht vorhanden ist, wird der Ladepunkt belassen, um zu entscheiden, wie lange man zwischen den Versuchen warten soll.",
|
|
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`.": "Dies enthält das Datum und die Uhrzeit der ältesten Protokollierungsinformationen, die in der Diagnostik enthalten sind. Bitte geben Sie den Wert im folgenden Format `Y-m-d H:i:s` an.",
|
|
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`.": "Dies enthält das Datum und die Uhrzeit der neuesten Protokollierungsinformationen, die in der Diagnostik enthalten sind. Bitte geben Sie den Wert im folgenden Format `Y-m-d H:i:s` an.",
|
|
1501
|
+
"In case reason is empty, following text \"Activated via API\" will be added automatically": "Falls der Grund leer ist, wird der folgende Text \"via API aktiviert\" automatisch hinzugefügt",
|
|
1502
|
+
"The identifier of the vendor specific implementation.": "Der Bezeichner der herstellerspezifischen Implementierung.",
|
|
1503
|
+
"Additional identification field.": "Zusätzliches Identifikationsfeld.",
|
|
1504
|
+
"Data without specified length or format": "Daten ohne angegebene Länge oder Format",
|
|
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.": "Die ID der Zahlungsmethode, wie durch die Zahlungsart Listing (Benutzer / Zahlungsmethode / Listing). Wenn leer gelassen oder null, Es würde durch das System bestimmt werden - entweder \"Saldo\" oder \"Abonnement\" (falls der Nutzer ein aktives Post-Pay-Abonnement für die Gebührensitzungen hat und der Ladungspunkt ein Wohnraumladegerät ist). Wenn es NICHT leer oder null ist, ist userId erforderlich.",
|
|
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.": "Die ID der Buchung um die Sitzung zu verknüpfen. Gibt einen 422 Fehler zurück, wenn die Buchung nicht existiert oder ihr Status nicht akzeptiert oder reserviert ist.",
|
|
1507
|
+
"Use force=true when you want to end the session reguardless of the CP response": "Verwenden Sie force=true wenn Sie die Session-reguardless der CP-Antwort beenden möchten",
|
|
1508
|
+
"List of keys to request a get configuration for. Omit or pass empty array to request all available configuration keys.": "Liste der Schlüssel, für die eine Konfiguration angefordert werden soll. Verlasse oder überlasse ein leeres Array, um alle verfügbaren Konfigurationsschlüssel anzufordern.",
|
|
1509
|
+
"The type of the message to be triggered. Messages available only for 2.0.1 chargers - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent": "Der Typ der auszulösenden Nachricht. Nachrichten nur für 2.0.1 Ladegeräte verfügbar - LogStatusBenachrichtigung, PublishFirmwareStatusBenachrichtigung, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent",
|
|
1510
|
+
"The sharing code which provides access to the personal charge point for other users aside from the owner. If left empty the current code will be deleted": "Der Freigabe-Code, der den Zugriff auf den persönlichen Gebührenpunkt für andere Nutzer außer dem Eigentümer ermöglicht. Wenn leer gelassen wird, wird der aktuelle Code gelöscht",
|
|
1511
|
+
"Indicates the type of certificate that is to be installed on the CP.": "Gibt den Typ des Zertifikats an, das auf dem PC installiert werden soll.",
|
|
1512
|
+
"Value to be assigned to specific configuration key": "Wert dem bestimmten Konfigurationsschlüssel zugewiesen werden soll",
|
|
1513
|
+
"Name of the variable of the configuration key": "Name der Variable des Konfigurationsschlüssels",
|
|
1514
|
+
"Specify instance for OCPP 2.0.1 configuration keys": "Instanz für OCPP 2.0.1 Konfigurationsschlüssel angeben",
|
|
1515
|
+
"Required in order to specify component name for OCPP 2.0.1 configuration keys": "Erforderlich um den Komponentennamen für OCPP 2.0.1 Konfigurationsschlüssel anzugeben",
|
|
1516
|
+
"ID of the EVSE. Only for OCPP 2.0.1 configuration keys": "ID der EVSE. Nur für OCPP 2.0.1 Konfigurationsschlüssel",
|
|
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.": "Gibt den Typ der angeforderten Zertifikate an. Standardwert ist leer - das System sollte den Null/leeren Wert interpretieren, den alle Zertifikatstypen angefordert werden.",
|
|
1518
|
+
"Location (URL) from which to retrieve the firmware. Either this or `firmwareVersionId` must be provided.": "Speicherort (URL) von dem die Firmware abgerufen werden soll. Entweder diese oder `firmwareVersionId` müssen angegeben werden.",
|
|
1519
|
+
"ID of a Firmware Version. Either this or `url` must be provided.": "ID einer Firmware-Version. Entweder diese oder `url` müssen angegeben werden.",
|
|
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.": "Gibt das Datum und die Uhrzeit an, nach der der Ladungspunkt die neue Firmware abrufen soll. Falls nicht angegeben wird, wird das aktuelle *datetime* verwendet.",
|
|
1521
|
+
"Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.": "Gibt an, wie oft der Charge Point versuchen muss, die (neue) Firmware vor dem Aufgeben abzurufen.",
|
|
1522
|
+
"The interval in seconds between each retry.": "Das Intervall in Sekunden zwischen jedem Wiederholungsversuch.",
|
|
1523
|
+
"Indicates a Signed Firmware Update.": "Zeigt ein signiertes Firmware-Update an.",
|
|
1524
|
+
"Required if \"signed\" is true.": "Wird benötigt, wenn \"signiert\" wahr ist.",
|
|
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.": "Protokoll, das für die Firmware-Download-URL verwendet wird, wenn das Firmware-Repository verwendet wird. Verwenden Sie HTTP nur, wenn der Ladungspunkt keine verschlüsselten Verbindungen unterstützt.",
|
|
1526
|
+
"ISO 8601 formatted date. Resources with `startedAt >= startedAfter`.": "ISO 8601 formatiertes Datum. Ressourcen mit `startedAt >= startedAfter`.",
|
|
1527
|
+
"ISO 8601 formatted date. Resources with `stoppedAt <= stoppedBefore`.": "ISO 8601 formatiertes Datum. Ressourcen mit `stoppedAt <= stoppedBefore`.",
|
|
1528
|
+
"Resources with duration in minutes less than or equal given value.": "Ressourcen mit Dauer in Minuten kleiner oder gleich gegebener Wert.",
|
|
1529
|
+
"Resources with duration in minutes greater than or equal given value.": "Ressourcen mit Dauer in Minuten größer oder gleich gegebener Wert.",
|
|
1530
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime": "ISO 8601 formatiertes Datum. Listet nur die spezifische Ressource auf, die zuletzt am und nach diesem Datum aktualisiert wurde",
|
|
1531
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime": "ISO 8601 formatiertes Datum. Listet nur die spezifische Ressource auf, die zuletzt am und vor diesem Datum aktualisiert wurde",
|
|
1532
|
+
"When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).": "Wenn die Paginierung aktiviert ist: Maximale Gesamtergebnisse auf allen Seiten. Wenn die Paginierung deaktiviert ist: Anzahl der Ergebnisse pro API-Anfrage (max. 100).",
|
|
1533
|
+
"Whether to automatically paginate to fetch all results": "Gibt an, ob automatisch alle Ergebnisse abgerufen werden sollen",
|
|
1534
|
+
"Allowed only notice with `type = exempt`!": "Erlaubt nur Notiz mit `type = exempt`!",
|
|
1535
|
+
"Allowed only for downtime period with `type = exempt AND entryMode = manual`": "Erlaubt nur für Ausfallzeiten mit `type = exempt AND entryMode = manual`",
|
|
1536
|
+
"A download link for the user manual. Shown in the mobile app for home chargers.": "Ein Download-Link für das Benutzerhandbuch. Wird in der mobilen App für Ladegeräte angezeigt.",
|
|
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 zu einem extern gehosteten Installer-Handbuch. Das System speichert diese URL-Referenz nur (lädt das Dokument nicht herunter oder speichert es nicht) und stellt es Installer zur Verfügung, um es über die App-Schnittstelle des Installers herunterzuladen/herunterzuladen.",
|
|
1538
|
+
"`public` - a charge point visible on the map to everybody </br>\n`private` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n`personal` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n": "`public` - ein Ladungspunkt, der auf der Karte für alle </br>\n`private` sichtbar ist - standardmäßig auf der Karte versteckt und nur für den privaten Gebrauch - Unternehmen und ihre Mitarbeiter zum Beispiel. Die Sichtbarkeit des Ladungspunktes könnte in Partnerobjekt verwaltet werden, mit den verschiedenen Optionen für AccessType. </br>\n`personal` - der Ladungspunkt konnte nur einen einzigen Eigentümer haben. Der Besitzer wird eingestellt, wenn der Benutzer das Ladegerät oder mit Aktionen / Besitzer wechselt. </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": "Benötigt für persönliche Ladungspunkte. Die PIN sollte in der App angegeben werden, wenn der Ladungspunkt von einem Benutzer abgeholt wird. Darf nur Zahlen enthalten.\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 ist immer ein REQUIRED Feld für kommerzielle öffentliche und kommerzielle private Gebühren. Es ist NICHT ein Pflichtfeld nur für persönliche Ladungspunkte.\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": "Wenn der Strompreis auf den Ladungspunkt eingestellt ist, werden die Stromkosten für jede Ladesitzung ermittelt. Dynamische Stromraten konnten nicht ausgewählt werden, nur die, die in der Ressource/Stromgeschwindigkeit erstellt wurden.\n",
|
|
1542
|
+
"Only for personal charge points. Require an active subscription to use the charge point.": "Nur für persönliche Ladungspunkte. Erfordert ein aktives Abonnement, um den Ladungspunkt zu nutzen.",
|
|
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.": "Nur für persönliche Ladungspunkte. Liste der Abonnements für jeden Benutzer, von denen der Nutzer ein aktives Abonnement haben sollte, um den Ladungspunkt nutzen zu können.",
|
|
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": "Zeigt den Systemstatus des Ladungspunkts. </br>\n`enabled` - der Ladungspunkt ist voll funktionsfähig.\n`disabled` - der Ladungspunkt würde auf der Karte nicht angezeigt, wenn es sich um eine kommerzielle oder kommerzielle Privatperson mit der entsprechenden Sichtbarkeitsoption handelt und auch nicht per ID abgeholt oder gefunden werden konnte, wenn sie persönlich ist (zu Hause). </br>\n`demo` - fungiert als Simulator, so dass verschiedene Setups getestet werden können. </br>\n'außerhalb der Bestellung' - der Ladungspunkt ist sichtbar und wird mit Benutzern geteilt, aber eine Gebührensitzung\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": "Diese Markierung gibt an, ob der Betreiber den Ladungspunkt aktiv verwalten kann. Wenn das Flag auf \n falsch gesetzt ist, kann der Ladungspunkt trotzdem den Benutzern angezeigt werden aber sie können nicht beantragen, eine Sitzung darauf zu starten.\n\nVeraltet. Bitte verwenden Sie stattdessen den 'CommunicationMode'.\n",
|
|
1546
|
+
"OCPP Identifier.": "OCPP Identifier.",
|
|
1547
|
+
"Required for ocpp 1.5 (SOAP).": "Benötigt für 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` - ob Remote start/stop für den Ladepunkt </br>\n`meter_values` möglich ist - ob der Ladepunkt Meter-Updates an das System </br>\n`stop_transaction_on_ev_disconnect` senden soll - für laufende Sitzungen, wenn das Kabel ausgesteckt ist, sollte dies die Sitzung stoppen und wenn es zurückgegeben wird, wird eine neue Sitzung erstellt. </br>\n`disregard_the_heartbeats` - nur für OCPP 1.5 SOAP. Der Netzwerkstatus wird standardmäßig basierend auf den Heartbeat-Nachrichten aktualisiert. Wenn diese Option aktiviert ist, wird der Ladepunkt immer als verfügbar behandelt und sein Netzwerkstatus würde nicht von den Heartbeat-Nachrichten abhängen. </br>\n`display_messages` - Ladegerät hat ein Display und es ist aktiviert um Nachrichten anzuzeigen. Diese Fähigkeit wird automatisch aktiviert, wenn der Ladegerät den entsprechenden Konfigurationsschlüssel meldet. Beim Erstellen eines Ladungspunktes wird die Fähigkeit ignoriert, da sie beim Booten automatisch erkannt wird. </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.": "Das Backend wird versuchen, es 3 mal bei Boot-Benachrichtigung zu setzen. Wenn der Ladungspunkt dies nicht unterstützt, verwendet das Backend das höchste Sicherheitsprofil, das der Ladungspunkt verwenden könnte. </br> Folgende Sicherheitsprofile werden unterstützt: </br> 0: `No Authentication` </br> 1: `Ungesicherter Trasport mit einfacher Authentifizierung (Plain-back Authentication)` - Es enthält keine Authentifizierung für das CSMS, oder Maßnahmen zur Einrichtung eines sicheren Kommunikationskanals.",
|
|
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": "Die ID des CP-Modells, wenn einer mit dem Ladepunkt assoziiert ist. Kann auf Null gesetzt werden, um das aktuelle CP-Modell zu entfernen, das mit dem Ladepunkt verknüpft ist. Denken Sie daran, dass das Ladegerät beim Booten das Hardware-Modell meldet und es automatisch aktualisiert wird.\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.": "Die Konzernabrechnung des Partners würde standardmäßig als Zahlungsmethode verwendet werden, , wenn ein Benutzer, der zur Nutzung der Abrechnung des Partners eingeladen wird, eine Sitzung über den Abrechnungspunkt beginnt.",
|
|
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` - nur Benutzer, die vom Partner mit der Option auf private Gebührenpunkte eingeladen wurden, konnten diesen Ladungspunkt auf der Karte sehen und verwenden.",
|
|
1553
|
+
"The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.": "Die Nachricht ist nur verfügbar, wenn der Ladungspunkt vom Typ `private` ist und der accessType `public_view_private_use` ist.",
|
|
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 können zum Filtern und Gruppieren von Ladegeräten nach Tag verwendet werden. Wenn Sie einen PATCH-Eingang ausführen, sollten alle Tags mit dem Ladungspunkt verknüpft sein. Wenn Sie einen Tag aussetzen, wird er vom Ladungspunkt entfernt.",
|
|
1555
|
+
"Applicable only for personal charge points. For `public` and `private` charge points will be omitted": "Nur für persönliche Ladungspunkte. Für `public` und `private` Ladungspunkte werden keine Punkte angegeben",
|
|
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!": "Wenn sowohl NotizId als auch partner.notice Objekt in der Anfrage zur Verfügung gestellt werden, wird die NotizId verwendet, um die Anfrage NICHT das partner.notice Objekt abzuschließen!",
|
|
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": "Wenn aktiviert, wenn dem Ladungspunkt kein Strompreis zugewiesen ist, wird jede Roaming-Sitzung als Nutzung erneuerbarer Energien markiert.\nDer aktuelle Energiemix kann in einer Stromrate angegeben werden, die dann dem Ladungspunkt zugewiesen werden kann. In diesem Fall wird der Energiemix für Roamingsitzungen bereitgestellt.\nDiese Informationen können vom Dienstleister oder von Drittanbietern gesammelt werden, die diese Informationen der Öffentlichkeit zur Verfügung stellen.\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": "Die ID des Ladungspunktes, der mit dem Backend verbunden ist und von diesem Ladungspunkt für die Kommunikation mit OCPP genutzt wird. Benötigt wenn der `communicationMode` `via_ocpp_connected_charge_point` ist.\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": "Dieses Objekt ist erforderlich!</br>\nEs veraltet die Eigenschaft `managedByOperator`, die immer noch von älteren Implementierungen verwendet werden kann, so dass keiner der Eigenschaften als erforderlich markiert ist.</br>\nGibt an, wie der Ladungspunkt mit dem Backend kommuniziert.</br>\n`none` - der Ladungspunkt ist nicht mit dem Backend verbunden. Der Ladungspunkt kann den Benutzern mit Anweisungen zur Verwendung angezeigt werden. Ein Info-Hinweis kann mit dem Ladungspunkt über die Eigenschaft `NotizId` verknüpft werden.</br>\n`direct_ocpp` - der Ladungspunkt ist über OCPP verbunden und wird aktiv vom Backend verwaltet.</br>\n`via_ocpp_connected_charge_point` - der Ladungspunkt ist ein Satellit eines anderen Ladungspunkts, der über OCPP kommuniziert und von `ocppConnectedChargePointId` identifiziert wird. Der Ladungspunkt wird nicht aktiv verwaltet, sondern erbt die meisten seiner Eigenschaften vom Hauptaufladungspunkt. Beim Erstellen dieser Art von Ladungspunkt die folgenden Felder sind nicht erforderlich und werden nicht verwendet:</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></br>\n - enableAutoFaultRecovery</br>\n - utilityId</br>\n - usesRenewableEnergy</br>\n - enabledRandomisedDelay</br></br>\n - IntegratedAt</br>\n - ManuturedAt</br>\n \n \n \n - UtilyRenewableEnergy",
|
|
1560
|
+
"The value of the desiredSecurityProfileStatus by which to filter": "Der Wert des gewünschten SecurityProfileStatus nach dem gefiltert werden soll",
|
|
1561
|
+
"Only list charge point, identified by evse identifier": "Nur Ladungspunkt auflisten, identifiziert durch evse Bezeichner",
|
|
1562
|
+
"Only list charge point, identified by the NetworkId": "Nur von der NetworkId identifizierten Ladungspunkt auflisten",
|
|
1563
|
+
"Only list charge points with last boot notification that had this charge_point_serial_number": "Auflistung der Ladungspunkte mit der letzten Boot-Benachrichtigung mit dieser charge_point_serial_number",
|
|
1564
|
+
"Only list charge points, identified by modelId": "Nur Ladungspunkte auflisten, identifiziert von modelId",
|
|
1565
|
+
"Only list charge points, identified by vendorId": "Nur von vendorId identifizierte Ladungspunkte auflisten",
|
|
1566
|
+
"Only list charge points owned by a certain user": "Nur Ladungspunkte eines bestimmten Benutzers auflisten",
|
|
1567
|
+
"Only list charge points owned by a certain partner": "Nur Ladungspunkte eines bestimmten Partners auflisten",
|
|
1568
|
+
"Only list charge points with this access type": "Nur Ladungspunkte mit diesem Zugangstyp auflisten",
|
|
1569
|
+
"Only list charge point for a given subOperator": "Nur Ladungspunkt für einen gegebenen Unterbetreiber auflisten",
|
|
1570
|
+
"When true - returns only roaming charge points. When false - returns only local charge points.": "Wenn wahr - gibt nur Roaming-Ladungspunkte zurück. Wenn falsch - gibt nur lokale Ladungspunkte zurück.",
|
|
1571
|
+
"Exact charge point name": "Genauer Ladungspunkt Name",
|
|
1572
|
+
"Only list charge points assigned to the location": "Auflistung der dem Standort zugewiesenen Ladungspunkte",
|
|
1573
|
+
"Only list charge points added to a certain DLM Circuit": "Nur Aufladungspunkte auflisten, die einem bestimmten DLM-Schaltkreis hinzugefügt wurden",
|
|
1574
|
+
"Only list charge point for a given Charging Zone": "Nur Ladungspunkt für eine bestimmte Ladezone auflisten",
|
|
1575
|
+
"Only list charge points that are managed by operator or not": "Nur Ladungspunkte auflisten, die vom Betreiber verwaltet werden oder nicht",
|
|
1576
|
+
"Only list charge point, identified by the External ID of the charge point": "Nur Auflistung des Ladungspunkts, der von der externen ID des Ladungspunktes identifiziert wurde",
|
|
1577
|
+
"Only list charge points that have the specific tag assigned.": "Nur Ladungspunkte auflisten, die einen bestimmten Tag zugewiesen haben.",
|
|
1578
|
+
"Only list personal charge point with certain sharing code.": "Legen Sie nur persönlichen Ladungspunkt mit bestimmten Teilungscode fest.",
|
|
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": "Erforderlich wenn \"accessType\" \"persönlich\" ist. Die PIN sollte in der App angegeben werden, wenn der Ladungspunkt von einem Benutzer abgeholt wird. Darf nur Zahlen enthalten.\n",
|
|
1580
|
+
"Required if `accessType` is `public` or `private`. NOT required if `accessType` is `personal`.\n": "Erforderlich wenn `accessType` `public` oder `private` ist. NICHT erforderlich wenn `accessType` `personal` ist.\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": "Zeigt den Systemstatus des Ladungspunkts.\n * `aktiviert` - der Ladungspunkt ist voll funktionsfähig.\n * `disabled` - der Ladungspunkt würde auf der Karte nicht angezeigt, wenn es sich um eine kommerzielle oder kommerzielle Privatperson mit der entsprechenden Sichtbarkeitsoption handelt und auch nicht mit der ID abgeholt oder gefunden werden konnte, wenn sie persönlich ist (zu Hause). </br>\n * `demo` - fungiert als Simulator, so dass verschiedene Setups getestet werden können.\n * `out of order` - der Ladungspunkt ist sichtbar und mit Benutzern geteilt, aber eine Ladesitzung\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": "Diese Markierung gibt an, ob der Betreiber den Ladungspunkt aktiv verwalten kann. Wenn das Flag auf 'falsch' gesetzt ist, kann der Ladungspunkt trotzdem den Benutzern angezeigt werden aber sie können nicht beantragen, eine Sitzung darauf zu starten.\n\nVeraltet. Bitte verwenden Sie stattdessen den `communicationMode`. Der `communicationMode` kann nur gesetzt werden, wenn ein Ladungspunkt erstellt wird.\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": "Wenn aktiviert, würde das System das Laden von Sessions erlauben </br>\nlokal durch den Ladungspunkt eingeleitet, vorausgesetzt, es funktioniert im Auto-Start / </br>\nPlug-and-Charge-Modus. Es würde auch automatisch eine </br>\nSitzung mit einem Fernstartbefehl starten, wenn eine nicht bereits von den Ladestationen gestartet wird, ein </br>\nSekunden nach der Erkennung eines Vorbereitungsstatus ein Fahrzeug angeschlossen ist.\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": "Die obige Option Auto-Start macht 2 Dinge: (1) erlaubt es das Laden von </br>\nSitzungen, die vom Ladungspunkt gestartet werden, vorausgesetzt, es kann lokal </br>\nzur automatischen Ladung eines Fahrzeugs eingerichtet werden, und (2) wenn die Ladung </br>\ndie Sitzung nicht innerhalb weniger Sekunden nach dem Start des Fahrzeugs </br>\ngestartet wird, sendet das System einen Fernstart-Befehl - der den automatischen Start </br>\nnachahmen soll. Mit diesem Kontrollkästchen können Sie die Emulation deaktivieren und auf </br>\nverweisen um die Ladestation automatisch zu starten. </br>\n",
|
|
1585
|
+
"ISO 8601 formatted date": "ISO 8601 formatted date",
|
|
1586
|
+
"Only list configuration keys identified by variable name": "Nur Konfigurationsschlüssel mit Variablennamen identifizieren",
|
|
1587
|
+
"Only list configuration keys identified by instance": "Nur Konfigurationsschlüssel der Instanz auflisten",
|
|
1588
|
+
"Only list configuration keys identified by component name": "Nur Konfigurationsschlüssel mit Komponentennamen auflisten",
|
|
1589
|
+
"Only list configuration keys identified by EVSE ID": "Nur Konfigurationsschlüssel auflisten, die durch EVSE ID identifiziert werden",
|
|
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\".": "Dieses Feld ist erforderlich, wenn der Konfigurationsschlüssel einer der Standard-OCPP-Schlüssel ist, wie in der OCPP-Dokumentation unter \"Standard Configuration Key Names & Values\" definiert.",
|
|
1591
|
+
"The identifier that is presented to the users, so they can identify the EVSE at the location.": "Der Identifikator, der den Benutzern angezeigt wird, damit sie die EVSE an der Stelle identifizieren können.",
|
|
1592
|
+
"Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n": "Typ des verfügbaren Stroms auf der EVSE:\n- **ac**: Wechselstrom (AC) Ladung\n- **dc**: Direkter Strom (DC) schnelle Ladung\n",
|
|
1593
|
+
"The EVSE label will be exposed and visualized in the mobile application": "Das EVSE-Label wird in der mobilen Anwendung belichtet und visualisiert",
|
|
1594
|
+
"The OCPP evse identifier (should be consecutive numbers starting from 1)": "Der OCPP evse Bezeichner (sollte aufeinanderfolgende Zahlen ab 1) sein",
|
|
1595
|
+
"For roaming EVSEs the status can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.": "Bei Roaming EVSE kann der Status nur aktualisiert werden, wenn die Option für die manuelle Verwaltung von EVSE für die Roaming-CPU aktiviert ist.",
|
|
1596
|
+
"The mid meter certification end year.": "Die Zertifizierung mit mittlerer Zählerzahl endet ein Jahr.",
|
|
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.": "Die ID der der EVSE beigefügten Tarifgruppe. Wenn die EVSE nicht roaming ist und tariffGroupId nicht angegeben ist, wird der Standard-(kostenlose) Tarif zugewiesen. Bei Roaming EVSE kann die Tarifgruppe nur dann aktualisiert werden, wenn die Option für die manuelle Verwaltung von EVSE für das Roaming-CPU aktiviert ist.",
|
|
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.": "Stellt fest, ob Reservierungen für diesen EVSE erlaubt sind. Benötigt die Aktivierung der Reservierungen für das System, um die EVSE zu aktivieren.",
|
|
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.": "Gibt an, ob die EVSE gebucht werden kann. Benötigt die Aktivierung der Buchungen für den Operator und aktiviert die allowsReservation automatisch, wenn diese auf wahr gesetzt ist.",
|
|
1600
|
+
"in Wh.": "in Wo.",
|
|
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.": "Die maximale Spannung eines Ladepunktes kann schwanken, was bedeutet, dass bei der Erstellung eines Ladepunktes die maximale Spannung als Bereich angegeben wird. Für OCPI-Zwecke wird es wie folgt abgebildet: 220-240 = 230 110-130 = 120 400 = 400 380 = 380.",
|
|
1602
|
+
"`R` stands for `L1`, </br> `S` - for `L2` </br> `T` - for `L3` </br> So for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc.": "`R` steht für `L1`, </br> `S` - für `L2` </br> `T` - für `L3` </br> Also zum Beispiel `RST` = `L1`, `L2`, `L3`, während `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": "Bestimmt die aktiven Leitungsleiter, die im Schaltkreis verwendet werden. - `L1_L2` - Gültig, wenn `phases` = `split_phase` in der elektrischen Konfiguration `star` oder `phases` = `single_phase` in der elektrischen Konfiguration `delta` - `L2_L3` - Gültig wenn `phases` = `split_phase` in der elektrischen Konfiguration `star` oder `phases` = `single_phase` in der elektrischen Konfiguration `delta` - `L1_L3` - Gültig wenn `phases` = `split_phase` in der elektrischen Konfiguration `star` = `single_phase` in der elektrischen Konfiguration `delta` - `L1` - Valid when `phases` = `single_phase` in electrical configuration `star` - `L2` - Valid when `phases` = `single_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 formatiertes Datum. Nur Statusprotokolle nach dieser Datumszeit erstellt",
|
|
1606
|
+
"ISO 8601 formatted date. Only list status logs created before this datetime": "ISO 8601 formatiertes Datum. Nur Statusprotokolle vor dieser Datumszeit erstellt",
|
|
1607
|
+
"Select the type of the variant": "Wählen Sie den Typ der Variante",
|
|
1608
|
+
"Select the mode": "Wählen Sie den 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": "Der Status der Ladung (SoC) über dem die `highSoCPriority` angewendet wird. Muss einen 5% Offset vom `lowerThresholdPercent` haben (falls vorhanden).\nWenn `lowerThresholdPercent` auf 50 gesetzt ist, kann dies einen Wert von 55 oder höher haben.\nDie Einstellung auf `null` entfernt die Verwendung der `highSoCPriority`.\n",
|
|
1610
|
+
"The state of charge (SoC) percentage below which the `lowSoCPriority` will be applied. Must have a 5% offset from the `upperThresholdPercent` (if provided).\nFor example if `upperThresholdPercent ` is set to 50, this can have a value of 45 or lower.\nSetting this to `null` will remove the usage of the `lowSoCPriority`.\n": "Der Status der Ladung (SoC) prozentual, unter dem die \"lowSoCPriority\" angewendet wird. Muss einen 5% Offset vom \"upperThresholdPercent\" haben (falls bereitgestellt).\nWenn `upperThresholdPercent ` auf 50 gesetzt ist, kann dies einen Wert von 45 oder niedriger haben.\nWenn Sie dies auf `null` setzen, wird die Verwendung der `lowSoCPriority` entfernt.\n",
|
|
1611
|
+
"Array of charge point IDs the template will be applied to.": "Array der Ladungspunkt-IDs, auf die die Vorlage angewendet wird.",
|
|
1612
|
+
"Specifies whether the configuration template will be enforced each time the charge point boots.": "Gibt an, ob die Konfigurationsvorlage bei jedem Booten des Ladungspunktes erzwungen wird.",
|
|
1613
|
+
"The OCPP version to filter by": "Die zu filternde OCPP-Version",
|
|
1614
|
+
"The timestamp of the measurements. ISO 8601 formatted date.": "Der Zeitstempel der Messungen. ISO 8601 formatierte Datum.",
|
|
1615
|
+
"The current on L1 in milliamperes (mA)": "Der Strom auf L1 in Milliamperes (mA)",
|
|
1616
|
+
"The current on L2 in milliamperes (mA)": "Der Strom auf L2 in Milliamperes (mA)",
|
|
1617
|
+
"The current on L3 in milliamperes (mA)": "Der Strom auf L3 in Milliamperes (mA)",
|
|
1618
|
+
"The id of the utility providing the electricity. Configured in the Ampeco admin panel.": "Die id des Stromversorgungsdienstes im Ampeco Admin-Panel.",
|
|
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": "Der Standardpreis pro kWh, der angewendet wird, wenn keine Preisangabe für ein Zeitintervall angegeben wird.\nPreise für alle Strompreise, die über die Public API oder die Tha Ampeco Administrationsleiste erstellt wurden, müssen die Steuer im Preis enthalten.\nPreis pro 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.": "Dieses Feld wird nur verwendet, um die angewendete Steuer anzugeben.",
|
|
1621
|
+
"Represents what percent of the energy is generated from solar power.": "Repräsentiert den Prozentsatz der Energie aus Solarenergie.",
|
|
1622
|
+
"Represents what percent of the energy is generated from wind turbines.": "Repräsentiert den Prozentsatz der Energie aus Windkraftanlagen.",
|
|
1623
|
+
"Represents what percent of the energy is generated from hydropower.": "Repräsentiert den Prozentsatz der Energie aus Wasserkraft.",
|
|
1624
|
+
"Represents what percent of the energy is generated from nuclear power plants.": "Repräsentiert den Prozentsatz der Energie aus Kernkraftwerken.",
|
|
1625
|
+
"Represents what percent of the energy is generated from burning coal.": "Repräsentiert welche Prozent der Energie aus der Verbrennung von Kohle gewonnen wird.",
|
|
1626
|
+
"Represents what percent of the energy is generated from natural gas.": "Repräsentiert welche Prozent der Energie aus Erdgas erzeugt wird.",
|
|
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.": "Repräsentiert welche Prozent der Energie aus jeder anderen Art von erneuerbarer Energiequelle erzeugt wird. Dies könnte auch jede andere erneuerbare Energiequelle umfassen, die nicht ausdrücklich aufgeführt ist.",
|
|
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.": "Repräsentiert welche Prozent der Energie aus jeder anderen Art von nicht erneuerbarer Energiequelle erzeugt wird. Dies könnte auch jede andere nicht erneuerbare Energiequelle umfassen, die nicht ausdrücklich aufgeführt ist.",
|
|
1629
|
+
"Uses the YYYY-MM-DD date format.": "Verwendet das Datumsformat JJJJJ-MM-TT.",
|
|
1630
|
+
"Can be one of the listed days of the week or `any`.": "Kann einer der aufgelisteten Tage der Woche oder `any` sein.",
|
|
1631
|
+
"Filter the periods in which the evses belong to the charge point": "Filtern Sie die Zeiträume, in denen die evses zum Ladungspunkt gehören",
|
|
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 formatiertes Datum. Wenn ein Enddatum festgelegt ist, wird das Asset zu diesem Zeitpunkt automatisch deaktiviert. Historische Zeitserien und Prognosen werden nicht nach dem Enddatum generiert.",
|
|
1633
|
+
"The ID of the Flexibility Asset to filter requests by": "Die ID des flexiblen Assets um Anfragen zu filtern nach",
|
|
1634
|
+
"ID of the DLM circuit. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID der DLM-Schaltung. Nur eine von dlmCircuitId, chargePointId oder evseId kann Wert haben.",
|
|
1635
|
+
"ID of the Charge Point. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID des Ladungspunkts. Nur eine von dlmCircuitId, chargePointId oder evseId kann einen Wert haben.",
|
|
1636
|
+
"ID of the EVSE. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID der EVSE. Nur eine von dlmCircuitId, chargePointId oder evseId kann einen Wert haben.",
|
|
1637
|
+
"Short description of the flexibility asset.": "Kurze Beschreibung des Flexibilitätsvermögens.",
|
|
1638
|
+
"Flexibility integration.": "Flexibilitätsintegration",
|
|
1639
|
+
"Filter for the assets updated since the given timestamp": "Filter für Assets seit dem angegebenen Zeitstempel aktualisiert",
|
|
1640
|
+
"Only list Id tags with a certain UID": "Nur ID-Tags mit einer bestimmten UID anzeigen",
|
|
1641
|
+
"Only list Id tags with a certain label": "Nur ID-Tags mit einem bestimmten Label auflisten",
|
|
1642
|
+
"Only list Id tags with a certain user id": "Nur ID-Tags mit einer bestimmten Benutzer-ID auflisten",
|
|
1643
|
+
"Only list Id tags that have an expiration date grater or equal to the supplied date": "Nur ID-Tags auflisten, die ein Ablaufdatum grater oder gleich dem angegebenen Datum haben",
|
|
1644
|
+
"Only list Id tags in this status": "Nur ID-Tags in diesem Status auflisten",
|
|
1645
|
+
"Only list Id tags in this type": "Nur ID-Tags in diesem Typ auflisten",
|
|
1646
|
+
"Only list ID tags assigned to the specified Partner ID. Pass null to list ID tags without a Partner assigned.": "Nur Listen-ID-Tags, die der angegebenen Partner-ID zugewiesen sind. Null an Listen-ID-Tags ohne Partner übergeben.",
|
|
1647
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and after this datetime": "ISO 8601 formatiertes Datum. Listet nur die ID-Tags auf, die zuletzt am und nach diesem Datum aktualisiert wurden",
|
|
1648
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and before this datetime": "ISO 8601 formatiertes Datum. Listet nur die ID-Tags auf, die zuletzt am und vor diesem Datum aktualisiert wurden",
|
|
1649
|
+
"Token used for authorization": "Token für die Autorisierung verwendet",
|
|
1650
|
+
"Visual or other label that could be associated with the ID Tag": "Visuelle oder andere Bezeichnung, die mit dem ID-Tag verknüpft werden könnte",
|
|
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": "Der Status des ID-Tags. Benutze es um ein Tag\nzu deaktivieren oder zu suspendieren. Das Tag ist aktiviert und wird als Authentifizierungsmethode\n* `disabled` akzeptiert. Das Tag ist vom Admin Benutzer deaktiviert und ist als Autorisierungsmethode\n* `suspended` nicht akzeptabel. Das Tag wird vom Besitzer des Tags ausgesetzt und ist als Autorisierungsmethode\n nicht akzeptabel",
|
|
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": "Die Zahlungsmethode, die dem ID-Tag zugeordnet wird.\n* Für **Kredit/Debitkarten** sollte die `paymentMethodId` mit\n* Für **Corporate Abrechnung** - `corporate:{id}`\n* Für **last used** sollte der Wert `null`\n sein",
|
|
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!": "Verbinden Sie das ID-Tag mit einem Benutzerkonto. Wenn der Benutzer nicht angezeigt wird, wird das Tag nicht autorisiert! Es ist sinnvoll, die Tags im Voraus vorzubereiten, falls es einen anderen Prozess/Entität gibt, wird sie später zugewiesen!",
|
|
1654
|
+
"The administrator accounts of the selected Partner will be able to edit and delete the specified ID tag": "Die Administrator-Konten des ausgewählten Partners können den angegebenen ID-Tag bearbeiten und löschen",
|
|
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": "Die Zahlungsmethode, die dem ID-Tag zugeordnet wird.\n* Für **Kredit/Debitkarten** sollte die `paymentMethodId` mit\n* für **Unternehmensabrechnung** - `corporate:{id}`\n* für **Auto-Auswahl** - benutze `\"auto\"` (empfohlen) oder `null` (veraltet)\n* Das \"zuletzt benutzte\" Konzept wurde durch die \"auto\" Auswahl ersetzt, welche durch verfügbare Zahlungsmethoden Zyklen umschlägt.\n",
|
|
1656
|
+
"Start of the time frame to check": "Beginn des zu überprüfenden Zeitrahmens",
|
|
1657
|
+
"End of the time frame to check. Time-frame is limited to 7 days.": "Ende des zu überprüfenden Zeitrahmens. Der Zeitrahmen ist auf 7 Tage begrenzt.",
|
|
1658
|
+
"The full address of the location": "Die vollständige Adresse des Standorts",
|
|
1659
|
+
"The street address of the location": "Die Straßenadresse des Standortes",
|
|
1660
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region": "Wenn das Land nicht in den USA, AU, CA, UM oder RO, kann die Region bereitgestellt werden",
|
|
1661
|
+
"Indicates that the location is always open for charging. If set to false, the `hours` field is required, otherwise it should be ignored.": "Zeigt an, dass der Standort immer für das Laden geöffnet ist. Wenn auf \"false\" gesetzt, wird das Feld \"hours\" benötigt. Andernfalls sollte es ignoriert werden.",
|
|
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.": "Wenn ein Benutzer während der Arbeitszeit eine Gebührensitzung eingeleitet hat, aber bereits außerhalb der Arbeitszeit ist die Sitzung wird durch das System beendet.",
|
|
1663
|
+
"Working hours interval for single day.": "Arbeitszeitintervall für einen Tag.",
|
|
1664
|
+
"A valid timezone in the form of Area/Location, required when `Allow Multiple Time Zones` option is turned on in the Timezone Setting.": "Eine gültige Zeitzone in Form von Area/Location, erforderlich wenn die Option `Erlaube mehrere Zeitzonen` in der Zeitzone Einstellung aktiviert ist.",
|
|
1665
|
+
"For roaming Locations, the ID of the roaming operator is provided.": "Für Roaming-Standorte wird die ID des Roaming-Betreibers bereitgestellt.",
|
|
1666
|
+
"Only list Locations that have the specific tag assigned.": "Nur Orte auflisten, die einen bestimmten Tag zugewiesen haben.",
|
|
1667
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and after this datetime": "ISO 8601 formatiertes Datum. Listet nur die Orte auf, die zuletzt am und nach diesem Datum aktualisiert wurden",
|
|
1668
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and before this datetime": "ISO 8601 formatiertes Datum. Listet nur die Orte auf, die zuletzt am und vor diesem Datum aktualisiert wurden",
|
|
1669
|
+
"Internal name of the Charging Zone. This isn't visible to end-users in the app.": "Interner Name der Ladezone. Dies ist für Endbenutzer in der App nicht sichtbar.",
|
|
1670
|
+
"Resend all failed notifications from this date onwards.": "Alle fehlgeschlagenen Benachrichtigungen ab diesem Datum erneut senden.",
|
|
1671
|
+
"Resend all failed notifications up to this date.": "Alle fehlgeschlagenen Benachrichtigungen bis zu diesem Datum erneut senden.",
|
|
1672
|
+
"The list of Evses at the same Parking Space. The Evses should belongs to same charging zone.": "Die Liste der Evses auf demselben Parkplatz. Die Evses sollten zur gleichen Ladezone gehören.",
|
|
1673
|
+
"Only list Parking spaces on a certain EVSE": "Stellplätze nur an einer bestimmten EVSE auflisten",
|
|
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": "Die Zahlungsmethode, die dem EMAID Tag zugeordnet wird.\n* Für **Kredit/Debitkarten** sollte die `paymentMethodId` mit\n* Für **Corporate Abrechnung** - `corporate:{id}`\n* Für **last used** sollte der Wert `null`\n sein",
|
|
1675
|
+
"Use force=true when you want to end the reservation regardless of the CP response": "Verwenden Sie force=true wenn Sie die Reservierung beenden, unabhängig von der CP-Antwort",
|
|
1676
|
+
"ISO-3166 alpha-2 country code of the CPO that owns this Tariff.": "ISO-3166 alpha-2 Ländercode der CPO, die diesen Tarif besitzt.",
|
|
1677
|
+
"ID of the CPO that owns this Tariff (following the ISO-15118 standard).": "ID der CPO, die diesen Tarif besitzt (nach ISO-15118 Standard).",
|
|
1678
|
+
"Uniquely identifies the tariff within the CPO's platform.": "Der Tarif innerhalb der CPO-Plattform wird eindeutig identifiziert.",
|
|
1679
|
+
"ISO 4217 code of the currency of this tariff.": "ISO 4217 Code der Währung dieses Tarifes.",
|
|
1680
|
+
"Type of this tariff.": "Art dieser Gebühr.",
|
|
1681
|
+
"List of multi-language alternative texts for this tariff.": "Liste der mehrsprachigen Alternativtexte für diesen Tarif.",
|
|
1682
|
+
"URL to a web page that contains an explanation of the tariff information.": "URL zu einer Webseite, die eine Erklärung der Tarifinformationen enthält.",
|
|
1683
|
+
"Price excluding VAT.": "Preis zzgl. MwSt.",
|
|
1684
|
+
"Price including VAT.": "Preis inkl. MwSt.",
|
|
1685
|
+
"List of Tariff Elements.": "Liste der Tarifelemente.",
|
|
1686
|
+
"The time when this tariff becomes active. Format ISO 8601 UTC.": "Die Zeit, in der dieser Tarif aktiv wird. Format ISO 8601 UTC.",
|
|
1687
|
+
"The time after which this tariff is no longer valid. Format ISO 8601 UTC.": "Die Zeit, nach der dieser Tarif nicht mehr gültig ist. Format ISO 8601 UTC.",
|
|
1688
|
+
"True if 100% from regenerative sources.": "Wahr, wenn 100% von regenerativen Quellen.",
|
|
1689
|
+
"Energy sources of this energy mix.": "Energieträger dieses Energiemixes.",
|
|
1690
|
+
"Environmental impact of this energy mix.": "Umweltauswirkungen dieses Energiemixes.",
|
|
1691
|
+
"Name of the energy supplier.": "Name des Energieversorgers.",
|
|
1692
|
+
"Name of the energy product.": "Name des Energieprodukts.",
|
|
1693
|
+
"Timestamp when this Tariff was last updated. Format ISO 8601 UTC.": "Zeitstempel, wenn dieser Tarif zuletzt aktualisiert wurde. Format 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.": "Wenn ein Wert angegeben wird, der nicht null ist, wird er auf \"true\" gesetzt. Wenn Null angegeben wird, wird er auf \"false\" gesetzt.",
|
|
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.": "Beispiel - \"http://m.intercharge.eu/qr?evseid=\" wenn die URL im QR-Code http://m.intercharge.eu/qr?evseid=CH*ION*E213604 ist.",
|
|
1696
|
+
"Only possible value is `has.to.be`.": "Nur der mögliche Wert ist `has.to.be`.",
|
|
1697
|
+
"Filter by status (enabled or disabled)": "Nach Status filtern (aktiviert oder deaktiviert)",
|
|
1698
|
+
"Filter by creation date (greater than or equal to)": "Filtern nach Erstellungsdatum (größer oder gleich mit)",
|
|
1699
|
+
"Filter by creation date (less than or equal to)": "Filtern nach Erstellungsdatum (kleiner oder gleich)",
|
|
1700
|
+
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 Ländercode",
|
|
1701
|
+
"Array of current types (AC, DC) that this filter applies to, pass an empty array to clear all current type restrictions.": "Array der aktuellen Typen (AC, DC), für die dieser Filter gilt, übergeben ein leeres Array, um alle aktuellen Typbeschränkungen zu löschen.",
|
|
1702
|
+
"Filter EVSEs with power below specified kW value": "EVSE mit Leistung unter dem angegebenen kW-Wert filtern",
|
|
1703
|
+
"Filter EVSEs whose IDs start with specified prefix(es). Multiple prefixes separated by newlines": "EVSE filtern, deren IDs mit angegebenen Präfix(en) beginnen. Mehrere durch Zeilenumbrüche getrennte Präfixe",
|
|
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.": "Position des Tariffilters in der Reihenfolge der Bestellung. Wird er während der Erstellung nicht zur Verfügung gestellt, geht er weiter. Wenn eine bereits existierende Bestellnummer angegeben wird, wird sie die anderen Zollfilter neu anordnen, um ihren Platz in der Reihenfolge zu finden.",
|
|
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 von benutzerdefinierten Tariffilter-IDs mit ihren neuen Positionen. Nur Filter enthalten, die verschoben werden müssen - andere behalten ihre relative Position.",
|
|
1706
|
+
"Array of current types (AC, DC) that this filter applies to": "Array der aktuellen Typen (AC, DC), auf die dieser Filter angewendet wird",
|
|
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.": "Position des Tariffilters in der Reihenfolge der Bestellung. Wenn eine bereits existierende Bestellnummer angegeben wird, wird sie die anderen Zollfilter neu anordnen, um ihren Platz in der Reihenfolge zu finden.",
|
|
1708
|
+
"The ID of the local Tariff Group assigned to the EVSEs with this roaming tariff(s).": "Die ID der lokalen Tarifgruppe, die den EVSE mit diesen Roaminggebühren zugewiesen ist.",
|
|
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.": "Die ID des Abonnementsplans, die den aktuellen ersetzt. Der neue Abonnementplan wird den Abonnementplänen Beschränkungen für die Tarife hinzugefügt, wo der alte Plan vorhanden ist. Außerdem wird es zu allen Charge-Punkten hinzugefügt, die den aktuellen Abonnement-Plan erfordern.",
|
|
1710
|
+
"The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.": "Das Datum, ab dem der neue Abonnementplan den aktuellen ersetzt. Wenn er leer bleibt, wird er sofort ersetzt.",
|
|
1711
|
+
"Internal note for tracking changes and the reasons for those changes.": "Interne Notiz für die Verfolgung von Änderungen und die Gründe für diese Änderungen.",
|
|
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.": "Lokale, die erstellt wurden und nicht in einem Update bereitgestellt werden, werden gelöscht. Bitte geben Sie Werte in allen Locales an, die Sie behalten möchten.",
|
|
1713
|
+
"The number of renewal periods that are free of charge. This is only applicable for pre-paid plans.": "Die Anzahl der kostenlosen Verlängerungsfristen gilt nur für Prepaid-Pläne.",
|
|
1714
|
+
"For pre-paid plans this is the price, for post-paid plans this is the base fee.": "Bei Prepaid-Plänen ist dies der Preis, bei nachbezahlten Plänen ist dies die Basisgebühr.",
|
|
1715
|
+
"Makes the base fee apply per each home charger owned by the subscriber.": "Stellt die Basisgebühr für jedes Eigenheim-Ladegerät des Abonnenten zur Verfügung.",
|
|
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.": "Zeigt an, ob Sessions persönlich geladen werden, kommerziell+persönliche Ladungspunkte sind im Post-Pay-Abonnement enthalten und würden am Ende des Abrechnungszyklus oder bei Erreichen eines Schwellenwertes abgerechnet wenn es solche gibt.",
|
|
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.": "Wird dieser Schwellenwert erreicht, wird der für das Abonnement fällige Betrag sofort abgerechnet, anstatt auf das Ende des Abrechnungszeitraums zu warten.",
|
|
1718
|
+
"Applicable only for post-paid subscription plans when external billing is enabled. Controls the billing method used for this subscription plan.": "Anwendbar nur für Post-Payment-Abonnements, wenn externe Abrechnung aktiviert ist. Kontrolliert die Abrechnungsmethode, die für diesen Abonnementplan verwendet wird.",
|
|
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.": "Wenn zutreffend kann die Zulage nur für die vom Nutzer gehörenden Startpunkte verwendet werden. In diesem Fall haben alle anderen Zulassungsbeschränkungen keine Wirkung.",
|
|
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.": "Die Vergütung kann nur an Gebührenpunkten in den Ländern dieser Liste verwendet werden. Wenn das Guthaben leer ist, gilt das Guthaben für Gebührenpunkte in allen Ländern, mit Ausnahme der Länder, die ausdrücklich in den ausgeschlossenen Ländern aufgeführt sind.",
|
|
1721
|
+
"The allowance cannot be used on charge points in the countries in this list.": "Die Zulage kann nicht an Gebührenpunkten in den Ländern dieser Liste verwendet werden.",
|
|
1722
|
+
"When true the allowance cannot be used on roaming charge points.": "Wenn dies zutrifft, kann der Zuschuss nicht für Roaming-Gebührenpunkte verwendet werden.",
|
|
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.": "Ein Array von Partner-IDs. Die Zulage kann nur an Ladungspunkten von Partnern in dieser Liste verwendet werden. Wenn das Guthaben leer ist, gilt das Guthaben für Ladungspunkte eines Partners, mit Ausnahme derjenigen, die in den ausgeschlossenen PartnerChargePoints explizit aufgeführt sind.",
|
|
1724
|
+
"An array of Partner IDs. The allowance cannot be used on charge points of Partners in this list.": "Ein Array von Partner-IDs. Die Zulage kann nicht an Ladungspunkten von Partnern in dieser Liste verwendet werden.",
|
|
1725
|
+
"The amount of kWh included - combined for AC and DC, should be provided if the type is combined.": "Die Menge an kWh - kombiniert für AC und DC sollte zur Verfügung gestellt werden, wenn der Typ kombiniert wird.",
|
|
1726
|
+
"The amount of kWh included for AC, should be provided if the type is separate.": "Die Menge an kWh für AC, sollte angegeben werden, wenn der Typ getrennt ist.",
|
|
1727
|
+
"The amount of kWh included for DC, should be provided if the type is separate.": "Die Menge an kWh für DC, sollte zur Verfügung gestellt werden, wenn der Typ getrennt ist.",
|
|
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.": "Ein Array von Partner-IDs. Der Abonnementplan ist nur für Nutzer verfügbar, die eingeladen (und akzeptiert) oder von einem der Partner in dieser Liste erstellt wurden. Wenn das Feld leer ist, steht das Paket allen Benutzern zur Verfügung, außer den Partnern, die in ExkludedPartnerUsern aufgeführt sind.",
|
|
1729
|
+
"An array of Partner IDs. The Subscription plan is not available to users of the Partners in this list.": "Ein Array mit Partner-IDs. Der Abonnementplan ist nicht verfügbar für Benutzer der Partner in dieser Liste.",
|
|
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.": "Ein Array mit Benutzer-Gruppen-IDs. Das Abonnement ist nur für Benutzer mit einer Benutzergruppe in dieser Liste verfügbar. Wenn das Feld leer ist, steht das Paket allen Benutzern zur Verfügung, mit Ausnahme derjenigen mit einer Benutzergruppe, die in ausgeschlossenen Benutzergruppen aufgelistet ist.",
|
|
1731
|
+
"An array of User Group IDs. The Subscription plan is not available to users with a User Group that is in this list.": "Ein Array mit Benutzer-Gruppen-IDs. Das Abonnement ist nicht verfügbar für Benutzer mit einer Benutzergruppe, die in dieser Liste ist.",
|
|
1732
|
+
"Required when Post-paid Subscription plans has been enabled for the system.": "Wird benötigt, wenn Post-Bezahlungspläne für das System aktiviert wurden.",
|
|
1733
|
+
"Applies separately per each personal charge point owned by the subscriber that requires this Subscription plan.": "Gilt für jeden persönlichen Ladungspunkt des Abonnenten, der dieses Abonnement erfordert.",
|
|
1734
|
+
"A change from disabled to enabled is only possible for Subscription plans that are not replaced with another plan.": "Eine Änderung von Behinderten zu aktivieren, ist nur für Abonnementpläne, die nicht durch einen anderen Plan ersetzt werden, möglich.",
|
|
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.": "Es kann nur für Basistarife festgelegt werden. Die Standardinformationen, die auf der Anzeige des Ladungspunktes angezeigt werden, ohne dass der Nutzer sich selbst autorisiert hat. Die Standardpreisinformationen aus dem Basistarif der ersten EVSE würden für die Anzeige verwendet werden wenn der Ladungspunkt mehr als einen EVSE hat.",
|
|
1736
|
+
"It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.": "Es konnte nur für den Basistarif festgelegt werden. Die Informationen, die bei offline auf der Anzeige des Ladungspunktes angezeigt werden.",
|
|
1737
|
+
"The information that would be shown on the display of the charge point for users that are eligible for this tariff.": "Die Informationen, die auf der Anzeige des Gebührenpunktes für Nutzer, die für diesen Tarif in Frage kommen, angezeigt werden.",
|
|
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.": "Zusätzliche Informationen, die am Ladungspunkt angezeigt werden, wenn die Sitzung beendet ist, sowie die Gesamtkosten für Energie, Dauer und Leerlauf.",
|
|
1739
|
+
"Only list tariffs in a certain group": "Nur Tarife in einer bestimmten Gruppe auflisten",
|
|
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": "Kann nur mit \"tariffGroupId\" verwendet werden. Wenn gesetzt, wird ein einziger Tarif der Gruppe zurückgegeben (es werden keine Meta- oder Link-Requisiten enthalten), , die auf die beim Aufladen des angegebenen Benutzers angewendet wird. Beachten Sie, dass der Tarif für anonyme Gebühren zurückgegeben wird, wenn Sie ihn leer (null) setzen",
|
|
1741
|
+
"Only list tariff of this specific type": "Nur Tarife dieses bestimmten Typs auflisten",
|
|
1742
|
+
"Only list tariffs managed by certain partner.": "Nur Tarife auflisten, die von bestimmten Partnern verwaltet werden.",
|
|
1743
|
+
"Setting the type to `charging not allowed` or `free` is enough for creating the particular type of tariff": "Das Einstellen des Typs auf \"Laden nicht erlaubt\" oder \"Frei\" reicht aus, um den bestimmten Tariftyp zu erstellen",
|
|
1744
|
+
"A time when the day begins": "Eine Zeit, in der der Tag beginnt",
|
|
1745
|
+
"A time when the night begins": "Eine Zeit, in der die Nacht beginnt",
|
|
1746
|
+
"Price per session. Only applicable with flat rate tariffs. Up to 5 digits after the decimal point depending on the currency precision.": "Preis pro Sitzung. Gültig nur für Pauschaltarife. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Verbindungsgebühr. Eine feste Gebühr, die zu Beginn der Gebührensitzung erhoben wird. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
1748
|
+
"Price per kWh. Up to 5 digits after the decimal point depending on the currency precision.": "Preis pro kWh. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Preis pro kWh während des Tages. Gültig für die Dauer + Energie-Zeit des Tages. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Preis pro kWh in der Nacht. Gültig für die Dauer und die Energie-Zeit des Tages. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungspakion.",
|
|
1751
|
+
"Charging period. In minutes. It defines the time-period for charging a fee.": "Ladezeitraum. In Minuten wird die Zeitspanne für die Gebührenerhebung festgelegt.",
|
|
1752
|
+
"Charging fee per period. Applicable for duration+energy. Up to 5 digits after the decimal point depending on the currency precision.": "Gebührengebühr pro Zeitraum. Gültig für Dauer + Energie. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
1753
|
+
"Duration fee limit for the whole session if fee is applied.": "Zeitlimit für die gesamte Sitzung, wenn Gebühren erhoben werden.",
|
|
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.": "Gebührengebühr pro Zeitraum während des Tages. Anwendbar für die Dauer und die Energie-Zeit des Tages. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Gebührengebühr pro Periode während der Nacht. Gültig für die Dauer und die Energie-Zeit des Tages. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Gebührengebühr pro Minute während des Tages. Gültig für die Dauer und die Energie-Zeit des Tages. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Gebührengebühr pro Minute während der Nacht. Gültig für die Dauer und die Energie-Zeit des Tages. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Leerlaufgebühr pro Minute. Eine Gebühr pro Minute, die während der Leerlaufzeit erhoben wird (ohne Aufladung). Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
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.": "Leerlaufgebühr Gnadenfrist (min). Optional. Wenn die Leerlaufzeit (ohne Ladung) während einer Sitzung erkannt wird, erhält der Benutzer diese Nachfrist um das Fahrzeug zu entfernen, bevor die Leerlaufgebühr beginnt.",
|
|
1760
|
+
"Idle fee per minute. A fee per minute that is applied during idle period (no charging).": "Leerlaufgebühr pro Minute. Eine Gebühr pro Minute, die während der Leerlaufzeit erhoben wird (ohne Aufladung).",
|
|
1761
|
+
"Defined start time for the application of idle fee.": "Definierte Startzeit für die Anwendung der Leerlaufgebühr.",
|
|
1762
|
+
"Defined end time for the application of idle fee.": "Definierte Endzeit für die Anwendung der Leerlaufgebühr.",
|
|
1763
|
+
"Idle fee limit for the whole session if fee is applied.": "Leerlaufgebührenlimit für die gesamte Sitzung, wenn die Gebühr erhoben wird.",
|
|
1764
|
+
"Connection Fee Minimum Session Duration (min). Optional.": "Verbindungsgebühr minimale Sitzungsdauer (min). Optional.",
|
|
1765
|
+
"Connection Fee Minimum Session Energy (kWh). Optional. Up to 5 digits after the decimal point depending on the currency precision.": "Verbindungsgebühr minimale Sitzungsenergie (kWh). Optional. Bis zu 5 Ziffern nach dem Dezimalpunkt je nach Währungsgenauigkeit.",
|
|
1766
|
+
"Duration Fee Grace Period (min). Optional.": "Dauer Gebühr (min). Optional.",
|
|
1767
|
+
"Min. price. Sets a minimum total amount per session.": "Min. Preis. Legt einen Mindestbetrag pro Sitzung fest.",
|
|
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.": "Betrag vorautorisieren. Der Betrag, der vor dem Start einer Sitzung vorautorisiert werden soll. Bis zu 5 Stellen nach dem Dezimalpunkt abhängig von der Währungsgenauigkeit.",
|
|
1769
|
+
"If Multi-tax Support has been enabled in the Ampeco.CHARGE settings, you can provide the taxId for the tariff here.": "Wenn in den Einstellungen von Ampeco.CHARGE der Multi-Tax Support aktiviert wurde, können Sie hier die TaxId für den Tarif angeben.",
|
|
1770
|
+
"Use the Electricity Rate of the Charge Point that is already attached and aims to track the electricity costs.": "Nutzen Sie den Strompreis des bereits angeschlossenen Charge Points, der darauf abzielt, die Stromkosten zu verfolgen.",
|
|
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.": "Wenn ChargePointElectricityRate auf *false* gesetzt wird, MÜSSEN die ID des Strompreises für den zu kennzeichnenden Tarif angegeben werden.",
|
|
1772
|
+
"Set price for the intervals not specified in `intervalPricing` field.": "Preis für die Intervalle festlegen, die nicht im Feld \"intervalPricing\" angegeben wurden.",
|
|
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.": "Das Zeitintervall muss immer gleich sein und darf die 24-Stunden-Marke nicht überschreiten. Es kann entweder 15 min, 30 min oder 60 min sein, der StartAt und das EndAt müssen dieser Einschränkung entsprechen.",
|
|
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**.": "Erstelle die Preisniveaus nach kWh. <br /> Das erste Level muss Null für **firstKwh** haben. <br /> Das letzte Level muss einen unendlichen Wert für **lastKwh** haben.",
|
|
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**.": "Erstellen Sie das Preisniveau entsprechend der Dauer der Sitzung ab dem Zeitpunkt des Ladevorgangs. <br /> Das erste Level muss Null für **firstUnit** haben. <br /> Das letzte Level muss einen Unendlichkeitswert für **lastUnit** haben.",
|
|
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**.": "Abhängig von der Dauer des Leerlaufzeitraums könnten unterschiedliche Preisniveaus erstellt werden. <br /> Das erste Level muss Null für **firstUnit** haben. <br /> Das letzte Level muss einen Unendlichkeitswert für **lastUnit** haben.",
|
|
1777
|
+
"In minutes. Only for the Peak power level tariff.": "In Minuten. Nur für den Peak Power Level Tarif.",
|
|
1778
|
+
"When left empty, this means that this is the standard pricing that would be applied in general without taking into consideration the day.": "Wenn das leer bleibt, bedeutet dies, dass dies die Standardpreise ist, die im Allgemeinen angewendet werden, ohne den Tag zu berücksichtigen.",
|
|
1779
|
+
"Price for kWh to be considered by Optimised charging for setting the charging periods.": "Der Preis für kWh wird durch Optimierte Gebühren für die Festsetzung der Ladezeiten berücksichtigt.",
|
|
1780
|
+
"Defined start time for the application of duration fees.": "Definierte Startzeit für die Anwendung von Zeitgebühren.",
|
|
1781
|
+
"Defined end time for the application of duration fees.": "Definierte Endzeit für die Anwendung von Dauer Gebühren.",
|
|
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.": "Das Subventionsintegrations-Id, das für diesen Tarif angewendet werden sollte. Nur gültig für Energy ToU-Tarife. Bitte benutzen Sie das AMPECO.CHARGE Backend für die spezifische Integrationsnummer.",
|
|
1783
|
+
"When enabled the tariff of the charger will be saved using the pricing interval when the user starts the charging session.": "Wenn aktiviert, wird der Tarif des Ladegeräts im Preisintervall gespeichert, wenn der Benutzer die Ladesitzung startet.",
|
|
1784
|
+
"When enabled, the energy fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Wenn aktiviert, wird die Komponente der Energie-Gebühr des Tarifs im Preisintervall gespeichert, wenn der Benutzer die Ladesitzung startet.",
|
|
1785
|
+
"When enabled, the duration fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "Wenn diese Option aktiviert ist, wird die Komponente der Gebührengebühr im Preisintervall gespeichert, wenn der Benutzer die Gebührensitzung startet.",
|
|
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.": "Wechselt die Sitzung in Leerlauf, wenn die SoC (%) den ausgewählten Wert übersteigt. Leer lassen um die systemweite Einstellung zu verwenden. Diese Option wird nur wirksam, wenn `Erlaube benutzerdefiniertes SoC (%) Schwellenwert pro Tarif in der Einstellung 'Erkennung Zeitspanne' gesetzt ist.",
|
|
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.": "Setzt die Sitzung auf Leerlaufzustand, wenn der durchschnittliche kW für die letzten 5 Minuten unter dem festgelegten Schwellenwert liegt. Diese Option wird nur wirksam, wenn `Erlaube benutzerdefinierter Stromschwellenwert pro Tarif in der Einstellung `Erkennung Zeitspanne' gesetzt ist.",
|
|
1788
|
+
"Session max time. The maximum minutes a session is allowed to run. Skip for no time limit.": "Maximale Sitzungszeit. Die maximalen Minuten, die eine Sitzung ausgeführt werden darf. Überspringe ohne Zeitlimit.",
|
|
1789
|
+
"The maximum energy (kWh) allowed per session. Skip for no limit.": "Die maximal zulässige Energie (kWh) pro Sitzung. Überspringe kein Limit.",
|
|
1790
|
+
"Makes the tariff apply to users of the partner, who is set as owner of the charge point.": "Stellt den Tarif für die Nutzer des Partners zur Anwendung, der als Besitzer des Gebührenpunktes festgelegt ist.",
|
|
1791
|
+
"Makes the tariff apply to users of all eMSPs, which are roaming partners.": "Stellt den Tarif für Nutzer aller eMSPs, die Roaming-Partner sind, gelten.",
|
|
1792
|
+
"Makes the tariff valid for non-registered users(ad-hoc charging).": "Macht den Tarif für nicht registrierte Benutzer (ad-hoc charging).",
|
|
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`.": "Legt den Betrag fest, der auf der Karte des Benutzers zu Beginn der Sitzung gesperrt werden würde. Benötigt wenn applyToAdHocUsers wahr ist und eine der folgenden Zahlungsstrategien gewählt wird: `Erfordert eine Zahlungsmethode und autorisiert einen bestimmten Betrag vor Beginn der Sitzung` oder `Zahlungsmethode oder Mindestbetrag im 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.": "Legen Sie den Mindestwert für den vorautorisierten Betrag fest. Wenn der verbleibende vorautorisierte Ad-hoc-Betrag unter diesen Wert fällt, wird die Gebührensitzung automatisch gestoppt, um Umsatzverluste zu vermeiden.",
|
|
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.": "Benutzer bestimmter Partner. Geben Sie eine Liste von Partner-IDs an. Trefft, wenn der Benutzer zu mindestens einem der Partner eingeladen ist.",
|
|
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.": "Benutzer mit einer bestimmten Gruppe. Geben Sie eine Liste von Benutzergruppen an. Bestimmt, ob der Benutzer ein Mitglied von mindestens einer der Gruppen ist.",
|
|
1797
|
+
"An array of user group IDs. Users with a specific group. Provide a list of user group IDs.": "Ein Array von Benutzergruppen-IDs. Benutzer mit einer bestimmten Gruppe. Geben Sie eine Liste von Benutzergruppen-IDs an.",
|
|
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.": "Benutzer mit einem speziellen Abonnementplan. Geben Sie eine Liste der Abonnement-Plan-IDs an. Passt, wenn der Benutzer einen aktiven Abonnement-Plan hat.",
|
|
1799
|
+
"The date from which the tariff becomes valid.": "Das Datum, ab dem der Tarif gültig wird.",
|
|
1800
|
+
"The expiry date of the tariff. The tariff is valid until this date inclusive.": "Das Ablaufdatum des Tarifes. Der Tarif ist gültig bis zu diesem Datum inklusive.",
|
|
1801
|
+
"The assigned Partner will have access to make changes to the tariff.": "Der zugewiesene Partner hat Zugriff auf Änderungen am Tarif.",
|
|
1802
|
+
"The default information that would be shown on the display of the charge point without the user having authorized themselves.": "Die Standardinformationen, die auf der Anzeige des Ladungspunktes angezeigt werden, ohne dass der Nutzer sich selbst autorisiert hat.",
|
|
1803
|
+
"The information that would be shown on the display of the charge point when offline.": "Die Informationen, die bei Offline auf der Anzeige des Ladungspunktes angezeigt werden.",
|
|
1804
|
+
"References the internal integration configuration that enables this tariff type": "Verweist auf die interne Integrationskonfiguration, die diesen Tariftyp ermöglicht",
|
|
1805
|
+
"Email address to send the invoice": "E-Mail-Adresse zum Senden der Rechnung",
|
|
1806
|
+
"Reference to the payment processor or payment terminal where more information about the transaction could be checked.": "Bezugnahme auf den Zahlungsdienstleister oder das Zahlungsterminal, wo weitere Informationen über die Transaktion überprüft werden konnten.",
|
|
1807
|
+
"ISO 8601 formatted date. Lists only the transactions created after this datetime": "ISO 8601 formatiertes Datum. Zeigt nur die nach dieser Datumszeit erstellten Transaktionen an",
|
|
1808
|
+
"ISO 8601 formatted date. Lists only the transactions created before this datetime": "ISO 8601 formatiertes Datum. Zeigt nur die Transaktionen, die vor diesem Datum erstellt wurden",
|
|
1809
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated after this datetime": "ISO 8601 formatiertes Datum. Listet nur die Transaktionen, die nach dieser Datumszeit zuletzt aktualisiert wurden",
|
|
1810
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated before this datetime": "ISO 8601 formatiertes Datum. Listet nur die Transaktionen, die zuletzt vor diesem Datum aktualisiert wurden",
|
|
1811
|
+
"Only list transactions by type of payment method": "Transaktionen nur nach Zahlungsart auflisten",
|
|
1812
|
+
"Only list transactions by a certain user": "Nur Transaktionen eines bestimmten Benutzers auflisten",
|
|
1813
|
+
"Only list transaction by invoice number": "Nur Transaktionen nach Rechnungsnummer auflisten",
|
|
1814
|
+
"Only list transaction in this status": "Nur Transaktionen in diesem Status auflisten",
|
|
1815
|
+
"Only list transaction with this session id": "Nur Transaktionen mit dieser Session-Id auflisten",
|
|
1816
|
+
"Only list transactions with specific ref number.": "Nur Transaktionen mit einer bestimmten Ref-Nummer auflisten.",
|
|
1817
|
+
"Only list transactions with the selected billing type.": "Nur Transaktionen mit dem ausgewählten Abrechnungs-Typ auflisten.",
|
|
1818
|
+
"Only list transactions with specific payment terminal id.": "Nur Transaktionen mit einer bestimmten Zahlungsterminal-ID auflisten.",
|
|
1819
|
+
"ISO 8601 formatted date. Lists only the transactions finalized before this datetime": "ISO 8601 formatiertes Datum. Listet nur die Transaktionen, die vor dieser Datumszeit abgeschlossen wurden",
|
|
1820
|
+
"ISO 8601 formatted date. Lists only the transactions finalized after this datetime": "ISO 8601 formatiertes Datum. Listet nur die Transaktionen auf, die nach dieser Datumszeit abgeschlossen wurden",
|
|
1821
|
+
"Only list transactions paid with this specific voucher id.": "Nur Transaktionen auflisten, die mit dieser speziellen Gutschein-ID bezahlt werden.",
|
|
1822
|
+
"Only list transactions with the specified purchase type(s). Determines what the transaction was for based on its associated entity.": "Listet nur Transaktionen mit dem angegebenen Einkaufstyp(en) auf, für die die Transaktion basierend auf der zugehörigen Entität erfolgte.",
|
|
1823
|
+
"Required when `methodType` is `card`.": "Erforderlich, wenn `methodType` `card` ist.",
|
|
1824
|
+
"Required when `methodType` is `bank_transfer`.": "Erforderlich wenn `methodType` `bank_transfer` ist.",
|
|
1825
|
+
"Required when `methodType` is `wallet`.": "Erforderlich wenn `methodType` `wallet` ist.",
|
|
1826
|
+
"Deprecated, please use `methodType` and `cardNetwork` instead.": "Veraltet, bitte benutze stattdessen `methodType` und `cardNetwork`.",
|
|
1827
|
+
"The subscription will be valid until this end date": "Das Abonnement wird bis zum Enddatum gültig sein",
|
|
1828
|
+
"Enable the auto-renewal of the subscription after the end date": "Automatische Verlängerung des Abonnements nach dem Enddatum aktivieren",
|
|
1829
|
+
"Shown to the user and also added to the user's bank statement (if the payment method is a bank card).": "Dem Benutzer angezeigt und auch zum Kontoauszug des Benutzers hinzugefügt (wenn die Zahlungsart eine Bankkarte ist).",
|
|
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.": "Die ID der Zahlungsmethode, wie durch die Zahlungsart Listing (Benutzer / Zahlungsmethode / Listing). Wenn sie leer oder null bleiben, würde sie das Gleichgewicht verlieren und wenn das Gleichgewicht nicht ausreicht, würde sie die Maßnahme ablehnen. Unternehmensabrechnung wird nicht als Zahlungsmethode unterstützt.",
|
|
1831
|
+
"The reason for the cancellation. It would be included in the Audit logs.": "Der Grund für die Stornierung. Es wird in die Audit-Protokolle aufgenommen.",
|
|
1832
|
+
"* `enabled` Enabled - the user is allowed to use the system\n* `disabled` Disabled - the user is NOT allowed to use the system\n": "* `enabled` aktiviert - der Benutzer darf das System\nverwenden * `deaktiviert` - der Benutzer darf NICHT das System\n benutzen",
|
|
1833
|
+
"The code of the voucher that should be redeemed.": "Der Code des Gutscheins, der eingelöst werden soll.",
|
|
1834
|
+
"Only list users that belong to a certain user group": "Nur Benutzer auflisten, die zu einer bestimmten Benutzergruppe gehören",
|
|
1835
|
+
"Only list users attached to the partner.": "Nur an den Partner angehängte Benutzer auflisten.",
|
|
1836
|
+
"Only list users with specific external id": "Nur Benutzer mit einer bestimmten externen ID auflisten",
|
|
1837
|
+
"Only list user with specific email": "Nur Benutzer mit bestimmten E-Mails auflisten",
|
|
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`.": "Nur Datensätze mit bestimmten externen Anwendungsdaten auflisten. Sie können eine Punktnotation verwenden, um nach verschachtelten Eigenschaften zu suchen. Zum Beispiel `Filter[externalAppData.property1.property2]=value`.",
|
|
1839
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and after this datetime": "ISO 8601 formatiertes Datum. Listet nur die Benutzer auf, die zuletzt am und nach diesem Datum aktualisiert wurden",
|
|
1840
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and before this datetime": "ISO 8601 formatiertes Datum. Listet nur die Benutzer auf, die zuletzt am und vor diesem Datum aktualisiert wurden",
|
|
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.": "Legt eine Anforderung fest, dass der Benutzer beim nächsten Öffnen der App ein neues Passwort setzen muss. Nachdem ein neues Passwort gesetzt wurde, wird diese Option automatisch zurückgesetzt.",
|
|
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": "Die Sprache und die regionalen Einstellungen in der App.\n\n**Nur verfügbar** wenn die Option zur Aktualisierung des Gebietsschemas für den Operator aktiviert wurde.\n",
|
|
1843
|
+
"Third party identifier of the user": "Drittpartei-Identifikator des Benutzers",
|
|
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.": "Bestimmen Sie die Anzahl der Sitzungen, die ein Benutzer starten könnte - einzelne oder mehrere gleichzeitige Sitzungen, oder ob der Benutzer simultane Sitzungen mit mehreren ID-Tags starten kann.",
|
|
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'.": "Gibt an, ob sich der Benutzer für den Empfang von Nachrichten und Werbeaktionen entschieden hat. Um ihn zu aktivieren, setzen Sie dieses Feld auf 'true', ansonsten setzen Sie es auf 'false'.",
|
|
1846
|
+
"IBAN that is provided for the user.": "IBAN, die für den Benutzer zur Verfügung gestellt wird.",
|
|
1847
|
+
"Name of the Bank for which the user has provided IBAN.": "Name der Bank, für die der Benutzer IBAN zur Verfügung gestellt hat.",
|
|
1848
|
+
"Address of the user's Bank.": "Adresse der Benutzerbank.",
|
|
1849
|
+
"Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.": "Bankkodex, der von einer Zentralbank, einer Bankenaufsichtsbehörde oder einer Bankvereinigung im Land zugewiesen wird.",
|
|
1850
|
+
"Bank account ID provided by the user.": "Bankkonto-ID des Benutzers.",
|
|
1851
|
+
"Type of account the user has provided.": "Art des Kontos, den der Benutzer angegeben hat.",
|
|
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.": "Eine optionale eindeutige Zeichenkette, die verwendet wird, um Replay-Angriffe zu verhindern. Es wird vom Server generiert der Client sollte ihn übergeben, wenn der Benutzer aus einer externen Anmelde-Embedded-Web-App erstellt wird und sich nach der Erstellung automatisch in der mobilen App anmelden muss.",
|
|
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.": "Aktualisiert die Präferenz des Benutzers für den Empfang von Nachrichten und Aktionen. Um ihre Einstellungen zu ändern, aktualisieren Sie dieses Feld auf 'true' um sich anzumelden oder 'falsch' um sich abzumelden.",
|
|
1854
|
+
"The type of the tokenized payment method. If not provided - defaults to card": "Der Typ der tokenisierten Zahlungsmethode. Falls nicht angegeben - Standardwert ist die Karte",
|
|
1855
|
+
"The type of the bank transfer. Required if `tokenizedType` is `bank_transfer`": "Der Typ der Banküberweisung. Wird benötigt wenn `tokenizedType` `bank_transfer` ist",
|
|
1856
|
+
"The ID of the Transaction object, created when you initiated the request.": "Die ID des Transaktionsobjekts, das bei der Initiierung der Anfrage erstellt wurde.",
|
|
1857
|
+
"ISO 8601 formatted date. Lists only the authorizations created after this datetime": "ISO 8601 formatiertes Datum. Zeigt nur die Autorisationen, die nach diesem Datum erstellt wurden",
|
|
1858
|
+
"ISO 8601 formatted date. Lists only the authorizations created before this datetime": "ISO 8601 formatiertes Datum. Zeigt nur die Autorisationen, die vor diesem Datum erstellt wurden",
|
|
1859
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated after this datetime": "ISO 8601 formatiertes Datum. Zeigt nur die Autorisationen, die nach diesem Datum zuletzt aktualisiert wurden",
|
|
1860
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated before this datetime": "ISO 8601 formatiertes Datum. Listet nur die Autorisationen, die zuletzt vor diesem Datum aktualisiert wurden",
|
|
1861
|
+
"Lists only authorizations with one of the following statuses: \"accepted\", \"rejected\", \"pending\"": "Listet nur Autorisierungen mit einem der folgenden Status: \"akzeptiert\", \"abgelehnt\", \"ausstehend\"",
|
|
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\"": "Listet nur Autorisierungen mit einer der folgenden Methoden auf: \"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": "Listet nur Berechtigungen von Benutzern auf, die einem bestimmten Partner zugeordnet sind",
|
|
1864
|
+
"Filter by booking request status": "Filtern nach Buchungsstatus",
|
|
1865
|
+
"Filter by user ID": "Nach Benutzer-ID filtern",
|
|
1866
|
+
"Filter by location ID": "Nach Standort-ID filtern",
|
|
1867
|
+
"Filter requests with start time after this date": "Filter Anfragen mit Startzeit nach diesem Datum",
|
|
1868
|
+
"Filter requests with start time before this date": "Anfragen mit Startzeit vor diesem Datum filtern",
|
|
1869
|
+
"Filter requests with end time after this date": "Filter Anfragen mit Endzeit nach diesem Datum",
|
|
1870
|
+
"Filter requests with end time before this date": "Anfragen mit Endzeit vor diesem Datum filtern",
|
|
1871
|
+
"Filter requests that were created after this date": "Filteranfragen, die nach diesem Datum erstellt wurden",
|
|
1872
|
+
"Filter requests that were created before this date": "Anfragen filtern, die vor diesem Datum erstellt wurden",
|
|
1873
|
+
"Filter by booking status": "Nach Buchungsstatus filtern",
|
|
1874
|
+
"Filter bookings with start time after this date": "Filtern Sie Buchungen mit Startzeit nach diesem Datum",
|
|
1875
|
+
"Filter bookings with start time before this date": "Buchungen mit Startzeit vor diesem Datum filtern",
|
|
1876
|
+
"Filter bookings with end time after this date": "Buchungen mit Endzeit nach diesem Datum filtern",
|
|
1877
|
+
"Filter bookings with end time before this date": "Buchungen mit Endzeit vor diesem Datum filtern",
|
|
1878
|
+
"Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\n": "Fügen Sie zusätzliche Informationen in die Antwort ein. Die folgenden Optionen stehen zur Verfügung:\n- **bookedEvses**: Fügen Sie Informationen über die EVSE in Verbindung mit dieser Buchung\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 CDRs nach der Startzeit und wählt Datensätze mit einer Startzeit, die gleich oder später als der angegebene Wert ist. Die Datumszeit sollte nach ISO 8601 formatiert werden.",
|
|
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 CDRs nach der Startzeit, wobei Datensätze mit einer Startzeit gleich oder früher als der angegebene Wert ausgewählt werden. Dieser Filter hilft bei der Auswahl von Datensätzen bis zu einer bestimmten Startzeit. Die angegebene Datumszeit sollte im ISO 8601-Format liegen.",
|
|
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.": "Dieser Filter ruft CDRs mit einer Endzeit ab oder später als der angegebene Wert. Es hilft Datensätze, die auf dem Ende eines Zeitrahmens basieren, zu filtern und stellt sicher, dass nur Datensätze ausgewählt werden, die nach einem bestimmten Punkt enden. Das Datumsformat sollte sich an die Normen ISO 8601 halten.",
|
|
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 CDRs basierend auf ihrer Endzeit, indem sie diese mit einer Endzeit gleich oder früher als der angegebene Wert auswählen. Dieser Filter beschränkt die Auswahl auf Datensätze, die um eine bestimmte Zeit abgeschlossen werden. Die Datumszeit sollte im ISO 8601-Format liegen.",
|
|
1883
|
+
"Only CDRs associated with a specific Roaming Operator/Provider.": "Nur CDRs, die einem bestimmten Roaming-Anbieter zugeordnet sind.",
|
|
1884
|
+
"Only CDRs linked to a specific Roaming Platform.": "Nur CDRs, die an eine bestimmte Roaming-Plattform angeschlossen sind.",
|
|
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.": "Filtert CDRs nach dem eindeutigen Identifikator innerhalb der CPO-Plattform (und Suboperator-Plattformen). Wenn Sie diesen Filter verwenden, wird er ein einziges Ergebnis zurückgeben.",
|
|
1886
|
+
"Only Credit CDRs.": "Nur Kredit-CDRs.",
|
|
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.": "Wenn wahr sind, werden nur CDRs, die wir als CPO ausgestellt haben, zurückgegeben, wenn nur falsche CDRs, die wir als eMSP erhalten haben, zurückgegeben werden.",
|
|
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 CDRs nach der Zeit, wenn sie von CPOs empfangen werden, wobei Datensätze mit einer Empfangszeit gleich oder später als der angegebene Wert ausgewählt werden. Dieser Filter hilft bei der Auswahl der empfangenen Datensätze aus einer bestimmten Zeit und funktioniert für nicht-lokale CDRs. Die angegebene Datumszeit sollte der Norm ISO 8601 entsprechen.",
|
|
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 CDRs nach der Zeit, wenn sie von CPOs empfangen werden, wobei Datensätze mit einer Startzeit gleich oder früher als der angegebene Wert ausgewählt werden. Dieser Filter hilft bei der Auswahl der empfangenen Datensätze bis zu einer bestimmten Zeit und funktioniert für nicht lokale CDRs. Die angegebene Datumszeit sollte der Norm ISO 8601 entsprechen.",
|
|
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 CDRs nach der Zeit, die an EMSP gesendet wird, wobei Datensätze mit einer Sendezeit gleich oder später als der angegebene Wert ausgewählt werden. Dieser Filter hilft bei der Auswahl gesendeter Datensätze aus einer bestimmten Zeit und funktioniert für lokale CDRs. Die angegebene Datumszeit sollte der Norm ISO 8601 entsprechen.",
|
|
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 CDRs nach der Zeit, die an EMSP gesendet wird, und wählt Datensätze mit einer Sendezeit von gleich oder früher als der angegebene Wert. Dieser Filter hilft bei der Auswahl gesendeter Datensätze aus einer bestimmten Zeit und funktioniert für lokale CDRs. Die angegebene Datumszeit sollte der Norm ISO 8601 entsprechen.",
|
|
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 CDRs, die nach ihrem Lieferstatus an die EMSP gesendet wurden.\nBenutzen Sie diesen Dropdown-Filter, um CDRs mit einem der folgenden Status abzurufen:\n - `Erfolg: CDRs erfolgreich **akzeptiert** von der EMSP.\n - `fail`: CDRs, die von der EMSP **abgelehnt** (nicht angenommen) wurden.\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": "Geben Sie die übergeordnete Schaltung in Multi-Level-DLM an. Schaltungen, die für Flexibilitätswerte oder die Nutzung der Lastausgleich-Integration verwendet werden, können nicht in Multi-Level-DLM verwendet werden.\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` steht für `L1`, </br>\n`S` - für `L2` </br>\n`T` - für `L3` </br>\nSo zum Beispiel `RST` = `L1`, `L2`, `L3`, während `RTS` = `L1`, `L3`, `L2`, etc. </br>\nDas Feld ist obligatorisch für Multi-Level-DLM, wenn der `phases` Wert `three_phase` ist.\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": "Bestimmt die aktiven Leitungsleiter, die im Schaltkreis verwendet werden. </br>\nEinzelphasenwerte (`phases` = `single_phase`): `L1`, `L2`, `L3` - Gültig in `star` elektrische Konfiguration </br>\nSplit Phasenwerte (`phases` = `split_phase`): `L1_L2`, L2_L3\", `L1_L3` - Gültig in `star` elektrische Konfiguration </br>\nDieses Feld ist obligatorisch für Multi-Level DLM, wenn der `phases` Wert `single_phase` oder `split_phase` ist.\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` - ": "Definiert die Art der elektrischen Konfiguration der Schaltung. Eine Schaltung muss die gleiche elektrische Konfiguration haben wie ihre übergeordnete Schaltung. Zur Aufrechterhaltung der Sicherheit und Kompatibilität können nur Ladungspunkte mit einer identischen elektrischen Konfiguration an die Schaltung hinzugefügt werden. Um die elektrische Konfiguration eines Schaltkreises zu verändern, müssen alle Ladungspunkte mit einer anderen Konfiguration zuerst durch Actions / Detach Ladungspunkt entfernt werden. Die verfügbaren Optionen sind </br> `star` - TN System - Star (Y) (Standard)</br> `delta` - IT-System - Delta (<unk> )</br>",
|
|
1897
|
+
"The current (A) limit for the whole circuit. This would usually be the circuit breaker rated current.": "Die Stromgrenze (A) für den gesamten Stromkreislauf. Dies wäre in der Regel der Strombrecher bewertete Strom.",
|
|
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.": "Definiert was der niedrigste Strom (A) pro Ladungspunkt erlaubt ist. Neue Sessions können nicht beginnen, wenn eine der bestehenden Sessions auf weniger als den festgelegten Mindestsatz gesenkt werden muss. Damit soll sichergestellt werden, dass ein angeschlossenes Fahrzeug tatsächlich Gebühren erhebt, weil die Fahrzeuge einen Mindesttarif haben, unter dem sie die Gebühr nicht akzeptieren würden. Wenn Sie leer bleiben, gibt es kein Minimum.",
|
|
1899
|
+
"Sets the limit to 0 when the session enters an idle period.": "Legt das Limit auf 0 fest, wenn die Sitzung eine Leerlaufperiode betritt.",
|
|
1900
|
+
"The ID of the Electricity Meter linked to the circuit (if any).": "Die ID des Stromzählers an den Stromkreis angeschlossen (falls vorhanden).",
|
|
1901
|
+
"The current (A) reserved for other loads on the circuit (non-managed loads) when the Electricity Meter is offline.": "Der Strom (A) reserviert für andere Lasten auf dem Stromkreis (nicht verwaltete Lasten), wenn das Stromzähler offline ist.",
|
|
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.": "Die ID der Loadbalancing-Integration (finden Sie im Ampeco-Backend). Geben Sie `null` an, wenn Sie jegliche Integration des Lastausgleichs deaktivieren möchten und zurück zum Ampeco eingebauten Lastausgleich.",
|
|
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.": "Die ID der Benutzergruppe, zu der der Benutzer gehören muss oder die ID des Partners, von dem der Benutzer eine Einladung haben muss, für die festgelegte Priorität gelten für die Sitzung.",
|
|
1904
|
+
"The priority where 1 is equal to anyone else, 2 is twice as important, 0.5 is half as important.": "Die Priorität, bei der 1 allen anderen gleich ist, ist 2 doppelt so wichtig, 0,5 ist halb so wichtig.",
|
|
1905
|
+
"The currency 3-letter code.": "Der Währung 3-Buchstaben-Code.",
|
|
1906
|
+
"When displaying amounts in this currency, the prefix is added in front of the amount. This could be symbols, for example $ or £.": "Wenn Sie die Beträge in dieser Währung anzeigen, wird das Präfix vor dem Betrag hinzugefügt. Dies könnte Symbole sein, zum Beispiel $ oder £.",
|
|
1907
|
+
"When displaying amounts in this currency, the suffix is added after the amount.": "Bei der Anzeige der Beträge in dieser Währung wird der Suffix nach dem Betrag hinzugefügt.",
|
|
1908
|
+
"The actual precision of the currency. This is used when charging a payment method or calculating totals.": "Die tatsächliche Genauigkeit der Währung. Dies wird bei der Abrechnung einer Zahlungsmethode oder bei der Berechnung der Gesamtsummen verwendet.",
|
|
1909
|
+
"Used when setting price per kWh and per minute in tariffs.": "Wird bei der Festsetzung des Preises pro kWh und pro Minute in Tarifen verwendet.",
|
|
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.": "Wenn aktiviert, die kleine Währungseinheit wird verwendet, um die Strompreisschwelle für flexible Tarife zu setzen und um die Stromkosten in der App für die Hausaufladung zu erfassen. Die geringfügige Währungseinheit zum Beispiel für den US-Dollar ist der Cent.",
|
|
1911
|
+
"The sign or letter for the minor currency unit. For US dollar, for example, this could be \"¢\" or \"c\" for cents.": "Das Zeichen oder der Buchstabe für die kleinere Währungseinheit.",
|
|
1912
|
+
"Base currency code (ISO 4217)": "Basiswährungscode (ISO 4217)",
|
|
1913
|
+
"Target currency code (ISO 4217)": "Zielwährungscode (ISO 4217)",
|
|
1914
|
+
"The exchange rate from base to target currency": "Der Wechselkurs von Basiswährung zu Zielwährung",
|
|
1915
|
+
"Filter by base currency code": "Nach Basiswährungscode filtern",
|
|
1916
|
+
"Filter by target currency code": "Filtern nach Zielwährungscode",
|
|
1917
|
+
"Filter by records updated before a specific datetime": "Filter nach Datensätzen, die vor einem bestimmten Datum aktualisiert wurden",
|
|
1918
|
+
"Filter by records updated after a specific datetime": "Filtern nach Datensätzen, die nach einem bestimmten Datum aktualisiert wurden",
|
|
1919
|
+
"The ID of the charge point.": "Die ID des Ladungspunktes.",
|
|
1920
|
+
"Only list EVSEs on a certain charge point": "Nur EVSE an einem bestimmten Ladungspunkt auflisten",
|
|
1921
|
+
"Only list EVSEs, identified by id (QR Code)": "Nur EVSE auflisten, identifiziert durch ID (QR-Code)",
|
|
1922
|
+
"Only list EVSEs, identified by externalId": "Nur EVSE auflisten, identifiziert von externer Id",
|
|
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.": "Wenn aktiviert, werden nur Roaming-EVSE zurückgegeben. Wenn falsch, werden nur lokale EVSE zurückgegeben. Wenn nicht passt, werden alle EVSE zurückgegeben.",
|
|
1924
|
+
"Filter by charge point vendor IDs.": "Filtern nach Ladungspunkt-Hersteller-IDs.",
|
|
1925
|
+
"Filter by charge point model IDs.": "Filtern nach Ladungspunkt-Modell-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.).": "Filtert nach Firmware-Versionsstring. passt sowohl exakte Versionen als auch Versionen, die mit dem Suchstring beginnen (z. ., \"1.2\" wird genau \"1.2\" und auch Versionen wie \"1.2.0\", \"1.2.3\", usw.).",
|
|
1927
|
+
"The status of the installer job": "Der Status des Installer-Jobs",
|
|
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": "Listet die Installer-Jobs auf, die nach dem angegebenen Datum und der angegebenen Zeit erstellt wurden. Bitte geben Sie den Wert als ISO 8601 formatiertes Datum an",
|
|
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": "Listet die Installer-Jobs auf, die vor dem angegebenen Datum und der angegebenen Zeit erstellt wurden. Bitte geben Sie den Wert als ISO 8601 formatiertes Datum an",
|
|
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": "Listet die Installer-Jobs auf, die nach dem angegebenen Datum und der angegebenen Zeit zuletzt aktualisiert wurden. Bitte geben Sie den Wert als ISO 8601 formatiertes Datum an",
|
|
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": "Listet die Installer-Jobs auf, die zuletzt vor dem angegebenen Datum und der angegebenen Uhrzeit aktualisiert wurden. Bitte geben Sie den Wert als ISO 8601 formatiertes Datum an",
|
|
1932
|
+
"The ID of the installation and maintenance company which the installer job is assigned to": "Die ID des Installations- und Wartungsunternehmens, der der Installationsauftrag zugewiesen wird",
|
|
1933
|
+
"The ID of the installer admin if such is assigned to the installer job, if passed pin will be ignored": "Die ID des Installer-Admins, wenn dies dem Installer-Job zugewiesen ist, wenn der Pin übergeben wird, wird ignoriert",
|
|
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": "Die PIN des Installer-Jobs, wird verwendet, um Zugriffsrechte zu überprüfen, um den Installer-Job auszuführen, wenn übergeben und keine InstallerAdminId angegeben wird, wird der Pin dem Installer-Job zugewiesen",
|
|
1935
|
+
"Only list invoices issued after this time": "Nur Rechnungen, die nach dieser Zeit ausgestellt wurden",
|
|
1936
|
+
"Only list invoices issued before this time": "Nur Rechnungen auflisten, die vor diesem Zeitpunkt ausgestellt wurden",
|
|
1937
|
+
"The contract is effective from the first of the selected month.": "Der Vertrag gilt ab dem ersten Monat des gewählten Monats.",
|
|
1938
|
+
"The contract expires at the last day of the selected month. If nothing is selected, there is no expiration date.": "Der Vertrag läuft am letzten Tag des gewählten Monats ab. Wenn nichts ausgewählt ist, gibt es kein Ablaufdatum.",
|
|
1939
|
+
"Allows the partner to start/stop session, unlock connector, trigger message, set a charging profile and get the composite schedule.": "Ermöglicht dem Partner, Sessions zu starten/stoppen, Verbindung entsperren, Nachricht auszulösen, ein Ladeprofil zu setzen und den Composite-Zeitplan zu erhalten.",
|
|
1940
|
+
"Allows the partner to make reservations.": "Ermöglicht dem Partner, Reservierungen vorzunehmen.",
|
|
1941
|
+
"Allows the partner to cancel reservations.": "Ermöglicht dem Partner, Reservierungen zu stornieren.",
|
|
1942
|
+
"Allows the partner to reset charge points.": "Ermöglicht dem Partner, Ladungspunkte zurückzusetzen.",
|
|
1943
|
+
"Allows the partner to make firmware updates to the charge points.": "Ermöglicht dem Partner, Firmware-Updates an den Ladungspunkten vorzunehmen.",
|
|
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.": "Wenn der Tarif eine Verbindungsgebühr hat, Diese Gebühr wäre nicht in der Einnahmenbeteiligung mit dem Partner enthalten und bleibt ausschließlich für den Betreiber.",
|
|
1945
|
+
"The cost of the electricity would first be deducted from the collected revenue and then the Revenue sharing rules will be applied.": "Die Stromkosten würden zunächst von den eingenommenen Einnahmen abgezogen, und dann werden die Regeln für die Aufteilung der Einnahmen angewandt.",
|
|
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.": "Wenn dies der Fall ist, erhält der Partner nicht nur seinen Anteil an den Einnahmen, sondern auch eine Erstattung der Stromkosten.",
|
|
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.": "Zusätzliche Pauschalgebühr, die für jede abgerechnete Sitzung erhoben wird und vom Anteil des Partners an den Einnahmen für jede Sitzung an der AC Charging Station abgezogen wird.",
|
|
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.": "Zusätzliche Pauschalgebühr, die für jede abgerechnete Sitzung erhoben wird und vom Anteil des Partners an den Einnahmen für jede Sitzung an der DC Charging Station abgezogen wird.",
|
|
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.": "Zusätzliche Pauschalentgelte, die für jede abgerechnete kWh erhoben und vom Anteil des Partners an den Einnahmen für jede kWh in Rechnung gestellte AC-Ladestation abgezogen wird.",
|
|
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.": "Zusätzliche Pauschalentgelte, die für jeden abgerechneten kWh erhoben und vom Anteil des Partners an den Einnahmen für jede kWh auf der DC Charging Station abgezogen wird.",
|
|
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.": "Zusätzliche prozentuale Gebühr für den vom Nutzer für die Sitzung bezahlten Gesamtbetrag. Diese Gebühr wird dann vom Anteil des Partners an den Einnahmen abgezogen. Diese Gebühr ist nur verfügbar, wenn die Funktion \"Zusätzliche Plattformgebühren\" für das System aktiviert ist.",
|
|
1952
|
+
"The provided amount should be excluding VAT.": "Der angegebene Betrag muss die Mehrwertsteuer enthalten.",
|
|
1953
|
+
"Only list expenses associated with a certain partner": "Nur Ausgaben auflisten, die einem bestimmten Partner zugeordnet sind",
|
|
1954
|
+
"Only list expenses associated with a certain settlement report": "Nur Ausgaben auflisten, die mit einem bestimmten Abrechnungsbericht verbunden sind",
|
|
1955
|
+
"Only list revenue by origin": "Nur Einnahmen nach Ursprung auflisten",
|
|
1956
|
+
"3-letter currency code (ISO 4217). Only list expenses by currency": "Währungscode mit 3-buchstaben (ISO 4217). Nur Ausgaben nach Währung auflisten",
|
|
1957
|
+
"Only list invites in this status": "Nur Einladungen in diesem Status auflisten",
|
|
1958
|
+
"Only list partner invite records accepted by a certain user": "Nur von einem bestimmten Benutzer akzeptierte Einladungen von Partnern auflisten",
|
|
1959
|
+
"Only list partner invite records sent to a particular email address": "Nur Listen von Partner-Einladungen an eine bestimmte E-Mail-Adresse gesendet",
|
|
1960
|
+
"Required by default. Prohibited if sendViaEmail is false.": "Standardmäßig erforderlich. Verboten, wenn sendViaEmail falsch ist.",
|
|
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.": "Die Sprache der E-Mail-Adresse, die an die Einladung gesendet wird. Wenn keine ausgewählt ist, wird die Standardsprache für Endbenutzer verwendet. Verboten, wenn `sendViaEmail` falsch ist.",
|
|
1962
|
+
"Required if allowCorporateAccountBilling is true.": "Erforderlich, wenn allowCorporateAccountBilling wahr ist.",
|
|
1963
|
+
"Only list revenue associated with a certain partner": "Nur Einnahmen, die einem bestimmten Partner zugeordnet sind",
|
|
1964
|
+
"Only list revenue associated with a certain settlement report": "Nur Einnahmen auflisten, die mit einem bestimmten Abwicklungsbericht verbunden sind",
|
|
1965
|
+
"3-letter currency code (ISO 4217). Only list revenue by currency": "Währungscode mit 3 Buchstaben (ISO 4217). Nur Einnahmen nach Währung auflisten",
|
|
1966
|
+
"Lists partners from the specified country": "Listet Partner aus dem angegebenen Land auf",
|
|
1967
|
+
"Lists partners with the specified regNo": "Listet Partner mit dem angegebenen RegNo",
|
|
1968
|
+
"Only list partner, identified by the externalId": "Nur Listen-Partner, identifiziert von der externen Id",
|
|
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.": "Der Firmenname des Partners wird verwendet, wenn der Name des Partners EV-Treibern und Administratoren angezeigt wird. Falls nicht angegeben, wird stattdessen der `name` verwendet.",
|
|
1970
|
+
"Company name of the Partner": "Firmenname des Partners",
|
|
1971
|
+
"When set to false the API tokens related to this partner would not receive the users' balance in the response.": "Bei falscher Einstellung würden die API-Token dieses Partners nicht das Guthaben der Benutzer in der Antwort erhalten.",
|
|
1972
|
+
"Allows the Partner to update the tariff pricing.": "Ermöglicht dem Partner, die Tarifpreise zu aktualisieren.",
|
|
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.": "Zusätzlich zu den \"allowToControlTariffs\" könnte der Partner Tarifgruppen verwalten - Tarife anhängen und entfernen, Änderung der Tarifanordnung in der Tarifgruppe.",
|
|
1974
|
+
"Third party identifier of the partner": "Drittpartei-Identifikator des Partners",
|
|
1975
|
+
"IBAN that is provided for the partner.": "IBAN, die für den Partner zur Verfügung gestellt wird.",
|
|
1976
|
+
"Name of the Bank for which the partner has provided IBAN.": "Name der Bank, für die der Partner IBAN zur Verfügung gestellt hat.",
|
|
1977
|
+
"Address of the partner's Bank.": "Adresse der Bank des Partners.",
|
|
1978
|
+
"Bank account ID provided by the partner.": "Bankkonto-ID des Partners.",
|
|
1979
|
+
"Type of account the Partner has provided.": "Kontotyp, den der Partner angegeben hat.",
|
|
1980
|
+
"Company name of the Partner.": "Firmenname des Partners.",
|
|
1981
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region.": "Wenn das Land nicht in den USA, AU, CA, UM oder RO, kann die Region versorgt werden.",
|
|
1982
|
+
"Third party identifier of the partner.": "Drittpartei-Identifikator des Partners.",
|
|
1983
|
+
"Only list Receipts with a certain user id": "Nur Belege mit einer bestimmten Benutzer-ID auflisten",
|
|
1984
|
+
"Only list Receipts with specific VAT id": "Nur Belege mit spezifischer USt-IdNr. auflisten",
|
|
1985
|
+
"Only list reservations for specific EVSE by ID": "Nur Reservierungen für bestimmte EVSE per ID auflisten",
|
|
1986
|
+
"Only list reservations for a specific user by ID": "Nur Reservierungen für einen bestimmten Benutzer per ID auflisten",
|
|
1987
|
+
"Only list reservations with this status": "Nur Reservierungen mit diesem Status auflisten",
|
|
1988
|
+
"Date from based on reserved at attribute": "Datum basierend auf reservierten Attribut",
|
|
1989
|
+
"Date to based on reserved at attribute": "Datum des Reservierten Attributs",
|
|
1990
|
+
"Type of critical security events that are pushed from the Charge Point to the backend.": "Art der kritischen Sicherheits-Ereignisse, die vom Charge Point in das Backend gedrückt werden.",
|
|
1991
|
+
"Only list sessions on a certain EVSE": "Nur Sitzungen einer bestimmten EVSE auflisten",
|
|
1992
|
+
"Only list sessions on a certain Charge Point": "Nur Sitzungen an einem bestimmten Charge Punkt auflisten",
|
|
1993
|
+
"Only list sessions on a certain EVSE, identified by the phisicalReference": "Nur Sessions einer bestimmten EVSE auflisten, identifiziert durch die PhisicalReferenz",
|
|
1994
|
+
"Only list sessions on a certain Charge Point, identified by the NetworkId": "Nur Sessions an einem bestimmten Charge-Punkt auflisten, identifiziert von der NetworkId",
|
|
1995
|
+
"Only list sessions on Charge Points with last boot notification that had this charge_point_serial_number": "Nur Sitzungen mit der letzten Boot-Benachrichtigung mit dieser charge_point_serial_number auflisten",
|
|
1996
|
+
"Only list sessions on Charge Points with last boot notification that had this vendor": "Nur Sitzungen auf Ladungspunkten mit der letzten Boot-Benachrichtigung auflisten",
|
|
1997
|
+
"Only list sessions identified by the start time being after this datetime": "Nur Sessions auflisten, die von der Startzeit nach diesem Datum identifiziert wurden",
|
|
1998
|
+
"Only list sessions identified by the start time being before this datetime": "Nur Sessions auflisten, die durch die Startzeit vor diesem Datum identifiziert wurden",
|
|
1999
|
+
"Only list sessions by a certain user": "Nur Sitzungen eines bestimmten Benutzers auflisten",
|
|
2000
|
+
"Only list session in this status": "Nur Sitzung in diesem Status auflisten",
|
|
2001
|
+
"Only list sessions identified by the end time being after this datetime": "Nur Sessions auflisten, die bis zum Ende dieses Datums identifiziert sind",
|
|
2002
|
+
"Only list sessions identified by the end time being before this datetime": "Nur Sessions auflisten, die bis zum Ende des Datums identifiziert sind",
|
|
2003
|
+
"Only list sessions associated with a certain partner": "Nur Sessions auflisten, die einem bestimmten Partner zugeordnet sind",
|
|
2004
|
+
"Only list sessions associated with partners, assigned to certain sub-operator": "Nur Sessions auflisten, die mit Partnern verknüpft sind und bestimmten Unter-Operatoren zugewiesen sind",
|
|
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` wird für einmalige Überweisungen verwendet, für gespeicherte (tokenisierte) Überweisungen wird `tokenized` verwendet.",
|
|
2007
|
+
"Only list sessions with specific VAT id": "Nur Sessions mit spezifischer USt-IdNr. auflisten",
|
|
2008
|
+
"Only list sessions with payment status updated before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Listet nur Sitzungen mit Zahlungsstatus vor dem angegebenen Datum und der angegebenen Zeit auf. Bitte geben Sie den Wert in ISO 8601 formatierten Datum an.",
|
|
2009
|
+
"Only list sessions with payment status updated after the specified date and time. Please provide the value in ISO 8601 formatted date.": "Listet nur Sitzungen mit Zahlungsstatus nach dem angegebenen Datum und der angegebenen Zeit auf. Bitte geben Sie den Wert in ISO 8601 formatierten Datum an.",
|
|
2010
|
+
"Only list sessions with specific receipt id.": "Nur Sessions mit einer bestimmten Quittungsnummer auflisten.",
|
|
2011
|
+
"Filter sessions based on authorization source": "Sitzungen nach Autorisierungsquelle filtern",
|
|
2012
|
+
"Only list sessions in this billing status.": "Nur Sitzungen in diesem Rechnungsstatus auflisten.",
|
|
2013
|
+
"Only list sessions with transaction(s) with specific payment terminal id.": "Listet nur Sessions mit Transaktion(en) mit einer bestimmten Zahlungsterminal-ID auf.",
|
|
2014
|
+
"Only list sessions initiated on the EVSEs of a specific Roaming operator with a CPO role.": "Nur Listensitzungen, die auf EVSE eines bestimmten Roaming-Betreibers mit CPO-Rolle initiiert wurden.",
|
|
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).": "Nur anwendbar, wenn das System gleichzeitig sowohl Zahlungsprozessor als auch externe Zahlungsmethoden verwendet. Abonnements anzeigen oder verbergen, bei denen Benutzer \"Externe Rechnung\" aktiviert haben (wenn in den Rechnungseinstellungen erlaubt).",
|
|
2016
|
+
"Only list tariffs managed by certan partner.": "Nur Tarife auflisten, die von certan Partner verwaltet werden.",
|
|
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": "Bestellte Liste der Tarifnummern in der Gruppe. Bitte beachten Sie, dass die Bestellung von unten nach oben geprüft wird, bedeutet, dass der Tarif mit dem größten Index in dieser Liste (in anderen Worten, das ist der niedrigste der Liste), die den Anforderungen entsprechen",
|
|
2018
|
+
"The assigned Partner will have access to make changes to the tariff group.": "Der zugewiesene Partner hat Zugriff auf Änderungen an der Tarifgruppe.",
|
|
2019
|
+
"Only list enabled or disabled Top-Up Packages": "Nur aktivierte oder deaktivierte Up-Pakete auflisten",
|
|
2020
|
+
"By default is set to `false`.": "Standardmäßig ist `false` gesetzt.",
|
|
2021
|
+
"True returns User Groups that have no Partner associated, false returns User Groups that have a Partner associated.": "Wahre gibt Benutzergruppen zurück, die keinen Partner haben, Falsche gibt Benutzergruppen zurück, die einen Partner haben.",
|
|
2022
|
+
"User Groups of a specific Partner.": "Benutzergruppen eines bestimmten Partners.",
|
|
2023
|
+
"The partnerId can be updated only if there are no users added to the user group": "Die PartnerID kann nur aktualisiert werden, wenn keine Benutzer zur Benutzergruppe hinzugefügt wurden",
|
|
2024
|
+
"Unique identifier of the Vendor, reported from the Charge point": "Eindeutige Bezeichner des Verkäufers, berichtet vom Ladungspunkt",
|
|
2025
|
+
"The code reported from the charge point when the hardwareStatus is faulted": "Der vom Ladungspunkt gemeldete Code, wenn der HardwareStatus fehlerhaft ist",
|
|
2026
|
+
"Description of the error provided by the vendor": "Beschreibung des Fehlers des Herstellers",
|
|
2027
|
+
"Recommended actions by the customer when this error occurs": "Empfohlene Aktionen des Kunden, wenn dieser Fehler auftritt",
|
|
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`.": "Listet nur Gutscheine mit einem dieser Typen `voucher`, `manual_top_up`, `top_up_auto`, `auto_top_up`, `top_up_by_operator`, `api_top_up`, `promo_code`, `subscribe_to_plan`.",
|
|
2029
|
+
"Lists only the vouchers that are with one of these statuses `enabled`, `disabled`.": "Listet nur die Gutscheine mit einem dieser Status `aktiviert`, `deaktiviert`.",
|
|
2030
|
+
"Lists only vouchers that are created on a particular date. Please provide the value in the following format `YYYY-MM-DD`.": "Listet nur Gutscheine auf, die an einem bestimmten Datum erstellt wurden. Bitte geben Sie den Wert im folgenden Format `JJJJ-MM-TD` an.",
|
|
2031
|
+
"Lists only vouchers that are redeemed after the specified date and time. Please provide the value in ISO 8601 formatted date.": "Listet nur Gutscheine auf, die nach dem angegebenen Datum und der angegebenen Zeit eingelöst werden. Bitte geben Sie den Wert in ISO 8601 formatiertes Datum an.",
|
|
2032
|
+
"Lists only vouchers that were redeemed before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Listet nur Gutscheine auf, die vor dem angegebenen Datum und der angegebenen Zeit eingelöst wurden. Bitte geben Sie den Wert in ISO 8601 formatiertes Datum an.",
|
|
2033
|
+
"Lists only vouchers that were redeemed by a particular user.": "Listet nur Gutscheine auf, die von einem bestimmten Benutzer eingelöst wurden.",
|
|
2034
|
+
"Lists only vouchers with expiration date after the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "Listet nur Gutscheine mit Ablaufdatum nach dem angegebenen Datum auf. Bitte geben Sie den Wert in RFC 3339 formatiertes Datum `JJJJ-MM-TD` an.",
|
|
2035
|
+
"Lists only vouchers with expiration date before the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "Listet nur Gutscheine mit Ablaufdatum vor dem angegebenen Datum auf. Bitte geben Sie den Wert in RFC 3339 formatiertes Datum `JJJJ-MM-TD` an.",
|
|
2036
|
+
"Lists only vouchers with code which contains the specified string. Please provide min 3 chars value.": "Listet nur Gutscheine mit Code auf, der den angegebenen String enthält. Bitte geben Sie mindestens 3 Zeichen an.",
|
|
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 formatiertes Datum. Definiert das Datum, an dem der Gutschein abläuft. Das Feld kann basierend auf dem `redeemedAt` Timestamp und dem `validityPeriod` Feld berechnet werden, wenn `validityPeriod` gesetzt ist und das `expireDate` nicht gesetzt ist.",
|
|
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.": "Legt die Gültigkeitsdauer für den Gutschein fest. Wenn ein Benutzer den Gutschein einlöst, wird dieser Zeitraum zum Zeitstempel `eingelöst` hinzugefügt, um das `expireDate` des Gutscheins zu berechnen. Dieses Feld wird nur verwendet, wenn `expireDate` nicht bereits gesetzt ist - wenn `expireDate` einen Wert hat dieser Zeitraum wird ignoriert und das definierte `expireDate` wird stattdessen verwendet.",
|
|
2039
|
+
"The date before which the voucher should be assigned to user in order to be valid. RFC 3339 formatted date": "Das Datum, vor dem der Gutschein dem Benutzer zugewiesen werden soll, um gültig zu sein. RFC 3339 formatiertes Datum",
|
|
2040
|
+
"The prefix of the voucher's code.": "Das Präfix des Gutschein-Codes.",
|
|
2041
|
+
"The title of the voucher.": "Der Titel des Gutscheins.",
|
|
2042
|
+
"GET": "ERHALTEN",
|
|
2043
|
+
"POST": "POST",
|
|
2044
|
+
"PATCH": "PATCH",
|
|
2045
|
+
"PUT": "PUT",
|
|
2046
|
+
"DELETE": "LÖSCHEN",
|
|
2047
|
+
"HEAD": "HEAD",
|
|
2048
|
+
"None": "Keine",
|
|
2049
|
+
"JSON": "JSON",
|
|
2050
|
+
"Form Data": "Formulardaten",
|
|
2051
|
+
"Raw": "Rohe",
|
|
2052
|
+
"Inoperative": "Inoperativ",
|
|
2053
|
+
"Operative": "Operativ",
|
|
2054
|
+
"hard": "hart",
|
|
2055
|
+
"soft": "weich",
|
|
2056
|
+
"ChargePointMaxProfile": "ChargePointMaxProfil",
|
|
2057
|
+
"TxDefaultProfile": "TxDefaultProfil",
|
|
2058
|
+
"TxProfile": "TxProfil",
|
|
2059
|
+
"Absolute": "Absolut",
|
|
2060
|
+
"Recurring": "Wiederkehrende",
|
|
2061
|
+
"Relative": "Relativ",
|
|
2062
|
+
"Daily": "Täglich",
|
|
2063
|
+
"Weekly": "Wöchentlich",
|
|
2064
|
+
"A": "A",
|
|
2065
|
+
"W": "W",
|
|
2066
|
+
"true": "ja",
|
|
2067
|
+
"false": "nein",
|
|
2068
|
+
"BootNotification": "Bootbenachrichtigung",
|
|
2069
|
+
"DiagnosticsStatusNotification": "DiagnosticsStatusBenachrichtigung",
|
|
2070
|
+
"LogStatusNotification": "LogStatusbenachrichtigung",
|
|
2071
|
+
"FirmwareStatusNotification": "FirmwareStatusBenachrichtigung",
|
|
2072
|
+
"PublishFirmwareStatusNotification": "PublishFirmwareStatusBenachrichtigung",
|
|
2073
|
+
"Heartbeat": "Heartbeat",
|
|
2074
|
+
"MeterValues": "Meterwerte",
|
|
2075
|
+
"StatusNotification": "Statusbenachrichtigung",
|
|
2076
|
+
"SignV2GCertificate": "SignV2GCertificate",
|
|
2077
|
+
"SignChargingStationCertificate": "SignChargingStationCertificate",
|
|
2078
|
+
"SignCombinedCertificate": "SignCombinedCertificate",
|
|
2079
|
+
"TransactionEvent": "Transaktionsereignis",
|
|
2080
|
+
"ChargingStationCertificate": "ChargingStationZertifikat",
|
|
2081
|
+
"V2GCertificate": "V2GCertificate",
|
|
2082
|
+
"V2GRootCertificate": "V2GRootCertificate",
|
|
2083
|
+
"MORootCertificate": "MORootCertificate",
|
|
2084
|
+
"CSMSRootCertificate": "CSMSRootZertifikat",
|
|
2085
|
+
"ManufacturerRootCertificate": "HerstellerRootZertifikat",
|
|
2086
|
+
"V2GCertificateChain": "V2GCertificateChain",
|
|
2087
|
+
"http": "http",
|
|
2088
|
+
"https": "https",
|
|
2089
|
+
"manual": "manuell",
|
|
2090
|
+
"automatic": "automatisch",
|
|
2091
|
+
"downtime": "Ausfallzeit",
|
|
2092
|
+
"exempt": "exempt",
|
|
2093
|
+
"private": "privat",
|
|
2094
|
+
"public": "öffentlich",
|
|
2095
|
+
"personal": "persönlich",
|
|
2096
|
+
"cellular": "zellulär",
|
|
2097
|
+
"ethernet": "ethernet",
|
|
2098
|
+
"wlan": "wlan",
|
|
2099
|
+
"enabled": "aktiviert",
|
|
2100
|
+
"disabled": "deaktiviert",
|
|
2101
|
+
"out of order": "außerhalb der Bestellung",
|
|
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 Seife",
|
|
2106
|
+
"ocpp 2.0.1": "ocpp 2.0.1",
|
|
2107
|
+
"remote_start_stop_capable": "remote_start_stop_fähig",
|
|
2108
|
+
"meter_values": "meter_werte",
|
|
2109
|
+
"stop_transaction_on_ev_disconnect": "stop_transaction_on_ev_trennt",
|
|
2110
|
+
"disregard_the_heartbeats": "missachten_die_Herz-Beats",
|
|
2111
|
+
"display_messages": "zeige Nachrichten",
|
|
2112
|
+
"private_view_private_use": "private_view_private Nutzung",
|
|
2113
|
+
"private_view_public_use": "private_view_public",
|
|
2114
|
+
"public_view_private_use": "private_nutzen",
|
|
2115
|
+
"none": "keine",
|
|
2116
|
+
"direct_ocpp": "direkt-ocpp",
|
|
2117
|
+
"via_ocpp_connected_charge_point": "via_ocpp_verbindlich_charge_point",
|
|
2118
|
+
"applied": "angewendet",
|
|
2119
|
+
"pending": "ausstehend",
|
|
2120
|
+
"rejected": "abgelehnt",
|
|
2121
|
+
"lastBootNotification": "lastBootBenachrichtigung",
|
|
2122
|
+
"chargingProfile": "chargingProfile",
|
|
2123
|
+
"smartCharging": "smartLadevorgang",
|
|
2124
|
+
"smartChargingPreferences": "smartChargingeinstellungen",
|
|
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": "einzelne Phase",
|
|
2132
|
+
"three_phase": "drei-Phase",
|
|
2133
|
+
"split_phase": "split_phase",
|
|
2134
|
+
"RST": "RST",
|
|
2135
|
+
"RTS": "RTS",
|
|
2136
|
+
"SRT": "SRT",
|
|
2137
|
+
"STR": "STR",
|
|
2138
|
+
"TRS": "TRS",
|
|
2139
|
+
"TSR": "TSR",
|
|
2140
|
+
"L1": "L1",
|
|
2141
|
+
"L2": "L2",
|
|
2142
|
+
"L3": "L3",
|
|
2143
|
+
"L1_L2": "L1_L2",
|
|
2144
|
+
"L1_L3": "L1_L3",
|
|
2145
|
+
"L2_L3": "L2_L3",
|
|
2146
|
+
"connectors": "verbinder",
|
|
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": "induktiv",
|
|
2159
|
+
"nema-5-20": "nema-5-20",
|
|
2160
|
+
"type-e-french": "e-französisch eingeben",
|
|
2161
|
+
"type-g-british": "Typ g-Britisch",
|
|
2162
|
+
"type-j-swiss": "type-j-swiss",
|
|
2163
|
+
"avcon": "avcon",
|
|
2164
|
+
"gb-t-ac": "gb-t-ac",
|
|
2165
|
+
"gb-t-dc": "gb-t-dc",
|
|
2166
|
+
"chaoji": "chaoji",
|
|
2167
|
+
"nema-6-30": "nema-6-30",
|
|
2168
|
+
"nema-6-50": "nema-6-50",
|
|
2169
|
+
"socket": "socket",
|
|
2170
|
+
"cable": "Kabel",
|
|
2171
|
+
"User controlled schedule": "Benutzergesteuerter Zeitplan",
|
|
2172
|
+
"Octopus Agile": "Oktopus Agile",
|
|
2173
|
+
"Octopus Go": "Octopus Go",
|
|
2174
|
+
"Energi Elspot": "Energi Elspot",
|
|
2175
|
+
"NordPool": "Nordpool",
|
|
2176
|
+
"Electricity rate": "Stromrate",
|
|
2177
|
+
"Disabled": "Deaktiviert",
|
|
2178
|
+
"tod": "tod",
|
|
2179
|
+
"dynamic": "dynamisch",
|
|
2180
|
+
"user_schedule": "benutzer_Zeitplan",
|
|
2181
|
+
"ocpp1.6": "ocpp1.6",
|
|
2182
|
+
"ocpp2.0.1": "ocpp2.0.1",
|
|
2183
|
+
"Configuration variable for OCPP 1.6": "Konfigurationsvariable für OCPP 1.6",
|
|
2184
|
+
"Configuration variable for OCPP 2.0.1": "Konfigurationsvariable für OCPP 2.0.1",
|
|
2185
|
+
"admin_defined": "admin_definiert",
|
|
2186
|
+
"octopus_go": "octopus_go",
|
|
2187
|
+
"agile_octopus": "agile Tintenfisch",
|
|
2188
|
+
"elspot": "elspot",
|
|
2189
|
+
"nord_pool": "nord_Pool",
|
|
2190
|
+
"mon": "mon",
|
|
2191
|
+
"tue": "du",
|
|
2192
|
+
"wed": "wd",
|
|
2193
|
+
"thu": "thu",
|
|
2194
|
+
"fri": "frisch",
|
|
2195
|
+
"sat": "saß",
|
|
2196
|
+
"sun": "sonne",
|
|
2197
|
+
"any": "jeder",
|
|
2198
|
+
"suspended": "gesperrt",
|
|
2199
|
+
"rfid": "rfid",
|
|
2200
|
+
"mac_address": "mac_address",
|
|
2201
|
+
"emaid": "emagiert",
|
|
2202
|
+
"company_car": "firma Auto",
|
|
2203
|
+
"private_car": "private_Auto",
|
|
2204
|
+
"AF": "AF",
|
|
2205
|
+
"AX": "AX",
|
|
2206
|
+
"AL": "AL",
|
|
2207
|
+
"DZ": "DZ",
|
|
2208
|
+
"AS": "SF",
|
|
2209
|
+
"AD": "AD",
|
|
2210
|
+
"AO": "KO",
|
|
2211
|
+
"AI": "AI",
|
|
2212
|
+
"AQ": "AQ",
|
|
2213
|
+
"AG": "AG",
|
|
2214
|
+
"AR": "AR",
|
|
2215
|
+
"AM": "MT",
|
|
2216
|
+
"AW": "PW",
|
|
2217
|
+
"AU": "TU",
|
|
2218
|
+
"AT": "AT",
|
|
2219
|
+
"AZ": "AZ",
|
|
2220
|
+
"BS": "PN",
|
|
2221
|
+
"BH": "BH",
|
|
2222
|
+
"BD": "BD",
|
|
2223
|
+
"BB": "BB",
|
|
2224
|
+
"BY": "VON",
|
|
2225
|
+
"BE": "MIT",
|
|
2226
|
+
"BZ": "MZ",
|
|
2227
|
+
"BJ": "PJ",
|
|
2228
|
+
"BM": "KM",
|
|
2229
|
+
"BT": "MT",
|
|
2230
|
+
"BO": "BO",
|
|
2231
|
+
"BQ": "HT",
|
|
2232
|
+
"BA": "BA",
|
|
2233
|
+
"BW": "BW",
|
|
2234
|
+
"BV": "HV",
|
|
2235
|
+
"BR": "BR",
|
|
2236
|
+
"IO": "IO",
|
|
2237
|
+
"BN": "KN",
|
|
2238
|
+
"BG": "MZ",
|
|
2239
|
+
"BF": "HF",
|
|
2240
|
+
"BI": "BI",
|
|
2241
|
+
"KH": "KR",
|
|
2242
|
+
"CM": "CM",
|
|
2243
|
+
"CA": "CA",
|
|
2244
|
+
"CV": "CV",
|
|
2245
|
+
"KY": "MY",
|
|
2246
|
+
"CF": "KN",
|
|
2247
|
+
"TD": "TD",
|
|
2248
|
+
"CL": "KL",
|
|
2249
|
+
"CN": "KN",
|
|
2250
|
+
"CX": "CX",
|
|
2251
|
+
"CC": "CC",
|
|
2252
|
+
"CO": "KO",
|
|
2253
|
+
"KM": "KM",
|
|
2254
|
+
"CG": "CG",
|
|
2255
|
+
"CD": "CD",
|
|
2256
|
+
"CK": "KR",
|
|
2257
|
+
"CR": "KR",
|
|
2258
|
+
"CI": "CI",
|
|
2259
|
+
"HR": "HR",
|
|
2260
|
+
"CU": "CU",
|
|
2261
|
+
"CW": "CW",
|
|
2262
|
+
"CY": "CY",
|
|
2263
|
+
"CZ": "CZ",
|
|
2264
|
+
"DK": "DK",
|
|
2265
|
+
"DJ": "DJ",
|
|
2266
|
+
"DM": "TM",
|
|
2267
|
+
"DO": "DN",
|
|
2268
|
+
"EC": "EC",
|
|
2269
|
+
"EG": "EG",
|
|
2270
|
+
"SV": "SV",
|
|
2271
|
+
"GQ": "GT",
|
|
2272
|
+
"ER": "E",
|
|
2273
|
+
"EE": "EE",
|
|
2274
|
+
"ET": "ET",
|
|
2275
|
+
"FK": "FK",
|
|
2276
|
+
"FO": "FO",
|
|
2277
|
+
"FJ": "PJ",
|
|
2278
|
+
"FI": "FI",
|
|
2279
|
+
"FR": "FR",
|
|
2280
|
+
"GF": "GF",
|
|
2281
|
+
"PF": "PN",
|
|
2282
|
+
"TF": "TM",
|
|
2283
|
+
"GA": "PN",
|
|
2284
|
+
"GM": "MV",
|
|
2285
|
+
"GE": "GE",
|
|
2286
|
+
"DE": "SF",
|
|
2287
|
+
"GH": "GH",
|
|
2288
|
+
"GI": "GI",
|
|
2289
|
+
"GR": "GR",
|
|
2290
|
+
"GL": "GL",
|
|
2291
|
+
"GD": "GD",
|
|
2292
|
+
"GP": "GP",
|
|
2293
|
+
"GU": "GU",
|
|
2294
|
+
"GT": "GT",
|
|
2295
|
+
"GG": "GG",
|
|
2296
|
+
"GN": "GN",
|
|
2297
|
+
"GW": "GW",
|
|
2298
|
+
"GY": "GY",
|
|
2299
|
+
"HT": "HT",
|
|
2300
|
+
"HM": "HM",
|
|
2301
|
+
"VA": "VA",
|
|
2302
|
+
"HN": "HN",
|
|
2303
|
+
"HK": "KW",
|
|
2304
|
+
"HU": "HU",
|
|
2305
|
+
"IS": "SF",
|
|
2306
|
+
"IN": "MW",
|
|
2307
|
+
"ID": "ID",
|
|
2308
|
+
"IR": "IR",
|
|
2309
|
+
"IQ": "IQ",
|
|
2310
|
+
"IE": "JH",
|
|
2311
|
+
"IM": "IM",
|
|
2312
|
+
"IL": "IL",
|
|
2313
|
+
"IT": "SF",
|
|
2314
|
+
"JM": "JM",
|
|
2315
|
+
"JP": "JP",
|
|
2316
|
+
"JE": "JU",
|
|
2317
|
+
"JO": "JO",
|
|
2318
|
+
"KZ": "KZ",
|
|
2319
|
+
"KE": "KE",
|
|
2320
|
+
"KI": "KI",
|
|
2321
|
+
"KP": "KP",
|
|
2322
|
+
"KR": "KR",
|
|
2323
|
+
"XK": "XK",
|
|
2324
|
+
"KW": "KW",
|
|
2325
|
+
"KG": "KG",
|
|
2326
|
+
"LA": "MH",
|
|
2327
|
+
"LV": "LV",
|
|
2328
|
+
"LB": "LB",
|
|
2329
|
+
"LS": "LS",
|
|
2330
|
+
"LR": "LR",
|
|
2331
|
+
"LY": "MY",
|
|
2332
|
+
"LI": "LI",
|
|
2333
|
+
"LT": "LT",
|
|
2334
|
+
"LU": "PN",
|
|
2335
|
+
"MO": "MU",
|
|
2336
|
+
"MK": "MK",
|
|
2337
|
+
"MG": "MC",
|
|
2338
|
+
"MW": "MW",
|
|
2339
|
+
"MY": "MY",
|
|
2340
|
+
"MV": "MV",
|
|
2341
|
+
"ML": "MP",
|
|
2342
|
+
"MT": "MT",
|
|
2343
|
+
"MH": "MH",
|
|
2344
|
+
"MQ": "MQ",
|
|
2345
|
+
"MR": "MR",
|
|
2346
|
+
"MU": "MU",
|
|
2347
|
+
"YT": "YT",
|
|
2348
|
+
"MX": "MC",
|
|
2349
|
+
"FM": "FM",
|
|
2350
|
+
"MD": "MP",
|
|
2351
|
+
"MC": "MC",
|
|
2352
|
+
"MN": "MN",
|
|
2353
|
+
"ME": "MU",
|
|
2354
|
+
"MS": "MP",
|
|
2355
|
+
"MA": "MR",
|
|
2356
|
+
"MZ": "MW",
|
|
2357
|
+
"MM": "KM",
|
|
2358
|
+
"NA": "MN",
|
|
2359
|
+
"NR": "MR",
|
|
2360
|
+
"NP": "NP",
|
|
2361
|
+
"NL": "NL",
|
|
2362
|
+
"NC": "MC",
|
|
2363
|
+
"NZ": "MZ",
|
|
2364
|
+
"NI": "NI",
|
|
2365
|
+
"NE": "MU",
|
|
2366
|
+
"NG": "NG",
|
|
2367
|
+
"NU": "NU",
|
|
2368
|
+
"NF": "NF",
|
|
2369
|
+
"MP": "MP",
|
|
2370
|
+
"NO": "NO",
|
|
2371
|
+
"OM": "OM",
|
|
2372
|
+
"PK": "PK",
|
|
2373
|
+
"PW": "PW",
|
|
2374
|
+
"PS": "PN",
|
|
2375
|
+
"PA": "PN",
|
|
2376
|
+
"PG": "PG",
|
|
2377
|
+
"PY": "PY",
|
|
2378
|
+
"PE": "PN",
|
|
2379
|
+
"PH": "PH",
|
|
2380
|
+
"PN": "PN",
|
|
2381
|
+
"PL": "PL",
|
|
2382
|
+
"PT": "PN",
|
|
2383
|
+
"PR": "PR",
|
|
2384
|
+
"QA": "QA",
|
|
2385
|
+
"RE": "RE",
|
|
2386
|
+
"RO": "RO",
|
|
2387
|
+
"RU": "RU",
|
|
2388
|
+
"RW": "RW",
|
|
2389
|
+
"BL": "BL",
|
|
2390
|
+
"SH": "SO",
|
|
2391
|
+
"KN": "KN",
|
|
2392
|
+
"LC": "LC",
|
|
2393
|
+
"MF": "MW",
|
|
2394
|
+
"PM": "PN",
|
|
2395
|
+
"VC": "MC",
|
|
2396
|
+
"WS": "MW",
|
|
2397
|
+
"SM": "SM",
|
|
2398
|
+
"ST": "SF",
|
|
2399
|
+
"SA": "SA",
|
|
2400
|
+
"SN": "SN",
|
|
2401
|
+
"RS": "RS",
|
|
2402
|
+
"SC": "SR",
|
|
2403
|
+
"SL": "SL",
|
|
2404
|
+
"SG": "SG",
|
|
2405
|
+
"SX": "SX",
|
|
2406
|
+
"SK": "SK",
|
|
2407
|
+
"SI": "SI",
|
|
2408
|
+
"SB": "SB",
|
|
2409
|
+
"SO": "SO",
|
|
2410
|
+
"ZA": "TM",
|
|
2411
|
+
"GS": "GS",
|
|
2412
|
+
"SS": "SS",
|
|
2413
|
+
"ES": "SR",
|
|
2414
|
+
"LK": "LR",
|
|
2415
|
+
"SD": "SD",
|
|
2416
|
+
"SR": "SR",
|
|
2417
|
+
"SJ": "SO",
|
|
2418
|
+
"SZ": "SZ",
|
|
2419
|
+
"SE": "SO",
|
|
2420
|
+
"CH": "CH",
|
|
2421
|
+
"SY": "SY",
|
|
2422
|
+
"TW": "TW",
|
|
2423
|
+
"TJ": "TJ",
|
|
2424
|
+
"TZ": "TZ",
|
|
2425
|
+
"TH": "SO",
|
|
2426
|
+
"TL": "TL",
|
|
2427
|
+
"TG": "TG",
|
|
2428
|
+
"TK": "TK",
|
|
2429
|
+
"TO": "ZU",
|
|
2430
|
+
"TT": "TM",
|
|
2431
|
+
"TN": "SR",
|
|
2432
|
+
"TR": "SR",
|
|
2433
|
+
"TM": "TM",
|
|
2434
|
+
"TC": "SO",
|
|
2435
|
+
"TV": "TM",
|
|
2436
|
+
"UG": "UG",
|
|
2437
|
+
"UA": "UA",
|
|
2438
|
+
"AE": "AE",
|
|
2439
|
+
"GB": "SF",
|
|
2440
|
+
"US": "MN",
|
|
2441
|
+
"UM": "UM",
|
|
2442
|
+
"UY": "UY",
|
|
2443
|
+
"UZ": "UZ",
|
|
2444
|
+
"VU": "VU",
|
|
2445
|
+
"VE": "KW",
|
|
2446
|
+
"VN": "VN",
|
|
2447
|
+
"VG": "VW",
|
|
2448
|
+
"VI": "MV",
|
|
2449
|
+
"WF": "MW",
|
|
2450
|
+
"EH": "PH",
|
|
2451
|
+
"YE": "YE",
|
|
2452
|
+
"ZM": "TM",
|
|
2453
|
+
"ZW": "MW",
|
|
2454
|
+
"chargingZones": "ladezonen",
|
|
2455
|
+
"locationImage": "standbild",
|
|
2456
|
+
"images": "bilder",
|
|
2457
|
+
"externalAppData": "externalAppData",
|
|
2458
|
+
"AuthorizationNotification": "Autorisierungsbenachrichtigung",
|
|
2459
|
+
"authorization.changed": "authorisierung.geändert",
|
|
2460
|
+
"ChargePointChangedNotification": "ChargePointChangedBenachrichtigung",
|
|
2461
|
+
"chargePoint.changed": "chargePoint.geändert",
|
|
2462
|
+
"evse.changed": "evse.geändert",
|
|
2463
|
+
"ChargePointSyncConfigurationNotification": "ChargePointSyncConfigurationNotification",
|
|
2464
|
+
"CircuitConsumptionNotification": "Schaltkreisverbrauch-Benachrichtigung",
|
|
2465
|
+
"circuit.changed": "circuit.changed",
|
|
2466
|
+
"HardwareStatusNotification": "HardwareStatusBenachrichtigung",
|
|
2467
|
+
"LocationChangedNotification": "Standortgeänderte Benachrichtigung",
|
|
2468
|
+
"NetworkStatusNotification": "Netzwerkstatus-Benachrichtigung",
|
|
2469
|
+
"SecurityEventNotification": "SecurityEventbenachrichtigung",
|
|
2470
|
+
"SessionMeterValuesNotification": "SessionMeterValuesBenachrichtigung",
|
|
2471
|
+
"SessionStartStopNotification": "SessionStart-Benachrichtigung",
|
|
2472
|
+
"session.start.stop.notification": "session.start.stop.notification",
|
|
2473
|
+
"SessionUpdateNotification": "SessionUpdateBenachrichtigung",
|
|
2474
|
+
"UserChangedNotification": "Benutzerbenachrichtigung geändert",
|
|
2475
|
+
"SubOperatorChangedNotification": "SubOperatorChangedBenachrichtigung",
|
|
2476
|
+
"TariffChangedNotification": "Tarifänderung Benachrichtigung",
|
|
2477
|
+
"user.subscriptionChanged": "user.subscriptionChanged",
|
|
2478
|
+
"user.subscription.changed": "user.subscription.geändert",
|
|
2479
|
+
"ReservationChangedNotification": "Reservierungsänderung Benachrichtigung",
|
|
2480
|
+
"PaymentMethodChangedNotification": "Zahlungsmethodenbenachrichtigung geändert",
|
|
2481
|
+
"PartnerInviteChangedNotification": "PartnerInviteChangedNotification",
|
|
2482
|
+
"reservation.changed": "reservierung.geändert",
|
|
2483
|
+
"user.paymentMethod.changed": "user.paymentMethode.geändert",
|
|
2484
|
+
"userBalance.changed": "userBalance.geändert",
|
|
2485
|
+
"partnerInvite.changed": "partnereinladen.geändert",
|
|
2486
|
+
"roamingPlatform.changed": "roamingPlatform.geändert",
|
|
2487
|
+
"parkingSpace.occupancyStatus.changed": "parkingSpace.occupancyStatus.geändert",
|
|
2488
|
+
"partner.changed": "partner.geändert",
|
|
2489
|
+
"transaction.changed": "transaktion.geändert",
|
|
2490
|
+
"settlementReport.created": "settlementReport.erstellt",
|
|
2491
|
+
"idTag.changed": "idTag.geändert",
|
|
2492
|
+
"chargePoint.dataTransferReceived": "chargePoint.dataTransfer empfangen",
|
|
2493
|
+
"subscriptionPlan.changed": "abonnementplan geändert",
|
|
2494
|
+
"user.invoiceDetails.changed": "user.invoiceDetails.geändert",
|
|
2495
|
+
"cdr.received": "cdr.received",
|
|
2496
|
+
"chargingProfile.applied": "chargingProfil.angewendet",
|
|
2497
|
+
"installerJob.changed": "installerJob.geändert",
|
|
2498
|
+
"available": "verfügbar",
|
|
2499
|
+
"occupied": "besetzt",
|
|
2500
|
+
"unknown": "unbekannt",
|
|
2501
|
+
"evses": "bündig",
|
|
2502
|
+
"company": "firma",
|
|
2503
|
+
"AD_HOC_PAYMENT": "AD_HOC_PAYMENT",
|
|
2504
|
+
"PROFILE_CHEAP": "PROFILE_CHEAP",
|
|
2505
|
+
"PROFILE_FAST": "PROFILE_FAST",
|
|
2506
|
+
"PROFILE_GREEN": "PROFILE_GREEN",
|
|
2507
|
+
"REGULAR": "REGULAR",
|
|
2508
|
+
"unavailable": "unavailable",
|
|
2509
|
+
"amperage_voltage_3": "amperage_Spannung_3",
|
|
2510
|
+
"amperage_voltage_sqr3": "amperage_voltage_m²",
|
|
2511
|
+
"AC": "AC",
|
|
2512
|
+
"DC": "DC",
|
|
2513
|
+
"Hubject": "Hubject",
|
|
2514
|
+
"OCPI or Gireve 2.2.1": "OCPI oder Gireve 2.2.1",
|
|
2515
|
+
"monthly": "monatlich",
|
|
2516
|
+
"annually": "jährlich",
|
|
2517
|
+
"pre-paid": "Prepaid",
|
|
2518
|
+
"post-paid": "postbezahlt",
|
|
2519
|
+
"personal_commercial": "persönlich_kommerziell",
|
|
2520
|
+
"default": "standard",
|
|
2521
|
+
"internal": "intern",
|
|
2522
|
+
"external": "externe",
|
|
2523
|
+
"as_renewal_cycle": "als_erneuern_Zyklus",
|
|
2524
|
+
"after_each_session": "nach jeder Sitzung",
|
|
2525
|
+
"after_24_hours": "nach 24_Stunden",
|
|
2526
|
+
"after_each_week": "nach _jedem",
|
|
2527
|
+
"after_each_month": "nach _jedem Monat_",
|
|
2528
|
+
"after_each_year": "nach jedem Jahr",
|
|
2529
|
+
"combined": "kombiniert",
|
|
2530
|
+
"separate": "trennen",
|
|
2531
|
+
"free": "kostenlos",
|
|
2532
|
+
"flat rate": "pauschale",
|
|
2533
|
+
"duration+energy": "dauern+Energie",
|
|
2534
|
+
"duration+energy time of day": "Dauer + Energie-Zeit des Tages",
|
|
2535
|
+
"energy tou": "energie-tou",
|
|
2536
|
+
"standard": "standard",
|
|
2537
|
+
"charging not allowed": "nicht erlaubt",
|
|
2538
|
+
"average power levels": "durchschnittlicher Stromstand",
|
|
2539
|
+
"peak power levels": "Spitzenleistung",
|
|
2540
|
+
"standard_tod": "standard_tod",
|
|
2541
|
+
"optimised dynamic pricing": "optimierte dynamische Preisgestaltung",
|
|
2542
|
+
"individual": "individuell",
|
|
2543
|
+
"visa": "visa",
|
|
2544
|
+
"mastercard": "mastercard",
|
|
2545
|
+
"paypal": "paypal",
|
|
2546
|
+
"maestro": "maestre",
|
|
2547
|
+
"amex": "amex",
|
|
2548
|
+
"applepay": "applepay",
|
|
2549
|
+
"googlepay": "googlepay",
|
|
2550
|
+
"twint": "twint",
|
|
2551
|
+
"other": "andere",
|
|
2552
|
+
"finalized": "fertig",
|
|
2553
|
+
"failed": "fehlgeschlagen",
|
|
2554
|
+
"reserved": "reserviert",
|
|
2555
|
+
"refunded": "erstattet",
|
|
2556
|
+
"authorized": "autorisiert",
|
|
2557
|
+
"initialized": "initialisiert",
|
|
2558
|
+
"session": "tagung",
|
|
2559
|
+
"subscription_plan": "abonnement_plan",
|
|
2560
|
+
"topup_package": "topup_package",
|
|
2561
|
+
"custom_fee": "individuelle Gebühr",
|
|
2562
|
+
"payment_terminal_authorisation": "payment_terminal_authorisation",
|
|
2563
|
+
"payment_authorisation": "payment_authorisation",
|
|
2564
|
+
"card": "karte",
|
|
2565
|
+
"bank_transfer": "überweisung",
|
|
2566
|
+
"wallet": "Brieftasche",
|
|
2567
|
+
"pse": "pse",
|
|
2568
|
+
"sepa": "sek",
|
|
2569
|
+
"reversed": "umgekehrt",
|
|
2570
|
+
"partnerInvites": "partnereinladungen",
|
|
2571
|
+
"single_session": "einzelne Sitzung",
|
|
2572
|
+
"multiple_simultaneous_sessions_per_idtag": "multiple_gleichzeitig_sessions_per_idtag",
|
|
2573
|
+
"simultaneous_use_of_idtags": "gleichzeitig_Nutzung_von_idtags",
|
|
2574
|
+
"multiple_simultaneous_sessions_remotely_and_idtags": "multiple_simultan_sessions_remotely_und_idtags",
|
|
2575
|
+
"Ampeco Invoice Manager": "Ampeco Rechnungs Manager",
|
|
2576
|
+
"Cardcom Invoice Manager": "Cardcom Rechnungsmanager",
|
|
2577
|
+
"SoftOne Invoice Manager": "SoftOne Rechnungsmanager",
|
|
2578
|
+
"Ecpay Invoice Manager": "Ecpay Rechnungsmanager",
|
|
2579
|
+
"webhook": "webhook",
|
|
2580
|
+
"kafka": "kafka",
|
|
2581
|
+
"gzip": "gzip",
|
|
2582
|
+
"snappy": "schnappig",
|
|
2583
|
+
"lz4": "lz4",
|
|
2584
|
+
"PLAINTEXT": "PLAINTEXT",
|
|
2585
|
+
"SASL_SSL": "SASL_SSL",
|
|
2586
|
+
"PLAIN": "SPIELEN",
|
|
2587
|
+
"SCRAM-SHA-256": "SCRAM-SHA-256",
|
|
2588
|
+
"SCRAM-SHA-512": "SCRAM-SHA-512",
|
|
2589
|
+
"approved": "genehmigt",
|
|
2590
|
+
"Create Booking": "Buchung erstellen",
|
|
2591
|
+
"Update the given Booking": "Gegebene Buchung aktualisieren",
|
|
2592
|
+
"Cancel Booking": "Buchung stornieren",
|
|
2593
|
+
"accepted": "akzeptiert",
|
|
2594
|
+
"completed": "abgeschlossen",
|
|
2595
|
+
"cancelled": "storniert",
|
|
2596
|
+
"no-show": "nicht anzeigen",
|
|
2597
|
+
"bookedEvses": "buchedEvses",
|
|
2598
|
+
"success": "erfolg",
|
|
2599
|
+
"fail": "versagen",
|
|
2600
|
+
"chargePointPriorities": "chargePointprioritäten",
|
|
2601
|
+
"userPriorities": "Benutzerprioritäten",
|
|
2602
|
+
"socPriorities": "socPrioritätenliste",
|
|
2603
|
+
"consumption": "verbrauchen",
|
|
2604
|
+
"unmanagedLoad": "unverwaltetes Laden",
|
|
2605
|
+
"star": "Stern",
|
|
2606
|
+
"delta": "delta",
|
|
2607
|
+
"Variant 1": "Variante 1",
|
|
2608
|
+
"Variant 2": "Variant 2",
|
|
2609
|
+
"partner": "partner",
|
|
2610
|
+
"userGroup": "userGroup",
|
|
2611
|
+
"AED": "AED",
|
|
2612
|
+
"AFN": "AFN",
|
|
2613
|
+
"ALL": "ALLE",
|
|
2614
|
+
"AMD": "AMD",
|
|
2615
|
+
"ANG": "ANG",
|
|
2616
|
+
"AOA": "AOA",
|
|
2617
|
+
"ARS": "ARS",
|
|
2618
|
+
"AUD": "AUD",
|
|
2619
|
+
"AWG": "AWG",
|
|
2620
|
+
"AZN": "AZN",
|
|
2621
|
+
"BAM": "BAM",
|
|
2622
|
+
"BBD": "BBD",
|
|
2623
|
+
"BDT": "BDT",
|
|
2624
|
+
"BGN": "BGN",
|
|
2625
|
+
"BHD": "BHD",
|
|
2626
|
+
"BIF": "BIF",
|
|
2627
|
+
"BMD": "MD",
|
|
2628
|
+
"BND": "BND",
|
|
2629
|
+
"BOB": "BB",
|
|
2630
|
+
"BOV": "BOV",
|
|
2631
|
+
"BRL": "BRL",
|
|
2632
|
+
"BSD": "BSD",
|
|
2633
|
+
"BTN": "BTN",
|
|
2634
|
+
"BWP": "BWP",
|
|
2635
|
+
"BYN": "BYN",
|
|
2636
|
+
"BZD": "BZD",
|
|
2637
|
+
"CAD": "CAD",
|
|
2638
|
+
"CDF": "CDF",
|
|
2639
|
+
"CHE": "CHE",
|
|
2640
|
+
"CHF": "CHF",
|
|
2641
|
+
"CHW": "CHW",
|
|
2642
|
+
"CLF": "CLF",
|
|
2643
|
+
"CLP": "CLP",
|
|
2644
|
+
"CNY": "CNY",
|
|
2645
|
+
"COP": "COP",
|
|
2646
|
+
"COU": "COU",
|
|
2647
|
+
"CRC": "CRC",
|
|
2648
|
+
"CUC": "CUC",
|
|
2649
|
+
"CUP": "CUP",
|
|
2650
|
+
"CVE": "CVE",
|
|
2651
|
+
"CZK": "CZK",
|
|
2652
|
+
"DJF": "DJF",
|
|
2653
|
+
"DKK": "DKK",
|
|
2654
|
+
"DOP": "DOP",
|
|
2655
|
+
"DZD": "DZD",
|
|
2656
|
+
"EGP": "EGP",
|
|
2657
|
+
"ERN": "FEHLER",
|
|
2658
|
+
"ETB": "ETB",
|
|
2659
|
+
"EUR": "EUR",
|
|
2660
|
+
"FJD": "FJD",
|
|
2661
|
+
"FKP": "FKP",
|
|
2662
|
+
"GBP": "GBP",
|
|
2663
|
+
"GEL": "GEL",
|
|
2664
|
+
"GHS": "GHS",
|
|
2665
|
+
"GIP": "GIP",
|
|
2666
|
+
"GMD": "GMD",
|
|
2667
|
+
"GNF": "GNF",
|
|
2668
|
+
"GTQ": "GTQ",
|
|
2669
|
+
"GYD": "GYD",
|
|
2670
|
+
"HKD": "HKD",
|
|
2671
|
+
"HNL": "HNL",
|
|
2672
|
+
"HRK": "HRK",
|
|
2673
|
+
"HTG": "HTG",
|
|
2674
|
+
"HUF": "HUF",
|
|
2675
|
+
"IDR": "IDR",
|
|
2676
|
+
"ILS": "ILS",
|
|
2677
|
+
"INR": "MN",
|
|
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": "KYT",
|
|
2692
|
+
"KZT": "KZT",
|
|
2693
|
+
"LAK": "LAK",
|
|
2694
|
+
"LBP": "LBP",
|
|
2695
|
+
"LKR": "LKR",
|
|
2696
|
+
"LRD": "LRD",
|
|
2697
|
+
"LSL": "LSL",
|
|
2698
|
+
"LYD": "LYD",
|
|
2699
|
+
"MAD": "MIT",
|
|
2700
|
+
"MDL": "MZ",
|
|
2701
|
+
"MGA": "MGA",
|
|
2702
|
+
"MKD": "MKD",
|
|
2703
|
+
"MMK": "MMK",
|
|
2704
|
+
"MNT": "MNT",
|
|
2705
|
+
"MOP": "MOP",
|
|
2706
|
+
"MRU": "MRU",
|
|
2707
|
+
"MUR": "MUR",
|
|
2708
|
+
"MVR": "MVR",
|
|
2709
|
+
"MWK": "MWK",
|
|
2710
|
+
"MXN": "MXN",
|
|
2711
|
+
"MXV": "MXV",
|
|
2712
|
+
"MYR": "MYR",
|
|
2713
|
+
"MZN": "MZN",
|
|
2714
|
+
"NAD": "NAT",
|
|
2715
|
+
"NGN": "NGN",
|
|
2716
|
+
"NIO": "NIO",
|
|
2717
|
+
"NOK": "NOK",
|
|
2718
|
+
"NPR": "NPR",
|
|
2719
|
+
"NZD": "NZD",
|
|
2720
|
+
"OMR": "OM",
|
|
2721
|
+
"PAB": "PAB",
|
|
2722
|
+
"PEN": "PN",
|
|
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": "SDG",
|
|
2737
|
+
"SEK": "SEK",
|
|
2738
|
+
"SGD": "SGD",
|
|
2739
|
+
"SHP": "SHP",
|
|
2740
|
+
"SLL": "SL",
|
|
2741
|
+
"SOS": "SOS",
|
|
2742
|
+
"SRD": "SRD",
|
|
2743
|
+
"SSP": "SSP",
|
|
2744
|
+
"STN": "STN",
|
|
2745
|
+
"SVC": "SVC",
|
|
2746
|
+
"SYP": "SYP",
|
|
2747
|
+
"SZL": "SZL",
|
|
2748
|
+
"THB": "THB",
|
|
2749
|
+
"TJS": "TJS",
|
|
2750
|
+
"TMT": "TM",
|
|
2751
|
+
"TND": "TND",
|
|
2752
|
+
"TOP": "TOP",
|
|
2753
|
+
"TRY": "TRY",
|
|
2754
|
+
"TTD": "TTD",
|
|
2755
|
+
"TWD": "TWD",
|
|
2756
|
+
"TZS": "TZS",
|
|
2757
|
+
"UAH": "UAH",
|
|
2758
|
+
"UGX": "UGX",
|
|
2759
|
+
"USD": "USD",
|
|
2760
|
+
"USN": "USN",
|
|
2761
|
+
"UYI": "UYI",
|
|
2762
|
+
"UYU": "UYU",
|
|
2763
|
+
"UYW": "UJ",
|
|
2764
|
+
"UZS": "UZS",
|
|
2765
|
+
"VES": "VES",
|
|
2766
|
+
"VND": "VND",
|
|
2767
|
+
"VUV": "VUV",
|
|
2768
|
+
"WST": "WST",
|
|
2769
|
+
"XAF": "XAF",
|
|
2770
|
+
"XAG": "XAG",
|
|
2771
|
+
"XAU": "XAU",
|
|
2772
|
+
"XBA": "XBA",
|
|
2773
|
+
"XBB": "XBB",
|
|
2774
|
+
"XBC": "XBC",
|
|
2775
|
+
"XBD": "XBD",
|
|
2776
|
+
"XCD": "XCD",
|
|
2777
|
+
"XDR": "XDR",
|
|
2778
|
+
"XOF": "XOF",
|
|
2779
|
+
"XPD": "XPD",
|
|
2780
|
+
"XPF": "XPF",
|
|
2781
|
+
"XPT": "XPT",
|
|
2782
|
+
"XSU": "XSU",
|
|
2783
|
+
"XTS": "XTS",
|
|
2784
|
+
"XUA": "XUA",
|
|
2785
|
+
"XXX": "XXX",
|
|
2786
|
+
"YER": "YER",
|
|
2787
|
+
"ZAR": "ZAR",
|
|
2788
|
+
"ZMW": "ZMW",
|
|
2789
|
+
"ZWL": "ZWL",
|
|
2790
|
+
"models": "modelle",
|
|
2791
|
+
"new": "neu",
|
|
2792
|
+
"in_progress": "in Fortschritt",
|
|
2793
|
+
"chargePoints": "ladepunkte",
|
|
2794
|
+
"platform-fee-emsp": "plattform-fee-emsp",
|
|
2795
|
+
"platform-fee-cpo": "platform-fee-cpo",
|
|
2796
|
+
"user-custom-fee": "benutzerdefinierte Gebühr",
|
|
2797
|
+
"session-emsp": "session-emsp",
|
|
2798
|
+
"sent": "gesendet",
|
|
2799
|
+
"electricity-tax-reimbursement": "elektrische Steuererstattung",
|
|
2800
|
+
"session-cpo": "session-cpo",
|
|
2801
|
+
"Payter": "Payter",
|
|
2802
|
+
"Valina": "Valina",
|
|
2803
|
+
"Crane": "Krane",
|
|
2804
|
+
"Ampeco": "Ampeco",
|
|
2805
|
+
"Nayax": "Nayax",
|
|
2806
|
+
"Embedded": "Embedded",
|
|
2807
|
+
"Pax": "Pax",
|
|
2808
|
+
"Windcave": "Windhöhle",
|
|
2809
|
+
"Web portal": "Web-Portal",
|
|
2810
|
+
"AdyenCastles": "AdyenCastles",
|
|
2811
|
+
"paid": "bezahlt",
|
|
2812
|
+
"partially_paid": "teilweise_bezahlt",
|
|
2813
|
+
"active": "aktiv",
|
|
2814
|
+
"expired": "abgelaufen",
|
|
2815
|
+
"canceled": "abgebrochen",
|
|
2816
|
+
"done": "done",
|
|
2817
|
+
"FirmwareUpdated": "FirmwareAktualisiert",
|
|
2818
|
+
"SettingSystemTime": "Einstellsystemzeit",
|
|
2819
|
+
"StartupOfTheDevice": "StartupOfTheDevice",
|
|
2820
|
+
"ResetOrReboot": "ResetOrReboot",
|
|
2821
|
+
"SecurityLogWasCleared": "SecurityLogWasCleared",
|
|
2822
|
+
"MemoryExhaustion": "Memoryerschöpfung",
|
|
2823
|
+
"TamperDetectionActivated": "TamperDetection aktiviert",
|
|
2824
|
+
"working_hours_exceeded": "arbeite_Stunden_überschritten",
|
|
2825
|
+
"timeout": "auszeit",
|
|
2826
|
+
"authorization_amount_reached": "authorisierung_betrag_erreicht",
|
|
2827
|
+
"new_start_transaction_received": "neu gestartete Transaktion erhalten",
|
|
2828
|
+
"force_stop": "zwang_stoppen",
|
|
2829
|
+
"standard_stop": "standard_stoppen",
|
|
2830
|
+
"energy_exceeded": "Energie überschritten",
|
|
2831
|
+
"schedule_completed": "planplan_erledigt",
|
|
2832
|
+
"pre_authorization_failed": "vor_autorisierung_fehlgeschlagen",
|
|
2833
|
+
"system_force_stop": "system_forcier_stop",
|
|
2834
|
+
"time_limit": "zeit_limit",
|
|
2835
|
+
"balance_exceeded": "bilanz_überschritten",
|
|
2836
|
+
"deauthorized": "entauthorisiert",
|
|
2837
|
+
"emergencystop": "Notfallstopp",
|
|
2838
|
+
"energylimitreached": "Energie-Limit erreicht",
|
|
2839
|
+
"evdisconnected": "evakuiert verbunden",
|
|
2840
|
+
"groundfault": "mach Fehler",
|
|
2841
|
+
"immediatereset": "sofort",
|
|
2842
|
+
"hardreset": "hardreset",
|
|
2843
|
+
"local": "lokal",
|
|
2844
|
+
"localoutofcredit": "localoutofcredit",
|
|
2845
|
+
"masterpass": "masterpass",
|
|
2846
|
+
"overcurrentfault": "überlaufender Fehler",
|
|
2847
|
+
"powerloss": "powerloss",
|
|
2848
|
+
"powerquality": "powerqualität",
|
|
2849
|
+
"reboot": "reboot",
|
|
2850
|
+
"remote": "fernbedienung",
|
|
2851
|
+
"soclimitreached": "soclimiterreicht",
|
|
2852
|
+
"stoppedbyev": "stoppedbjew",
|
|
2853
|
+
"timeoutlimitreached": "timeout-Limit erreicht",
|
|
2854
|
+
"softreset": "sanft zurücksetzen",
|
|
2855
|
+
"unlockcommand": "entsperren Befehl",
|
|
2856
|
+
"no_ev_parked": "keine _ev_geparkt",
|
|
2857
|
+
"no_ev_connected": "kein _ev_verbunden",
|
|
2858
|
+
"charge_point_timeout": "charge_point_timeout",
|
|
2859
|
+
"charging_on_evse_not_allowed": "charging_on_evse_nicht erlaubt",
|
|
2860
|
+
"remote_start_failed": "remote_start_fehlgeschlagen",
|
|
2861
|
+
"no_user_for_agile_streets": "keine Benutzer_für_agile_Straßen",
|
|
2862
|
+
"canceled_reservation": "storniert_Reservierung",
|
|
2863
|
+
"evse_occupied": "evse_belegt",
|
|
2864
|
+
"evse_inoperative": "evse_inoperativ",
|
|
2865
|
+
"not_supported": "nicht unterstützt",
|
|
2866
|
+
"unknown_reservation": "unbekannte Reservierung",
|
|
2867
|
+
"ev_not_connect_to_evse": "ev_nicht verbinden_zu_evse",
|
|
2868
|
+
"authorization_failed": "Autorisierung_fehlgeschlagen",
|
|
2869
|
+
"unknown_session": "unbekannte Sitzung",
|
|
2870
|
+
"finished": "abgeschlossen",
|
|
2871
|
+
"tokenized": "tokenisiert",
|
|
2872
|
+
"subscription": "abonnements",
|
|
2873
|
+
"balance": "saldo",
|
|
2874
|
+
"corporate": "firma",
|
|
2875
|
+
"terminal": "terminal",
|
|
2876
|
+
"partially": "teilweise",
|
|
2877
|
+
"roaming": "roaming",
|
|
2878
|
+
"third_party": "dritt_party",
|
|
2879
|
+
"null": "null",
|
|
2880
|
+
"voucher": "Gutschein",
|
|
2881
|
+
"manual_top_up": "manuell_oben_oben",
|
|
2882
|
+
"auto_top_up": "oben_oben",
|
|
2883
|
+
"top_up_by_operator": "up_by_Operator",
|
|
2884
|
+
"api_top_up": "api_oben_oben",
|
|
2885
|
+
"promo_code": "promo_code",
|
|
2886
|
+
"subscribe_to_plan": "abonnieren_zu_plan",
|
|
2887
|
+
"1 month": "1 Monat",
|
|
2888
|
+
"3 months": "3 Monate",
|
|
2889
|
+
"6 months": "6 Monate",
|
|
2890
|
+
"1 year": "1 Jahr",
|
|
2891
|
+
"2 years": "2 Jahre",
|
|
2892
|
+
"3 years": "3 Jahre",
|
|
2893
|
+
"5 years": "5 Jahre",
|
|
2894
|
+
"New notification": "Neue Benachrichtigung",
|
|
2895
|
+
"Triggers when a webhook notification event is received from Ampeco": "Wird ausgelöst, wenn ein Webhook-Benachrichtigungs-Ereignis von Ampeco empfangen wird",
|
|
2896
|
+
"Markdown": "Markdown",
|
|
2897
|
+
"Notification events": "Benachrichtigungs-Ereignisse",
|
|
2898
|
+
"**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngeneriere Beispieldaten und löst den veröffentlichten Fluss aus.\n\n",
|
|
2899
|
+
"Select the notification events to listen for": "Wählen Sie die Benachrichtigungsereignisse aus, auf die Sie hören sollen",
|
|
2900
|
+
"Authorization Notification": "Autorisierungsbenachrichtigung",
|
|
2901
|
+
"Authorization.changed": "Autorisierung.geändert",
|
|
2902
|
+
"Boot Notification": "Boot-Benachrichtigung",
|
|
2903
|
+
"Charge Point Changed Notification": "Ladepunkt geändert Benachrichtigung",
|
|
2904
|
+
"Charge Point.changed": "Ladepunkt.geändert",
|
|
2905
|
+
"Evse.changed": "Evse.geändert",
|
|
2906
|
+
"Charge Point Sync Configuration Notification": "Charge Point Sync Konfigurationsbenachrichtigung",
|
|
2907
|
+
"Circuit Consumption Notification": "Schaltkreisverbrauch Benachrichtigung",
|
|
2908
|
+
"Circuit.changed": "Schaltung.geändert",
|
|
2909
|
+
"Diagnostics Status Notification": "Diagnosestatus Benachrichtigung",
|
|
2910
|
+
"Hardware Status Notification": "Hardwarestatus-Benachrichtigung",
|
|
2911
|
+
"Location Changed Notification": "Standortwechsel Benachrichtigung",
|
|
2912
|
+
"Network Status Notification": "Netzwerkstatus Benachrichtigung",
|
|
2913
|
+
"Security Event Notification": "Sicherheitsereignisbenachrichtigung",
|
|
2914
|
+
"Session Meter Values Notification": "Benachrichtigung für Sitzungsmesser",
|
|
2915
|
+
"Session Start Stop Notification": "Session Start Stop-Benachrichtigung",
|
|
2916
|
+
"Session.start.stop.notification": "Session.start.stop.notification",
|
|
2917
|
+
"Session Update Notification": "Benachrichtigung zur Aktualisierung der Sitzung",
|
|
2918
|
+
"User Changed Notification": "Benutzerbenachrichtigung geändert",
|
|
2919
|
+
"Sub Operator Changed Notification": "Sub-Operator geänderte Benachrichtigung",
|
|
2920
|
+
"Tariff Changed Notification": "Tarifänderung Benachrichtigung",
|
|
2921
|
+
"User.subscription Changed": "Benutzer.Abonnement geändert",
|
|
2922
|
+
"User.subscription.changed": "Benutzer.Abonnement.geändert",
|
|
2923
|
+
"Reservation Changed Notification": "Reservierungsänderung Benachrichtigung",
|
|
2924
|
+
"Payment Method Changed Notification": "Benachrichtigung bei Zahlungsart geändert",
|
|
2925
|
+
"Partner Invite Changed Notification": "Partner-Einladung geändert Benachrichtigung",
|
|
2926
|
+
"Reservation.changed": "Reservierung.geändert",
|
|
2927
|
+
"User.payment Method.changed": "Benutzer.Zahlungsmethode. geändert",
|
|
2928
|
+
"User Balance.changed": "Benutzerbilanz. geändert",
|
|
2929
|
+
"Partner Invite.changed": "Partner-Einladung.geändert",
|
|
2930
|
+
"Roaming Platform.changed": "Roaming-Plattform.geändert",
|
|
2931
|
+
"Parking Space.occupancy Status.changed": "Parkplatz.Belegstatus geändert",
|
|
2932
|
+
"Partner.changed": "Partner.geändert",
|
|
2933
|
+
"Transaction.changed": "Transaktion.geändert",
|
|
2934
|
+
"Settlement Report.created": "Abrechnungsbericht erstellt",
|
|
2935
|
+
"Id Tag.changed": "Id Tag.geändert",
|
|
2936
|
+
"Charge Point.data Transfer Received": "Ladungspunkt.data Übertragung empfangen",
|
|
2937
|
+
"Subscription Plan.changed": "Abonnementsplan.geändert",
|
|
2938
|
+
"User.invoice Details.changed": "Benutzer.Rechnung Details.geändert",
|
|
2939
|
+
"Cdr.received": "Cdr.received",
|
|
2940
|
+
"Charging Profile.applied": "Ladeprofil.angewendet",
|
|
2941
|
+
"Installer Job.changed": "Installer-Job.geändert"
|
|
2942
|
+
}
|