@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/ja.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ピースは、EV充電インフラストラクチャと動作を管理するためのAMPECOプラットフォームのAPIとWebフック通知の統合を提供します。",
|
|
21
|
+
"Base URL": "ベース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.": "アカウント内の[API アクセストークン]メニューに移動します。[API アクセストークンの作成]ボタンをクリックして、トークンの作成プロセスを開始します。",
|
|
24
|
+
"Ampeco Platform": "Ampeco Platform",
|
|
25
|
+
"Custom API Call": "カスタムAPI通話",
|
|
26
|
+
"Actions - Charge Point - Change Availability": "アクション - チャージポイント - 可用性の変更",
|
|
27
|
+
"Actions - Charge Point - Change Owner": "アクション - チャージポイント - 所有者の変更",
|
|
28
|
+
"Actions - Charge Point - Clear Charging Profile": "アクション - 充電ポイント - 充電プロファイルをクリア",
|
|
29
|
+
"Actions - Charge Point - Get Diagnostics": "アクション - チャージポイント - 診断機能の取得",
|
|
30
|
+
"Actions - Charge Point - Get Security Log": "アクション - チャージポイント - セキュリティログを取得",
|
|
31
|
+
"Actions - Charge Point - Move EVSEs To Satellite": "アクション - 突撃ポイント - 衛星にEVSEを移動する",
|
|
32
|
+
"Actions - Charge Point - Reserve": "アクション - チャージポイント-予約",
|
|
33
|
+
"Actions - Charge Point - Reset Security Profile": "アクション - チャージポイント - セキュリティプロファイルのリセット",
|
|
34
|
+
"Actions - Charge Point - Reset": "アクション - チャージポイント - リセット",
|
|
35
|
+
"Actions - Charge Point - Send Data Transfer": "アクション - チャージポイント - データ転送の送信",
|
|
36
|
+
"Actions - Charge Point - Set Charging Profile": "アクション - 充電ポイント - 充電プロファイルの設定",
|
|
37
|
+
"Actions - Charge Point - Start Charging Session Without EVSE": "アクション - 充電ポイント - EVSEなしで充電セッションを開始",
|
|
38
|
+
"Actions - Charge Point - Start Charging Session": "アクション - 充電ポイント - 充電セッションを開始",
|
|
39
|
+
"Actions - Charge Point - Stop Charging Session": "アクション - チャージポイント - セッションの充電を停止",
|
|
40
|
+
"Actions - Charge Point - Sync Configuration": "アクション - チャージポイント - 同期設定",
|
|
41
|
+
"Actions - Charge Point - Trigger Message Charge Point": "アクション - チャージポイント - メッセージのチャージポイント",
|
|
42
|
+
"Actions - Charge Point - EVSE Unlock": "アクション - チャージポイント - EVSE ロック解除",
|
|
43
|
+
"Actions - Charge Point - Change Sharing Code": "アクション - チャージポイント - 共有コードの変更",
|
|
44
|
+
"Actions - Charge Point - Delete Certificate": "アクション - チャージポイント - 証明書の削除",
|
|
45
|
+
"Actions - Charge Point - Install Certificate": "アクション - チャージポイント - 証明書のインストール",
|
|
46
|
+
"Actions - Charge Point - Set Configuration": "アクション - チャージポイント - 設定の設定",
|
|
47
|
+
"Actions - Charge Point - Get Installed Certificate Ids": "アクション - チャージポイント - インストールされた証明書IDを取得",
|
|
48
|
+
"Actions - Charge Point - Update Firmware": "アクション - 充電ポイント - ファームウェアを更新",
|
|
49
|
+
"Resources - Charge Point Downtime Periods - Listing": "リソース - チャージポイントのダウンタイム期間 - リスト",
|
|
50
|
+
"Resources - Charge Point Downtime Periods - Create": "リソース - チャージポイントのダウンタイム期間 - 作成",
|
|
51
|
+
"Resources - Charge Point Downtime Periods - Read": "リソース - チャージポイントのダウンタイム期間 - を読む",
|
|
52
|
+
"Resources - Charge Point Downtime Periods - Update": "リソース - チャージポイントダウン時間 - 更新",
|
|
53
|
+
"Resources - Charge Point Downtime Periods - Delete": "リソース - 充電ポイントのダウンタイム期間 - 削除",
|
|
54
|
+
"Resources - Charge Point Models - Listing": "リソース - チャージポイントモデル - リスト",
|
|
55
|
+
"Resources - Charge Point Models - Create": "リソース - チャージポイントモデル - 作成",
|
|
56
|
+
"Resources - Charge Point Models - Read": "リソース - チャージポイントモデル - 読み取り",
|
|
57
|
+
"Resources - Charge Point Models - Update": "リソース - チャージポイントモデル - 更新",
|
|
58
|
+
"Resources - Charge Point Models - Delete": "リソース - チャージポイントモデル - 削除",
|
|
59
|
+
"Resources - Charge Point Vendors - Listing": "リソース - チャージポイント仕入先 - 一覧",
|
|
60
|
+
"Resources - Charge Point Vendors - Create": "リソース - チャージポイント仕入先 - 作成",
|
|
61
|
+
"Resources - Charge Point Vendors - Read": "リソース - チャージポイント仕入先 - を読む",
|
|
62
|
+
"Resources - Charge Point Vendors - Update": "リソース - チャージポイント仕入先 - 更新",
|
|
63
|
+
"Resources - Charge Point Vendors - Delete": "リソース - チャージポイント仕入先 - 削除",
|
|
64
|
+
"Resources - Charge Points - Charge Point Status Read": "リソース - チャージポイント - チャージポイントステータスの読み取り",
|
|
65
|
+
"Resources - Charge Points - Charge Point Create": "リソース - チャージポイント - チャージポイント作成",
|
|
66
|
+
"Resources - Charge Points - Charge Points Listing": "リソース - チャージポイント - チャージポイント一覧",
|
|
67
|
+
"Resources - Charge Points - Charge Point Update": "リソース - チャージポイント - チャージポイントの更新",
|
|
68
|
+
"Resources - Charge Points - Charge Point Read": "リソース - チャージポイント - チャージポイントの読み取り",
|
|
69
|
+
"Resources - Charge Points - Charge Point Delete": "リソース - チャージポイント - チャージポイントの削除",
|
|
70
|
+
"Resources - Charge Points - Available Personal Smart Charging Modes Listing": "リソース - チャージポイント - 利用可能なスマート充電モード一覧",
|
|
71
|
+
"Resources - Charge Points - Charge Point Configurations Listing": "リソース - チャージポイント - チャージポイント構成 リスト",
|
|
72
|
+
"Resources - Charge Points - Charge Point Configuration Read": "リソース - チャージポイント - チャージポイントの設定",
|
|
73
|
+
"Resources - Charge Points - Charge Point Configuration Update": "リソース - チャージポイント - チャージポイント構成の更新",
|
|
74
|
+
"Resources - Charge Points - Charge Point Evse Create": "リソース - チャージポイント - チャージポイントを作成",
|
|
75
|
+
"Resources - Charge Points - Charge Point Evses Listing": "リソース - チャージポイント - チャージポイント回避リスト",
|
|
76
|
+
"Resources - Charge Points - Charge Point Evse Update": "リソース - チャージポイント - チャージポイントイベントの更新",
|
|
77
|
+
"Resources - Charge Points - Charge Point Evse Read": "リソース - チャージポイント - チャージポイントを回避する",
|
|
78
|
+
"Resources - Charge Points - Charge Point Evse Delete": "リソース - チャージポイント - チャージポイントの削除",
|
|
79
|
+
"Resources - Charge Points - Charge Point Evse Connectors Listing": "リソース - チャージポイント - チャージポイント回避コネクタ リスト",
|
|
80
|
+
"Resources - Charge Points - Charge Point Evse Connector Create": "リソース - チャージポイント - チャージポイントエッジコネクタの作成",
|
|
81
|
+
"Resources - Charge Points - Charge Point Evse Connector Read": "リソース - チャージポイント - チャージポイントエッジコネクタの読み取り",
|
|
82
|
+
"Resources - Charge Points - Charge Point Evse Connector Update": "リソース - チャージポイント - チャージポイント回避コネクタの更新",
|
|
83
|
+
"Resources - Charge Points - Charge Point Evse Connector Delete": "リソース - チャージポイント - チャージポイント回避コネクタの削除",
|
|
84
|
+
"Resources - Charge Points - List Charge Point Hardware Status Logs": "リソース - チャージポイント - チャージポイントハードウェアステータスログ",
|
|
85
|
+
"Resources - Charge Points - Get Charge Point Latest Hardware Status Log": "リソース - チャージポイント - チャージポイントの最新ハードウェアステータスログ",
|
|
86
|
+
"Resources - Charge Points - Get Charge Point Latest Network Status Log": "リソース - チャージポイント - チャージポイントの最新ネットワークステータスログ",
|
|
87
|
+
"Resources - Charge Points - List Charge Point Network Status Logs": "リソース - チャージポイント - チャージポイントネットワークステータスログ",
|
|
88
|
+
"Resources - Charge Points - Charge Point Personal Smart Charging Preferences Read": "リソース - チャージポイント - チャージポイント個人のスマート充電設定",
|
|
89
|
+
"Resources - Charge Points - Personal Smart Charging Preferences Update": "リソース - チャージポイント - 個人用スマート充電設定アップデート",
|
|
90
|
+
"Resources - Charge Points - Charge Point Shared Partners Listing": "リソース - チャージポイント - チャージポイント共有パートナーリスト",
|
|
91
|
+
"Resources - Charge Points - Charge Point Shared Partners Sync": "リソース - チャージポイント - チャージポイント共有パートナーの同期",
|
|
92
|
+
"Resources - Charge Points - Charge Point Share Create": "リソース - チャージポイント - チャージポイントシェア 作成",
|
|
93
|
+
"Resources - Charge Points - Charge Point Shares Listing": "リソース - チャージポイント - チャージポイントのシェア一覧",
|
|
94
|
+
"Resources - Charge Points - Charge Point Share Read": "リソース - チャージポイント - チャージポイントのシェアは既読です",
|
|
95
|
+
"Resources - Charge Points - Chareg Point Share Delete": "リソース - チャージポイント - チャージポイント共有削除",
|
|
96
|
+
"Resources - Charge Points - Charge Point Smart Charging Update": "リソース - チャージポイント - チャージポイント スマート充電のアップデート",
|
|
97
|
+
"Actions - Circuit - Attach Charge Point": "動作 - サーキット - 充電ポイントを接続する",
|
|
98
|
+
"Actions - Circuit - Detach Charge Point": "動作 - 回路 - チャージポイントの解除",
|
|
99
|
+
"Actions - Circuit - Set Charge Point Priority": "動作 - 回路 - 充電ポイントの優先度の設定",
|
|
100
|
+
"Actions - Circuit - Set Charge Point EVSE Priority": "動作 - 回路 - 充電ポイントEVSE優先設定",
|
|
101
|
+
"Actions - Circuit - Set Circuit SoC Priority": "動作 - 回路 - 設定回路SoC優先順位",
|
|
102
|
+
"Actions - Circuit - Set Session Priority": "動作 - サーキット - セッション優先度を設定する",
|
|
103
|
+
"Actions - Configuration Template - Apply To Charge Points": "アクション - 構成テンプレート - チャージポイントに適用",
|
|
104
|
+
"Actions - Configuration Template - Bulk Create Variables": "アクション - 構成テンプレート - 変数の一括作成",
|
|
105
|
+
"Resources - Configuration Templates - List Configuration Templates": "リソース - 構成テンプレート - リスト構成テンプレート",
|
|
106
|
+
"Resources - Configuration Templates - Create Configuration Template": "リソース - 構成テンプレート - 構成テンプレートの作成",
|
|
107
|
+
"Resources - Configuration Templates - Update Configuration Template": "リソース - 構成テンプレート - 構成テンプレートを更新",
|
|
108
|
+
"Resources - Configuration Templates - Get Configuration Template": "リソース - 構成テンプレート - 構成テンプレートを取得",
|
|
109
|
+
"Resources - Configuration Templates - Delete Configuration Template": "リソース - 設定テンプレート - 設定テンプレートを削除",
|
|
110
|
+
"Resources - Configuration Templates - Configuration Template Variable Listing": "リソース - 構成テンプレート - 構成テンプレート変数リスト",
|
|
111
|
+
"Resources - Configuration Templates - Configuration Template Variable Create": "リソース - 構成テンプレート - 構成テンプレート変数作成",
|
|
112
|
+
"Resources - Configuration Templates - Configuration Template Variable Update": "リソース - 構成テンプレート - 構成テンプレート変数の更新",
|
|
113
|
+
"Resources - Configuration Templates - Configuration Template Variable Delete": "リソース - 構成テンプレート - 構成テンプレート変数削除",
|
|
114
|
+
"Actions - Electricity Meter - Report Consumption": "行動 - 電気メーター - レポート消費",
|
|
115
|
+
"Resources - Electricity Meters - Lising": "リソース - 電気メーター - Lising",
|
|
116
|
+
"Resources - Electricity Meters - Create": "リソース - 電気メーター - Create",
|
|
117
|
+
"Resources - Electricity Meters - Read": "リソース - 電気メーター - Read",
|
|
118
|
+
"Resources - Electricity Meters - Update": "リソース - 電気メーター - Update",
|
|
119
|
+
"Resources - Electricity Meters - Delete": "リソース - 電気メーター - Delete",
|
|
120
|
+
"Resources - Electricity Rates - Electricity Rates Listing": "リソース - 電気料金 - 電気料金一覧",
|
|
121
|
+
"Resources - Electricity Rates - Create": "リソース - 電気料金 - 作成",
|
|
122
|
+
"Resources - Electricity Rates - Read": "リソース - 電気料金を読む",
|
|
123
|
+
"Resources - Electricity Rates - Update": "リソース - 電気料金 - 更新",
|
|
124
|
+
"Resources - Electricity Rates - Delete": "リソース - 電気料金 - 削除",
|
|
125
|
+
"Resources - Electricity Rates - Electricity Rate Energy Mix Read": "リソース - 電気料金 - 電力料金 - エネルギーミックスを読む",
|
|
126
|
+
"Resources - Electricity Rates - Energy Mix Update": "リソース - 電気料金 - エネルギーミックスのアップデート",
|
|
127
|
+
"Resources - Electricity Rates - Price Periods Listing": "リソース - 電気料金-価格期間一覧",
|
|
128
|
+
"Resources - Electricity Rates - Price Periods Date Listing": "リソース - 電気料金-価格期間の日付一覧",
|
|
129
|
+
"Resources - Electricity Rates - Price Periods Date Read": "リソース - 電気料金-価格期間読取日",
|
|
130
|
+
"Resources - Electricity Rates - Price Periods Date Create Or Update": "リソース - 電気料金 - 料金期間 日付作成または更新",
|
|
131
|
+
"Resources - Electricity Rates - Price Periods Date Delete": "リソース - 電気料金-価格期間削除",
|
|
132
|
+
"Resources - Electricity Rates - Price Periods Week Day Listing": "リソース - 電気料金-料金週間リスト",
|
|
133
|
+
"Resources - Electricity Rates - Price Periods Week Day Read": "リソース - 電気料金-料金週間読んでください。",
|
|
134
|
+
"Resources - Electricity Rates - Price Periods Week Day Createa Or Update": "リソース - 電気料金-料金週間の日を作成または更新",
|
|
135
|
+
"Resources - Electricity Rates - Price Periods Week Day Delete": "リソース - 電気料金-料金期間の週間の削除",
|
|
136
|
+
"Actions - EVSE - Start Charging With EVSE Id": "操作 - EVSE - EVSE ID で充電を開始",
|
|
137
|
+
"Actions - EVSE - Trigger Message": "アクション - EVSE - メッセージのトリガー",
|
|
138
|
+
"Resources - Evse Downtime Periods - Listing": "リソース - ダウンタイムを回避する - リスト",
|
|
139
|
+
"Resources - Evse Downtime Periods - Create": "リソース - ダウンタイムを回避する - 作成",
|
|
140
|
+
"Resources - Evse Downtime Periods - Read": "リソース - 回避ダウンタイム期間 - を読む",
|
|
141
|
+
"Resources - Evse Downtime Periods - Update": "リソース - 回避ダウンタイム - 更新",
|
|
142
|
+
"Resources - Evse Downtime Periods - Delete": "リソース - ダウンタイムを回避する - 削除",
|
|
143
|
+
"Actions - Flexibility Asset - Change Flexibility Asset Status": "アクション - 柔軟性アセット - 柔軟性アセットステータスを変更",
|
|
144
|
+
"Actions - Flexibility Asset - Create Activation Request": "アクション - 柔軟性アセット - アクティベーション要求を作成",
|
|
145
|
+
"Resources - Flexibility Activation Requests - List": "リソース - 柔軟性のアクティベーションリクエスト - リスト",
|
|
146
|
+
"Resources - Flexibility Activation Requests - Get Flexibility Activation Request": "リソース - 柔軟性のアクティベーションリクエスト - 柔軟性のアクティベーションリクエストを取得",
|
|
147
|
+
"Resources - Flexibility Assets - Create": "リソース - 柔軟性アセット - 作成",
|
|
148
|
+
"Resources - Flexibility Assets - List": "リソース - 柔軟性アセット - リスト",
|
|
149
|
+
"Resources - Flexibility Assets - Update": "リソース - 柔軟性アセット - 更新",
|
|
150
|
+
"Resources - Flexibility Assets - Get": "リソース - 柔軟性資産 - 取得",
|
|
151
|
+
"Resources - Flexibility Assets - Delete": "リソース - 柔軟性アセット - 削除",
|
|
152
|
+
"Resources - Flexibility Assets - Get Historical Time Series": "リソース - 柔軟性資産-歴史的な時系列を取得",
|
|
153
|
+
"Resources - Flexibility Assets - Get Time Series Forecast": "リソース - 柔軟性アセット - 時系列予測を取得する",
|
|
154
|
+
"Actions - Id Tag - Certificate Reissue An EMAID": "アクション - Id タグ - 証明書の再発行 EMAID",
|
|
155
|
+
"Resources - Id Tags - Listing": "リソース - Id タグ - 一覧",
|
|
156
|
+
"Resources - Id Tags - Create": "リソース - Id タグ - 作成",
|
|
157
|
+
"Resources - Id Tags - Read": "リソース - Id タグ - 読み取り",
|
|
158
|
+
"Resources - Id Tags - Update": "リソース - Id タグ - 更新",
|
|
159
|
+
"Resources - Id Tags - Delete": "リソース - Id タグ - 削除",
|
|
160
|
+
"Actions - Locations - Check Booking Availability": "アクション - 場所 - 予約状況の確認",
|
|
161
|
+
"Resources - Locations - Create": "リソース - 場所 - 作成",
|
|
162
|
+
"Resources - Locations - Listing": "リソース - 場所 - 一覧",
|
|
163
|
+
"Resources - Locations - Update": "リソース - 場所 - 更新",
|
|
164
|
+
"Resources - Locations - Read": "リソース - 場所 - 読み取り",
|
|
165
|
+
"Resources - Locations - Delete": "リソース - 場所 - 削除",
|
|
166
|
+
"Resources - Locations - Listing Charging Zones": "リソース - 場所 - 充電ゾーン一覧",
|
|
167
|
+
"Resources - Locations - Create Charging Zone": "リソース - 場所 - 充電ゾーンの作成",
|
|
168
|
+
"Resources - Locations - Read Charging Zone": "リソース - 場所 - 充電ゾーンを読む",
|
|
169
|
+
"Resources - Locations - Update Charging Zone": "リソース - 場所 - 充電ゾーンを更新",
|
|
170
|
+
"Resources - Locations - Delete Charging Zone": "リソース - 場所 - 充電ゾーンの削除",
|
|
171
|
+
"Actions - Notifications - Resend Failed": "アクション - 通知 - 再送信失敗",
|
|
172
|
+
"Actions - Parking Spaces - Update Occupancy Status": "操作 - 駐車場 - 占有状況を更新",
|
|
173
|
+
"Resources - Parking Spaces - Create": "リソース - 駐車場 スペース - 作成",
|
|
174
|
+
"Resources - Parking Spaces - List": "リソース - 駐車場 - リスト",
|
|
175
|
+
"Resources - Parking Spaces - Update": "リソース - 駐車場 スペース - 更新",
|
|
176
|
+
"Resources - Parking Spaces - Get": "リソース - 駐車場 - 取得",
|
|
177
|
+
"Resources - Parking Spaces - Delete": "リソース - 駐車場 スペース - 削除",
|
|
178
|
+
"Actions - Provisioning Certificate - Certificate Issue An EMAID": "アクション - プロビジョニング証明書 - 証明書の問題 EMAID",
|
|
179
|
+
"Resources - Provisioning Certificates - Create Pc Id": "リソース - プロビジョニング証明書 - Pc IDの作成",
|
|
180
|
+
"Resources - Provisioning Certificates - List Pc Ids": "リソース - 証明書をプロビジョニングする - Pc ID一覧",
|
|
181
|
+
"Resources - Provisioning Certificates - Update Pc Id": "リソース - プロビジョニング証明書 - Pc IDの更新",
|
|
182
|
+
"Resources - Provisioning Certificates - Get Pc Id": "リソース - プロビジョニング証明書 - Pc IDを取得",
|
|
183
|
+
"Resources - Provisioning Certificates - Delete Pc Id": "リソース - プロビジョニング証明書 - Pc IDの削除",
|
|
184
|
+
"Actions - Reservation - Reservation Cancel": "アクション - 予約 - 予約キャンセル",
|
|
185
|
+
"Actions - Roaming Operator - Update Custom Tariff Filter Tariff": "操作 - ローミング演算子 - カスタム関税フィルタ関数の更新",
|
|
186
|
+
"Resources - Roaming Connections - List Roaming Connections": "リソース - ローミング接続 - ローミング接続",
|
|
187
|
+
"Resources - Roaming Connections - Get Roaming Connection": "リソース - ローミング接続 - ローミング接続を取得",
|
|
188
|
+
"Resources - Roaming Operators - Roaming Operators Listing": "リソース - ローミング演算子 - ローミング演算子 リスト",
|
|
189
|
+
"Resources - Roaming Operators - Roaming Operator Read": "リソース - ローミング演算子 - ローミング演算子",
|
|
190
|
+
"Resources - Roaming Operators - Roaming Operator Update": "リソース - ローミング演算子 - ローミング演算子の更新",
|
|
191
|
+
"Resources - Roaming Operators - List Roaming Custom Tariff Filters": "リソース - ローミング演算子 - リストローミングカスタム関税フィルター",
|
|
192
|
+
"Resources - Roaming Operators - Create Roaming Custom Tariff Filter": "リソース - ローミング演算子 - ローミングカスタム関税フィルタを作成",
|
|
193
|
+
"Resources - Roaming Operators - Reorder Roaming Custom Tariff Filters": "リソース - ローミング演算子 - ローミングカスタム関税フィルターの順序変更",
|
|
194
|
+
"Resources - Roaming Operators - Get Roaming Custom Tariff Filter": "リソース - ローミング演算子 - ローミングカスタム関税フィルタを取得",
|
|
195
|
+
"Resources - Roaming Operators - Update Roaming Custom Tariff Filter": "リソース - ローミング演算子 - ローミングカスタム関税フィルタを更新",
|
|
196
|
+
"Resources - Roaming Operators - Delete Roaming Custom Tariff Filter": "リソース - ローミング演算子 - ローミングカスタム関税フィルタを削除",
|
|
197
|
+
"Resources - Roaming Providers - Listing": "リソース - ローミングプロバイダー - リスト",
|
|
198
|
+
"Resources - Roaming Providers - Create": "リソース - ローミングプロバイダー - 作成",
|
|
199
|
+
"Resources - Roaming Providers - Read": "リソース - ローミングプロバイダー - Read",
|
|
200
|
+
"Resources - Roaming Providers - Update": "リソース - ローミングプロバイダー - 更新",
|
|
201
|
+
"Resources - Roaming Providers - Delete": "リソース - ローミングプロバイダー - 削除",
|
|
202
|
+
"Resources - Roaming Tariffs - Listing": "リソース - ローミングの関税-リスト",
|
|
203
|
+
"Resources - Roaming Tariffs - Read": "リソース - ローミングの関税(Roaming Tariffs) - Read",
|
|
204
|
+
"Resources - Roaming Tariffs - Update": "リソース - ローミングの関税-更新",
|
|
205
|
+
"Actions - Session - Assign To User": "アクション - セッション - ユーザーに割り当てる",
|
|
206
|
+
"Actions - Session - Retry Payment": "アクション - セッション - 支払いを再試行する",
|
|
207
|
+
"Actions - Subscription Plans - Replace": "アクション - サブスクリプションプラン - 置換",
|
|
208
|
+
"Resources - Subscription Plans - Listing": "リソース - サブスクリプションプラン - リスト",
|
|
209
|
+
"Resources - Subscription Plans - Create": "リソース - サブスクリプションプラン - 作成",
|
|
210
|
+
"Resources - Subscription Plans - Read": "リソース - サブスクリプションプラン - Read",
|
|
211
|
+
"Resources - Subscription Plans - Update": "リソース - サブスクリプションプラン - アップデート",
|
|
212
|
+
"Resources - Subscription Plans - Delete": "リソース - サブスクリプションプラン - 削除",
|
|
213
|
+
"Actions - Tariffs - Set Display Information": "アクション - 関税- 表示情報の設定",
|
|
214
|
+
"Resources - Tariffs - Listing": "リソース - 関税情報 - 一覧",
|
|
215
|
+
"Resources - Tariffs - Create": "リソース - 関税情報 - 作成",
|
|
216
|
+
"Resources - Tariffs - Read": "リソース - 関税情報 - を読む",
|
|
217
|
+
"Resources - Tariffs - Update": "リソース - 関税情報 - 更新",
|
|
218
|
+
"Resources - Tariffs - Delete": "リソース - 関税情報 - 削除",
|
|
219
|
+
"Actions - Transactions - Issue Invoice": "アクション - 取引 - 請求書",
|
|
220
|
+
"Actions - Transactions - Resend Invoice": "アクション - 取引 - 請求書を再送信",
|
|
221
|
+
"Actions - Transactions - Update Payment Reference": "アクション - 取引 - 支払いリファレンスを更新",
|
|
222
|
+
"Resources - Transactions - Listing": "リソース - 取引 - リスト",
|
|
223
|
+
"Resources - Transactions - Create": "リソース - 取引 - 作成",
|
|
224
|
+
"Resources - Transactions - Read": "リソース - 取引 - 読み取り",
|
|
225
|
+
"Resources - Transactions - Update": "リソース - 取引 - 更新",
|
|
226
|
+
"Actions - Users - Activate Subscription": "アクション - ユーザー - サブスクリプションを有効にする",
|
|
227
|
+
"Actions - Users - Add Balance": "アクション - ユーザー - 残高を追加",
|
|
228
|
+
"Actions - Users - Apply Custom Fee": "アクション - ユーザー - カスタム手数料を適用",
|
|
229
|
+
"Actions - Users - Cancel Subscription": "アクション - ユーザー - サブスクリプションをキャンセル",
|
|
230
|
+
"Actions - Users - Change Status": "アクション - ユーザー - ステータスの変更",
|
|
231
|
+
"Actions - Users - Clear Subscription Amount Due": "アクション - ユーザー - 購読金額をクリアする",
|
|
232
|
+
"Actions - Users - Export All Private Data": "アクション - ユーザー - すべてのプライベートデータをエクスポート",
|
|
233
|
+
"Actions - Users - Redeem Voucher": "アクション - ユーザー - バウチャーを交換",
|
|
234
|
+
"Resources - Users - Users Listing": "リソース - ユーザー - ユーザー一覧",
|
|
235
|
+
"Resources - Users - User Create": "リソース - ユーザー - ユーザー作成",
|
|
236
|
+
"Resources - Users - User Read": "リソース - ユーザー - ユーザーの読み取り",
|
|
237
|
+
"Resources - Users - User Update": "リソース - ユーザー - ユーザー更新",
|
|
238
|
+
"Resources - Users - User Delete": "リソース - ユーザー - ユーザー削除",
|
|
239
|
+
"Resources - Users - Invoice Details Read": "リソース - ユーザー - 請求書 詳細を読む",
|
|
240
|
+
"Resources - Users - Invoice Details Create Or Update": "リソース - ユーザー - 請求書の詳細 作成または更新",
|
|
241
|
+
"Resources - Users - Payment Methods Listing": "リソース - ユーザー - 支払い方法一覧",
|
|
242
|
+
"Resources - Users - Payment Method Create": "リソース - ユーザー - 支払い方法の作成",
|
|
243
|
+
"Resources - Users - Payment Method Read": "リソース - ユーザー - 支払い方法を読む",
|
|
244
|
+
"Resources - Users - Payment Method Update": "リソース - ユーザー - 支払い方法の更新",
|
|
245
|
+
"Resources - Users - Payment Method Delete": "リソース - ユーザー - 支払い方法削除",
|
|
246
|
+
"Notifications - V2.0 - Notifications Subscribe": "通知 - V2.0 - 通知を購読",
|
|
247
|
+
"Notifications - V2.0 - Notifications Listing": "通知 - V2.0 - 通知一覧",
|
|
248
|
+
"Notifications - V2.0 - Notification Read": "通知 - V2.0 - 通知を読む",
|
|
249
|
+
"Notifications - V2.0 - Notifications Create": "通知 - V2.0 - 通知",
|
|
250
|
+
"Notifications - V2.0 - Notifications Unsubscribe": "通知 - V2.0 - 通知購読解除",
|
|
251
|
+
"Resources - Authorizations - Authorizations Listing": "リソース - 承認 - 権限一覧",
|
|
252
|
+
"Resources - Authorizations - Authorization Read": "リソース - 承認 - 承認を読む",
|
|
253
|
+
"Resources - Booking Requests - Booking Requests Listing": "リソース - 予約リクエスト - 予約リクエスト一覧",
|
|
254
|
+
"Resources - Booking Requests - Create": "リソース - 予約リクエスト - 作成",
|
|
255
|
+
"Resources - Booking Requests - Read": "リソース - 予約リクエスト - を読む",
|
|
256
|
+
"Resources - Bookings - Listing": "リソース - 予約 - リスト",
|
|
257
|
+
"Resources - Bookings - Read": "リソース - 予約 - Read",
|
|
258
|
+
"Resources - Cdrs - Listing": "リソース - Cdrs - リスト",
|
|
259
|
+
"Resources - Cdrs - Read": "リソース - Cdrs - Read",
|
|
260
|
+
"Resources - Circuits - Circuits Listing": "リソース - 回路 - 回路リスト",
|
|
261
|
+
"Resources - Circuits - Create": "リソース - 回路 - 作成",
|
|
262
|
+
"Resources - Circuits - Read": "リソース - 回路 - Read",
|
|
263
|
+
"Resources - Circuits - Update": "リソース - 回路 - 更新",
|
|
264
|
+
"Resources - Circuits - Delete": "リソース - 回路 - 削除",
|
|
265
|
+
"Resources - Circuits - Circuit Charge Point Priorities Listing": "リソース - 回路 - 回路チャージポイントの優先順位一覧",
|
|
266
|
+
"Resources - Circuits - Circuit Consumption": "リソース - 回路 - 消費",
|
|
267
|
+
"Resources - Circuits - Circuit Soc Priorities Listing": "リソース - 回路 - ソックプライオリティ一覧",
|
|
268
|
+
"Resources - Circuits - Circuit Unmanaged Load Read": "リソース - 回路 - 管理されていない負荷",
|
|
269
|
+
"Resources - Circuits - Circuit User Priorities Listing": "リソース - 回路 - ユーザープライオリティ一覧",
|
|
270
|
+
"Resources - Circuits - Circuit User Priority Create": "リソース - 回路 - ユーザ優先度",
|
|
271
|
+
"Resources - Circuits - Circuit User Priority Read": "リソース - 回路 - ユーザ優先",
|
|
272
|
+
"Resources - Circuits - Circuit User Priority Update": "リソース - 回路 - ユーザ優先度の更新",
|
|
273
|
+
"Resources - Circuits - Circuit User Priority Delete": "リソース - 回路 - ユーザプライオリティ削除",
|
|
274
|
+
"Resources - Contact Details - Contact Details Read": "リソース - 連絡先の詳細 - 連絡先の詳細を読む",
|
|
275
|
+
"Resources - Contact Details - Contact Details Update": "リソース - 連絡先の詳細 - 連絡先詳細の更新",
|
|
276
|
+
"Resources - Contact Details - Contact Details Delete": "リソース - 連絡先の詳細 - 連絡先の詳細削除",
|
|
277
|
+
"Resources - Currencies - Listing": "リソース - 通貨 - 一覧",
|
|
278
|
+
"Resources - Currencies - Create": "リソース - 通貨 - 作成",
|
|
279
|
+
"Resources - Currencies - Read": "リソース - 通貨 - 読み取り",
|
|
280
|
+
"Resources - Currencies - Update": "リソース - 通貨 - 更新",
|
|
281
|
+
"Resources - Currency Rates - Create": "リソース - 通貨レート - 作成",
|
|
282
|
+
"Resources - Currency Rates - List": "リソース - 通貨レート - 一覧",
|
|
283
|
+
"Resources - Currency Rates - Update": "リソース - 通貨レート - 更新します",
|
|
284
|
+
"Resources - Currency Rates - Get": "リソース - 為替レート - 取得する",
|
|
285
|
+
"Resources - Currency Rates - Delete": "リソース - 通貨レート - 削除",
|
|
286
|
+
"Resources - Custom Fees - Listing": "リソース - カスタム手数料 - リスト",
|
|
287
|
+
"Resources - Custom Fees - Read": "リソース - カスタム手数料 - 読み取り",
|
|
288
|
+
"Resources - Downtime Period Notices - Get Downtime Period Notices": "リソース - ダウンタイム期間の通知 - ダウンタイム期間のお知らせを取得",
|
|
289
|
+
"Resources - Downtime Period Notices - Post Downtime Period Notice": "リソース - ダウンタイム期間通知 - ダウンタイム後のお知らせ",
|
|
290
|
+
"Resources - Downtime Period Notices - Get": "リソース - ダウンタイムのお知らせ - Get",
|
|
291
|
+
"Resources - Downtime Period Notices - Patch Downtime Period Notice": "リソース - ダウンタイムのお知らせ - パッチダウンタイムのお知らせ",
|
|
292
|
+
"Resources - Downtime Period Notices - Delete": "リソース - ダウンタイム期間通知 - 削除",
|
|
293
|
+
"Resources - Evses - List Evse Hardware Status Logs": "リソース - Eves - リストのハードウェアステータスログ",
|
|
294
|
+
"Resources - Evses - Get Evse Latest Hardware Status Log": "リソース - Eves - Evse 最新のハードウェアステータスログを取得",
|
|
295
|
+
"Resources - Evses - Create": "リソース - イベント数 - 作成",
|
|
296
|
+
"Resources - Evses - Listing": "リソース - Eves - Listing",
|
|
297
|
+
"Resources - Evses - Update": "リソース - イベント数 - 更新",
|
|
298
|
+
"Resources - Evses - Read": "リソース - Eves - Read",
|
|
299
|
+
"Resources - Evses - Evse Delete": "リソース - Eves - Evse Delete",
|
|
300
|
+
"Resources - Faqs - Listing": "リソース - Faqs - 一覧",
|
|
301
|
+
"Resources - Faqs - Create": "リソース - FAQs - 作成",
|
|
302
|
+
"Resources - Faqs - Faq Read": "リソース - Faqs - Faq Read",
|
|
303
|
+
"Resources - Faqs - Update": "リソース - Faqs - 更新",
|
|
304
|
+
"Resources - Faqs - Faq Delete": "リソース - Faqs - Faq削除",
|
|
305
|
+
"Resources - Firmware Versions - Listing": "リソース - ファームウェアのバージョン - 一覧",
|
|
306
|
+
"Resources - Firmware Versions - Read": "リソース - ファームウェアのバージョン - 読み取り",
|
|
307
|
+
"Resources - Firmware Versions - Get Attached Models": "リソース - ファームウェアのバージョン - 添付モデルの取得",
|
|
308
|
+
"Resources - Installer Jobs - Get Installer Jobs List": "リソース - インストーラジョブ - インストーラジョブ一覧の取得",
|
|
309
|
+
"Resources - Installer Jobs - Create": "リソース - インストーラジョブ - 作成",
|
|
310
|
+
"Resources - Installer Jobs - Get": "リソース - インストーラジョブ - Get",
|
|
311
|
+
"Resources - Installer Jobs - Update": "リソース - インストーラジョブ - 更新",
|
|
312
|
+
"Resources - Installer Jobs - Delete": "リソース - インストーラジョブ - 削除",
|
|
313
|
+
"Resources - Invoices - Listing": "リソース - 請求書 - リスト",
|
|
314
|
+
"Resources - Invoices - Read": "リソース - 請求書 - 読み取り",
|
|
315
|
+
"Resources - Partner Contracts - Listing": "リソース - パートナー契約 - リスト",
|
|
316
|
+
"Resources - Partner Contracts -Create": "リソース - パートナー契約 -作成",
|
|
317
|
+
"Resources - Partner Contracts - Read": "リソース - パートナー契約 - を読む",
|
|
318
|
+
"Resources - Partner Contracts - Update": "リソース - パートナー契約 - 更新",
|
|
319
|
+
"Resources - Partner Contracts - Delete": "リソース - パートナー契約 - 削除",
|
|
320
|
+
"Resources - Partner Expenses - Expenses Listing": "リソース - パートナー費用 - 費用一覧",
|
|
321
|
+
"Resources - Partner Invites - Listing": "リソース - パートナー招待 - リスト",
|
|
322
|
+
"Resources - Partner Invites - Create": "リソース - パートナー招待 - 作成する",
|
|
323
|
+
"Resources - Partner Invites - Read": "リソース - パートナー招待 - 読み取り",
|
|
324
|
+
"Resources - Partner Invites - Update": "リソース - パートナー招待 - 更新",
|
|
325
|
+
"Resources - Partner Invites - Partner Invite Delete": "リソース - パートナー招待 - パートナー招待の削除",
|
|
326
|
+
"Resources - Partner Revenues - Revenues Listing": "リソース - パートナーの収入 - 収益一覧",
|
|
327
|
+
"Resources - Partner Settlement Reports - Listing": "リソース - パートナー決済レポート - リスト",
|
|
328
|
+
"Resources - Partner Settlement Reports - Read": "リソース - パートナー決済レポート - Read",
|
|
329
|
+
"Resources - Partner Settlement Reports - Listing Partner Settlement Records": "リソース - パートナー決済レポート - リストパートナー決済レコード",
|
|
330
|
+
"Resources - Partner Settlement Reports - Create Partner Settlement Record": "リソース - パートナー決済レポート - パートナー決済レコードの作成",
|
|
331
|
+
"Resources - Partner Settlement Reports - Read Partner Settlement Record": "リソース - パートナー決済レポート - 取引先決済記録",
|
|
332
|
+
"Resources - Partner Settlement Reports - Update Partner Settlement Record": "リソース - パートナー決済レポート - 更新パートナー決済記録",
|
|
333
|
+
"Resources - Partner Settlement Reports - Delete Partner Settlement Record": "リソース - パートナー決済レポート - パートナー決済レコードの削除",
|
|
334
|
+
"Resources - Partners - Listing": "リソース - パートナー - リスト",
|
|
335
|
+
"Resources - Partners - Create": "リソース - パートナー - 作成",
|
|
336
|
+
"Resources - Partners - Read": "リソース - パートナー - を読む",
|
|
337
|
+
"Resources - Partners - Update": "リソース - パートナー - アップデート",
|
|
338
|
+
"Resources - Partners - Delete": "リソース - パートナー - 削除",
|
|
339
|
+
"Resources - Payment Terminals - Get Payment Terminals": "リソース - 支払いターミナル - 支払いターミナルの取得",
|
|
340
|
+
"Resources - Payment Terminals - Create Payment Terminal": "リソース - 支払いターミナル - 支払いターミナルの作成",
|
|
341
|
+
"Resources - Payment Terminals - Get Payment Terminal": "リソース - 支払いターミナル - 支払いターミナルの取得",
|
|
342
|
+
"Resources - Payment Terminals - Update Payment Terminal": "リソース - 支払いターミナル - 支払いターミナルを更新",
|
|
343
|
+
"Resources - Payment Terminals - Delete Payment Terminal": "リソース - 支払いターミナル - 支払いターミナルの削除",
|
|
344
|
+
"Resources - Receipts - Receipts Listing": "リソース - 領収書一覧",
|
|
345
|
+
"Resources - Receipts - Receipt Read": "リソース - 領収書-領収書を読む",
|
|
346
|
+
"Resources - Reservations - Reservations Listing": "リソース - 予約 - 予約",
|
|
347
|
+
"Resources - Reservations - Reservation Read": "リソース - 予約 - 予約を読む",
|
|
348
|
+
"Resources - Security Events - Security Events Listing": "リソース - セキュリティイベント - セキュリティイベント一覧",
|
|
349
|
+
"Resources - Security Events - Security Event Read": "リソース - セキュリティイベント - セキュリティイベントを読む",
|
|
350
|
+
"Resources - Sessions - Listing": "リソース - セッション - リスト",
|
|
351
|
+
"Resources - Sessions - Read": "リソース - セッション - 読み取り",
|
|
352
|
+
"Resources - Sessions - Read Sessions Consumption Stats": "リソース - セッション - セッションの消費統計を読む",
|
|
353
|
+
"Resources - Settings - Settings Listing": "リソース - 設定 - 設定リスト",
|
|
354
|
+
"Resources - Sub Operators - Listing": "リソース - サブ演算子 - 一覧",
|
|
355
|
+
"Resources - Sub Operators - Read": "リソース - サブ演算子 - 読み取り",
|
|
356
|
+
"Resources - Subscriptions - Subscriptions Listing": "リソース - サブスクリプション - サブスクリプション一覧",
|
|
357
|
+
"Resources - Subscriptions - Subscription Read": "リソース - サブスクリプション - サブスクリプションを読む",
|
|
358
|
+
"Resources - Tariff Groups - Listing": "リソース - 関税グループ - 一覧",
|
|
359
|
+
"Resources - Tariff Groups - Create": "リソース - 関税グループ - 作成",
|
|
360
|
+
"Resources - Tariff Groups - Read": "リソース - 関税グループ - を読む",
|
|
361
|
+
"Resources - Tariff Groups - Update": "リソース - 関税グループ - 更新",
|
|
362
|
+
"Resources - Tariff Groups - Delete": "リソース - 関税グループ - 削除",
|
|
363
|
+
"Resources - Tariff Snapshots - Read Tariff Snapshot": "リソース - 関税スナップショット - Read Tariff Snapshot",
|
|
364
|
+
"Resources - Tax Identification Numbers - Listing": "リソース - 税識別番号 - リスト",
|
|
365
|
+
"Resources - Tax Identification Numbers - Create": "リソース - 税識別番号 - 作成",
|
|
366
|
+
"Resources - Tax Identification Numbers - Read": "リソース - 税金識別番号 - 読み取り",
|
|
367
|
+
"Resources - Tax Identification Numbers - Update": "リソース - 税識別番号 - 更新",
|
|
368
|
+
"Resources - Tax Identification Numbers - Delete": "リソース - 税識別番号 - 削除",
|
|
369
|
+
"Resources - Taxes - Listing": "リソース - 税 - リスト",
|
|
370
|
+
"Resources - Taxes - Create": "リソース - 税 - 作成",
|
|
371
|
+
"Resources - Taxes - Read": "リソース - 税 - 読み取り",
|
|
372
|
+
"Resources - Taxes - Update": "リソース - 税 - 更新",
|
|
373
|
+
"Resources - Taxes - Delete": "リソース - 税 - 削除",
|
|
374
|
+
"Resources - Templates - Templates Listing": "リソース - テンプレート - テンプレート一覧",
|
|
375
|
+
"Resources - Terms And Policies - Listing": "リソース - 用語とポリシー - リスト",
|
|
376
|
+
"Resources - Terms And Policies - Read": "リソース - 利用規約とポリシー - を読む",
|
|
377
|
+
"Resources - Top Up Packages - Listing": "リソース - トップアップパッケージ - リスト",
|
|
378
|
+
"Resources - Top Up Packages - Create": "リソース - トップアップパッケージ - 作成",
|
|
379
|
+
"Resources - Top Up Packages - Read": "リソース - トップアップパッケージ - Read",
|
|
380
|
+
"Resources - Top Up Packages - Update": "リソース - トップアップパッケージ - 更新",
|
|
381
|
+
"Resources - Top Up Packages - Delete": "リソース - トップアップパッケージ - 削除",
|
|
382
|
+
"Resources - User Groups - Listing": "リソース - ユーザグループ - 一覧",
|
|
383
|
+
"Resources - User Groups - Create": "リソース - ユーザーグループ - 作成",
|
|
384
|
+
"Resources - User Groups - Read": "リソース - ユーザグループ - 読み取り",
|
|
385
|
+
"Resources - User Groups - Update": "リソース - ユーザーグループ - 更新",
|
|
386
|
+
"Resources - User Groups - Delete": "リソース - ユーザーグループ - 削除",
|
|
387
|
+
"Resources - Utilities - List Utilities": "リソース - ユーティリティ - リストユーティリティ",
|
|
388
|
+
"Resources - Utilities - Create Utility": "リソース - ユーティリティ - ユーティリティの作成",
|
|
389
|
+
"Resources - Utilities - Get Utility": "リソース - ユーティリティ - ユーティリティを入手",
|
|
390
|
+
"Resources - Utilities - Update Utility": "リソース - ユーティリティ - ユーティリティを更新",
|
|
391
|
+
"Resources - Utilities - Delete Utility": "リソース - ユーティリティ - ユーティリティの削除",
|
|
392
|
+
"Resources - Vendor Error Codes - Vendor Error Codes Listing": "リソース - 仕入先エラー コード - 仕入先エラー コード 一覧",
|
|
393
|
+
"Resources - Vendor Error Codes - Vendor Error Code Create": "リソース - 仕入先エラー コード - 仕入先エラー コード 作成",
|
|
394
|
+
"Resources - Vendor Error Codes - Vendor Error Code Read": "リソース - 仕入先エラー コード - 仕入先エラー コードを読む",
|
|
395
|
+
"Resources - Vendor Error Codes - Vendor Error Code Update": "リソース - 仕入先エラー コード - 仕入先エラー コード更新",
|
|
396
|
+
"Resources - Vendor Error Codes - Vendor Error Code Delete": "リソース - 仕入先エラー コード - 仕入先エラー コード削除",
|
|
397
|
+
"Resources - Vouchers - Vouchers Listing": "リソース - クーポン - バウチャー一覧",
|
|
398
|
+
"Resources - Vouchers - Voucher Create": "リソース - クーポン - バウチャーを作成",
|
|
399
|
+
"Resources - Vouchers - Voucher Read": "リソース - クーポン - バウチャーを読む",
|
|
400
|
+
"Resources - Vouchers - Voucher Update": "リソース - クーポン - バウチャーの更新",
|
|
401
|
+
"Resources - Vouchers - Voucher Delete": "リソース - クーポン - バウチャー削除",
|
|
402
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
403
|
+
"Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.": "利用可能範囲を利用可能または利用不可に変更します。充電が許可されていない場合、充電ポイントは利用不可と見なされます。",
|
|
404
|
+
"Change the owner of the 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).": "networkId を使用しておらず、本文内で他の条件を渡さない場合は、充電ポイント (ChargePointMaxProfile) の充電プロファイルをクリアします。",
|
|
406
|
+
"Request a get diagnostics upload from the charge point.": "充電ポイントから診断機能のアップロードを要求します。",
|
|
407
|
+
"Charge Point / Get Security Log. ": "チャージポイント/セキュリティログを取得します。 ",
|
|
408
|
+
"Move one or more EVSEs from this charge point to a satellite charge point.": "この充電ポイントから1つ以上のEVSEを衛星充電ポイントに移動します。",
|
|
409
|
+
"Reserve an evse.": "エヴェスを準備します。",
|
|
410
|
+
"Reset the current security profile of the charge point in the backend. The next time the charge point connects, the backend will accept the connection and update the current security profile with the one that the charge point actually used to establish the connection.": "バックエンドの充電ポイントの現在のセキュリティプロファイルをリセットします。 次回充電ポイントが接続されたとき。 バックエンドは、接続を受け入れ、現在のセキュリティプロファイルと、実際に接続を確立するために使用された充電ポイントを更新します。",
|
|
411
|
+
"Reset a charge point.": "チャージポイントをリセットします。",
|
|
412
|
+
"Charge Point / Send Data Transfer.": "チャージポイント/データ転送。",
|
|
413
|
+
"Set a smart charging profile.": "充電プロファイルを設定します。",
|
|
414
|
+
"Start a charging session.": "充電セッションを開始します。",
|
|
415
|
+
"Stop a charging session.": "充電を停止します。",
|
|
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.": "chargepointに部分的または完全な同期設定リクエストを送信します。 ChargePointSyncConfigurationNotificationを使用して状況を監視できるrequerstIdを取り戻します。 充電ポイントが起動するたびに構成が自動的に同期されるので、このアクションを呼び出す必要はありません。",
|
|
417
|
+
"Trigger message to given Charge Point.": "与えられたチャージポイントにメッセージをトリガーします。",
|
|
418
|
+
"Unlock an EVSE.": "EVSEのロックを解除する",
|
|
419
|
+
"Change sharing code for the Charge Point.": "チャージポイントの共有コードを変更します。",
|
|
420
|
+
"Delete certificate.": "証明書を削除",
|
|
421
|
+
"Charge Point / Install Certificate.": "充電ポイント/証明書をインストールします。",
|
|
422
|
+
"Set Configuration for the Charge Point.": "チャージポイントの設定を設定します。",
|
|
423
|
+
"Charge Point / Get Installed Certificate IDs. ": "課金ポイント/インストールされた証明書IDを取得します。 ",
|
|
424
|
+
"Charge Point / Update Firmware.": "充電ポイント/ファームウェアを更新します。",
|
|
425
|
+
"Get all Charge Point Downtime Periods.": "すべてのチャージポイントのダウンタイムを獲得します。",
|
|
426
|
+
"Create Manual Exempt Charge Point Downtime Period.": "手動除外チャージポイントのダウンタイム期間を作成します。",
|
|
427
|
+
"Get Charge Point Downtime Period.": "チャージポイントダウン時間を獲得する",
|
|
428
|
+
"Update Charge Point Downtime Period.": "充電ポイントのダウンタイムを更新",
|
|
429
|
+
"Delete Manual Created Charge Point Downtime Period.": "手動で作成した充電ポイントのダウンタイムを削除します。",
|
|
430
|
+
"Get all Charge Point Models.": "すべてのチャージポイントモデルを取得します。",
|
|
431
|
+
"Create new Charge Point Model.": "新しいチャージポイントモデルを作成します。",
|
|
432
|
+
"Get a Charge Point Model.": "チャージポイントモデルを取得します。",
|
|
433
|
+
"Charge Point Model.": "チャージポイントモデル",
|
|
434
|
+
"Delete a Charge Point Model.": "チャージポイントモデルを削除します。",
|
|
435
|
+
"Get all Charge Point Vendors.": "チャージポイントベンダーをすべて取得します。",
|
|
436
|
+
"Create new Charge Point Vendor.": "新しいチャージポイントベンダーを作成します。",
|
|
437
|
+
"Get a Charge Point Vendor.": "チャージポイントベンダーを取得します。",
|
|
438
|
+
"Charge Point Vendor.": "チャージポイント仕入先。",
|
|
439
|
+
"Delete a Charge Point Vendor.": "チャージポイントベンダーを削除します。",
|
|
440
|
+
"Get a charge point's status.": "充電ポイントのステータスを取得します。",
|
|
441
|
+
"Create new charge point.": "新しい充電ポイントを作成します。",
|
|
442
|
+
"Get all charge points.": "すべてのチャージポイントを取得します。",
|
|
443
|
+
"Update a charge point.": "充電ポイントを更新します。",
|
|
444
|
+
"Get a charge point.": "充電ポイントを取得します。",
|
|
445
|
+
"Delete a charge point.": "電荷ポイントを削除します。",
|
|
446
|
+
"Get all available personal smart charging modes.": "すべてのパーソナルスマート充電モードを利用できます。",
|
|
447
|
+
"Get a charge point's all cached configurations.": "チャージポイントのすべてのキャッシュ設定を取得します。",
|
|
448
|
+
"Get a charge point's cached configuration for a single key.": "1つのキーに対して充電ポイントのキャッシュ設定を取得します。",
|
|
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.": "充電ポイントの設定を更新します。 構成は充電ポイントに直接適用され、アプリケーションが失敗した場合に応答コード406を取得します。",
|
|
450
|
+
"Create new EVSE within the Charge Point.": "充電ポイント内に新しいEVSEを作成します。",
|
|
451
|
+
"Get all EVSEs of the Charge Point.": "チャージポイントのすべてのEVSEを取得します。",
|
|
452
|
+
"Update an EVSE within the Charge Point.": "充電ポイント内の EVSE を更新します。",
|
|
453
|
+
"Get an EVSE from a Charge Point.": "充電ポイントからEVSEを取得します。",
|
|
454
|
+
"Delete an EVSE.": "EVSEを削除します。",
|
|
455
|
+
"Get a charge point evse's all connectors.": "充電ポイントのすべてのコネクタを取得します。",
|
|
456
|
+
"Create a charge point evse's connector.": "充電ポイントのコネクタを作成します。",
|
|
457
|
+
"Get a charge point evse's connector.": "充電ポイントのコネクタを取得します。",
|
|
458
|
+
"Update a charge point evse's connector.": "充電ポイントのコネクタを更新します。",
|
|
459
|
+
"Delete a charge point evse's connector.": "充電ポイントのコネクタを削除します。",
|
|
460
|
+
"Get paginated list of hardware status logs for a charge point with optional date filtering.": "オプションの日付フィルタリングを使用して、充電ポイントのハードウェアステータスログのページネートリストを取得します。",
|
|
461
|
+
"Get the latest hardware status log entry for a charge point.": "充電ポイントの最新のハードウェアステータスログエントリを取得します。",
|
|
462
|
+
"Get the latest network status log entry for a charge point.": "充電ポイントの最新のネットワークステータスログエントリを取得します。",
|
|
463
|
+
"Get paginated list of network status logs for a charge point with optional date filtering.": "任意の日付フィルタリングを使用して、充電ポイントのネットワークステータスログのページネートリストを取得します。",
|
|
464
|
+
"Get personal smart charging preferences of the charge point.": "充電ポイントの個人的なスマート充電設定を取得します。",
|
|
465
|
+
"Update personal smart charging preferences.": "パーソナルスマート充電設定を更新します。",
|
|
466
|
+
"Get all Shared Partners of the 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\".": "チャージポイントの共有パートナーを設定します。チャージポイント内に共有パートナーを添付します。 充電ポイントは所有者が関連付けられている必要があり、\"access_type\"は\"private\"である必要があります。",
|
|
468
|
+
"Create new Share within the Charge Point.": "チャージポイント内に新しい共有を作成します。",
|
|
469
|
+
"Get all Shares of the Charge Point.": "チャージポイントのすべての株式を取得します。",
|
|
470
|
+
"Get an Share from a Charge Point.": "チャージポイントからシェアを取得します。",
|
|
471
|
+
"Delete an Share.": "共有を削除する",
|
|
472
|
+
"Update smart charging details for the charge point.": "充電ポイントのスマート充電の詳細を更新します。",
|
|
473
|
+
"To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added.": "安全性と互換性を維持するために、回路と同一の電気的構成を持つ充電ポイントのみを追加できます。",
|
|
474
|
+
"Circuit / Detach Charge Point.": "回路/電荷ポイントの切り離し。",
|
|
475
|
+
"Circuit / Set Charge Point Priority.": "回路 / セットチャージポイントの優先度",
|
|
476
|
+
"Circuit / Set Charge Point EVSE Priority.": "回路 / セットチャージポイント EVSE プリオリティ。",
|
|
477
|
+
"Set DLM priority based on the session's state of charge (SoC). The active priority will be used to either decrease or increase the energy used by the session's EVSE. - If the SoC exceeds the `upperThresholdPercent`, then the `highSoCPriority` will be applied.": "セッションの充電状態(SoC)に基づいて、DLMの優先度を設定します。 アクティブな優先度は、セッションのEVSEで使用されるエネルギーを減少または増加させるために使用されます。 - SoCが `upperThresholdPercent`を超えた場合、 `highSoCPriority` が適用されます。",
|
|
478
|
+
"Circuit / Set Session Priority.": "サーキット / セッション優先度を設定します。",
|
|
479
|
+
"Apply a configuration template to charge points.": "設定テンプレートをチャージポイントに適用します。",
|
|
480
|
+
"Create multiple variables for a specific configuration template, adds them to the already existing keys and validates if there are duplicates.": "特定の設定テンプレートに複数の変数を作成し、既存のキーに追加し、重複がある場合に検証します。",
|
|
481
|
+
"Get all Configuration Templates.": "すべての設定テンプレートを取得します。",
|
|
482
|
+
"Create new Configuration Template.": "新しい構成テンプレートを作成します。",
|
|
483
|
+
"Update Configuration Template.": "設定テンプレートを更新",
|
|
484
|
+
"Get Configuration Template.": "設定テンプレートを取得します。",
|
|
485
|
+
"Delete Configuration Template.": "設定テンプレートを削除",
|
|
486
|
+
"Get all Configuration Template Variables.": "すべての構成テンプレート変数を取得します。",
|
|
487
|
+
"Create a new Configuration Template Variable.": "新しい構成テンプレート変数を作成します。",
|
|
488
|
+
"Update a Configuration Template Variable.": "構成テンプレート変数を更新します。",
|
|
489
|
+
"Delete a Configuration Template Variable.": "構成テンプレート変数を削除します。",
|
|
490
|
+
"Add an electricity meter report for the meter readings at the current moment.": "現在の時点でメーターの測定値の電気メーターレポートを追加します。",
|
|
491
|
+
"Get all electricity meters.": "すべての電気メーターを取得します。",
|
|
492
|
+
"Create a new electricity meter.": "新しい電気メーターを作成します。",
|
|
493
|
+
"Get information for an electricity meter by ID.": "電気メーターの情報をIDで取得します。",
|
|
494
|
+
"Update electricity meter.": "電気メーターを更新",
|
|
495
|
+
"Delete an electricity meter.": "電気メーターを削除します。",
|
|
496
|
+
"Get all Electricity rates.": "すべての電気料金を手に入れよう。",
|
|
497
|
+
"Create a new Electricity rate.": "新しい電気料金を作成",
|
|
498
|
+
"Get a single Electricity rate.": "1回の電気料金が手に入ります。",
|
|
499
|
+
"Update a Electricity rate.": "電力料金を更新",
|
|
500
|
+
"Delete a Electricity rate.": "電気料金を削除します。",
|
|
501
|
+
"Get an electricity rate energy mix.": "電気料金のエネルギーミックスを入手します。",
|
|
502
|
+
"Set an electricity rate energy mix. By default the energy mix generated with creation of the electricity rate is filled with 0.": "電気料金のエネルギーミックスを設定します。 デフォルトでは、電気料金の作成で生成されるエネルギーミックスは0で満たされます。",
|
|
503
|
+
"List all of the configured price period days (including week days and dates).": "設定されたすべての価格期間日(週日と日付を含む)を一覧表示します。",
|
|
504
|
+
"List all of the configured price period dates.": "設定された価格期間のすべての日付を一覧表示します。",
|
|
505
|
+
"Get the price periods for a specific date.": "特定の日付の価格期間を取得します。",
|
|
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.": "特定の日付の価格期間を更新します。 この操作は、指定された日付のすべての既存の期間を上書きするため、完全なリストを提供する必要があります。",
|
|
507
|
+
"Delete the price periods for a specific date.": "特定の日付の価格期間を削除します。",
|
|
508
|
+
"List all of the configured price period week days.": "設定されたすべての価格期間週日を一覧表示します。",
|
|
509
|
+
"Get the price periods for a specific week day.": "特定の曜日の価格帯を取得します。",
|
|
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.": "特定の曜日の価格期間を更新します。 この操作は、指定された日のすべての既存の期間を上書きするため、完全なリストを提供する必要があります。",
|
|
511
|
+
"Delete the price periods for a specific week day.": "特定の曜日の価格期間を削除します。",
|
|
512
|
+
"Trigger message to given EVSE.": "与えられたEVSEにメッセージをトリガーします。",
|
|
513
|
+
"Get all EVSE Downtime Periods.": "すべてのEVSEダウンタイムを取得します。",
|
|
514
|
+
"Create Manual Exempt EVSE Downtime Period.": "手動除外EVSEダウンタイム期間を作成します。",
|
|
515
|
+
"Get EVSE Downtime Period.": "EVSE ダウンタイムを取得します。",
|
|
516
|
+
"Update EVSE Downtime Period.": "EVSE ダウンタイムを更新します。",
|
|
517
|
+
"Delete Manual Created EVSE Downtime Period.": "マニュアル削除 EVSE ダウンタイム期間を作成しました。",
|
|
518
|
+
"Change the status of the Flexibility Asset.": "柔軟性資産の状態を変更します。",
|
|
519
|
+
"Create Flexibility Activation Request for a specific Asset.": "特定の資産に対する柔軟性のアクティベーション要求を作成します。",
|
|
520
|
+
"Get a list of Flexibility Requests.": "柔軟性要求のリストを取得します。",
|
|
521
|
+
"Get a flexibility activation request.": "柔軟なアクティベーションリクエストを取得します。",
|
|
522
|
+
"Create new flexibility asset.": "新しい柔軟性アセットを作成",
|
|
523
|
+
"Get a list of Flexibility Assets.": "柔軟性資産のリストを取得します。",
|
|
524
|
+
"Update a flexibility asset.": "柔軟性アセットを更新します。",
|
|
525
|
+
"Get a flexibility asset.": "柔軟性資産を取得します。",
|
|
526
|
+
"Delete a flexibility asset.": "柔軟性アセットを削除します。",
|
|
527
|
+
"Get Historical Time Series for a Flexibility Asset.": "柔軟性のための歴史的な時系列を取得します。",
|
|
528
|
+
"Get Time Series Forecast for a Flexibility Asset.": "柔軟性資産の時系列予測を取得します。",
|
|
529
|
+
"Certificate / Reissue an EMAID.": "証明書 / EMAIDを再発行します。",
|
|
530
|
+
"Get all id tags.": "すべての id タグを取得します。",
|
|
531
|
+
"Create new Id Tag.": "新規IDタグを作成",
|
|
532
|
+
"Get a Id Tag.": "Get a Id Tag.",
|
|
533
|
+
"Update a Id Tag.": "ID タグを更新",
|
|
534
|
+
"Delete a Id Tag.": "Id タグを削除します。",
|
|
535
|
+
"Get a consolidated view of EVSEs availability for a given location and time frame. Returns available time slots for each bookable EVSE at the location.": "所定の場所と時間枠の EVSE の可用性の統合ビューを取得します。その場所で予約可能な EVSE ごとに利用可能なタイムスロットを返します。",
|
|
536
|
+
"Create a new location.": "新しい場所を作成します。",
|
|
537
|
+
"Get all locations.": "すべての場所を取得します。",
|
|
538
|
+
"Update a location.": "場所を更新する",
|
|
539
|
+
"Get a location.": "場所を取得します。",
|
|
540
|
+
"Delete a location.": "場所を削除します。",
|
|
541
|
+
"Get all Charging Zones.": "すべての充電ゾーンを取得",
|
|
542
|
+
"Create a new Charging Zone.": "新しい充電帯を作成します。",
|
|
543
|
+
"Get a Charging Zone.": "充電ゾーンを取得する",
|
|
544
|
+
"Update a existing Charging Zone.": "既存の充電ゾーンを更新します",
|
|
545
|
+
"Location / Charging Zone / Delete.": "場所 / 充電ゾーン / 削除します。",
|
|
546
|
+
"Resend failed webhook notifications. - Resend for a specific notification ID can be requested once every 15 minutes. - Notifications that are disabled cannot be resent.": "Webhook通知の再送信に失敗しました。 - 特定の通知IDの再送信は15分ごとに1回要求できます。 - 無効になっている通知は再送信できません。",
|
|
547
|
+
"Parking Space / Update occupancy status.": "駐車場 / 稼働状況を更新します。",
|
|
548
|
+
"Create new Parking Space.": "新しい駐車スペースを作成します。",
|
|
549
|
+
"Get all Parking spaces.": "すべての駐車スペースを取得します。",
|
|
550
|
+
"Update Parking Space.": "駐車スペースを更新",
|
|
551
|
+
"Get Parking Space.": "駐車スペースを取得します。",
|
|
552
|
+
"Delete Parking Space.": "駐車スペースを削除する",
|
|
553
|
+
"Certificate / Issue an EMAID.": "証明書 / EMAIDを発行します。",
|
|
554
|
+
"Create Provisioning Certificate.": "Create Provisioning Certificate.",
|
|
555
|
+
"Get all Provisioning Certificates.": "すべてのプロビジョニング証明書を取得します。",
|
|
556
|
+
"Update a Provisioning Certificate.": "プロビジョニング証明書を更新します。",
|
|
557
|
+
"Get a Provisioning Certificate.": "プロビジョニング証明書を取得します。",
|
|
558
|
+
"Delete a provisioning certificate.": "プロビジョニング証明書を削除",
|
|
559
|
+
"Cancel a reservation.": "ご予約をキャンセルします。",
|
|
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.": "カスタム関税フィルタの価格データを設定します。このアクションはローミング中の関税を更新し、それに基づいた価格を作成します。 価格は、マークアップ関税をカスタム関税フィルターの関税マップに添付することによって利用することができます。",
|
|
561
|
+
"Get all Roaming Connections.": "すべてのローミング接続を取得します。",
|
|
562
|
+
"Get a Roaming Connections.": "ローミング接続を入手します。",
|
|
563
|
+
"Get all Roaming Operators.": "すべてのローミングオペレーターを取得します。",
|
|
564
|
+
"Get a Roaming Operator.": "ローミング演算子を取得します。",
|
|
565
|
+
"Update Roaming Operator.": "ローミング演算子を更新します。",
|
|
566
|
+
"Get all custom tariff filters for a roaming operator.": "ローミングオペレーター用のすべてのカスタム関税フィルターを取得します。",
|
|
567
|
+
"Create new custom tariff filter for a roaming operator.": "ローミングオペレーターに新しいカスタム関税フィルターを作成します。",
|
|
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.": "ローミングオペレーターのカスタム関税フィルターの順序を変更します。 この操作は部分的な並べ替えを可能にします - 移動する必要があるフィルタを指定するだけです。 リクエストに含まれていないフィルタは相対位置を維持します。",
|
|
569
|
+
"Get a specific custom tariff filter.": "特定のカスタム関税フィルタを取得します。",
|
|
570
|
+
"Update an existing custom tariff filter.": "既存のカスタム関税フィルタを更新します。",
|
|
571
|
+
"Delete a custom tariff filter.": "カスタム関税フィルタを削除します。",
|
|
572
|
+
"Get all Roaming Providers.": "すべてのローミングプロバイダーを取得します。",
|
|
573
|
+
"Create new Roaming Provider **Only applicable for Hubject, Gireve 2.2.1 and OCPI with missing credentials module emsp roaming connections**.": "新しいローミングプロバイダの作成 **Hubject、Give 2.2.1、OCPIにのみ適用可能で、資格情報モジュールがない場合はローミング接続が可能です**。",
|
|
574
|
+
"Get a Roaming Provider.": "ローミングプロバイダーを取得します。",
|
|
575
|
+
"Update Roaming Providers.": "ローミングプロバイダーを更新",
|
|
576
|
+
"Delete a Roaming Provider.": "ローミングプロバイダーを削除します。",
|
|
577
|
+
"Get all Roaming Tariffs.": "ローミング料金を全部ゲットしよう。",
|
|
578
|
+
"Get a Roaming Tariff.": "ローミング料金を手に入れよう。",
|
|
579
|
+
"Update Roaming Tariff.": "ローミング料金を更新",
|
|
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.": "ユーザーをセッションに割り当てます。このアクションは、ユーザーが関連付けられていない完了課金状態のセッションにのみ適用できます。 この操作は一度だけ行うことができ、元に戻すことはできません。",
|
|
581
|
+
"Retry failed payment for a session.": "セッションの支払いに失敗しました。",
|
|
582
|
+
"Replace a subscription plan with another one.": "サブスクリプションプランを別のプランに置き換えます。",
|
|
583
|
+
"Get all Subscription plans.": "すべてのサブスクリプションプランを入手します。",
|
|
584
|
+
"Create a new Subscription plans.": "新しいサブスクリプションプランを作成します。",
|
|
585
|
+
"Get a single subscription plan.": "1つのサブスクリプションプランをご利用ください。",
|
|
586
|
+
"Update a Subscription plan.": "サブスクリプションプランを更新する。",
|
|
587
|
+
"Delete a Subscription plan.": "購読プランを削除します。",
|
|
588
|
+
"Apply a Tariff Display Information to tariff.": "関税表示情報を関税に適用する。",
|
|
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.": "すべての関税を取得する。 また、指定されたユーザーに適用されるグループ内の具体的な関税を「解決」するために、\"tariffGroupId\" と \"userId\" を使用することもできます。",
|
|
590
|
+
"Create new tariff.": "新しい関税を作成します。",
|
|
591
|
+
"Get a tariff.": "関税を取得する。",
|
|
592
|
+
"Update a tariff.": "関税を更新する",
|
|
593
|
+
"Delete a tariff.": "関税を削除する",
|
|
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.": "トランザクションのアドホック請求書を発行します(AMPECOの請求書統合が使用されている場合のみ)。 uはハンガリーで統合します。トランザクションのために分割レシートが存在する場合。 自動的にキャンセルされ請求書とstorno領収書がユーザーに送られます",
|
|
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.": "すでに発行済みの請求書を再送信します。 トランザクションに自動的にキャンセルされた核分裂性レシートが関連付けられている場合(ハンガリー準拠)、請求書とstorno 領収書は一緒に送信されます。",
|
|
596
|
+
"Link the transaction to external resource where the payment took place.": "支払いが行われた外部リソースにトランザクションをリンクします。",
|
|
597
|
+
"Get all transactions.": "すべての取引を取得します。",
|
|
598
|
+
"Create new Transaction.": "新しいトランザクションを作成します。",
|
|
599
|
+
"Get a transation.": "転送を受け取ります。",
|
|
600
|
+
"Update a non-finalised transaction.": "未完了のトランザクションを更新します。",
|
|
601
|
+
"Activate a subscription to a user.": "ユーザーのサブスクリプションを有効にします。",
|
|
602
|
+
"Add to the current balance of the user.": "ユーザーの現在の残高に追加します。",
|
|
603
|
+
"Apply custom fee for a user.": "ユーザーにカスタム手数料を適用します。",
|
|
604
|
+
"Cancel a subscription to a user.": "ユーザーへのサブスクリプションをキャンセルします。",
|
|
605
|
+
"Set the status for a user.": "ユーザの状態を設定します。",
|
|
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.": "ユーザーのサブスクリプション金額をクリアします。 ユーザーの現在のサブスクリプションに関連する未決済取引(手数料や課金セッションなど)は、0に設定されます。 彼の作戦は元に戻せない",
|
|
607
|
+
"Export all private data.": "すべてのプライベートデータをエクスポート",
|
|
608
|
+
"Apply a voucher to a user.": "ユーザーにクーポンを適用します。",
|
|
609
|
+
"Get all users.": "すべてのユーザーを取得します。",
|
|
610
|
+
"Create new User.": "新しいユーザーを作成します。",
|
|
611
|
+
"Get a user.": "ユーザーを取得します。",
|
|
612
|
+
"Update user.": "ユーザーを更新します。",
|
|
613
|
+
"Delete a user.": "ユーザーを削除する",
|
|
614
|
+
"Invoice details / Read.": "請求書の詳細 / 読み込みます。",
|
|
615
|
+
"Create or update user invoice details.": "ユーザーの請求書の詳細を作成または更新します。",
|
|
616
|
+
"Get all payment methods for a user.": "ユーザーのすべての支払い方法を取得します。",
|
|
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.": "新しい支払い方法登録を開始するか、完了します。 これは2ステップのプロセスであることに注意してください! # Webビュー連携を持つ支払いプロセッサの場合 支払い方法を追加する新しいリクエストを取得するには、このエンドポイントにパラメータなしで呼び出しを開始する必要があります(ステップ1)。 その後、エンドポイントにリダイレクトし、クライアントがクレジットカードの詳細を入力するのを待つ必要があります。",
|
|
618
|
+
"Get information for a payment method by ID.": "IDで支払い方法の情報を取得します。",
|
|
619
|
+
"Update Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be set as default": "支払い方法を更新します。\";balance\"と\";corporate\"の支払い方法はデフォルトとして設定できませんのでご注意ください。",
|
|
620
|
+
"Delete Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be removed from this interface.": "支払い方法を削除します。\";balance\"と\";corporate\"の支払い方法はこのインターフェイスから削除できませんのでご注意ください。",
|
|
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.": "Webhookまたはkafkaイベントを購読します。Webhook/kafkaに送信される各通知は何度か再試行され、レート制限されます。 レート制限、再試行、再試行間隔は Ampico によって設定されます。",
|
|
622
|
+
"Notifications / Listing": "通知/リスト",
|
|
623
|
+
"Get a notification.": "通知を受け取る。",
|
|
624
|
+
"Update a notification.": "通知を更新する",
|
|
625
|
+
"Unsubscribe for a notification.": "通知を購読解除します。",
|
|
626
|
+
"Get all authorizations.": "すべての権限を取得します。",
|
|
627
|
+
"Authorization / Read.": "Authorization / Read.",
|
|
628
|
+
"Get all booking requests.": "すべての予約リクエストを取得します。",
|
|
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.": "新しい予約リクエストを作成します。 特定のロケーションで利用可能なスロットを見つけるには、アクション / 場所 / 予約状況の確認を使用します。",
|
|
630
|
+
"Get information for a booking request by ID.": "予約リクエストの情報をIDで取得します。",
|
|
631
|
+
"Get all bookings.": "すべての予約を取得します。",
|
|
632
|
+
"Get information for a booking by ID.": "予約の情報をIDで取得します。",
|
|
633
|
+
"Get all CDRs.": "すべての CDR を取得します。",
|
|
634
|
+
"Get a CDR.": "CDRを手に入れよう。",
|
|
635
|
+
"Get all circuits.": "すべての回路を取得します。",
|
|
636
|
+
"Create a new circuit.": "新しい回路を作成します。",
|
|
637
|
+
"Get a circuit.": "Get a circuit.",
|
|
638
|
+
"Update a circuit.": "回路を更新する。",
|
|
639
|
+
"Delete a circuit.": "回路の削除。",
|
|
640
|
+
"Get all circuit's charge point priorities.": "すべての回路'の充電ポイントの優先順位を取得します。",
|
|
641
|
+
"Get the consumption of a circuit for each phase.": "各フェーズの回路の消費を取得します。",
|
|
642
|
+
"Get a circuit's SoC priority.": "回路's SoCの優先度を取得します。",
|
|
643
|
+
"Get a circuit's unmanaged load.": "回路の未管理負荷を取得します。",
|
|
644
|
+
"Get all circuit's user priorities.": "すべての回路'のユーザー優先度を取得します。",
|
|
645
|
+
"Create a circuit's user priority.": "回路のユーザーの優先度を作成します。",
|
|
646
|
+
"Get a circuit's user priority.": "回路のユーザー優先度を取得します。",
|
|
647
|
+
"Update a circuit's user priority.": "回路のユーザー優先度を更新します。",
|
|
648
|
+
"Delete a circuit's user priority.": "回路'のユーザー優先度を削除します。",
|
|
649
|
+
"Get the contact details.": "連絡先情報を取得します。",
|
|
650
|
+
"Update the contact details.": "連絡先情報を更新します。",
|
|
651
|
+
"Delete contact details.": "連絡先の詳細を削除する",
|
|
652
|
+
"Currencies / Listing.": "通貨 / 上場。",
|
|
653
|
+
"Create currency.": "通貨を作成",
|
|
654
|
+
"Currency / Read.": "通貨 / リード。",
|
|
655
|
+
"Update a currency.": "通貨を更新する",
|
|
656
|
+
"Create new Currency Rate.": "新しい通貨レートを作成",
|
|
657
|
+
"Get all Currency Rates.": "すべての通貨レートを取得",
|
|
658
|
+
"Update Currency Rate.": "通貨レートを更新",
|
|
659
|
+
"Get Currency Rate.": "通貨レートを取得する",
|
|
660
|
+
"Delete Currency Rate.": "通貨レートを削除",
|
|
661
|
+
"Get all custom fees.": "すべてのカスタム手数料を取得します。",
|
|
662
|
+
"Get a single custom fee.": "1つのカスタム料金を取得します。",
|
|
663
|
+
"Get all Downtime Period Notices.": "すべてのダウンタイム通知を取得します。",
|
|
664
|
+
"Create Downtime Period Notice.": "ダウンタイム期間通知を作成します。",
|
|
665
|
+
"Get Downtime Period Notice.": "ダウンタイム期間のお知らせを取得します。",
|
|
666
|
+
"Update Downtime Period Notice.": "ダウンタイム期間の更新お知らせ。",
|
|
667
|
+
"Delete Downtime Period Notice.": "ダウンタイム期間通知を削除します。",
|
|
668
|
+
"Get paginated list of hardware status logs for an EVSE with optional date filtering.": "オプションの日付フィルタリングを使用して EVSE のハードウェアステータスログのページネートリストを取得します。",
|
|
669
|
+
"Get the latest hardware status log entry for an EVSE.": "EVSE の最新のハードウェアステータスログエントリを取得します。",
|
|
670
|
+
"Create new EVSE.": "新しい EVSE を作成します。",
|
|
671
|
+
"Get all EVSEs.": "すべてのEVSEを取得します。",
|
|
672
|
+
"Update an EVSE.": "EVSEを更新します。",
|
|
673
|
+
"Get an EVSE.": "Get an EVSE.",
|
|
674
|
+
"Get all FAQs.": "すべてのFAQを取得します。",
|
|
675
|
+
"Create new FAQ.": "新しいFAQを作成します。",
|
|
676
|
+
"Get a FAQ.": "Get a FAQ.",
|
|
677
|
+
"Update FAQs.": "FAQを更新します。",
|
|
678
|
+
"Delete a FAQ.": "FAQを削除する",
|
|
679
|
+
"Get all Firmware Versions.": "すべてのファームウェアバージョンを取得します。",
|
|
680
|
+
"Get a Firmware Version.": "ファームウェアのバージョンを取得します。",
|
|
681
|
+
"Get all charge point models attached to this firmware version.": "このファームウェアバージョンに添付されているすべての充電ポイントモデルを取得します。",
|
|
682
|
+
"Get all Installer Jobs.": "すべてのインストーラージョブを取得します。",
|
|
683
|
+
"Create Installer Job.": "インストーラジョブを作成します。",
|
|
684
|
+
"Get Installer Job.": "インストーラジョブの取得",
|
|
685
|
+
"Update Installer Job.": "インストーラのジョブを更新します。",
|
|
686
|
+
"Delete Installer Job.": "インストーラジョブの削除",
|
|
687
|
+
"Get all invoices.": "すべての請求書を取得する",
|
|
688
|
+
"Invoice / Read.": "請求書 / 読み込みます。",
|
|
689
|
+
"Get all Partner Contracts.": "すべてのパートナー契約を取得します。",
|
|
690
|
+
"Create new Partner Contract.": "新しいパートナー契約を作成",
|
|
691
|
+
"Get a Partner Contract.": "パートナー契約を取得する",
|
|
692
|
+
"Update a Partner Contract.": "パートナー契約を更新する",
|
|
693
|
+
"Delete a Partner Contract.": "パートナー契約を削除する。",
|
|
694
|
+
"Get all expenses.": "すべての費用を取得する。",
|
|
695
|
+
"Get all partner invites.": "すべてのパートナーの招待を取得します。",
|
|
696
|
+
"Create new invite.": "新しい招待を作成します。",
|
|
697
|
+
"Get a invite.": "招待を受け取ります。",
|
|
698
|
+
"Update a invite.": "招待を更新",
|
|
699
|
+
"Delete an invite.": "招待を削除する",
|
|
700
|
+
"Get all revenues.": "すべての収益を取得します。",
|
|
701
|
+
"Get all Partner Settlement Reports.": "すべてのパートナー決済レポートを取得します。",
|
|
702
|
+
"Get a single Partner Settlement Report.": "単一のパートナー決済レポートを取得します。",
|
|
703
|
+
"Get all Partner Settlement Records.": "すべてのパートナー決済レコードを取得します。",
|
|
704
|
+
"Create Partner Settlement Record.": "パートナー決済記録の作成",
|
|
705
|
+
"Read Partner Settlement Record.": "パートナー決済記録をお読みください。",
|
|
706
|
+
"Update a single Partner Settlement Record.": "単一のパートナー決済記録を更新します。",
|
|
707
|
+
"Delete a single Partner Settlement Record.": "単一のパートナー決済記録を削除します。",
|
|
708
|
+
"Get all partners.": "すべてのパートナーを取得します。",
|
|
709
|
+
"Create new partner.": "新しいパートナーを作成します。",
|
|
710
|
+
"Get a partner.": "パートナーを手に入れよう。",
|
|
711
|
+
"Update a partner.": "パートナーを更新します。",
|
|
712
|
+
"Delete a partner.": "パートナーを削除する。",
|
|
713
|
+
"Get all payment terminals.": "すべての決済端末を取得します。",
|
|
714
|
+
"Create a new payment terminal.": "新しい決済端末を作成します。",
|
|
715
|
+
"Get information for a payment terminal by ID.": "支払端末の情報をIDで取得します。",
|
|
716
|
+
"Update Payment terminal.": "支払い端末を更新します。",
|
|
717
|
+
"Delete a payment terminal.": "支払い端末を削除します。",
|
|
718
|
+
"Get all receipts.": "すべてのレシートを入手します。",
|
|
719
|
+
"Get a single receipt.": "1つの領収書を取得します。",
|
|
720
|
+
"Get all reservations.": "すべての予約を取得します。",
|
|
721
|
+
"Get information for a reservation by ID.": "IDで予約情報を取得します。",
|
|
722
|
+
"Get all Security Events.": "すべてのセキュリティイベントを取得します。",
|
|
723
|
+
"Get a Security Event.": "セキュリティイベントを獲得する",
|
|
724
|
+
"Sessions / Listing.": "セッション/リスティング。",
|
|
725
|
+
"Session / Read.": "セッション / 読み込みます。",
|
|
726
|
+
"Consumption statistics may differ between active and finished sessions, as finished sessions display aggregated final data with a maximum of 300 items.": "終了したセッションは最大300項目で集計された最終データを表示するため、アクティブセッションと終了セッションの間で消費統計が異なる場合があります。",
|
|
727
|
+
"Get all settings.": "すべての設定を取得する",
|
|
728
|
+
"Get all sub operators.": "すべてのサブ演算子を取得します。",
|
|
729
|
+
"Get a sub operator.": "サブ演算子を取得します。",
|
|
730
|
+
"Get all subscriptions.": "すべてのサブスクリプションを取得",
|
|
731
|
+
"Get a single subscription.": "1回のサブスクリプションを取得します。",
|
|
732
|
+
"Get all tariff groups.": "すべての関税グループを取得する。",
|
|
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.": "新しい関税グループを作成します。 新しい関税グループを作成すると、無料のベース料金も自動的に作成されることに注意してください。 空っぽの関税団体を持つことは許されていません",
|
|
734
|
+
"Get a tariff group.": "関税グループを取得します。",
|
|
735
|
+
"Update a tariff group.": "関税グループを更新する",
|
|
736
|
+
"Delete a tariff group.": "関税グループを削除する",
|
|
737
|
+
"Get a tariff snapshot by id.": "idで関税スナップショットを取得します。",
|
|
738
|
+
"Get all Tax Identification Numbers.": "すべての税番号を取得します。",
|
|
739
|
+
"Create new Tax Identification Number.": "新しい税番号を作成します。",
|
|
740
|
+
"Get a Tax Identification Number.": "税番号を取得します。",
|
|
741
|
+
"Tax Identification Numbers.": "税識別番号。",
|
|
742
|
+
"Delete a Tax Identification Number.": "税番号を削除する",
|
|
743
|
+
"Get all Taxes.": "すべての税を取得します。",
|
|
744
|
+
"Create new Tax.": "新しい税金を作成",
|
|
745
|
+
"Get a Tax.": "税金を取得する",
|
|
746
|
+
"Update Taxes.": "税金の更新",
|
|
747
|
+
"Delete a Tax.": "税を削除する",
|
|
748
|
+
"Get all charge points templates.": "すべてのチャージポイントテンプレートを取得します。",
|
|
749
|
+
"Terms and policies / Listing.": "利用規約/ポリシー/リスティング。",
|
|
750
|
+
"Terms and policies / Read.": "利用規約/ポリシー/リード。",
|
|
751
|
+
"Get all Top-Up Packages.": "すべてのトップアップパッケージを取得します。",
|
|
752
|
+
"Create new Top-Up Package.": "新しいトップアップパッケージを作成します。",
|
|
753
|
+
"Get a Top-Up Package.": "トップアップパッケージを入手します。",
|
|
754
|
+
"Top-Up Packages.": "トップアップパッケージ",
|
|
755
|
+
"Delete a Top-Up Package.": "トップアップパッケージを削除します。",
|
|
756
|
+
"Get all user groups.": "すべてのユーザーグループを取得します。",
|
|
757
|
+
"Create new user group.": "新しいユーザーグループを作成します。",
|
|
758
|
+
"Get an user group.": "ユーザーグループを取得します。",
|
|
759
|
+
"Update a user group.": "ユーザーグループを更新します。",
|
|
760
|
+
"Delete a user group.": "ユーザーグループを削除します。",
|
|
761
|
+
"Get all Utilities.": "すべてのユーティリティを取得",
|
|
762
|
+
"Create Utility.": "ユーティリティの作成",
|
|
763
|
+
"Get a single Utility.": "単一のユーティリティを取得します。",
|
|
764
|
+
"Update a single Utility.": "単一のユーティリティを更新します。",
|
|
765
|
+
"Delete a single Utility.": "単一のユーティリティを削除します。",
|
|
766
|
+
"Get all Vendor Error Codes.": "すべてのベンダーエラーコードを取得します。",
|
|
767
|
+
"Create new Vendor Error Code.": "新しい仕入先エラーコードを作成します。",
|
|
768
|
+
"Get a Vendor Error Code.": "ベンダーエラー コードを取得します。",
|
|
769
|
+
"Vendor Error Code.": "ベンダエラーコード。",
|
|
770
|
+
"Delete a Vendor Error Code.": "ベンダエラーコードを削除します。",
|
|
771
|
+
"Get all Vouchers.": "すべてのクーポンを入手します。",
|
|
772
|
+
"Create new Voucher.": "新しいクーポンを作成します。",
|
|
773
|
+
"Get a Voucher.": "バウチャーを入手する",
|
|
774
|
+
"Update a Voucher.": "クーポンを更新します。",
|
|
775
|
+
"Delete a Voucher.": "クーポンを削除する",
|
|
776
|
+
"Method": "方法",
|
|
777
|
+
"Headers": "ヘッダー",
|
|
778
|
+
"Query Parameters": "クエリパラメータ",
|
|
779
|
+
"Body Type": "ボディタイプ",
|
|
780
|
+
"Body": "本文",
|
|
781
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
782
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
783
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
784
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
785
|
+
"Charge Point": "チャージポイント",
|
|
786
|
+
"Evse Network Id": "Evse Network Id",
|
|
787
|
+
"Type": "タイプ",
|
|
788
|
+
"User ID": "ユーザー ID",
|
|
789
|
+
"Id": "Id",
|
|
790
|
+
"Charging Profile Purpose": "充電プロファイルの目的",
|
|
791
|
+
"Stack Level": "スタックレベル",
|
|
792
|
+
"Location": "場所",
|
|
793
|
+
"Start": "開始",
|
|
794
|
+
"Stop": "停止",
|
|
795
|
+
"URL": "URL",
|
|
796
|
+
"Reason": "理由:",
|
|
797
|
+
"Retries": "再試行",
|
|
798
|
+
"Interval": "間隔",
|
|
799
|
+
"Start Time": "開始時刻",
|
|
800
|
+
"Stop Time": "停止時間",
|
|
801
|
+
"Satellite Charge Point Id": "サテライトチャージポイントID",
|
|
802
|
+
"EVSE Ids": "EVSE Ids",
|
|
803
|
+
"Evse": "Evse",
|
|
804
|
+
"User Id": "ユーザー ID",
|
|
805
|
+
"Vendor Id": "仕入先ID",
|
|
806
|
+
"Message Id": "メッセージID",
|
|
807
|
+
"Data": "データ",
|
|
808
|
+
"Transaction Id": "取引ID",
|
|
809
|
+
"Charging Profile Kind": "充電プロファイルの種類",
|
|
810
|
+
"Recurrency Kind": "定期的な種類",
|
|
811
|
+
"Valid From": "有効開始日",
|
|
812
|
+
"Valid To": "有効期限",
|
|
813
|
+
"Charging Schedule - Id": "充電スケジュール - Id",
|
|
814
|
+
"Charging Schedule - Duration": "充電スケジュール - 期間",
|
|
815
|
+
"Charging Schedule - Start Schedule": "充電スケジュール - 開始スケジュール",
|
|
816
|
+
"Charging Schedule - Charging Rate Unit": "充電スケジュール - 充電レート単位",
|
|
817
|
+
"Charging Schedule - Charging Schedule Period": "充電スケジュール - 充電スケジュール期間",
|
|
818
|
+
"Charging Schedule - Min Charging Rate": "充電スケジュール - 最小充電率",
|
|
819
|
+
"Payment Method Id": "支払い方法ID",
|
|
820
|
+
"External Session Id": "外部セッション ID",
|
|
821
|
+
"Connector Id": "コネクタ Id",
|
|
822
|
+
"Booking Id": "予約ID",
|
|
823
|
+
"Charging Profile - Transaction Id": "充電プロファイル - トランザクションID",
|
|
824
|
+
"Charging Profile - Stack Level": "充電プロファイル - スタックレベル",
|
|
825
|
+
"Charging Profile - Charging Profile Purpose": "充電プロファイル - 充電プロファイルの目的",
|
|
826
|
+
"Charging Profile - Charging Profile Kind": "充電プロファイル - 充電プロファイルの種類",
|
|
827
|
+
"Charging Profile - Recurrency Kind": "充電プロファイル - 再発の種類",
|
|
828
|
+
"Charging Profile - Valid From": "充電プロファイル - 有効開始日",
|
|
829
|
+
"Charging Profile - Valid To": "充電プロファイル - 有効先",
|
|
830
|
+
"Charging Profile - Charging Schedule - Id": "充電プロファイル - 充電スケジュール - Id",
|
|
831
|
+
"Charging Profile - Charging Schedule - Duration": "充電プロファイル - 充電スケジュール - 期間",
|
|
832
|
+
"Charging Profile - Charging Schedule - Start Schedule": "充電プロファイル - 充電スケジュール - 開始スケジュール",
|
|
833
|
+
"Charging Profile - Charging Schedule - Charging Rate Unit": "充電プロファイル - 充電スケジュール - 充電レート単位",
|
|
834
|
+
"Charging Profile - Charging Schedule - Charging Schedule Period": "充電プロファイル-充電スケジュール - 充電スケジュール期間",
|
|
835
|
+
"Charging Profile - Charging Schedule - Min Charging Rate": "充電プロファイル - 充電スケジュール-最小充電率",
|
|
836
|
+
"Session": "セッション",
|
|
837
|
+
"Force": "力",
|
|
838
|
+
"Keys": "キー",
|
|
839
|
+
"Sharing Code": "共有コード",
|
|
840
|
+
"Certificate Type": "証明書タイプ",
|
|
841
|
+
"Value": "値",
|
|
842
|
+
"Name": "Name",
|
|
843
|
+
"Instance": "インスタンス",
|
|
844
|
+
"Component Name": "構成部品名",
|
|
845
|
+
"Evse Id": "Evse Id",
|
|
846
|
+
"Firmware Version Id": "ファームウェアのバージョンID",
|
|
847
|
+
"Retrieve After": "後で取得",
|
|
848
|
+
"Signed": "署名済み",
|
|
849
|
+
"Signing Certificate": "署名証明書",
|
|
850
|
+
"Signature": "署名",
|
|
851
|
+
"Download Url Protocol": "URLプロトコルをダウンロード",
|
|
852
|
+
"Filter - Charge Point Id": "フィルター - チャージポイントID",
|
|
853
|
+
"Filter - Location Id": "フィルター - ロケーションID",
|
|
854
|
+
"Filter - Entry Mode": "フィルタ → 入力モード",
|
|
855
|
+
"Filter - Type": "フィルター → タイプ",
|
|
856
|
+
"Filter - Started After": "フィルター - 開始日時",
|
|
857
|
+
"Filter - Stopped Before": "フィルター - 停止前",
|
|
858
|
+
"Filter - Duration Less Than": "フィルター - 長さ以下",
|
|
859
|
+
"Filter - Duration Greater Than": "フィルター - 継続時間より大きい",
|
|
860
|
+
"Filter - Last Updated After": "フィルター - 最終更新日時",
|
|
861
|
+
"Filter - Last Updated Before": "フィルター - 最終更新前",
|
|
862
|
+
"Per page": "ページごと",
|
|
863
|
+
"Paginate Results": "ページング結果",
|
|
864
|
+
"Charge Point Id": "チャージポイントID",
|
|
865
|
+
"Notice Id": "お知らせID",
|
|
866
|
+
"Started At": "開始日時",
|
|
867
|
+
"Ended At": "終了日時",
|
|
868
|
+
"Charge Point Downtime Period": "充電ポイントのダウン時間",
|
|
869
|
+
"Filter - Vendor Id": "フィルタ - 仕入先ID",
|
|
870
|
+
"User Manual": "ユーザーマニュアル",
|
|
871
|
+
"Installer Manual": "インストーラーマニュアル",
|
|
872
|
+
"Model Id": "モデル ID",
|
|
873
|
+
"Pin": "ピン留めする",
|
|
874
|
+
"Location Id": "ロケーションID",
|
|
875
|
+
"Charging Zone Id": "充電ゾーンID",
|
|
876
|
+
"Electricity Rate Id": "電力レートID",
|
|
877
|
+
"Subscription - Required": "サブスクリプションが必要",
|
|
878
|
+
"Subscription - Plan Ids": "サブスクリプション-プランID",
|
|
879
|
+
"Network Type": "ネットワークの種類",
|
|
880
|
+
"Status": "Status",
|
|
881
|
+
"Managed By Operator": "Managed By Operator",
|
|
882
|
+
"External Id": "外部ID",
|
|
883
|
+
"Network - Id": "ネットワーク - Id",
|
|
884
|
+
"Network - Protocol": "ネットワーク - プロトコル",
|
|
885
|
+
"Network - Password": "ネットワーク - パスワード",
|
|
886
|
+
"Network - Ip": "ネットワーク - Ip",
|
|
887
|
+
"Network - Port": "ネットワーク - ポート",
|
|
888
|
+
"Capabilities": "機能",
|
|
889
|
+
"Auto Start Without Authorization": "認証なしで自動起動",
|
|
890
|
+
"Disable Auto Start Emulation": "自動起動エミュレーションを無効にする",
|
|
891
|
+
"Security - Desired Profile": "セキュリティ - 望ましいプロフィール",
|
|
892
|
+
"Enable Auto Fault Recovery": "自動故障回復を有効にする",
|
|
893
|
+
"User - Id": "ユーザー - Id",
|
|
894
|
+
"User - Automatic Firmware Updates Enabled": "ユーザー - ファームウェアの自動更新が有効になっています",
|
|
895
|
+
"Partner - Id": "パートナー - Id",
|
|
896
|
+
"Partner - Contract Id": "パートナー - 契約ID",
|
|
897
|
+
"Partner - Contact Id": "パートナー - 連絡先 ID",
|
|
898
|
+
"Partner - Corporate Billing As Default": "パートナー - デフォルトとして法人請求",
|
|
899
|
+
"Partner - Access Type": "パートナー - アクセスタイプ",
|
|
900
|
+
"Partner - Notice": "パートナー - お知らせ",
|
|
901
|
+
"Utility Id": "ユーティリティID",
|
|
902
|
+
"Tags": "タグ",
|
|
903
|
+
"Enabled Randomised Delay": "ランダム化遅延を有効にしました",
|
|
904
|
+
"Uses Renewable Energy": "Uses Renewable Energy",
|
|
905
|
+
"Ocpp Connected Charge Point Id": "接続チャージポイントID",
|
|
906
|
+
"Communication Mode": "通信モード",
|
|
907
|
+
"Filter - Desired Security Profile Status": "フィルター - 望ましいセキュリティプロファイルのステータス",
|
|
908
|
+
"Filter - Evse Physical Reference": "フィルター - 物理リファレンス",
|
|
909
|
+
"Filter - Network Id": "フィルタ - ネットワーク ID",
|
|
910
|
+
"Filter - Boot Notification Serial Number": "フィルター - ブート通知シリアル番号",
|
|
911
|
+
"Filter - Model Id": "フィルター - モデル ID",
|
|
912
|
+
"Filter - User Id": "フィルター - ユーザー ID",
|
|
913
|
+
"Filter - Partner Id": "フィルター - パートナー Id",
|
|
914
|
+
"Filter - Sub Operator Id": "フィルター - サブオペレーターID",
|
|
915
|
+
"Filter - Roaming": "フィルター → ローミング...",
|
|
916
|
+
"Filter - Name": "フィルター → 名前",
|
|
917
|
+
"Filter - Circuit Id": "フィルター - 回路ID",
|
|
918
|
+
"Filter - Charging Zone Id": "フィルター - 充電ゾーンID",
|
|
919
|
+
"Filter - Managed By Operator": "フィルタ - 演算子による管理",
|
|
920
|
+
"Filter - External Id": "フィルター → 外部ID",
|
|
921
|
+
"Filter - Utility Id": "フィルター - ユーティリティID",
|
|
922
|
+
"Filter - Tag": "フィルター - タグ",
|
|
923
|
+
"Filter - Sharing Code": "フィルタ → コードの共有",
|
|
924
|
+
"Include": "Include",
|
|
925
|
+
"Integrated At": "統合日時",
|
|
926
|
+
"Manufactured At": "製造場所",
|
|
927
|
+
"Filter - Instance": "フィルター → インスタンス",
|
|
928
|
+
"Filter - Component Name": "フィルター → コンポーネント名",
|
|
929
|
+
"Filter - Evse Id": "フィルター - イベントID",
|
|
930
|
+
"Key": "キー",
|
|
931
|
+
"Physical Reference": "物理参照",
|
|
932
|
+
"Current Type": "現在のタイプ",
|
|
933
|
+
"Label": "ラベル",
|
|
934
|
+
"Network Id": "ネットワーク ID",
|
|
935
|
+
"Mid Meter Certification End Year": "中位メーター認定終了年",
|
|
936
|
+
"Tariff Group Id": "関税グループID",
|
|
937
|
+
"Allows Reservation": "予約を許可",
|
|
938
|
+
"Booking Enabled": "予約が有効です",
|
|
939
|
+
"Power Options - Max Power": "電源オプション - 最大出力数",
|
|
940
|
+
"Power Options - Max Voltage": "電源オプション - 最大電圧",
|
|
941
|
+
"Power Options - Max Amperage": "電源オプション - 最大アンプ",
|
|
942
|
+
"Power Options - Phases": "電源オプション - フェーズ",
|
|
943
|
+
"Power Options - Phase Rotation": "電源オプション - フェーズ回転",
|
|
944
|
+
"Power Options - Connected Phase": "電源オプション - 接続フェーズ",
|
|
945
|
+
"Format": "書式",
|
|
946
|
+
"Connector": "コネクタ",
|
|
947
|
+
"Filter - Created After": "フィルター - 作成日時",
|
|
948
|
+
"Filter - Created Before": "フィルター - 作成前",
|
|
949
|
+
"Request Body Variant Type": "リクエストボディバリアントタイプ",
|
|
950
|
+
"Request Body": "リクエスト本文",
|
|
951
|
+
"Partner Ids": "パートナーID",
|
|
952
|
+
"Share": "共有",
|
|
953
|
+
"Mode": "モード",
|
|
954
|
+
"Circuit": "サーキット",
|
|
955
|
+
"Priority": "優先度",
|
|
956
|
+
"Upper Threshold Percent": "上限閾値",
|
|
957
|
+
"High SoC Priority": "高SoC優先順位",
|
|
958
|
+
"Lower Threshold Percent": "しきい値を下げる",
|
|
959
|
+
"Low SoC Priority": "低SoC優先順位",
|
|
960
|
+
"Template": "テンプレート",
|
|
961
|
+
"Charge Point Ids": "チャージポイントID",
|
|
962
|
+
"Should Persist": "永続化すべきです",
|
|
963
|
+
"Filter - Ocpp Version": "フィルター - Ocpp バージョン",
|
|
964
|
+
"Ocpp Version": "Ocpp バージョン",
|
|
965
|
+
"Variable": "変数",
|
|
966
|
+
"Electricity Meter": "電力メーター",
|
|
967
|
+
"Timestamp": "タイムスタンプ",
|
|
968
|
+
"Current L1": "現在のL1",
|
|
969
|
+
"Current L2": "現在のL2",
|
|
970
|
+
"Current L3": "現在のL3",
|
|
971
|
+
"Integration Id": "連携ID",
|
|
972
|
+
"Default Price": "デフォルト価格",
|
|
973
|
+
"Tax Percentage": "課税率",
|
|
974
|
+
"Electricity Rate": "電力料金",
|
|
975
|
+
"Solar": "Solar",
|
|
976
|
+
"Wind": "風",
|
|
977
|
+
"Hydro": "Hydro",
|
|
978
|
+
"Nuclear": "<unk>",
|
|
979
|
+
"Coal": "石炭(石炭)",
|
|
980
|
+
"Natural Gas": "天然ガス",
|
|
981
|
+
"Other Renewable": "その他の更新",
|
|
982
|
+
"Other Non Renewable": "その他の更新不可",
|
|
983
|
+
"Date": "日付",
|
|
984
|
+
"Periods": "期間",
|
|
985
|
+
"Week Day": "週",
|
|
986
|
+
"EVSE": "EVSE",
|
|
987
|
+
"Evse Downtime Period": "Evse ダウンタイム",
|
|
988
|
+
"Flexibility Asset": "柔軟性アセット",
|
|
989
|
+
"Ends At": "終了日時",
|
|
990
|
+
"Filter - Asset Id": "フィルター - アセットID",
|
|
991
|
+
"Flexibility Activation Request": "柔軟性のアクティベーションリクエスト",
|
|
992
|
+
"Dlm Circuit Id": "Dlm Circuit Id",
|
|
993
|
+
"Description": "Description",
|
|
994
|
+
"Filter - Updated Since": "フィルター - 更新日時",
|
|
995
|
+
"Filter - Start Time": "フィルター - 開始時刻",
|
|
996
|
+
"Filter - End Time": "フィルター - 終了時刻",
|
|
997
|
+
"Id Tag": "Id Tag",
|
|
998
|
+
"Filter - Id Tag Uid": "フィルター - Id タグUid",
|
|
999
|
+
"Filter - Id Label": "フィルター - IDラベル",
|
|
1000
|
+
"Filter - Expire At": "フィルター → 有効期限",
|
|
1001
|
+
"Filter - Status": "フィルター → ステータス",
|
|
1002
|
+
"Id Tag Uid": "Id タグUid",
|
|
1003
|
+
"Id Label": "IDラベル",
|
|
1004
|
+
"Expire At": "有効期限",
|
|
1005
|
+
"Vehicle Type": "車両タイプ",
|
|
1006
|
+
"Partner Id": "パートナーID",
|
|
1007
|
+
"Start After": "開始後",
|
|
1008
|
+
"End Before": "終了前",
|
|
1009
|
+
"Short Description": "簡単な説明",
|
|
1010
|
+
"Additional Description": "追加の説明",
|
|
1011
|
+
"Geoposition - Latitude": "ジオポーション - Latitude",
|
|
1012
|
+
"Geoposition - Longitude": "ジオポジション-経度(経度)",
|
|
1013
|
+
"Address": "住所",
|
|
1014
|
+
"Street Address": "住所",
|
|
1015
|
+
"City": "市区町村名",
|
|
1016
|
+
"Region": "地域",
|
|
1017
|
+
"State": "都道府県:",
|
|
1018
|
+
"Country": "国",
|
|
1019
|
+
"Post Code": "郵便番号",
|
|
1020
|
+
"Working Hours - Is Always Open": "営業時間 - 常に開く",
|
|
1021
|
+
"Working Hours - Stop Session Outside Working Hours": "営業時間 - 営業時間外にセッションを停止",
|
|
1022
|
+
"Working Hours - Always Open For User Group Ids": "営業時間 - 常にユーザーグループIDで開く",
|
|
1023
|
+
"Working Hours - Hours - Monday": "営業時間 - 時間 - 月曜日",
|
|
1024
|
+
"Working Hours - Hours - Tuesday": "営業時間 - 営業時間 - 火曜日",
|
|
1025
|
+
"Working Hours - Hours - Wednesday": "営業時間 - 営業時間 - 水曜日",
|
|
1026
|
+
"Working Hours - Hours - Thursday": "営業時間-営業時間-木曜日",
|
|
1027
|
+
"Working Hours - Hours - Friday": "営業時間 - 営業時間 - 金曜日",
|
|
1028
|
+
"Working Hours - Hours - Saturday": "営業時間 - 営業時間 - 土曜日",
|
|
1029
|
+
"Working Hours - Hours - Sunday": "営業時間 - 時間 - 日曜日",
|
|
1030
|
+
"Timezone": "Timezone",
|
|
1031
|
+
"Roaming Operator Id": "ローミング演算子 Id",
|
|
1032
|
+
"Filter - Country": "フィルタ - 国",
|
|
1033
|
+
"Filter - Region": "フィルター - 地域",
|
|
1034
|
+
"Filter - City": "フィルター - 都市",
|
|
1035
|
+
"Additional Info - Enabled": "追加情報 - 有効",
|
|
1036
|
+
"Additional Info - Title": "追加情報 - タイトル",
|
|
1037
|
+
"Additional Info - Description": "追加情報 - 説明",
|
|
1038
|
+
"Charging Zone": "充電ゾーン",
|
|
1039
|
+
"Notification": "Notification",
|
|
1040
|
+
"Notifications": "通知",
|
|
1041
|
+
"End Time": "終了時刻",
|
|
1042
|
+
"Parking Space": "駐車場",
|
|
1043
|
+
"Occupancy Status": "占領状況",
|
|
1044
|
+
"Disabilities Accessible": "アクセシブルな障害",
|
|
1045
|
+
"Evses": "Evses",
|
|
1046
|
+
"Provisioning Certificate": "プロビジョニング証明書",
|
|
1047
|
+
"Payment Method": "支払い方法",
|
|
1048
|
+
"Pc Id": "PC Id",
|
|
1049
|
+
"Id Tags": "Id タグ",
|
|
1050
|
+
"Reservation": "予約",
|
|
1051
|
+
"Roaming Operator": "ローミング演算子",
|
|
1052
|
+
"Custom Tariff Filter": "カスタム関税フィルター",
|
|
1053
|
+
"Country Code": "国コード",
|
|
1054
|
+
"Party Id": "Party Id",
|
|
1055
|
+
"Currency": "通貨",
|
|
1056
|
+
"Tariff Alt Text": "関税(Alt)テキスト",
|
|
1057
|
+
"Tariff Alt Url": "Alt Url",
|
|
1058
|
+
"Min Price - Excl Vat": "最小価格 - Excl Vat",
|
|
1059
|
+
"Min Price - Incl Vat": "最小価格 - Incl Vat",
|
|
1060
|
+
"Max Price - Excl Vat": "最大価格 - Excl Vat",
|
|
1061
|
+
"Max Price - Incl Vat": "最大価格 - Incl Vat",
|
|
1062
|
+
"Elements": "要素",
|
|
1063
|
+
"Start Date Time": "開始日時",
|
|
1064
|
+
"End Date Time": "終了日時",
|
|
1065
|
+
"Energy Mix - Is Green Energy": "Energyミックス - はグリーンエネルギーです",
|
|
1066
|
+
"Energy Mix - Energy Sources": "Energy Mix - Energy Source",
|
|
1067
|
+
"Energy Mix - Environ Impact": "Energy Mix - Environ Impact",
|
|
1068
|
+
"Energy Mix - Supplier Name": "エナジーミックス - サプライヤー名",
|
|
1069
|
+
"Energy Mix - Energy Product Name": "Energy Mix - Energy Product Name",
|
|
1070
|
+
"Last Updated": "最終更新",
|
|
1071
|
+
"Roaming Connection": "ローミング接続",
|
|
1072
|
+
"Business Name": "法人名",
|
|
1073
|
+
"Enabled": "有効",
|
|
1074
|
+
"Cpo Settings - Cpo Qrcode Prefix": "Cpo 設定 - Cpo Qrcode Prefix",
|
|
1075
|
+
"Cpo Settings - Manual Evse Management": "Cpo設定 - 手動でのEvse管理",
|
|
1076
|
+
"Cpo Settings - Apply Custom Tariffs To Evses With Roaming Tariff": "Cpo設定 - ローミング関税でカスタム関税を適用する",
|
|
1077
|
+
"Cpo Settings - Sends Periodic Meter Updates": "Cpo設定 - 周期メーターの更新を送信",
|
|
1078
|
+
"Cpo Settings - External Tariff Integration": "Cpo設定 - 外部関税の統合",
|
|
1079
|
+
"Cpo Settings - Threat Evse Status Unknown As": "Cpo設定 - 脅威回避状態として不明",
|
|
1080
|
+
"Cpo Settings - Phase Ac Power Formula": "Cpo 設定 - Phase Ac Power Formula",
|
|
1081
|
+
"Applicable Current Types": "適用される現在のタイプ",
|
|
1082
|
+
"Power Below Kw": "Kw以下の電力",
|
|
1083
|
+
"Evse Id Prefix": "Evse Id Prefix",
|
|
1084
|
+
"Order": "ご注文",
|
|
1085
|
+
"Filters": "絞り込み",
|
|
1086
|
+
"Filter - Platform Id": "フィルター - プラットフォームID",
|
|
1087
|
+
"Filter - Country Code": "フィルタ - 国コード",
|
|
1088
|
+
"Filter - Party Id": "フィルター - パーティー Id",
|
|
1089
|
+
"Roaming Provider": "ローミングプロバイダー",
|
|
1090
|
+
"Roaming Tariff": "ローミング料金:",
|
|
1091
|
+
"Subscription Plan": "サブスクリプションプラン",
|
|
1092
|
+
"Plan Id": "プランID",
|
|
1093
|
+
"Replace At": "置換日時",
|
|
1094
|
+
"Renewal Cycle": "更新サイクル",
|
|
1095
|
+
"Free Renewal Periods": "無料更新期間",
|
|
1096
|
+
"Base Fee": "基本手数料",
|
|
1097
|
+
"Base Fee Applies Per Each Home Charger": "基本料金が各家庭用チャージャーごとに適用されます",
|
|
1098
|
+
"Post Paid Charging Sessions Accumulation": "有料充電セッションの蓄積を投稿",
|
|
1099
|
+
"Billing Usage Threshold": "請求用法のしきい値",
|
|
1100
|
+
"Billing Type": "請求タイプ",
|
|
1101
|
+
"Allowance - Reset Cycle": "引当金-サイクルのリセット",
|
|
1102
|
+
"Allowance - Type": "引当金の種類",
|
|
1103
|
+
"Allowance - Home Chargers Only": "引当金-ホームチャージャーのみ",
|
|
1104
|
+
"Allowance - Included Countries": "引当金-含まれる国",
|
|
1105
|
+
"Allowance - Excluded Countries": "引当額 - 除外国",
|
|
1106
|
+
"Allowance - Exclude Roaming": "引当額 - ローミングを除外",
|
|
1107
|
+
"Allowance - Included Partner Charge Points": "引当金-含まれるパートナーチャージポイント",
|
|
1108
|
+
"Allowance - Excluded Partner Charge Points": "引当額 - パートナーチャージポイント",
|
|
1109
|
+
"Allowance - Combined": "引当金-結合",
|
|
1110
|
+
"Allowance - Ac": "引当額 - Ac",
|
|
1111
|
+
"Allowance - Dc": "引当額 - DC",
|
|
1112
|
+
"Visibility Restrictions - Included Partner Users": "表示制限 - 含まれるパートナーユーザー",
|
|
1113
|
+
"Visibility Restrictions - Excluded Partner Users": "表示制限 - 除外パートナーユーザー",
|
|
1114
|
+
"Visibility Restrictions - Included User Groups": "表示制限 - 含まれるユーザーグループ",
|
|
1115
|
+
"Visibility Restrictions - Excluded User Groups": "表示制限 - 除外ユーザーグループ",
|
|
1116
|
+
"Fee Per Each Personal Charge Point": "各個人チャージポイントごとの手数料",
|
|
1117
|
+
"Tariff": "関税:",
|
|
1118
|
+
"Default Price Information": "デフォルトの価格情報",
|
|
1119
|
+
"Default Price Information Offline": "既定の価格情報オフライン",
|
|
1120
|
+
"Price Information": "価格情報",
|
|
1121
|
+
"Total Cost Information": "総コスト情報",
|
|
1122
|
+
"Filter - Tariff Group Id": "フィルター - 関税グループID",
|
|
1123
|
+
"Day Tariff Start": "日間の関税開始",
|
|
1124
|
+
"Night Tariff Start": "夜間関税の開始",
|
|
1125
|
+
"Pricing - Price Per Session": "価格 - セッションごとの価格",
|
|
1126
|
+
"Pricing - Connection Fee": "価格 - 接続手数料",
|
|
1127
|
+
"Pricing - Price Per Kwh": "価格 - Kwh あたりの価格",
|
|
1128
|
+
"Pricing - Day Price Per Kwh": "価格 - Kwh あたりの日価格",
|
|
1129
|
+
"Pricing - Night Price Per Kwh": "価格 - Kwh あたりの夜価格",
|
|
1130
|
+
"Pricing - Price Period In Minutes": "価格 - 価格期間 (分単位)",
|
|
1131
|
+
"Pricing - Price Per Period": "価格 - 期間ごとの価格",
|
|
1132
|
+
"Pricing - Duration Fee Limit": "価格 - 料金限度額",
|
|
1133
|
+
"Pricing - Day Price Per Period": "価格 - 期間ごとの日価格",
|
|
1134
|
+
"Pricing - Night Price Per Period": "価格 - 期間あたりのナイト価格",
|
|
1135
|
+
"Pricing - Day Idle Fee Per Minute": "価格 - 1分あたりのアイドル料金",
|
|
1136
|
+
"Pricing - Night Idle Fee Per Minute": "料金-1分あたりの夜のアイドル料金",
|
|
1137
|
+
"Pricing - Idle Fee Per Minute": "価格 - 1分あたりのアイドル手数料",
|
|
1138
|
+
"Pricing - Idle Fee Grace Period Minutes": "価格について - アイドル手数料 猶予期間 分",
|
|
1139
|
+
"Pricing - Idle Pricing Period In Minutes": "価格 - アイドル価格期間 (分単位)",
|
|
1140
|
+
"Pricing - Idle Fee Period Start": "価格 - アイドル料金開始期間",
|
|
1141
|
+
"Pricing - Idle Fee Period End": "価格 - アイドル手数料期間終了",
|
|
1142
|
+
"Pricing - Idle Fee Limit": "価格 - アイドル手数料制限",
|
|
1143
|
+
"Pricing - Connection Fee Minimum Session Duration": "価格 - 接続料金 最小セッション時間",
|
|
1144
|
+
"Pricing - Connection Fee Minimum Session Energy": "料金 - 接続料金 最小セッションエネルギー",
|
|
1145
|
+
"Pricing - Duration Fee Grace Period": "価格 - 期間手数料 猶予期間",
|
|
1146
|
+
"Pricing - Min Price": "価格 - 最小価格",
|
|
1147
|
+
"Pricing - Pre Authorize Amount": "価格 - 事前承認額",
|
|
1148
|
+
"Pricing - Tax I D": "価格 - 税 I D",
|
|
1149
|
+
"Pricing - Charge Point Electricity Rate": "料金 - 電気料金",
|
|
1150
|
+
"Pricing - Fallback Electricity Rate Id": "価格 - フォールバック電力レートId",
|
|
1151
|
+
"Pricing - Markup Percentage Per Kwh": "価格 - Kwhあたりのマークアップ割合",
|
|
1152
|
+
"Pricing - Markup Fixed Fee Per Kwh": "価格 - Kwhあたりのマークアップ固定手数料",
|
|
1153
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Default Price": "価格 - Kwhごとに固定マークアップ - デフォルト価格",
|
|
1154
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Interval Pricing": "Pricing - Flexible Mark Up as Fixed per Kwh - Interval Pricing",
|
|
1155
|
+
"Pricing - Multi Price Per Kwh": "価格 - Kwh あたりのマルチ価格",
|
|
1156
|
+
"Pricing - Multi Price Per Duration": "価格 - 期間ごとのマルチ価格",
|
|
1157
|
+
"Pricing - Multi Idle Fee": "価格 - 複数アイドル手数料",
|
|
1158
|
+
"Pricing - Regular Use Period": "価格 - 通常の使用期間",
|
|
1159
|
+
"Pricing - Average Power Levels": "価格 - 平均パワーレベル",
|
|
1160
|
+
"Pricing - Peak Power Levels": "価格 - ピークパワーレベル",
|
|
1161
|
+
"Pricing - Time Periods": "価格 - 期間",
|
|
1162
|
+
"Pricing - Price Periods - Connection Fee Periods - Fee": "価格 - 価格期間 - 接続手数料期間 - 料金",
|
|
1163
|
+
"Pricing - Price Periods - Energy Fee Periods - Fee": "価格について - 価格期間 - エネルギー料金期間 - 料金",
|
|
1164
|
+
"Pricing - Price Periods - Duration Fee Periods - Fee": "料金について - 料金期間 - 料金期間",
|
|
1165
|
+
"Pricing - Price Periods - Idle Fee Periods - Fee": "価格 - 価格期間 - アイドル料金期間 - 手数料",
|
|
1166
|
+
"Pricing - Days When Applied": "価格 - 適用された日",
|
|
1167
|
+
"Pricing - Threshold Price For Energy": "価格 - エネルギーの閾値価格",
|
|
1168
|
+
"Pricing - Price For Energy When Optimized": "価格 - 最適化時のエネルギー価格",
|
|
1169
|
+
"Pricing - Optimised Label": "価格 - 最適化されたラベル",
|
|
1170
|
+
"Pricing - Duration Fee From": "料金からの期間",
|
|
1171
|
+
"Pricing - Duration Fee To": "価格 - 期間手数料",
|
|
1172
|
+
"Pricing - Subsidy Integration Id": "価格 - 子会社インテグレーションID",
|
|
1173
|
+
"Pricing - Lock Price On Session Start": "価格 - セッション開始時の価格をロック",
|
|
1174
|
+
"Pricing - Lock Energy Price On Session Start": "価格 - セッション開始時のエネルギー価格をロック",
|
|
1175
|
+
"Pricing - Lock Duration Price On Session Start": "価格 - セッション開始時のロック期間価格",
|
|
1176
|
+
"Pricing - Lock Idle Price On Session Start": "価格 - セッション開始時にアイドル価格をロック",
|
|
1177
|
+
"Pricing - State Of Charge Idle Threshold": "価格 - 充電状態アイドル閾値",
|
|
1178
|
+
"Pricing - Average Power Idle Threshold": "価格 - 平均電力アイドル閾値",
|
|
1179
|
+
"Stop Session - Time Limit Minutes": "セッションを停止する - 時間制限分",
|
|
1180
|
+
"Stop Session - Stop When Energy Exceeds Kwh": "停止セッション - エネルギーがKwhを超えたときに停止",
|
|
1181
|
+
"Restrictions - Apply To Users Of Charge Point Owner": "制限 - 有料ポイント所有者のユーザーに適用",
|
|
1182
|
+
"Restrictions - Apply To Users Of Charge Point Partner": "制限 - 有料ポイントパートナーのユーザーに適用",
|
|
1183
|
+
"Restrictions - Apply To Users Of All Roaming Emsps": "制限 - すべてのローミングEmsのユーザーに適用",
|
|
1184
|
+
"Restrictions - Apply To Ad Hoc Users": "制限 - 広告主様への適用",
|
|
1185
|
+
"Restrictions - Ad Hoc Pre Authorize Amount": "制限 - Ad Hoc Pre Authorize Amount",
|
|
1186
|
+
"Restrictions - Ad Hoc Stop When Pre Authorized Amount Falls Below": "制限事項 - 事前承認金額が下に落ちた時のアドホック停止",
|
|
1187
|
+
"Restrictions - Apply To Users Of Partners": "制限 - パートナーのユーザーに適用",
|
|
1188
|
+
"Restrictions - Apply To Users With Groups": "制限 - グループを持つユーザーに適用",
|
|
1189
|
+
"Restrictions - Apply To User Group Ids": "制限 - ユーザーグループIDに適用",
|
|
1190
|
+
"Restrictions - Apply To Users With Subscriptions": "制限 - サブスクリプションを持つユーザーに適用",
|
|
1191
|
+
"Restrictions - Start Date": "制限 - 開始日",
|
|
1192
|
+
"Restrictions - End Date": "制限 - 終了日",
|
|
1193
|
+
"Display - Default Price Information": "表示 - 標準価格情報",
|
|
1194
|
+
"Display - Default Price Information Offline": "表示 - オフライン標準価格情報",
|
|
1195
|
+
"Display - Price Information": "表示 → 価格情報",
|
|
1196
|
+
"Display - Total Cost Information": "表示 - 総コスト情報",
|
|
1197
|
+
"Transaction": "取引",
|
|
1198
|
+
"Email": "Eメールアドレス",
|
|
1199
|
+
"Invoice Details - Invoice Type": "請求書の詳細 - 請求書タイプ",
|
|
1200
|
+
"Invoice Details - Individual Name": "請求書の詳細 - 個人名",
|
|
1201
|
+
"Invoice Details - Individual Personal Id": "請求の詳細 - 個人個人ID",
|
|
1202
|
+
"Invoice Details - Individual Tax Id": "請求書の詳細 - 個々の税金ID",
|
|
1203
|
+
"Invoice Details - Company Name": "請求書の詳細 - 会社名",
|
|
1204
|
+
"Invoice Details - Company Reg No": "請求書の詳細 - 会社のReg No",
|
|
1205
|
+
"Invoice Details - Company Tax Id": "請求書の詳細 - 会社税金ID",
|
|
1206
|
+
"Invoice Details - Company Tax Administration Office Name": "請求書の詳細 - 会社税務管理局名",
|
|
1207
|
+
"Invoice Details - Country": "請求書の詳細 - 国",
|
|
1208
|
+
"Invoice Details - City": "請求書の詳細 - 都市",
|
|
1209
|
+
"Invoice Details - Post Code": "請求書の詳細 - 郵便番号",
|
|
1210
|
+
"Invoice Details - Address": "請求書の詳細 - 住所",
|
|
1211
|
+
"Ref": "参照",
|
|
1212
|
+
"Filter - Payment Method": "フィルタ - 支払い方法",
|
|
1213
|
+
"Filter - Invoice Number": "フィルタ - 請求書番号",
|
|
1214
|
+
"Filter - Session Id": "フィルター - セッション ID",
|
|
1215
|
+
"Filter - Ref": "フィルター → 参照",
|
|
1216
|
+
"Filter - Billing Type": "フィルター - 請求タイプ",
|
|
1217
|
+
"Filter - Terminal Id": "フィルター - 端末ID",
|
|
1218
|
+
"Filter - Finalized Before": "フィルター - 終了前",
|
|
1219
|
+
"Filter - Finalized After": "フィルター - 終了後",
|
|
1220
|
+
"Filter - Voucher Id": "フィルタ - バウチャーID",
|
|
1221
|
+
"Filter - Purchase Type": "フィルター - 購入タイプ",
|
|
1222
|
+
"Session Id": "セッション ID",
|
|
1223
|
+
"Payment Method - Method Type": "支払い方法-方法タイプ",
|
|
1224
|
+
"Payment Method - Card Network": "支払い方法 - カードネットワーク",
|
|
1225
|
+
"Payment Method - Bank Transfer Type": "支払い方法 - 銀行振込タイプ",
|
|
1226
|
+
"Payment Method - Wallet Type": "支払い方法 - ウォレットタイプ",
|
|
1227
|
+
"Payment Method - Type": "支払い方法 - タイプ",
|
|
1228
|
+
"Payment Method - Last4": "支払い方法 - Last4",
|
|
1229
|
+
"Payment Method - Exp Month": "支払い方法 - Exp Month",
|
|
1230
|
+
"Payment Method - Exp Year": "支払い方法-経験年",
|
|
1231
|
+
"Total Amount": "合計金額",
|
|
1232
|
+
"Failure Reason": "失敗の理由",
|
|
1233
|
+
"User": "ユーザー",
|
|
1234
|
+
"End Date": "終了日",
|
|
1235
|
+
"Auto Renewal": "Auto Renewal",
|
|
1236
|
+
"Amount": "金額",
|
|
1237
|
+
"App Info": "アプリ情報",
|
|
1238
|
+
"Code": "Code",
|
|
1239
|
+
"Filter - User Group Id": "フィルター - ユーザーグループID",
|
|
1240
|
+
"Filter - Email": "フィルタ - メール",
|
|
1241
|
+
"Filter - External App Data": "フィルタ → 外部アプリのデータ",
|
|
1242
|
+
"Email Verified": "メールアドレスが認証されました",
|
|
1243
|
+
"Password": "Password",
|
|
1244
|
+
"Require Password Reset": "パスワードのリセットが必要",
|
|
1245
|
+
"First Name": "名",
|
|
1246
|
+
"Middle Name": "ミドルネーム",
|
|
1247
|
+
"Last Name": "Last Name",
|
|
1248
|
+
"Phone": "電話番号",
|
|
1249
|
+
"Vehicle No": "車両番号",
|
|
1250
|
+
"Personal Id": "個人ID",
|
|
1251
|
+
"Locale": "ロケール",
|
|
1252
|
+
"User Group Ids": "ユーザーグループID",
|
|
1253
|
+
"Options - Sessions Allowed": "オプション - 許可されたセッション",
|
|
1254
|
+
"Receive News And Promotions": "ニュースとプロモーションを受け取る",
|
|
1255
|
+
"Bank Details - Bank Iban": "銀行詳細 - 銀行イバン",
|
|
1256
|
+
"Bank Details - Bank Name": "銀行詳細 - 銀行名",
|
|
1257
|
+
"Bank Details - Bank Address": "銀行詳細 - 銀行住所",
|
|
1258
|
+
"Bank Details - Bank Code": "銀行詳細 - 銀行コード",
|
|
1259
|
+
"Bank Details - Bank Account Number": "銀行詳細 - 銀行口座番号",
|
|
1260
|
+
"Bank Details - Bank Account Type": "銀行詳細 - 口座タイプ",
|
|
1261
|
+
"Nonce": "Nonce",
|
|
1262
|
+
"With Amount Due": "金額が支払われました",
|
|
1263
|
+
"Tokenized Type": "トークン化タイプ",
|
|
1264
|
+
"Bank Transfer Type": "銀行振込の種類",
|
|
1265
|
+
"Default": "デフォルト",
|
|
1266
|
+
"Via": "Via",
|
|
1267
|
+
"Webhook - Callback Url": "Webhook - Callback Url",
|
|
1268
|
+
"Kafka - Topic": "Kafka - トピック",
|
|
1269
|
+
"Kafka - Brokers": "Kafka - Brokers",
|
|
1270
|
+
"Kafka - Compression Codec": "Kafka - 圧縮 Codec",
|
|
1271
|
+
"Kafka - Security Protocol": "Kafka - セキュリティプロトコル",
|
|
1272
|
+
"Kafka - Sasl Mechanism": "Kafka - サスルメカニズム",
|
|
1273
|
+
"Kafka - Sasl Username": "Kafka - Sasl ユーザー名",
|
|
1274
|
+
"Kafka - Sasl Password": "Kafka - Sasl パスワード",
|
|
1275
|
+
"Filter - Method": "フィルター - メソッド",
|
|
1276
|
+
"Authorization": "承認",
|
|
1277
|
+
"Filter - Start After": "フィルター - 開始後",
|
|
1278
|
+
"Filter - Start Before": "フィルタ → 開始前",
|
|
1279
|
+
"Filter - End After": "フィルター - 終了後",
|
|
1280
|
+
"Filter - End Before": "フィルター → 終了前",
|
|
1281
|
+
"Booking Request": "予約リクエスト",
|
|
1282
|
+
"Booking": "予約",
|
|
1283
|
+
"Filter - Start Date Time From": "フィルター → 開始日時",
|
|
1284
|
+
"Filter - Start Date Time To": "フィルター → 開始日時",
|
|
1285
|
+
"Filter - End Date Time From": "フィルター - 終了日時から",
|
|
1286
|
+
"Filter - End Date Time To": "フィルタ → 終了日付までの時間",
|
|
1287
|
+
"Filter - Operator Id": "フィルター - 演算子 Id",
|
|
1288
|
+
"Filter - Roaming Id": "フィルター - ローミングID",
|
|
1289
|
+
"Filter - Credit": "フィルター - クレジット",
|
|
1290
|
+
"Filter - Is Local": "フィルター - ローカルです",
|
|
1291
|
+
"Filter - Received After": "フィルター - 受信後",
|
|
1292
|
+
"Filter - Received Before": "フィルター - 受信前",
|
|
1293
|
+
"Filter - Sent After": "フィルター - 送信後",
|
|
1294
|
+
"Filter - Sent Before": "フィルター - 送信前",
|
|
1295
|
+
"Filter - Delivery Response": "フィルター - 配信対応",
|
|
1296
|
+
"Cdr": "Cdr",
|
|
1297
|
+
"Parent Circuit Id": "親回路ID",
|
|
1298
|
+
"Phases": "フェーズ",
|
|
1299
|
+
"Phase Rotation": "フェーズ回転",
|
|
1300
|
+
"Connected Phase": "接続フェーズ",
|
|
1301
|
+
"Electrical Configuration": "電気構成",
|
|
1302
|
+
"Max Voltage": "最大電圧",
|
|
1303
|
+
"Max Current": "最大電流",
|
|
1304
|
+
"Min Charge Point Current": "チャージポイント電流",
|
|
1305
|
+
"Set Session Limit To Zero On Idle": "セッション制限をアイドル時にゼロに設定",
|
|
1306
|
+
"Electricity Meter Id": "電力メーターID",
|
|
1307
|
+
"Offline Reserved Current": "オフライン予約電流",
|
|
1308
|
+
"Load Balancing Integration - Id": "ロードバランシング統合 - Id",
|
|
1309
|
+
"Load Balancing Integration - Fields Variant Type": "ロードバランシング統合 - フィールドバリアントタイプ",
|
|
1310
|
+
"Fields": "フィールド",
|
|
1311
|
+
"Target Id": "Target Id",
|
|
1312
|
+
"User Priority": "ユーザーの優先度",
|
|
1313
|
+
"Alphabetic Code": "アルファベットコード",
|
|
1314
|
+
"Prefix": "プレフィックス",
|
|
1315
|
+
"Suffix": "Suffix",
|
|
1316
|
+
"Decimal": "小数点以下桁数",
|
|
1317
|
+
"Unit Price And Calculations Decimal": "単価と計算 小数位",
|
|
1318
|
+
"Enable Use Of Minor Currency Unit": "マイナー通貨単位の使用を有効にする",
|
|
1319
|
+
"Minor Unit Sign": "マイナーユニットの署名",
|
|
1320
|
+
"Base": "Base",
|
|
1321
|
+
"Target": "Target",
|
|
1322
|
+
"Rate": "利率",
|
|
1323
|
+
"Filter - Base": "フィルター - ベース",
|
|
1324
|
+
"Filter - Target": "フィルター → ターゲット",
|
|
1325
|
+
"Filter - Updated Before": "フィルター - 更新前",
|
|
1326
|
+
"Filter - Updated After": "フィルター - 更新後",
|
|
1327
|
+
"Currency Rate": "通貨レート",
|
|
1328
|
+
"Custom Fee": "カスタム手数料",
|
|
1329
|
+
"Notice": "お知らせ",
|
|
1330
|
+
"Filter - Physical Reference": "フィルター - 物理リファレンス",
|
|
1331
|
+
"Question": "質問",
|
|
1332
|
+
"Answer": "回答",
|
|
1333
|
+
"Faq": "FAQ",
|
|
1334
|
+
"Filter - Firmware Version": "フィルター - ファームウェアバージョン",
|
|
1335
|
+
"Firmware Version": "ファームウェアのバージョン",
|
|
1336
|
+
"Filter - Installation And Maintenance Company Id": "フィルタ - 設置とメンテナンス会社ID",
|
|
1337
|
+
"Filter - Installer Admin Id": "フィルタ - インストーラ管理者ID",
|
|
1338
|
+
"Installation And Maintenance Company Id": "設置・メンテナンス会社ID",
|
|
1339
|
+
"Installer Admin Id": "インストーラ管理者ID",
|
|
1340
|
+
"Installer Job": "インストーラージョブ",
|
|
1341
|
+
"Filter - Issued From": "フィルター - 発行元",
|
|
1342
|
+
"Filter - Issued To": "フィルタ - 発行先",
|
|
1343
|
+
"Invoice": "請求書",
|
|
1344
|
+
"Title": "タイトル",
|
|
1345
|
+
"Start Date": "開始日",
|
|
1346
|
+
"Access And Permissions - Sessions Remote Control": "アクセスと権限 - セッションリモートコントロール",
|
|
1347
|
+
"Access And Permissions - Start Reservation": "アクセスと権限 - ご予約開始",
|
|
1348
|
+
"Access And Permissions - Stop Reservation": "アクセスと権限 - 予約停止",
|
|
1349
|
+
"Access And Permissions - Reset Charge Point": "アクセスと権限 - チャージポイントのリセット",
|
|
1350
|
+
"Access And Permissions - Firmware Update": "アクセスと権限 - ファームウェアアップデート",
|
|
1351
|
+
"Revenue Sharing - Partner Share Percentage Ac Evse": "収益共有 - パートナーシェアの割合 Ac Evse",
|
|
1352
|
+
"Revenue Sharing - Partner Share Percentage Dc Evse": "収益共有 - パートナーシェア割合 Dc Evse",
|
|
1353
|
+
"Revenue Sharing - Exclude Connection Fee": "収益共有 - 接続料金を除外",
|
|
1354
|
+
"Revenue Sharing - Deduct Electricity Cost": "収益共有 - 電気コスト",
|
|
1355
|
+
"Revenue Sharing - Reimburse For Electricity Cost": "レベニューシェアリング - 電気代の払い戻し。",
|
|
1356
|
+
"Revenue Sharing - Fixed Fee Per Session Ac": "収益共有 - セッションAcごとの固定手数料",
|
|
1357
|
+
"Revenue Sharing - Fixed Fee Per Session Dc": "収益共有 - セッションごとの固定手数料",
|
|
1358
|
+
"Revenue Sharing - Fee Per Kwh Ac": "収益共有 - Kwh Acあたりの手数料",
|
|
1359
|
+
"Revenue Sharing - Fee Per Kwh Dc": "収益共有 - Kwh Dc ごとの手数料",
|
|
1360
|
+
"Revenue Sharing - Handling Fee": "収益共有 - 手数料の処理",
|
|
1361
|
+
"Monthly Platform Fees - Per Charge Point": "月額プラットフォーム料金 - チャージポイントごと",
|
|
1362
|
+
"Monthly Platform Fees - Per Ac Evse": "毎月のプラットフォーム料金 - Ac Evse",
|
|
1363
|
+
"Monthly Platform Fees - Per Dc Evse": "月額プラットフォーム料金 - Dc Evse",
|
|
1364
|
+
"Partner Contract": "パートナー契約",
|
|
1365
|
+
"Filter - Settlement Report Id": "フィルター - 決済レポートID",
|
|
1366
|
+
"Filter - Date Before": "フィルター → 終了日付",
|
|
1367
|
+
"Filter - Date After": "フィルタ → 日付の後",
|
|
1368
|
+
"Filter - Origin": "フィルタ - 元",
|
|
1369
|
+
"Filter - Currency Code": "フィルタ → 通貨コード",
|
|
1370
|
+
"With Breakdown": "内訳あり",
|
|
1371
|
+
"Filter - Created From": "フィルター - 作成元",
|
|
1372
|
+
"Filter - Created To": "フィルター - 作成先",
|
|
1373
|
+
"Filter - Invite Email": "フィルター - 招待メール",
|
|
1374
|
+
"Send Via Email": "メールで送信",
|
|
1375
|
+
"Language": "言語",
|
|
1376
|
+
"Options - Allow Corporate Account Billing": "オプション - 企業アカウントの請求を許可する",
|
|
1377
|
+
"Options - Limit Corporate Account Billing To Partner Charge Points": "オプション - 法人口座請求をパートナー課金ポイントに制限",
|
|
1378
|
+
"Options - Allow Access To Private Charge Points": "オプション - プライベートチャージポイントへのアクセスを許可する",
|
|
1379
|
+
"Partner Invite": "パートナー招待",
|
|
1380
|
+
"Filter - Period After": "フィルター - 期間",
|
|
1381
|
+
"Filter - Period Before": "フィルター - 期間",
|
|
1382
|
+
"Partner Settlement Report": "パートナー決済レポート",
|
|
1383
|
+
"Paid Amount": "支払額",
|
|
1384
|
+
"Note": "メモ",
|
|
1385
|
+
"Partner Settlement Record": "パートナー決済履歴",
|
|
1386
|
+
"Filter - Reg No": "フィルター - Reg No",
|
|
1387
|
+
"Reg No": "Reg No",
|
|
1388
|
+
"Vat No": "Vat No",
|
|
1389
|
+
"Postcode": "郵便番号",
|
|
1390
|
+
"Contact Details - Administrative - Contact Person": "連絡先の詳細 - 管理者 - 担当者。",
|
|
1391
|
+
"Contact Details - Administrative - Email": "連絡先の詳細 - 管理 - メール",
|
|
1392
|
+
"Contact Details - Administrative - Phone": "連絡先の詳細 - 管理 - 電話",
|
|
1393
|
+
"Contact Details - Technical - Contact Person": "連絡先の詳細 - テクニカルサポート",
|
|
1394
|
+
"Contact Details - Technical - Email": "連絡先の詳細 - テクニカル - メール",
|
|
1395
|
+
"Contact Details - Technical - Phone": "連絡先の詳細 - テクニカル - 電話",
|
|
1396
|
+
"Contact Details - Billing - Contact Person": "連絡先の詳細 - 請求 - 連絡先",
|
|
1397
|
+
"Contact Details - Billing - Email": "連絡先の詳細 - 請求 - メール",
|
|
1398
|
+
"Contact Details - Billing - Phone": "連絡先の詳細 - 請求 - 電話",
|
|
1399
|
+
"Notifications - Technical - Charge Point Faults": "通知 - テクニカル - チャージポイント故障",
|
|
1400
|
+
"Notifications - Billing - Settlement Reports": "通知 - 請求 - 決済レポート",
|
|
1401
|
+
"Monthly Platform Fee": "毎月のプラットフォーム料金",
|
|
1402
|
+
"Options - Create Users": "オプション - ユーザーの作成",
|
|
1403
|
+
"Options - Add User Balance": "オプション - ユーザー残高を追加",
|
|
1404
|
+
"Options - Supplier On Receipts": "オプション - サプライヤーの受領書",
|
|
1405
|
+
"Options - Allow To Control Tariffs": "オプション → 関税の管理を許可",
|
|
1406
|
+
"Options - Allow To Control Tariff Groups": "オプション - 関税グループの管理を許可",
|
|
1407
|
+
"Corporate Billing - Enabled": "法人向け請求 - 有効",
|
|
1408
|
+
"Corporate Billing - Monthly Limit": "企業請求 - 月額限度額",
|
|
1409
|
+
"Corporate Billing - Discount": "法人請求 - 割引",
|
|
1410
|
+
"Partner": "パートナー",
|
|
1411
|
+
"Filter - Serial Number": "フィルター - シリアル番号",
|
|
1412
|
+
"Payment Terminal": "支払いターミナル",
|
|
1413
|
+
"Filter - Tax Id": "フィルタ - 税金ID",
|
|
1414
|
+
"Filter - Payment Status": "フィルタ - 支払いステータス",
|
|
1415
|
+
"Filter - Period Start": "フィルター - 期間の開始",
|
|
1416
|
+
"Filter - Period End": "フィルター - 期間終了",
|
|
1417
|
+
"Receipt": "領収書(受領)",
|
|
1418
|
+
"Filter - Reserved From": "フィルター - 予約元",
|
|
1419
|
+
"Filter - Reserved To": "フィルター - 予約先",
|
|
1420
|
+
"Filter - Charge Point": "フィルター - 電荷ポイント",
|
|
1421
|
+
"Filter - Timestamp From": "フィルター - タイムスタンプから",
|
|
1422
|
+
"Filter - Timestamp To": "フィルター - タイムスタンプ先",
|
|
1423
|
+
"Security Event": "セキュリティイベント",
|
|
1424
|
+
"With Clock Aligned Energy Consumption": "時計がエネルギー消費量を揃えている",
|
|
1425
|
+
"Clock Aligned Interval": "時計の配置間隔",
|
|
1426
|
+
"With Authorization": "承認あり",
|
|
1427
|
+
"With Price Breakdown": "価格の故障で",
|
|
1428
|
+
"With Charging Periods": "充電期間あり",
|
|
1429
|
+
"With Charging Periods Price Breakdown": "充電期間の価格故障による",
|
|
1430
|
+
"Filter - Charge Point Network Id": "フィルター - チャージポイントネットワークID",
|
|
1431
|
+
"Filter - Reason": "フィルタ - 理由",
|
|
1432
|
+
"Filter - Charge Point Boot Notification Serial Number": "フィルター - チャージポイントブート通知シリアル番号",
|
|
1433
|
+
"Filter - Charge Point Boot Notification Vendor": "フィルター - チャージポイントブート通知ベンダー",
|
|
1434
|
+
"Filter - Started Before": "フィルター - 開始前",
|
|
1435
|
+
"Filter - Ended After": "フィルター - 終了後",
|
|
1436
|
+
"Filter - Ended Before": "フィルター - 終了前",
|
|
1437
|
+
"Filter - Id Tag": "フィルター - Id タグ",
|
|
1438
|
+
"Filter - Payment Type": "フィルタ - 支払いタイプ",
|
|
1439
|
+
"Filter - Payment Status Updated Before": "フィルタ - 支払ステータスの更新前",
|
|
1440
|
+
"Filter - Payment Status Updated After": "フィルタ - 支払ステータスの更新後",
|
|
1441
|
+
"Filter - Receipt Id": "フィルタ - 領収書ID",
|
|
1442
|
+
"Filter - Authorization Source": "フィルター - 認証ソース",
|
|
1443
|
+
"Filter - Billing Status": "フィルター - 請求ステータス",
|
|
1444
|
+
"Filter - Roaming - Roaming Operator Cpo Ids": "フィルター - ローミング - ローミング演算子 Cpo Id",
|
|
1445
|
+
"Sub Operator": "Sub Operator",
|
|
1446
|
+
"Filter - Plan Id": "フィルタ - プランID",
|
|
1447
|
+
"Filter - End Date From": "フィルタ → 終了日から",
|
|
1448
|
+
"Filter - End Date To": "フィルター → 終了日時",
|
|
1449
|
+
"Filter - Billed Externally": "フィルター - 外部請求",
|
|
1450
|
+
"Subscription": "サブスクリプション",
|
|
1451
|
+
"Tariff Ids": "関税ID",
|
|
1452
|
+
"Tariff Group": "関税グループ",
|
|
1453
|
+
"Tariff Snapshot": "Tariff Snapshot",
|
|
1454
|
+
"Tax Identification Number": "税識別番号",
|
|
1455
|
+
"Display Name": "表示名",
|
|
1456
|
+
"Percentage": "割合",
|
|
1457
|
+
"Tax Identification Number Id": "税識別番号ID",
|
|
1458
|
+
"Tax": "税",
|
|
1459
|
+
"Filter - Document Id": "フィルタ - ドキュメントID",
|
|
1460
|
+
"Filter - Valid From": "フィルター - 有効元",
|
|
1461
|
+
"Term Version": "用語バージョン",
|
|
1462
|
+
"Filter - Enabled": "フィルター - 有効",
|
|
1463
|
+
"Price": "価格",
|
|
1464
|
+
"Bonus": "ボーナス",
|
|
1465
|
+
"Top Up Package": "チャージパッケージ",
|
|
1466
|
+
"Filter - No Partner": "フィルター - パートナーなし",
|
|
1467
|
+
"User Group": "ユーザーグループ",
|
|
1468
|
+
"Utility": "ユーティリティ",
|
|
1469
|
+
"Error Code": "エラーコード",
|
|
1470
|
+
"Error Code Description": "エラーコードの説明",
|
|
1471
|
+
"Error Code Customer Action": "エラーコード顧客アクション",
|
|
1472
|
+
"Vendor Error Code": "ベンダエラー コード",
|
|
1473
|
+
"Filter - Created At": "フィルター - 作成日時",
|
|
1474
|
+
"Filter - Redeemed After": "フィルター - 引き換え後",
|
|
1475
|
+
"Filter - Redeemed Before": "フィルター - 引き換え前",
|
|
1476
|
+
"Filter - Expire Date After": "フィルター → 有効期限",
|
|
1477
|
+
"Filter - Expire Date Before": "フィルター → 有効期限",
|
|
1478
|
+
"Filter - Code": "フィルター → コード",
|
|
1479
|
+
"Expire Date": "有効期限",
|
|
1480
|
+
"Validity Period": "有効期間",
|
|
1481
|
+
"Assign Before Date": "前の日付を割り当てる",
|
|
1482
|
+
"Voucher": "クーポン",
|
|
1483
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
1484
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
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.": "可用性を変更する必要があるコネクタのID。 チャージポイントおよびすべてのコネクタの可用性が欠落している場合は、変更する必要があります。",
|
|
1486
|
+
"The type of availability change that the Charge Point should perform\n* `Inoperative` Charge point is not available for charging.\n* `Operative` Charge point is available for charging.\n": "The type of availability change that the Charge Point should perform\n* `Inoperative` Charge point is not available for charging.\n* `Operative` Charge point is available for charging.\n",
|
|
1487
|
+
"This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.": "このユーザーは個人課金ポイントの所有者になります。空白の場合、所有者は割り当てられません。",
|
|
1488
|
+
"The ID of the charging profile to clear.": "クリアする充電プロファイルのID。",
|
|
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.": "充電プロファイルをクリアするコネクタの ID を指定します。 0 (0) の connectorId では、チャージポイント全体の充電プロファイルを指定します。 このパラメータがないということは、清算がリクエストの他の条件に一致するすべての充電プロファイルに適用されることを意味します。",
|
|
1490
|
+
"Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.": "リクエストの他の条件を満たしている場合、クリアされる充電プロファイルの目的を指定します。",
|
|
1491
|
+
"Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.": "リクエストの他の条件を満たしている場合は、充電プロファイルをクリアするスタックレベルを指定します。",
|
|
1492
|
+
"FTP address to upload the diagnostics to": "診断をアップロードする FTP アドレス",
|
|
1493
|
+
"Only get diagnostics that are created after this date-time": "この日付の後に作成された診断のみ取得",
|
|
1494
|
+
"Only get diagnostics that are created before that date-time": "その日付の前に作成された診断のみ取得",
|
|
1495
|
+
"The URL of the location at the remote system where the log should be stored.": "ログを保存するリモートシステムの場所のURL。",
|
|
1496
|
+
"Reason kept in the action logs for future reference.": "Reason は今後の参照のためにアクションログに保存されます。",
|
|
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.": "これは、放棄する前にログをアップロードしようとするチャージポイントの回数を指定します。 このフィールドが存在しない場合は、再試行したい回数を決定するために、Charge Pointが残ります。",
|
|
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.": "再試行が試行されるまでの秒間隔。 このフィールドが存在しない場合、試行間の待機時間を決定するためにチャージポイントが残されます。",
|
|
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`.": "これには、診断に含める最も古いログ情報の日付と時刻が含まれます。 値は `Y-m-d H:i:s` の形式で指定してください。",
|
|
1500
|
+
"This contains the date and time of the latest logging information to include in the diagnostics. Please provide the value in the following format `Y-m-d H:i:s`.": "これには、診断に含める最新のロギング情報の日付と時刻が含まれます。 値は `Y-m-d H:i:s` の形式で指定してください。",
|
|
1501
|
+
"In case reason is empty, following text \"Activated via API\" will be added automatically": "理由が空の場合、次のテキスト「API経由でアクティベート」が自動的に追加されます",
|
|
1502
|
+
"The identifier of the vendor specific implementation.": "ベンダ固有の実装の識別子。",
|
|
1503
|
+
"Additional identification field.": "追加の識別フィールド。",
|
|
1504
|
+
"Data without specified length or 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.": "支払方法一覧(ユーザー/支払方法/リスト)で返される支払方法のID。 空白または空白のままにしたとき それはシステムによって決定されます - 「バランス」または「サブスクリプション」(ユーザーが自宅の充電セッションのための積極的なポストペイドサブスクリプションを持っている場合、充電ポイントは家庭の充電器です)。 空または null でない場合、userId が必要です。",
|
|
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.": "セッションをリンクするための予約のID。 予約が存在しない場合、または予約が承認されていない場合、または予約されていない場合、422 エラーを返します。",
|
|
1507
|
+
"Use force=true when you want to end the session reguardless of the CP response": "CP 応答のセッション再ガードレスを終了する場合は force=true を使用します",
|
|
1508
|
+
"List of keys to request a get configuration for. Omit or pass empty array to request all available configuration keys.": "設定の取得をリクエストするキーの一覧です。空の配列を省略して、使用可能なすべての設定キーをリクエストします。",
|
|
1509
|
+
"The type of the message to be triggered. Messages available only for 2.0.1 chargers - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent": "トリガーされるメッセージの種類。2.0.1充電器のみ利用可能なメッセージ - LogStatusNotification, Publishファームウェア通知, 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": "所有者とは別に、他のユーザーの個人料金ポイントへのアクセスを提供する共有コード。 空の場合、現在のコードは削除されます",
|
|
1511
|
+
"Indicates the type of certificate that is to be installed on the CP.": "CP にインストールする証明書の種類を示します。",
|
|
1512
|
+
"Value to be assigned to specific configuration key": "特定の設定キーに割り当てる値",
|
|
1513
|
+
"Name of the variable of the configuration key": "設定キーの変数の名前",
|
|
1514
|
+
"Specify instance for OCPP 2.0.1 configuration keys": "OCPP 2.0.1設定キーのインスタンスを指定します",
|
|
1515
|
+
"Required in order to specify component name for OCPP 2.0.1 configuration keys": "OCPP 2.0.1設定キーのコンポーネント名を指定するために必要です",
|
|
1516
|
+
"ID of the EVSE. Only for OCPP 2.0.1 configuration keys": "EVSE の ID。 OCPP 2.0.1 設定キーのみ",
|
|
1517
|
+
"Indicates the type of certificates requested. Default value to be empty - the system should interpret the Null/empty value that all certificate types are requested.": "要求された証明書の種類を示します。空であるためのデフォルト値 - システムは、すべての証明書タイプが要求されている Null/empty 値を解釈する必要があります。",
|
|
1518
|
+
"Location (URL) from which to retrieve the firmware. Either this or `firmwareVersionId` must be provided.": "ファームウェアを取得する場所 (URL) を指定します。これか `firmwareVersionId` を指定する必要があります。",
|
|
1519
|
+
"ID of a Firmware Version. Either this or `url` must be provided.": "ファームウェアバージョンのID。これか`url`のいずれかを指定する必要があります。",
|
|
1520
|
+
"Specifies the date and time after which the Charge Point should retrieve the new firmware. If not provided, the current *datetime* will be used.": "チャージポイントが新しいファームウェアを取得する日付と時刻を指定します。指定されていない場合は、現在の *datetime* が使用されます。",
|
|
1521
|
+
"Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.": "放棄する前に、チャージポイントが(新しい)ファームウェアを取得しようとする回数を指定します。",
|
|
1522
|
+
"The interval in seconds between each retry.": "各再試行間隔を秒単位で指定します。",
|
|
1523
|
+
"Indicates a Signed Firmware Update.": "署名済みファームウェアの更新を示します。",
|
|
1524
|
+
"Required if \"signed\" is true.": "\"signed\" が true の場合に必要です。",
|
|
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.": "ファームウェアリポジトリを使用するときにファームウェアのダウンロードURLに使用するプロトコル。充電ポイントが暗号化された接続をサポートしていない場合にのみHTTPを使用してください。",
|
|
1526
|
+
"ISO 8601 formatted date. Resources with `startedAt >= startedAfter`.": "ISO 8601でフォーマットされた日付。`startedAt > = startedAfter`のリソース。",
|
|
1527
|
+
"ISO 8601 formatted date. Resources with `stoppedAt <= stoppedBefore`.": "ISO 8601 形式の日付。`stoppedAt <= stoppedBefore` のリソース。",
|
|
1528
|
+
"Resources with duration in minutes less than or equal given value.": "与えられた値以下の時間を持つリソース。",
|
|
1529
|
+
"Resources with duration in minutes greater than or equal given value.": "与えられた値以上の時間を持つリソース。",
|
|
1530
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime": "ISO 8601でフォーマットされた日付。この日付以降に最後に更新された特定のリソースのみが一覧表示されます。",
|
|
1531
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime": "ISO 8601でフォーマットされた日付。この日付以前に最後に更新された特定のリソースのみが一覧表示されます。",
|
|
1532
|
+
"When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).": "ページネーションが有効な場合: すべてのページにわたる最大の合計結果です。ページネーションが無効な場合: APIリクエストあたりの結果数(最大100)。",
|
|
1533
|
+
"Whether to automatically paginate to fetch all results": "すべての結果を自動的にページ化するかどうか",
|
|
1534
|
+
"Allowed only notice with `type = exempt`!": "`type = except`でのみ許可されています。",
|
|
1535
|
+
"Allowed only for downtime period with `type = exempt AND entryMode = manual`": "`type = explict AND entryMode = manual` でダウンタイム時にのみ使用できます",
|
|
1536
|
+
"A download link for the user manual. Shown in the mobile app for home chargers.": "ユーザーマニュアルのダウンロードリンク。家庭用充電器のモバイルアプリに表示されます。",
|
|
1537
|
+
"URL to an externally-hosted installer manual. The system stores this URL reference only (does not download or cache the document) and provides it to installers for viewing/downloading through the installer app interface.": "外部でホストされたインストーラーマニュアルへのURL。 システムはこの URL 参照のみを保存し(ドキュメントをダウンロードしたりキャッシュしたりしません)、インストーラーアプリのインターフェイスを介して表示/ダウンロードするためのインストーラーに提供します。",
|
|
1538
|
+
"`public` - a charge point visible on the map to everybody </br>\n`private` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n`personal` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n": "`public` - a charge point visible on the map to everybody </br>\n`private` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n`personal` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n",
|
|
1539
|
+
"Required for personal charge points. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n": "個人課金ポイントに必要です。課金ポイントがユーザーによって請求された場合、PINはモバイルアプリで提供されます。 数字のみを含む必要があります。\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は常に商業的なパブリックおよび商業的なプライベートチャージポイントの必須フィールドです。 パーソナルチャージポイントにのみ必須フィールドではありません。\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": "電気料金がチャージポイントに設定されている場合は、各充電セッションの電気料金が追跡されます。 動的電気料金は、資源/電気料金で作られた電気料金のみ選択できませんでした。\n",
|
|
1542
|
+
"Only for personal charge points. Require an active subscription to use the charge point.": "パーソナルチャージポイントのみ。充電ポイントを使用するにはアクティブなサブスクリプションが必要です。",
|
|
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.": "個人料金ポイントのみ。 充電ポイントを使用できるように、ユーザーがアクティブなサブスクリプションを持つ必要があるいずれかのサブスクリプションプランのリスト。",
|
|
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": "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",
|
|
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": "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",
|
|
1546
|
+
"OCPP Identifier.": "OCPP Identifier.",
|
|
1547
|
+
"Required for ocpp 1.5 (SOAP).": "ocpp 1.5 (SOAP) に必要です。",
|
|
1548
|
+
"`remote_start_stop_capable` - whether Remote start/stop is possible for the Charge Point </br>\n`meter_values` - whether the Charge Point should send meter updates to the system </br>\n`stop_transaction_on_ev_disconnect` - for ongoing sessions, when the cable is unplugged this should stop the session and if it is returned back a new session would be created. </br>\n`disregard_the_heartbeats` - only for OCPP 1.5 SOAP. Network status by default is updated based on the heartbeat messages. When enabled, the Charge": "`remote_start_stop_capable` - whether Remote start/stop is possible for the Charge Point </br>\n`meter_values` - whether the Charge Point should send meter updates to the system </br>\n`stop_transaction_on_ev_disconnect` - for ongoing sessions, when the cable is unplugged this should stop the session and if it is returned back a new session would be created. </br>\n`disregard_the_heartbeats` - only for OCPP 1.5 SOAP. Network status by default is updated based on the heartbeat messages. When enabled, the Charge Point would be always treated as available and its network status would not depend on heartbeat messages. </br>\n`display_messages` - charger has a display and it is enabled to display messages. This capability is enabled automatically when the charger reports the corresponding configuration key. When creating a charge point, the capability is ignored as it is automatically detected on boot. </br>\n",
|
|
1549
|
+
"The backend will try to set it 3 times at boot notification. If the charge point does not support it, the backend will use the highest security profile the charge point could use. </br> The following security profiles are supported: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (Plain-back Authentication)` - It does not include authentication for the CSMS, or measures to set up a secure communication channel.": "バックエンドは起動時に3回設定しようとします。 チャージポイントがサポートされていない場合、バックエンドはチャージポイントが使用できる最高のセキュリティプロファイルを使用します。 </br> 以下のセキュリティプロファイルがサポートされています: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (プレインバック認証)` - CSMSの認証は含まれていません。 安全な通信チャネルを作るための手段です",
|
|
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": "CPモデルのID、チャージポイントに関連付けられている場合。 電荷ポイントに関連付けられている現在のCPモデルを削除するには、nullを設定できます。 起動時に充電器がハードウェアモデルを報告し、自動的に更新されます。\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.": "パートナーの企業の請求は、デフォルトで支払い方法として使用されます。 パートナー企業の請求を使用するために招待されたユーザーが、課金ポイントのセッションを開始した場合。",
|
|
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` - プライベートチャージポイントにアクセスするオプションを持つパートナーから招待されたユーザーのみが、マップ上のこのチャージポイントを表示して使用できます。",
|
|
1553
|
+
"The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.": "この通知は、電荷ポイントが `private` 型で、accessType が `public_view_private_use` の場合にのみ利用できます。",
|
|
1554
|
+
"Tags can be used for filtering and grouping chargers by tag. When doing a PATCH input all tags that should be associated with the charge point. Omitting a tag would remove it from the charge point.": "タグは、タグ別の充電器のフィルタリングやグループ化に使用できます。 PATCHを実行するときは、チャージポイントに関連付けられるべきすべてのタグを入力します。タグを省略すると、チャージポイントからタグが削除されます。",
|
|
1555
|
+
"Applicable only for personal charge points. For `public` and `private` charge points will be omitted": "パーソナルチャージポイントにのみ適用されます。`public` と `private` チャージポイントは省略されます",
|
|
1556
|
+
"If both noticeId and partner.notice object are provided in the request the noticeId will be used to complete the request NOT the partner.notice object!": "リクエストに noticeId とpartner.notice の両方が指定されている場合、noticeId はリクエストを完了させるために使用されます。",
|
|
1557
|
+
"When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n": "When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n",
|
|
1558
|
+
"The ID of the charge point that is connected to the backend and used by this charge point for OCPP communication. Required when the `communicationMode` is `via_ocpp_connected_charge_point`.\n": "バックエンドに接続され、このOCPP通信用の充電ポイントで使用される充電ポイントのID。 `communicationMode` が `via_ocpp_connected_charge_point` のときに必要です。\n",
|
|
1559
|
+
"This property is required!</br>\nIt obsoletes the `managedByOperator` property, which can still be used by older implementations, so neither is marked as required.</br>\nIndicates how the charge point communicates with the backend.</br>\n`none` - the charge point is not connected to the backend. The charge point can be displayed to users with instructions how to use it. An informational notice can be associated with the charge point using the `noticeId` property.</br>\n`direct_ocpp` - the charge point is connec": "This property is required!</br>\nIt obsoletes the `managedByOperator` property, which can still be used by older implementations, so neither is marked as required.</br>\nIndicates how the charge point communicates with the backend.</br>\n`none` - the charge point is not connected to the backend. The charge point can be displayed to users with instructions how to use it. An informational notice can be associated with the charge point using the `noticeId` property.</br>\n`direct_ocpp` - the charge point is connected through OCPP and is actively being managed by the backend.</br>\n`via_ocpp_connected_charge_point` - the charge point is a satellite of another charge point which communicates through OCPP and is identified by `ocppConnectedChargePointId`. The charge point is not actively managed, but inherits most of its properties from its master charge point. When creating this type of charge point, the following fields are not required and will not be used:</br>\n - electricityRateId</br>\n - networkType</br>\n - capabilities</br>\n - network</br>\n - autoStartWithoutAuthorization</br>\n - disableAutoStartEmulation</br>\n - security</br>\n - modelId</br>\n - enableAutoFaultRecovery</br>\n - utilityId</br>\n - usesRenewableEnergy</br>\n - enabledRandomisedDelay</br>\n - integratedAt</br>\n - manufacturedAt</br>\n",
|
|
1560
|
+
"The value of the desiredSecurityProfileStatus by which to filter": "フィルタ対象の SecurityProfileStatus の値",
|
|
1561
|
+
"Only list charge point, identified by evse identifier": "Evse identifier で識別されたチャージポイントのみのリスト",
|
|
1562
|
+
"Only list charge point, identified by the NetworkId": "NetworkId によって識別されたチャージポイントのみのリスト",
|
|
1563
|
+
"Only list charge points with last boot notification that had this charge_point_serial_number": "このcharge_point_serial_numberを持つ最後のブート通知の充電ポイントのみを一覧表示します",
|
|
1564
|
+
"Only list charge points, identified by modelId": "modelId によって識別されたチャージポイントのみのリスト",
|
|
1565
|
+
"Only list charge points, identified by vendorId": "ベンダーIDによって識別されたチャージポイントのみのリスト",
|
|
1566
|
+
"Only list charge points owned by a certain user": "特定のユーザーが所有しているチャージポイントのみを一覧表示します",
|
|
1567
|
+
"Only list charge points owned by a certain partner": "特定のパートナーが所有するチャージポイントのみを一覧表示します",
|
|
1568
|
+
"Only list charge points with this access type": "このアクセスタイプの充電ポイントのみを一覧表示します",
|
|
1569
|
+
"Only list charge point for a given subOperator": "指定されたサブオペレータのチャージポイントのみを一覧表示します",
|
|
1570
|
+
"When true - returns only roaming charge points. When false - returns only local charge points.": "When true - returns only roaming charge points. When false - returns only local charge points.",
|
|
1571
|
+
"Exact charge point name": "正確な充電ポイント名",
|
|
1572
|
+
"Only list charge points assigned to the location": "場所に割り当てられた充電ポイントのみを一覧表示します",
|
|
1573
|
+
"Only list charge points added to a certain DLM Circuit": "特定のDLM回路に追加されたチャージポイントのみ一覧表示します",
|
|
1574
|
+
"Only list charge point for a given Charging Zone": "特定の充電ゾーンの充電ポイントのみを一覧表示します",
|
|
1575
|
+
"Only list charge points that are managed by operator or not": "演算子によって管理されている充電ポイントのみを一覧表示します",
|
|
1576
|
+
"Only list charge point, identified by the External ID of the charge point": "充電ポイントの外部IDによって識別される電荷ポイントのみ一覧表示します",
|
|
1577
|
+
"Only list charge points that have the specific tag assigned.": "特定のタグが割り当てられているチャージポイントのみを一覧表示します。",
|
|
1578
|
+
"Only list personal charge point with certain sharing code.": "特定の共有コードを含む個人的な料金ポイントのみをリストします。",
|
|
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": "`accessType` が `personal` の場合に必要です。ユーザーが請求ポイントを請求した場合は、モバイルアプリでPINを入力してください。 数字のみを含む必要があります。\n",
|
|
1580
|
+
"Required if `accessType` is `public` or `private`. NOT required if `accessType` is `personal`.\n": "`accessType` が `public` または `private` の場合は必須ではありません。`accessType` が `personal` の場合は必須ではありません。\n",
|
|
1581
|
+
"Shows the system status of the Charge Point.\n * `enabled` - the charge point is fully operative.\n * `disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n * `demo` - acts as a simulator so different setups could be tested.\n * `out of order` - the charge point is visible and shared with users, but a charging session\n": "Shows the system status of the Charge Point.\n * `enabled` - the charge point is fully operative.\n * `disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n * `demo` - acts as a simulator so different setups could be tested.\n * `out of order` - the charge point is visible and shared with users, but a charging session\n",
|
|
1582
|
+
"This flag indicates whether the operator can actively manage the charge point. If the flag is set to 'false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use `communicationMode` instead. The `communicationMode` can only be set when creating a charge point.\n": "このフラグは、オペレータがチャージポイントを積極的に管理できるかどうかを示します。 フラグが「false」に設定されている場合でも、ユーザに充電ポイントを表示できます。 しかしセッション開始を要求することはできません\n\n非推奨です。代わりに `communicationMode` を使用してください。`communicationMode` は充電ポイントを作成するときにのみ設定できます。\n",
|
|
1583
|
+
"When enabled the system would allow charging sessions initiated </br>\nlocally by the charge point assuming it is setup to work in auto-start / </br>\nplug-and-charge mode. It would also automatically start a </br>\nsession with a remote start command if one is not already started by the charging stations a </br>\nfew seconds after a Preparing status is detected indicating that a vehicle is connected.\n": "When enabled the system would allow charging sessions initiated </br>\nlocally by the charge point assuming it is setup to work in auto-start / </br>\nplug-and-charge mode. It would also automatically start a </br>\nsession with a remote start command if one is not already started by the charging stations a </br>\nfew seconds after a Preparing status is detected indicating that a vehicle is connected.\n",
|
|
1584
|
+
"The Auto-start option above does 2 things: (1) it allows charging </br>\nsessions started by the charge point assuming that it may be set up locally </br>\nto auto-start charging when a vehicle is connected and (2) if the charging </br>\nstation doesnt start the session within a few seconds after the vehicles is </br>\nconnected the system sends a remote start command - which is to emulate auto-start </br>\ncharging. With this checkbox you can disable the emulation and rely </br>\nentirely on the charging station": "The Auto-start option above does 2 things: (1) it allows charging </br>\nsessions started by the charge point assuming that it may be set up locally </br>\nto auto-start charging when a vehicle is connected and (2) if the charging </br>\nstation doesnt start the session within a few seconds after the vehicles is </br>\nconnected the system sends a remote start command - which is to emulate auto-start </br>\ncharging. With this checkbox you can disable the emulation and rely </br>\nentirely on the charging station to auto-start the charging. </br>\n",
|
|
1585
|
+
"ISO 8601 formatted date": "ISO 8601 formatted date",
|
|
1586
|
+
"Only list configuration keys identified by variable name": "変数名で識別された設定キーのみを一覧表示します",
|
|
1587
|
+
"Only list configuration keys identified by instance": "インスタンスによって識別された設定キーのみのリスト",
|
|
1588
|
+
"Only list configuration keys identified by component name": "コンポーネント名で識別された構成キーのみを一覧表示します",
|
|
1589
|
+
"Only list configuration keys identified by EVSE ID": "EVSE ID で識別された設定キーのみ一覧表示します",
|
|
1590
|
+
"This field is required when the configuration key is one of the standard OCPP keys, as defined in the OCPP documentation under \"Standard Configuration Key Names & Values\".": "このフィールドは、設定キーが標準の OCPP キーのいずれかである場合に必要です。 は、「標準設定キー名と値」の下の OCPP ドキュメントで定義されています。",
|
|
1591
|
+
"The identifier that is presented to the users, so they can identify the EVSE at the location.": "ユーザーに表示される識別子で、その場所で EVSE を識別できます。",
|
|
1592
|
+
"Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n": "EVSEで利用可能な電流のタイプ:\n- **ac**: 交互電流(AC)充電\n- **dc**: 直接電流(DC)急速充電\n",
|
|
1593
|
+
"The EVSE label will be exposed and visualized in the mobile application": "EVSEラベルはモバイルアプリケーションで公開され視覚化されます",
|
|
1594
|
+
"The OCPP evse identifier (should be consecutive numbers starting from 1)": "OCPP evse 識別子 (1から始まる連続した数字でなければなりません)",
|
|
1595
|
+
"For roaming EVSEs the status can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.": "ローミングEVSEの場合、ローミングCPOでEVSEの手動管理オプションが有効になっている場合にのみステータスを更新できます。",
|
|
1596
|
+
"The mid meter certification end year.": "中間メーター認定終了年。",
|
|
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.": "EVSEに添付されている関税グループのID。 EVSE がローミングされておらず、taryffGroupId が指定されていない場合、デフォルトの関税が割り当てられます。 ローミングEVSEの場合、ローミングCPOでEVSEの手動管理オプションが有効になっている場合にのみ、関税グループを更新できます。",
|
|
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.": "このEVSEで予約が許可されているかどうかを管理します。EVSEを有効にするには、システムの予約を有効にする必要があります。",
|
|
1599
|
+
"Indicates if the EVSE can be booked. Requires the Bookings to be activated for the operator and automatically enables allowsReservation when set to true.": "EVSEを予約できるかどうかを示します。オペレーターに予約を有効にする必要があり、trueに設定されている場合、自動的に予約を許可します。",
|
|
1600
|
+
"in Wh.": "Whで",
|
|
1601
|
+
"The maxVoltage of a charge point can fluctuate. Hence, when creating a charge point in the system, the maxVoltage is given as a range. For OCPI purposes it maps as follows: 220-240 = 230 110-130 = 120 400 = 400 380 = 380.": "充電ポイントのmaxVoltageは変動する可能性があります。したがって、システムに充電ポイントを作成する場合、maxVoltageは範囲として与えられます。 OCPIの目的では、次のようにマップします:220-240 = 230 = 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` は `L1` の略です。 </br> `S` - `L2` </br> `T` - `L3` </br> 例えば `RST` = `L1`。 `L2`、`L3`、`RTS` = `L1`、`L3`、`L2`など",
|
|
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": "回路で使用されるアクティブライン導体を指定します。 - `L1_L2` - 電気設定の`星` または `位相` = `split_phase` の電気設定の`delta` で`split_phase` = `split_phase` - 電気設定の`delta` - `L2_L3` - 電気設定の`star` = `split_phase` の時有効`fases` = `single_phase` 電気設定の`delta` - `L1_L3` - 電気設定の`phases` = `split_phase` 電気設定の`star` = `split_phase` = `split_phase` 電気設定の`delta` - `delta` で`1` - `L1` - 電気設定",
|
|
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でフォーマットされた日付。この日時以降に作成されたステータスログのみを一覧表示します",
|
|
1606
|
+
"ISO 8601 formatted date. Only list status logs created before this datetime": "ISO 8601でフォーマットされた日付。この日付以前に作成されたステータスログのみ。",
|
|
1607
|
+
"Select the type of the variant": "バリアントの種類を選択します",
|
|
1608
|
+
"Select the mode": "モードを選択",
|
|
1609
|
+
"The state of charge (SoC) percentage above which the `highSoCPriority` will be applied. Must have a 5% offset from the `lowerThresholdPercent` (if provided).\nFor example if `lowerThresholdPercent` is set to 50, this can have a value of 55 or higher.\nSetting this to `null` will remove the usage of the `highSoCPriority`.\n": "The state of charge (SoC) percentage above which the `highSoCPriority` will be applied. Must have a 5% offset from the `lowerThresholdPercent` (if provided).\nFor example if `lowerThresholdPercent` is set to 50, this can have a value of 55 or higher.\nSetting this to `null` will remove the usage of the `highSoCPriority`.\n",
|
|
1610
|
+
"The state of charge (SoC) percentage below which the `lowSoCPriority` will be applied. Must have a 5% offset from the `upperThresholdPercent` (if provided).\nFor example if `upperThresholdPercent ` is set to 50, this can have a value of 45 or lower.\nSetting this to `null` will remove the usage of the `lowSoCPriority`.\n": "The state of charge (SoC) percentage below which the `lowSoCPriority` will be applied. Must have a 5% offset from the `upperThresholdPercent` (if provided).\nFor example if `upperThresholdPercent ` is set to 50, this can have a value of 45 or lower.\nSetting this to `null` will remove the usage of the `lowSoCPriority`.\n",
|
|
1611
|
+
"Array of charge point IDs the template will be applied to.": "テンプレートが適用される電荷点IDの配列。",
|
|
1612
|
+
"Specifies whether the configuration template will be enforced each time the charge point boots.": "チャージポイントが起動するたびに設定テンプレートが適用されるかどうかを指定します。",
|
|
1613
|
+
"The OCPP version to filter by": "フィルタするOCPPバージョン",
|
|
1614
|
+
"The timestamp of the measurements. ISO 8601 formatted date.": "測定値のタイムスタンプ。ISO 8601でフォーマットされた日付。",
|
|
1615
|
+
"The current on L1 in milliamperes (mA)": "ミリアンペアのL1の電流 (mA)",
|
|
1616
|
+
"The current on L2 in milliamperes (mA)": "ミリアンペアのL2の電流 (mA)",
|
|
1617
|
+
"The current on L3 in milliamperes (mA)": "ミリアンペアのL3の電流 (mA)",
|
|
1618
|
+
"The id of the utility providing the electricity. Configured in the Ampeco admin panel.": "電力を供給するユーティリティの id です。Ampico 管理パネルで設定します。",
|
|
1619
|
+
"The default price per kWh, which will be applied if there is no pricing supplied for a time interval.\nPrices of all electricity rates created through the Public API or tha Ampeco admin panel must include the tax in the price.\nPrice per kWh.\n": "The default price per kWh, which will be applied if there is no pricing supplied for a time interval.\nPrices of all electricity rates created through the Public API or tha Ampeco admin panel must include the tax in the price.\nPrice per kWh.\n",
|
|
1620
|
+
"This field is used only to indicate the applied tax. All Electricity Rate prices should be provided with the tax included in the price.": "このフィールドは、適用された税金を示すためにのみ使用されます。すべての電気料金価格は、価格に含まれる税金とともに提供される必要があります。",
|
|
1621
|
+
"Represents what percent of the energy is generated from solar power.": "太陽光発電から発電されるエネルギーの何パーセントを表しています。",
|
|
1622
|
+
"Represents what percent of the energy is generated from wind turbines.": "風力タービンから発生するエネルギーの割合を表します。",
|
|
1623
|
+
"Represents what percent of the energy is generated from hydropower.": "水力発電で発電されるエネルギーの何パーセントを表します。",
|
|
1624
|
+
"Represents what percent of the energy is generated from nuclear power plants.": "原子力発電所から発電されるエネルギーの割合を表しています。",
|
|
1625
|
+
"Represents what percent of the energy is generated from burning coal.": "石炭の燃焼から発生するエネルギーのパーセントを表します。",
|
|
1626
|
+
"Represents what percent of the energy is generated from natural gas.": "天然ガスから発生するエネルギーの割合を表します。",
|
|
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.": "他の種類の再生可能エネルギーから発電されるエネルギーの割合を表します。 これには、特に記載されていない他の再生可能なソースが含まれる可能性があります。",
|
|
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.": "他の種類の非再生可能エネルギー源から発生するエネルギーの割合を表します。 これには、特に記載されていないその他の非再生可能なソースが含まれる可能性があります。",
|
|
1629
|
+
"Uses the YYYY-MM-DD date format.": "YYYY-MM-DD 日付フォーマットを使用します。",
|
|
1630
|
+
"Can be one of the listed days of the week or `any`.": "リストされている曜日または `any` のいずれかを指定できます。",
|
|
1631
|
+
"Filter the periods in which the evses belong to the charge point": "EVSが電荷点に属する期間をフィルタします",
|
|
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でフォーマットされた日付。終了日付が設定されている場合、アセットはその時点で自動的に無効になります。 過去の時系列と予測は、終了日以降には生成されません。",
|
|
1633
|
+
"The ID of the Flexibility Asset to filter requests by": "要求をフィルターする柔軟性資産のID",
|
|
1634
|
+
"ID of the DLM circuit. Only one of dlmCircuitId, chargePointId or evseId can have value.": "DLM回路のID。dlmCircuitId、chargePointIdまたはevseIdのいずれかのみが値を持つことができます。",
|
|
1635
|
+
"ID of the Charge Point. Only one of dlmCircuitId, chargePointId or evseId can have value.": "チャージポイントのID。dlmCircuitId、chargePointIdまたはevseIdのいずれかのみが値を持つことができます。",
|
|
1636
|
+
"ID of the EVSE. Only one of dlmCircuitId, chargePointId or evseId can have value.": "EVSEのID。dlmCircuitId、chargePointIdまたはevseIdのいずれかのみが値を持つことができます。",
|
|
1637
|
+
"Short description of the flexibility asset.": "柔軟性資産の簡単な説明。",
|
|
1638
|
+
"Flexibility integration.": "柔軟性の統合",
|
|
1639
|
+
"Filter for the assets updated since the given timestamp": "指定したタイムスタンプから更新されたアセットのフィルター",
|
|
1640
|
+
"Only list Id tags with a certain UID": "特定の UID タグのみのリスト",
|
|
1641
|
+
"Only list Id tags with a certain label": "特定のラベルを持つIDタグのみ一覧",
|
|
1642
|
+
"Only list Id tags with a certain user id": "特定のユーザ ID のみリスト Id タグ",
|
|
1643
|
+
"Only list Id tags that have an expiration date grater or equal to the supplied date": "指定された日付に等しい有効期限があるIDタグのみリスト",
|
|
1644
|
+
"Only list Id tags in this status": "この状態のIDタグのみ一覧",
|
|
1645
|
+
"Only list Id tags in this type": "このタイプのIDタグのみ一覧",
|
|
1646
|
+
"Only list ID tags assigned to the specified Partner ID. Pass null to list ID tags without a Partner assigned.": "指定されたパートナーIDに割り当てられたリストIDタグのみ。パートナーが割り当てられていないリストIDタグにnullを渡します。",
|
|
1647
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and after this datetime": "ISO 8601でフォーマットされた日付。この日時以降に最後に更新されたIDタグのみが一覧表示されます。",
|
|
1648
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and before this datetime": "ISO 8601でフォーマットされた日付。この日付以前に最後に更新されたIDタグのみが一覧表示されます。",
|
|
1649
|
+
"Token used for authorization": "認証に使用されるトークン",
|
|
1650
|
+
"Visual or other label that could be associated with the ID Tag": "ID タグに関連付けられる可能性のある表示またはその他のラベル",
|
|
1651
|
+
"The status of the ID tag. Use it to disable or suspend a tag\n* `enabled` The tag is enabled and is accepted as authentication method\n* `disabled` The tag is disabled by the admin user and is not acceptable as authorization method\n* `suspended` The tag is suspended by the owner of the tag and is not acceptable as authorization method\n": "The status of the ID tag. Use it to disable or suspend a tag\n* `enabled` The tag is enabled and is accepted as authentication method\n* `disabled` The tag is disabled by the admin user and is not acceptable as authorization method\n* `suspended` The tag is suspended by the owner of the tag and is not acceptable as authorization method\n",
|
|
1652
|
+
"The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n": "IDタグに関連付けられる支払い方法。\n* **credit/debit cards** については、`paymentMethodId` を\n* **Corporate billing** - `corporate:{id}`\n* **last used** については、値は `null`\n",
|
|
1653
|
+
"Associate the ID tag with a user account. If the user is not presented, the tag will not be authorized! It makes sense to prepare the tags in advance, in case there is another process/entity is going to later assign them!": "IDタグをユーザアカウントに関連付けます。 ユーザーが表示されていない場合、タグは許可されません! 別のプロセス/エンティティが後でそれらを割り当てようとしている場合には、事前にタグを準備することは理にかなっています!",
|
|
1654
|
+
"The administrator accounts of the selected Partner will be able to edit and delete the specified ID tag": "選択したパートナーの管理者アカウントは指定したIDタグを編集および削除することができます",
|
|
1655
|
+
"The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **Auto selection** - use `\"auto\"` (recommended) or `null` (deprecated)\n* The \"last used\" concept has been replaced with \"auto\" selection which cycles through available payment methods.\n": "The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **Auto selection** - use `\"auto\"` (recommended) or `null` (deprecated)\n* The \"last used\" concept has been replaced with \"auto\" selection which cycles through available payment methods.\n",
|
|
1656
|
+
"Start of the time frame to check": "チェックする時間枠の開始",
|
|
1657
|
+
"End of the time frame to check. Time-frame is limited to 7 days.": "チェックする時間枠の終了時間は7日に制限されます。",
|
|
1658
|
+
"The full address of the location": "場所の完全なアドレス",
|
|
1659
|
+
"The street address of the location": "場所の住所",
|
|
1660
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region": "国が米国、AU、CA、UM、ROでない場合は、地域を提供することができます",
|
|
1661
|
+
"Indicates that the location is always open for charging. If set to false, the `hours` field is required, otherwise it should be ignored.": "場所が常に開いていることを示します。false に設定すると、`hours` フィールドが必要になります。そうでなければ無視されます。",
|
|
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.": "ユーザーが勤務時間中に充電セッションを開始していても、すでに作業時間の外にある場合。 セッションはシステムで終了します",
|
|
1663
|
+
"Working hours interval for single day.": "単一日の労働時間間隔。",
|
|
1664
|
+
"A valid timezone in the form of Area/Location, required when `Allow Multiple Time Zones` option is turned on in the Timezone Setting.": "タイムゾーンの設定で `Allow Multiple Time Zones` オプションがオンになっている場合、エリア/ロケーションの形式で有効なタイムゾーンが必要です。",
|
|
1665
|
+
"For roaming Locations, the ID of the roaming operator is provided.": "ローミング場所の場合は、ローミング演算子の ID が提供されます。",
|
|
1666
|
+
"Only list Locations that have the specific tag assigned.": "特定のタグが割り当てられている場所のみをリストします。",
|
|
1667
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and after this datetime": "ISO 8601でフォーマットされた日付。この日付以降に最後に更新された場所のみが一覧表示されます",
|
|
1668
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and before this datetime": "ISO 8601でフォーマットされた日付。この日付以前に最後に更新された場所のみが一覧表示されます",
|
|
1669
|
+
"Internal name of the Charging Zone. This isn't visible to end-users in the app.": "充電ゾーンの内部名。アプリのエンドユーザーには表示されません。",
|
|
1670
|
+
"Resend all failed notifications from this date onwards.": "この日付以降の失敗した通知をすべて再送信します。",
|
|
1671
|
+
"Resend all failed notifications up to this date.": "失敗したすべての通知をこの日付まで再送信します。",
|
|
1672
|
+
"The list of Evses at the same Parking Space. The Evses should belongs to same charging zone.": "同じ駐車スペースでのEvsesのリスト。Evsは同じ充電ゾーンに属している必要があります。",
|
|
1673
|
+
"Only list Parking spaces on a certain EVSE": "特定の EVSE の駐車スペースのみを一覧表示する",
|
|
1674
|
+
"The payment method that will be associated with the EMAID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n": "EMAID タグに関連付けられる支払い方法。\n* **credit/debit cards** については、`paymentMethodId` を\n* **Corporate billing** - `corporate:{id}`\n* **last used** については、値は `null`\n",
|
|
1675
|
+
"Use force=true when you want to end the reservation regardless of the CP response": "CP応答に関係なく、予約を終了したい場合はforce=trueを使用してください。",
|
|
1676
|
+
"ISO-3166 alpha-2 country code of the CPO that owns this Tariff.": "ISO-3166 alpha-2 このタリフを所有するCPOの国コード。",
|
|
1677
|
+
"ID of the CPO that owns this Tariff (following the ISO-15118 standard).": "この関税を所有するCPOのID(ISO-15118 規格に準拠)。",
|
|
1678
|
+
"Uniquely identifies the tariff within the CPO's platform.": "CPOプラットフォーム内の関税を一意に特定します。",
|
|
1679
|
+
"ISO 4217 code of the currency of this tariff.": "この関税の通貨のISO 4217コード。",
|
|
1680
|
+
"Type of this tariff.": "この関税の種類。",
|
|
1681
|
+
"List of multi-language alternative texts for this tariff.": "この関税のための多言語代替テキストのリスト。",
|
|
1682
|
+
"URL to a web page that contains an explanation of the tariff information.": "関税情報の説明が含まれるウェブページへのURL。",
|
|
1683
|
+
"Price excluding VAT.": "税別価格。",
|
|
1684
|
+
"Price including VAT.": "VATを含む価格",
|
|
1685
|
+
"List of Tariff Elements.": "関税要素の一覧。",
|
|
1686
|
+
"The time when this tariff becomes active. Format ISO 8601 UTC.": "この関税が有効になる時刻。ISO 8601 UTC形式。",
|
|
1687
|
+
"The time after which this tariff is no longer valid. Format ISO 8601 UTC.": "この関税が有効でなくなるまでの時間。ISO 8601 UTC形式。",
|
|
1688
|
+
"True if 100% from regenerative sources.": "再生源から100%の場合真。",
|
|
1689
|
+
"Energy sources of this energy mix.": "このエネルギーミックスのエネルギー源。",
|
|
1690
|
+
"Environmental impact of this energy mix.": "このエネルギーミックスの環境影響。",
|
|
1691
|
+
"Name of the energy supplier.": "エネルギー供給業者の名前。",
|
|
1692
|
+
"Name of the energy product.": "エネルギー製品の名前。",
|
|
1693
|
+
"Timestamp when this Tariff was last updated. Format ISO 8601 UTC.": "この関数が最後に更新された時のタイムスタンプ。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.": "null でない値が指定された場合、enabled を true に設定します。null が指定された場合、enabled に false が設定されます。",
|
|
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.": "例 - \"http://m.intercharge.eu/qr?evseid=\" QRコード内のURLが http://m.intercharge.eu/qr?evseid=CH*ION*E213604の場合。",
|
|
1696
|
+
"Only possible value is `has.to.be`.": "可能な値は `has.to.be` だけです。",
|
|
1697
|
+
"Filter by status (enabled or disabled)": "ステータスでフィルター (有効または無効)",
|
|
1698
|
+
"Filter by creation date (greater than or equal to)": "作成日でフィルター (以上または同じ)",
|
|
1699
|
+
"Filter by creation date (less than or equal to)": "作成日時でフィルター (以下または以下)",
|
|
1700
|
+
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 国コード",
|
|
1701
|
+
"Array of current types (AC, DC) that this filter applies to, pass an empty array to clear all current type restrictions.": "このフィルターに適用される現在の型(AC、DC)の配列、現在の型の制限をすべてクリアするために空の配列を渡します。",
|
|
1702
|
+
"Filter EVSEs with power below specified kW value": "指定されたkW値以下の電力でEVSEをフィルター",
|
|
1703
|
+
"Filter EVSEs whose IDs start with specified prefix(es). Multiple prefixes separated by newlines": "IDが指定されたプレフィックスで始まるEVSEをフィルタリングします。複数のプレフィックスを改行で区切ってください。",
|
|
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.": "注文シーケンス内の関税フィルタの位置。作成中に指定されていない場合は、最後になります。 既存の注文番号が指定されている場合は、他の関税フィルターを順番に順番に並べ替えます。",
|
|
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.": "新しいポジションを持つカスタム関税フィルターIDの配列。移動が必要なフィルターのみを含む - 他のユーザーはそれらの相対的なポジションを維持します。",
|
|
1706
|
+
"Array of current types (AC, DC) that this filter applies to": "このフィルターに適用される現在の型 (AC、DC) の配列",
|
|
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.": "注文シーケンス内の関税フィルタの位置。 既存の注文番号が指定されている場合は、他の関税フィルターを順番に順番に並べ替えます。",
|
|
1708
|
+
"The ID of the local Tariff Group assigned to the EVSEs with this roaming tariff(s).": "このローミング料金でEVSEsに割り当てられたローカル関税グループのID。",
|
|
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.": "現在のプランに代わるサブスクリプションプランのID。 新しいサブスクリプションプランは、旧プランが存在する料金プランの制限に追加されます。 また、現在のサブスクリプションプランを必要とするすべてのチャージポイントに追加されます。",
|
|
1710
|
+
"The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.": "新しいサブスクリプションプランが現在のプランに代わる日付です。空のままにするとすぐに置き換えられます。",
|
|
1711
|
+
"Internal note for tracking changes and the reasons for those changes.": "変更を追跡するための内部メモとその変更の理由。",
|
|
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.": "作成され、更新時に提供されていないロケールは削除されます。 保持したいすべてのロケールに値を入力してください。",
|
|
1713
|
+
"The number of renewal periods that are free of charge. This is only applicable for pre-paid plans.": "更新期間は無料です。これは有料プランにのみ適用されます。",
|
|
1714
|
+
"For pre-paid plans this is the price, for post-paid plans this is the base fee.": "前払いプランの場合、これは料金であり、後払いプランの場合は基本料金です。",
|
|
1715
|
+
"Makes the base fee apply per each home charger owned by the subscriber.": "基本料金は、登録者が所有する各自の充電器ごとに適用されます。",
|
|
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.": "個人でセッションを充電するかどうかを示します コマーシャル+パーソナルチャージポイントは、ポストペイドサブスクリプションに含まれ、請求サイクルの終了時またはしきい値に達したときに請求されます。 そんなものがあるなら",
|
|
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.": "このしきい値に達した場合、課金期間の終了を待つ代わりに、課金期限の金額が即座に請求されます。",
|
|
1718
|
+
"Applicable only for post-paid subscription plans when external billing is enabled. Controls the billing method used for this subscription plan.": "外部課金が有効な場合、ポストペイドサブスクリプションプランにのみ適用されます。このサブスクリプションプランに使用される課金方法を制御します。",
|
|
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.": "true の場合、手当はユーザーが所有するホームチャージポイントでのみ使用できます。 その場合、他の手当制約は全く効果がありません。",
|
|
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.": "この手当は、このリストの国のチャージポイントでのみ使用できます。 空の場合、除外国に明示的に記載されているものを除き、手当はすべての国のチャージポイントに有効です。",
|
|
1721
|
+
"The allowance cannot be used on charge points in the countries in this list.": "このリストの国のチャージポイントでは、手当を使用できません。",
|
|
1722
|
+
"When true the allowance cannot be used on roaming charge points.": "true の場合、ローミングチャージポイントで手当を使用することはできません。",
|
|
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.": "An array of Partner IDs. The allowance can be used on the charge points of Partners in this list. 空の場合、除外PartnerChargePointsに明示的に記載されているものを除き、手当金はパートナーのチャージポイントに有効です。",
|
|
1724
|
+
"An array of Partner IDs. The allowance cannot be used on charge points of Partners in this list.": "An array of Partner IDs. The allowance cannot be used on the charge points of Partners in this list.",
|
|
1725
|
+
"The amount of kWh included - combined for AC and DC, should be provided if the type is combined.": "タイプを組み合わせた場合は、ACとDCの組み合わせを含むkWhの量を指定する必要があります。",
|
|
1726
|
+
"The amount of kWh included for AC, should be provided if the type is separate.": "ACに含まれるkWhの量は、型が分離されている場合に指定する必要があります。",
|
|
1727
|
+
"The amount of kWh included for DC, should be provided if the type is separate.": "DCに含まれるkWhの量は、型が分離されている場合に指定する必要があります。",
|
|
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.": "パートナー ID の配列。 サブスクリプションプランは、このリストのいずれかのパートナーによって招待(承認)または作成されたユーザーのみが利用できます。 空の場合、excludedPartnerUsersに記載されているパートナーのものを除き、プランはすべてのユーザーが利用できます。",
|
|
1729
|
+
"An array of Partner IDs. The Subscription plan is not available to users of the Partners in this list.": "一連のパートナー ID。このリストのパートナー 契約プランは利用できません。",
|
|
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.": "ユーザーグループIDの配列。サブスクリプションプランは、このリストに含まれるユーザーグループを持つユーザーのみが利用できます。 空にすると、excludedUserGroupsに一覧表示されているユーザーグループ以外のプランはすべてのユーザーが利用できます。",
|
|
1731
|
+
"An array of User Group IDs. The Subscription plan is not available to users with a User Group that is in this list.": "ユーザーグループIDの配列。このリストに含まれるユーザーグループを持つユーザーはサブスクリプションプランを利用できません。",
|
|
1732
|
+
"Required when Post-paid Subscription plans has been enabled for the system.": "支払後のサブスクリプションプランがシステムで有効になっている場合に必要です。",
|
|
1733
|
+
"Applies separately per each personal charge point owned by the subscriber that requires this Subscription plan.": "このサブスクリプションプランを必要とする契約者が所有する各個人料金ポイントごとに個別に適用されます。",
|
|
1734
|
+
"A change from disabled to enabled is only possible for Subscription plans that are not replaced with another plan.": "無効から有効になるまでの変更は、別のプランに置き換えられないサブスクリプションプランでのみ可能です。",
|
|
1735
|
+
"It could be set only for base tariff. The default information that would be shown on the display of the charge point without the user having authorized themselves. The default price information from the base tariff of the first EVSE would be used for the display, when the charge point has more than one EVSE.": "基本関税のみに設定することができる。 ユーザーが自分自身を承認していない場合、充電ポイントの表示に表示されるデフォルトの情報。 最初のEVSEの基本関税からのデフォルト価格情報がディスプレイに使用されます。 充電ポイントが複数のEVSEを持っている場合。",
|
|
1736
|
+
"It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.": "基本関税にのみ設定することができます。オフライン時に充電ポイントの表示に表示される情報。",
|
|
1737
|
+
"The information that would be shown on the display of the charge point for users that are eligible for this tariff.": "この関税の対象となるユーザーの料金ポイントの表示に表示される情報。",
|
|
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.": "セッションが終了したときに充電ポイントに表示される追加情報と、エネルギー、持続時間、アイドルの合計料金が表示されます。",
|
|
1739
|
+
"Only list tariffs in a certain group": "特定のグループの関税のみを表示する",
|
|
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": "`tariffGroupId`でのみ使用できます。 設定された場合、グループの単一の関税が返却されます(メタやリンクのプロパティは含まれません)。 これは、与えられたユーザーが課金されたときに適用されます。 空(null)に設定した場合、匿名課金の関税が返却されることに注意してください。",
|
|
1741
|
+
"Only list tariff of this specific type": "この特定のタイプの関税のみを一覧表示する",
|
|
1742
|
+
"Only list tariffs managed by certain partner.": "特定のパートナーによって管理されている関税のみをリストします。",
|
|
1743
|
+
"Setting the type to `charging not allowed` or `free` is enough for creating the particular type of tariff": "`charge not allowed` または `free` に型を設定するだけで、特定の種類の関税を作成できます。",
|
|
1744
|
+
"A time when the day begins": "一日が始まる時間",
|
|
1745
|
+
"A time when the night begins": "夜の始まりの時間",
|
|
1746
|
+
"Price per session. Only applicable with flat rate tariffs. Up to 5 digits after the decimal point depending on the currency precision.": "セッションごとの価格。定額料金でのみ適用できます。通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
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.": "接続料金。充電セッションの開始時に適用される固定料金。 通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
1748
|
+
"Price per kWh. Up to 5 digits after the decimal point depending on the currency precision.": "1kWhあたりの価格。通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
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.": "日中のkWhあたりの価格. 期間+エネルギー時間に適用されます. 通貨の精度に応じて小数点の後に最大5桁.",
|
|
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.": "夜間の1kWhあたりの価格。期間+エネルギー時間の日中に適用されます。通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
1751
|
+
"Charging period. In minutes. It defines the time-period for charging a fee.": "充電期間。分単位で、料金を請求する期間を定義します。",
|
|
1752
|
+
"Charging fee per period. Applicable for duration+energy. Up to 5 digits after the decimal point depending on the currency precision.": "期間あたりの充電手数料がかかります。期間+エネルギーに適用されます。通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
1753
|
+
"Duration fee limit for the whole session if fee is applied.": "手数料が適用される場合、セッション全体の期間料金制限。",
|
|
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.": "日中の期間あたりの充電料金. 日中の期間+エネルギー時間に適用されます. 通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
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.": "夜間の期間あたりの充電料金. 日中の期間+エネルギー時間に適用されます. 通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
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.": "日中1分あたりの充電料金です。 期間+エネルギー時間に適用されます。 通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
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.": "夜間は1分あたりの充電料金がかかります。 通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
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.": "アイドル料金/分。アイドル期間中に適用される1分あたりの手数料(充電なし)。 通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
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.": "アイドル料金猶予期間(分)。 オプション。 セッション中にアイドル期間(充電なし)が検出されると、ユーザーは車両を取り外すためにこの猶予期間を与えられます。 アイドル料金が適用される前に",
|
|
1760
|
+
"Idle fee per minute. A fee per minute that is applied during idle period (no charging).": "アイドル料金/分。アイドル期間中に適用される1分あたりの手数料(充電なし)。",
|
|
1761
|
+
"Defined start time for the application of idle fee.": "アイドル料金のアプリケーションの開始時間を定義しました。",
|
|
1762
|
+
"Defined end time for the application of idle fee.": "アイドル料金の適用の終了時間を定義します。",
|
|
1763
|
+
"Idle fee limit for the whole session if fee is applied.": "手数料が適用される場合、セッション全体のアイドル手数料限度。",
|
|
1764
|
+
"Connection Fee Minimum Session Duration (min). Optional.": "接続料金 最小セッション時間 (分)。 オプション。",
|
|
1765
|
+
"Connection Fee Minimum Session Energy (kWh). Optional. Up to 5 digits after the decimal point depending on the currency precision.": "接続料金 最小セッション エネルギー (kWh) オプション。 通貨の精度に応じて小数点以下の最大5桁まで。",
|
|
1766
|
+
"Duration Fee Grace Period (min). Optional.": "期間料金 猶予期間 (分)。 任意。",
|
|
1767
|
+
"Min. price. Sets a minimum total amount per session.": "最小価格。セッションごとの合計金額を設定します。",
|
|
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.": "事前承認金額。セッションを開始する前に事前承認する金額。通貨の精度に応じて小数点の後に最大5桁まで。",
|
|
1769
|
+
"If Multi-tax Support has been enabled in the Ampeco.CHARGE settings, you can provide the taxId for the tariff here.": "Ampeco.CHARGE 設定で複数の税金サポートが有効になっている場合は、ここで関税の taxId を提供できます。",
|
|
1770
|
+
"Use the Electricity Rate of the Charge Point that is already attached and aims to track the electricity costs.": "すでに取り付けられている電荷ポイントの電気料金を使用し、電気料金を追跡することを目指しています。",
|
|
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.": "ChargePointElectricityRateが*false*に設定されている場合、料金の電気料金がわかるように、電気料金IDが提供されなければなりません。",
|
|
1772
|
+
"Set price for the intervals not specified in `intervalPricing` field.": "`intervalPricing` フィールドに指定されていない間隔の値を設定します。",
|
|
1773
|
+
"The time interval must be always the same and should not exceed the 24-hour mark. It could be either 15 min, 30 min or 60 min. The startAt and endAt must comply with this restriction.": "時間間隔は常に同じでなければならず、24時間マークを超えてはなりません。 それは15分、30分または60分のいずれかである可能性があります開始時および終了時にこの制限に従わなければなりません。",
|
|
1774
|
+
"Create the price levels according to the kWh. <br /> The first level must have zero value for **firstKwh**. <br /> The last level must have an infinity value for **lastKwh**.": "Create the price levels according to the kWh. <br /> The first level must have zero value for **firstKwh**. <br /> The last level must have an infinity value for **lastKwh**.",
|
|
1775
|
+
"Create the price levels according to the duration of the session from the time the charging started. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.": "充電が開始された時間からセッションの期間に応じて価格帯を作成します。 <br /> 最初のレベルは **firstUnit** に対してゼロ値でなければなりません。 <br /> 最後のレベルは **lastUnit** に対する無限値でなければなりません。",
|
|
1776
|
+
"Different price levels could be created depending on the duration of the idle period. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.": "アイドル期間の長さに応じて異なる価格帯を作成することができます。 <br /> 最初のレベルは **firstUnit** に対してゼロ値でなければなりません。 <br /> 最後のレベルは **lastUnit** に対する無限値でなければなりません。",
|
|
1777
|
+
"In minutes. Only for the Peak power level tariff.": "分で. ピーク電力レベルの関税のためのみ.",
|
|
1778
|
+
"When left empty, this means that this is the standard pricing that would be applied in general without taking into consideration the day.": "空白のままにすると、これは一日を考慮せずに一般的に適用される標準的な価格であることを意味します。",
|
|
1779
|
+
"Price for kWh to be considered by Optimised charging for setting the charging periods.": "充電期間を設定するために最適化された充電によって考慮されるkWhの価格。",
|
|
1780
|
+
"Defined start time for the application of duration fees.": "期間料金の適用開始時間を定義します。",
|
|
1781
|
+
"Defined end time for the application of duration fees.": "期間料金の適用の終了時間を定義します。",
|
|
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.": "この関税に適用される補助金統合ID。 Energy ToU関税にのみ有効です。 具体的なインテグレーションIDにはAMPECO.CHARGEバックエンドを使用してください。",
|
|
1783
|
+
"When enabled the tariff of the charger will be saved using the pricing interval when the user starts the charging session.": "有効にすると、充電器の関税は、ユーザーが充電セッションを開始する際の価格設定間隔を使用して保存されます。",
|
|
1784
|
+
"When enabled, the energy fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "有効にすると、ユーザーが充電セッションを開始したときに料金の間隔を使用して関税のエネルギー手数料コンポーネントが保存されます。",
|
|
1785
|
+
"When enabled, the duration fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "有効にすると、料金の期間料金コンポーネントは、ユーザーが充電セッションを開始する際の料金間隔を使用して保存されます。",
|
|
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.": "SoC(%)が選択した値を超えた場合、セッションをアイドル状態に切り替えます。空白の場合、システム全体の設定を使用します。 このオプションは、 `Idle period detection` 設定で `Allow custom SoC (%) threshold per Tariff` が設定されている場合にのみ有効になります。",
|
|
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.": "過去5分間の平均kWが設定されたスレッショルドを下回るときのアイドル状態にセッションを設定します。 このオプションは、`Idle period detection` 設定で `Allow custom power threshold per Tariff` が設定されている場合にのみ有効になります。",
|
|
1788
|
+
"Session max time. The maximum minutes a session is allowed to run. Skip for no time limit.": "セッションの最大時間。セッションの実行が許可されている最大分。制限なしでスキップします。",
|
|
1789
|
+
"The maximum energy (kWh) allowed per session. Skip for no limit.": "セッションごとに許容される最大エネルギー (kWh) 制限なしでスキップします。",
|
|
1790
|
+
"Makes the tariff apply to users of the partner, who is set as owner of the charge point.": "料金ポイントの所有者として設定されているパートナーのユーザーには、関税が適用されます。",
|
|
1791
|
+
"Makes the tariff apply to users of all eMSPs, which are roaming partners.": "ローミングパートナーであるすべてのeMSPのユーザーには、関税が適用されます。",
|
|
1792
|
+
"Makes the tariff valid for non-registered users(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`.": "セッション開始時にユーザーのカードでブロックされる金額を設定します。 ApplyToAdHocUsersがtrueで、次の請求方法のいずれかが選択されている場合に必要です: `支払い方法を必要とし、セッションを開始する前に特定の金額を承認する` または `支払い方法または残高の最小金額。",
|
|
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.": "事前承認された最小額のしきい値を設定します。 残りのアドホック事前承認金額がこの値を下回ると、充電セッションは自動的に停止し、収益の損失を防ぎます。",
|
|
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.": "特定のパートナーのユーザー パートナーIDのリストを提供します。ユーザーが少なくとも1つのパートナーに招待されているかどうかに一致します。",
|
|
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.": "特定のグループを持つユーザー。ユーザーグループのリストを提供します。ユーザーが少なくとも1つのグループのメンバーである場合に一致します。",
|
|
1797
|
+
"An array of user group IDs. Users with a specific group. Provide a list of user group IDs.": "ユーザーグループ ID の配列。特定のグループを持つユーザー。ユーザーグループ ID のリストを提供します。",
|
|
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.": "特定のサブスクリプションプランを持つユーザー。サブスクリプションプランIDの一覧を提供します。ユーザーが契約プランのいずれかを有効にしている場合に一致します。",
|
|
1799
|
+
"The date from which the tariff becomes valid.": "関税が有効になる日付。",
|
|
1800
|
+
"The expiry date of the tariff. The tariff is valid until this date inclusive.": "関税の有効期限。関税はこの日まで有効です。",
|
|
1801
|
+
"The assigned Partner will have access to make changes to the tariff.": "割り当てられたパートナーは、関税を変更することができます。",
|
|
1802
|
+
"The default information that would be shown on the display of the charge point without the user having authorized themselves.": "ユーザーが自分自身を承認していない場合、充電ポイントの表示に表示されるデフォルトの情報。",
|
|
1803
|
+
"The information that would be shown on the display of the charge point when offline.": "オフライン時に充電ポイントの表示に表示される情報。",
|
|
1804
|
+
"References the internal integration configuration that enables this tariff type": "参照この関税タイプを可能にする内部統合構成",
|
|
1805
|
+
"Email address to send the invoice": "請求書を送信するEメールアドレス",
|
|
1806
|
+
"Reference to the payment processor or payment terminal where more information about the transaction could be checked.": "トランザクションの詳細を確認できる支払プロセッサまたは支払端末への参照。",
|
|
1807
|
+
"ISO 8601 formatted date. Lists only the transactions created after this datetime": "ISO 8601 形式の日付。この日付以降に作成されたトランザクションのみが一覧表示されます。",
|
|
1808
|
+
"ISO 8601 formatted date. Lists only the transactions created before this datetime": "ISO 8601 形式の日付。この日付以前に作成されたトランザクションのみが一覧表示されます。",
|
|
1809
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated after this datetime": "ISO 8601 形式の日付。この日付以降に最後に更新されたトランザクションのみが一覧表示されます。",
|
|
1810
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated before this datetime": "ISO 8601 形式の日付。この日付以前に最後に更新されたトランザクションのみが一覧表示されます。",
|
|
1811
|
+
"Only list transactions by type of payment method": "支払方法の種類でのみトランザクションを一覧表示する",
|
|
1812
|
+
"Only list transactions by a certain user": "特定のユーザーによる取引のみを一覧表示する",
|
|
1813
|
+
"Only list transaction by invoice number": "請求書番号による取引のみを一覧表示する",
|
|
1814
|
+
"Only list transaction in this status": "この状態の取引のみを一覧表示する",
|
|
1815
|
+
"Only list transaction with this session id": "このセッション ID のトランザクションのみを一覧表示します",
|
|
1816
|
+
"Only list transactions with specific ref number.": "特定のref番号を持つトランザクションのみを一覧表示します。",
|
|
1817
|
+
"Only list transactions with the selected billing type.": "選択した請求タイプのみトランザクションを一覧表示します。",
|
|
1818
|
+
"Only list transactions with specific payment terminal id.": "特定の支払端末IDを持つ取引のみを一覧表示します。",
|
|
1819
|
+
"ISO 8601 formatted date. Lists only the transactions finalized before this datetime": "ISO 8601 形式の日付。この日付以前に確定したトランザクションのみが一覧表示されます。",
|
|
1820
|
+
"ISO 8601 formatted date. Lists only the transactions finalized after this datetime": "ISO 8601 形式の日付。この日付以降に確定したトランザクションのみが一覧表示されます。",
|
|
1821
|
+
"Only list transactions paid with this specific voucher id.": "この特定のバウチャーIDで支払われた取引のみをリストします。",
|
|
1822
|
+
"Only list transactions with the specified purchase type(s). Determines what the transaction was for based on its associated entity.": "指定された購入タイプの取引のみがリストされます。関連するエンティティに基づいて取引がどのようなものであったかを決定します。",
|
|
1823
|
+
"Required when `methodType` is `card`.": "`methodType` が `card` の場合に必要です。",
|
|
1824
|
+
"Required when `methodType` is `bank_transfer`.": "`methodType` が `bank_transfer` の場合に必要です。",
|
|
1825
|
+
"Required when `methodType` is `wallet`.": "`methodType` が `wallet` の場合に必要です。",
|
|
1826
|
+
"Deprecated, please use `methodType` and `cardNetwork` instead.": "非推奨です。代わりに `methodType` と `cardNetwork` を使用してください。",
|
|
1827
|
+
"The subscription will be valid until this end date": "サブスクリプションは、この終了日まで有効になります",
|
|
1828
|
+
"Enable the auto-renewal of the subscription after the end date": "終了日時以降のサブスクリプションの自動更新を有効にする",
|
|
1829
|
+
"Shown to the user and also added to the user's bank statement (if the payment method is a bank card).": "ユーザーに表示され、ユーザーの銀行明細にも追加されます(支払い方法が銀行カードの場合)。",
|
|
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.": "支払方法一覧(ユーザー/支払方法/リスト)で返される支払方法のID。 空または null のままにすると、残高が不足している場合は、アクションを拒否します。 法人の請求は支払い方法としてサポートされていません。",
|
|
1831
|
+
"The reason for the cancellation. It would be included in the Audit logs.": "The reason for the cancellation. It would be included in the Audit logs.",
|
|
1832
|
+
"* `enabled` Enabled - the user is allowed to use the system\n* `disabled` Disabled - the user is NOT allowed to use the system\n": "* `enabled` Enabled - the user is allowed to use the system\n* `disabled` Disabled - the user is NOT allowed to use the system\n",
|
|
1833
|
+
"The code of the voucher that should be redeemed.": "クーポンのクーポンコードです。",
|
|
1834
|
+
"Only list users that belong to a certain user group": "特定のユーザーグループに属するユーザーのみを一覧表示します",
|
|
1835
|
+
"Only list users attached to the partner.": "パートナーに紐付けられたユーザーのみを一覧表示します。",
|
|
1836
|
+
"Only list users with specific external id": "特定の外部 ID を持つユーザーのみを一覧表示します",
|
|
1837
|
+
"Only list user with specific email": "特定のメールアドレスを持つユーザーのみを一覧表示する",
|
|
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`.": "特定の外部アプリケーションデータを含むレコードのみを一覧表示します。ドット表記を使用して、入れ子になったプロパティを検索できます。例えば `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 形式の日付。この日付以降に最後に更新されたユーザーのみが一覧表示されます。",
|
|
1840
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and before this datetime": "ISO 8601でフォーマットされた日付。この日付以前に最後に更新されたユーザーのみが一覧表示されます",
|
|
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.": "ユーザーが次にアプリを開いたときに新しいパスワードを設定するための要件を設定します。 新しいパスワードが設定された後、このオプションは自動的にリセットされます。",
|
|
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": "アプリで使用する言語と地域の設定。\n\n**オペレータのユーザーロケールを更新するオプションが有効になっている場合にのみ使用できます。\n",
|
|
1843
|
+
"Third party identifier of the user": "ユーザーのサードパーティー識別子",
|
|
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.": "ユーザーが開始できるセッション数を決定する - 単一または複数の同時セッション。 または、ユーザーが複数の Id タグを使用して同時にセッションを開始できるかどうか。",
|
|
1845
|
+
"Indicates whether the user has opted into receiving news and promotions. To opt in, set this field to 'true'; otherwise, set it to 'false'.": "ユーザーがニュースとプロモーションの受信を選択しているかどうかを示します。オプトインするには、このフィールドを 'true' に設定します。それ以外の場合は、'false' に設定します。",
|
|
1846
|
+
"IBAN that is provided for the user.": "ユーザーに提供されるIBAN。",
|
|
1847
|
+
"Name of the Bank for which the user has provided IBAN.": "ユーザーがIBANを提供した銀行の名前。",
|
|
1848
|
+
"Address of the user's Bank.": "ユーザーの銀行の住所。",
|
|
1849
|
+
"Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.": "中央銀行、銀行監督機関、または国の銀行協会によって割り当てられた銀行コード。",
|
|
1850
|
+
"Bank account ID provided by the user.": "ユーザーから提供された銀行口座ID。",
|
|
1851
|
+
"Type of account the user has provided.": "ユーザーが提供したアカウントのタイプです。",
|
|
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.": "リプレイ攻撃を防ぐために使用される任意の一意の文字列。 サーバーによって生成されます 外部からのサインアップからユーザーが作成されている場合、クライアントはそれを渡す必要があり、作成後、モバイルアプリでユーザーを自動的にログインする必要があります。",
|
|
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.": "ニュースやプロモーションを受信するユーザーの設定を更新します。 設定を変更するには、この項目を「true」に変更してオプトインするか、「false」に変更してオプトアウトします。",
|
|
1854
|
+
"The type of the tokenized payment method. If not provided - defaults to card": "トークン化された支払い方法の種類。指定されていない場合 - デフォルトはカードです",
|
|
1855
|
+
"The type of the bank transfer. Required if `tokenizedType` is `bank_transfer`": "銀行振込の種類。`tokenizedType` が `bank_transfer` の場合に必要です。",
|
|
1856
|
+
"The ID of the Transaction object, created when you initiated the request.": "リクエストを開始したときに作成された Transaction オブジェクトの ID。",
|
|
1857
|
+
"ISO 8601 formatted date. Lists only the authorizations created after this datetime": "ISO 8601 形式の日付。この日付の後に作成された権限のみが一覧表示されます。",
|
|
1858
|
+
"ISO 8601 formatted date. Lists only the authorizations created before this datetime": "ISO 8601 形式の日付。この日付以前に作成された権限のみが一覧表示されます。",
|
|
1859
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated after this datetime": "ISO 8601 形式の日付。この日付以降に最後に更新された権限のみが一覧表示されます。",
|
|
1860
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated before this datetime": "ISO 8601 形式の日付。この日付以前に最後に更新された権限のみを一覧表示します。",
|
|
1861
|
+
"Lists only authorizations with one of the following statuses: \"accepted\", \"rejected\", \"pending\"": "次のいずれかのステータスを持つ認証のみを一覧表示します: \"accepted\", \"rejected\", \"保留中\"",
|
|
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\"": "\"mobile_device\", \"rfid_tag\", \"admin_account\", \"plug_and_charge\", \"plug_and_image\", \"roaming\", \"payment_terminal\"",
|
|
1863
|
+
"Lists only authorizations of users who are associated to a particular partner": "特定のパートナーに関連付けられているユーザーの権限のみを一覧表示します",
|
|
1864
|
+
"Filter by booking request status": "予約リクエストのステータスでフィルター",
|
|
1865
|
+
"Filter by user ID": "ユーザーIDでフィルター",
|
|
1866
|
+
"Filter by location ID": "ロケーションIDでフィルター",
|
|
1867
|
+
"Filter requests with start time after this date": "この日付以降の開始時間でリクエストをフィルター",
|
|
1868
|
+
"Filter requests with start time before this date": "この日付より前の開始時刻でリクエストをフィルター",
|
|
1869
|
+
"Filter requests with end time after this date": "この日付以降の終了時間でリクエストをフィルター",
|
|
1870
|
+
"Filter requests with end time before this date": "この日付以前の終了時間でリクエストをフィルター",
|
|
1871
|
+
"Filter requests that were created after this date": "この日付以降に作成されたリクエストをフィルター",
|
|
1872
|
+
"Filter requests that were created before this date": "この日付以前に作成されたリクエストをフィルター",
|
|
1873
|
+
"Filter by booking status": "予約状況でフィルター",
|
|
1874
|
+
"Filter bookings with start time after this date": "この日付以降の開始時刻付きの予約をフィルター",
|
|
1875
|
+
"Filter bookings with start time before this date": "この日付以前の開始時刻付きの予約をフィルター",
|
|
1876
|
+
"Filter bookings with end time after this date": "この日付以降の終了時刻付きの予約をフィルター",
|
|
1877
|
+
"Filter bookings with end time before this date": "この日付以前の終了時刻の予約をフィルター",
|
|
1878
|
+
"Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\n": "Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\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.": "開始時間ごとにCDRをフィルタし、指定された値以上の開始時間を持つレコードを選択します。 日付時刻は、ISO 8601規格に従ってフォーマットされる必要があります。",
|
|
1880
|
+
"Filters CDRs by the start time, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting records up to a certain start time. The provided date-time should be in ISO 8601 format.": "開始時刻で CDR をフィルターし、指定した値以上の開始時刻を持つレコードを選択します。 このフィルタは、特定の開始時刻までのレコードを選択するのに役立ちます。指定された日時は、ISO 8601形式でなければなりません。",
|
|
1881
|
+
"This filter retrieves CDRs with an end time equal to or later than the specified value. It helps filter records based on the end of a timeframe, ensuring that only records ending after a certain point are selected. The date-time format should adhere to ISO 8601 standards.": "このフィルタは、指定された値以上の終了時刻を持つ CDR を取得します。 これは、タイムフレームの終わりに基づいてレコードをフィルタリングするのに役立ち、特定のポイントが選択された後に終了するレコードのみを確実にします。 日付時刻のフォーマットはISO 8601規格に準拠している必要があります。",
|
|
1882
|
+
"Filters CDRs based on their end time, selecting those with an end time equal to or earlier than the provided value. This filter limits the selection to records that conclude by a certain time. The date-time should be in ISO 8601 format.": "終了時刻に基づいて、指定された値以前の終了時刻を選択して、CDR をフィルターします。 このフィルタは、選択範囲を特定の時間で終了するレコードに制限します。日付時刻はISO 8601形式でなければなりません。",
|
|
1883
|
+
"Only CDRs associated with a specific Roaming Operator/Provider.": "特定のローミングオペレータ/プロバイダに関連付けられた CDR のみ。",
|
|
1884
|
+
"Only CDRs linked to a specific Roaming Platform.": "特定のローミングプラットフォームにリンクされているCDRのみ。",
|
|
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.": "CPOのプラットフォーム(およびサブオペレータプラットフォーム)内の一意の識別子により、CDRをフィルタリングします。このフィルタを使用すると、単一の結果を返します。",
|
|
1886
|
+
"Only Credit CDRs.": "クレジットCDRのみ。",
|
|
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.": "真の場合は、我々がCPOとして発行したCDRのみが返却されます。偽の場合は、我々がeMSPとして受け取ったCDRのみが返却されます。",
|
|
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.": "CPOからの受信時にCDRをフィルタリングし、指定された値以上の受信時間を持つレコードを選択します。 このフィルタは、特定の時間から受信したレコードを選択するのに役立ち、非ローカルCDRで動作します。 提供された日時は、ISO 8601規格に従う必要があります。",
|
|
1889
|
+
"Filters CDRs by the time when received from CPOs, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting received records up to a certain time and works for non local CDRs. The provided date-time should be following the ISO 8601 standard.": "CPOから受信したときにCDRをフィルターし、指定された値以上の開始時間を持つレコードを選択します。 このフィルタは、受信したレコードを特定の時間まで選択するのに役立ち、ローカルではないCDRで動作します。 提供された日時は、ISO 8601規格に従う必要があります。",
|
|
1890
|
+
"Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or later than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.": "EMSPに送信されたときにCDRをフィルタし、指定された値以上の送信時刻を持つレコードを選択します。 このフィルタは、特定の時間から送信されたレコードを選択するのに役立ち、ローカルCDRで動作します。 提供された日時は、ISO 8601規格に従う必要があります。",
|
|
1891
|
+
"Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or earlier than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.": "EMSPに送信されたときにCDRをフィルタし、指定された値以上の送信時刻を持つレコードを選択します。 このフィルタは、特定の時間から送信されたレコードを選択するのに役立ち、ローカルCDRで動作します。 提供された日時は、ISO 8601規格に従う必要があります。",
|
|
1892
|
+
"Filters CDRs that were sent to the EMSP based on their delivery status.\nUse this dropdown filter to retrieve CDRs with one of the following statuses:\n - `success`: CDRs successfully **accepted** by the EMSP.\n - `fail`: CDRs that were **rejected** (not accepted) by the EMSP.\n": "Filters CDRs that were sent to the EMSP based on their delivery status.\nUse this dropdown filter to retrieve CDRs with one of the following statuses:\n - `success`: CDRs successfully **accepted** by the EMSP.\n - `fail`: CDRs that were **rejected** (not accepted) by the EMSP.\n",
|
|
1893
|
+
"Specify parent circuit in Multi-level DLM. Circuits used in flexibility assets or using load balancing integration can not be used in Multi-level DLM.\n": "マルチレベルDLMで親回路を指定します。柔軟性資産に使用される回路、または負荷分散積分を使用する回路は、マルチレベルDLMでは使用できません。\n",
|
|
1894
|
+
"`R` stands for `L1`, </br>\n`S` - for `L2` </br>\n`T` - for `L3` </br>\nSo for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc. </br>\nThe field is mandatory for Multi-level DLM when the `phases` value is `three_phase`.\n": "`R` stands for `L1`, </br>\n`S` - for `L2` </br>\n`T` - for `L3` </br>\nSo for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc. </br>\nThe field is mandatory for Multi-level DLM when the `phases` value is `three_phase`.\n",
|
|
1895
|
+
"Specifies the active line conductors used in the circuit. </br>\nSingle phase values (`phases` = `single_phase`): `L1`, `L2`, `L3` - Valid in `star` electrical configuration </br>\nSplit phase values (`phases` = `split_phase`): `L1_L2`, `L2_L3`, `L1_L3` - Valid in `star` electrical configuration </br>\nThis field is mandatory for Multi-level DLM when the `phases` value is `single_phase` or `split_phase`.\n": "Specifies the active line conductors used in the circuit. </br>\nSingle phase values (`phases` = `single_phase`): `L1`, `L2`, `L3` - Valid in `star` electrical configuration </br>\nSplit phase values (`phases` = `split_phase`): `L1_L2`, `L2_L3`, `L1_L3` - Valid in `star` electrical configuration </br>\nThis field is mandatory for Multi-level DLM when the `phases` value is `single_phase` or `split_phase`.\n",
|
|
1896
|
+
"Defines the type of electrical configuration of the circuit. A circuit must have the same electrical configuration as its parent circuit. To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added. To modify a circuit's electrical configuration, all charge points with a different configuration must first be removed through Actions / Detach Charge Point. The available options are </br> `star` - TN system - Star (Y) (default)</br> `delta` - ": "回路の電気的構成の種類を定義します。回路は親回路と同じ電気的構成でなければなりません。 安全性と互換性を維持するために、回路と同一の電気的構成を持つ充電ポイントのみを追加できます。 回路の電気的構成を変更するには、別の構成を持つすべての充電ポイントを最初にアクション/充電ポイントを取り外す必要があります。 利用可能なオプションは </br> `star` - TN システム - スター (Y) (デフォルト)</br> `delta` - IT system - Delta (Δ)</br>",
|
|
1897
|
+
"The current (A) limit for the whole circuit. This would usually be the circuit breaker rated current.": "回路全体の電流(A)制限。これは通常、サーキットブレーカ定格電流になります。",
|
|
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.": "充電ポイントごとに許容される最低電流(A)を定義します。 既存のセッションのいずれかを設定された最小レートより小さくする必要がある場合は、新しいセッションを開始できません。 これは、車両が充電を受け入れないようにするために、接続された車両が実際に充電することを保証するためです。 空のままにすると、最小値はありません。",
|
|
1899
|
+
"Sets the limit to 0 when the session enters an idle period.": "セッションがアイドル期間に入ったときの制限を0に設定します。",
|
|
1900
|
+
"The ID of the Electricity Meter linked to the circuit (if any).": "回路にリンクされた電気メーターのID(もしあれば)。",
|
|
1901
|
+
"The current (A) reserved for other loads on the circuit (non-managed loads) when the Electricity Meter is offline.": "Electricity Meterがオフラインの場合、回路上の他の負荷(非管理負荷)用に予約された電流(A)。",
|
|
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.": "負荷分散積分の id (アンペコバックエンドにあります)。 ロードバランシングを無効にし、アンペコ内蔵のロードバランシングに戻したい場合は、nullを入力してください。",
|
|
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.": "ユーザーが招待を受ける必要があるパートナーのIDまたはユーザーが参加する必要があります。 を選択します。",
|
|
1904
|
+
"The priority where 1 is equal to anyone else, 2 is twice as important, 0.5 is half as important.": "1が他の人に等しい優先順位である場合、2は2倍重要です。0.5は半分重要です。",
|
|
1905
|
+
"The currency 3-letter code.": "通貨の3文字コード。",
|
|
1906
|
+
"When displaying amounts in this currency, the prefix is added in front of the amount. This could be symbols, for example $ or £.": "この通貨に金額を表示する場合、プレフィックスは金額の前に追加されます。これは$または£などの記号になります。",
|
|
1907
|
+
"When displaying amounts in this currency, the suffix is added after the amount.": "この通貨で金額を表示する場合、サフィックスは金額の後に追加されます。",
|
|
1908
|
+
"The actual precision of the currency. This is used when charging a payment method or calculating totals.": "通貨の実際の精度。支払い方法や合計の計算時に使用されます。",
|
|
1909
|
+
"Used when setting price per kWh and per minute in tariffs.": "1kWhあたりの価格設定、1分あたりの関税設定時に使用します。",
|
|
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.": "有効にすると、 マイナー通貨単位は、柔軟な関税の電気代の閾値を設定し、家庭用充電アプリで電気代の追跡を設定するために使用されます。 例えば、米ドルのマイナー通貨単位はセントです。",
|
|
1911
|
+
"The sign or letter for the minor currency unit. For US dollar, for example, this could be \"¢\" or \"c\" for cents.": "マイナー通貨単位のサインまたは手紙。例えば米ドルでは、セントの場合は「c」または「c」となります。",
|
|
1912
|
+
"Base currency code (ISO 4217)": "基本通貨コード (ISO 4217)",
|
|
1913
|
+
"Target currency code (ISO 4217)": "ターゲット通貨コード (ISO 4217)",
|
|
1914
|
+
"The exchange rate from base to target currency": "ベースからターゲット通貨への為替レート",
|
|
1915
|
+
"Filter by base currency code": "基本通貨コードでフィルター",
|
|
1916
|
+
"Filter by target currency code": "ターゲット通貨コードでフィルター",
|
|
1917
|
+
"Filter by records updated before a specific datetime": "特定の日時の前に更新されたレコードでフィルター",
|
|
1918
|
+
"Filter by records updated after a specific datetime": "特定の日時の後に更新されたレコードでフィルター",
|
|
1919
|
+
"The ID of the charge point.": "チャージポイントのID。",
|
|
1920
|
+
"Only list EVSEs on a certain charge point": "特定の充電ポイントにEVSEのみ一覧表示します",
|
|
1921
|
+
"Only list EVSEs, identified by id (QR Code)": "ID(QRコード)で識別されたEVSEのみ一覧表示します",
|
|
1922
|
+
"Only list EVSEs, identified by externalId": "外部IDで識別されたEVSEのみ一覧表示します",
|
|
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.": "true の場合、ローミングする EVSE のみが返されます。false の場合、ローカルの EVSE のみが返されます。渡されない場合は、すべての EVSE が返されます。",
|
|
1924
|
+
"Filter by charge point vendor IDs.": "チャージポイントベンダIDで絞り込みます。",
|
|
1925
|
+
"Filter by charge point model IDs.": "電荷点モデル ID でフィルタリングします。",
|
|
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.).": "ファームウェアのバージョン文字列でフィルタリングします。検索文字列で始まるバージョンとバージョンの両方に一致します。 、「1.2」は、「1.2.0」、「1.2.3」などのバージョンと同様に、「1.2」と完全に一致します。",
|
|
1927
|
+
"The status of the installer job": "インストーラジョブの状態",
|
|
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": "指定された日時の後に作成されたインストーラジョブを一覧表示します。ISO 8601 形式の日付として値を指定してください。",
|
|
1929
|
+
"Lists the installer jobs that have been created before the specified date and time, please provide the value as an ISO 8601 formatted date": "指定された日時の前に作成されたインストーラジョブを一覧表示します。ISO 8601 形式の日付として値を指定してください。",
|
|
1930
|
+
"Lists the installer jobs that have been last updated after the specified date and time, please provide the value as an ISO 8601 formatted date": "指定した日時以降に最後に更新されたインストーラジョブを一覧表示します。ISO 8601 形式の日時として値を指定してください。",
|
|
1931
|
+
"Lists the installer jobs that have been last updated before the specified date and time, please provide the value as an ISO 8601 formatted date": "指定された日時の前に最後に更新されたインストーラジョブを一覧表示します。ISO 8601 形式の日付として値を指定してください。",
|
|
1932
|
+
"The ID of the installation and maintenance company which the installer job is assigned to": "インストーラジョブが割り当てられているインストールおよびメンテナンス会社の ID",
|
|
1933
|
+
"The ID of the installer admin if such is assigned to the installer job, if passed pin will be ignored": "渡されたピンが無視される場合、インストーラ管理者のIDがインストーラジョブに割り当てられている場合。",
|
|
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": "インストーラージョブのPINは、インストーラージョブを実行するアクセス権限を確認するために使用されます。 渡されたインストーラAdminId が指定されていない場合、ピンはインストーラジョブに割り当てられます。",
|
|
1935
|
+
"Only list invoices issued after this time": "この時間以降に発行された請求書のみ一覧",
|
|
1936
|
+
"Only list invoices issued before this time": "この時間までに発行された請求書のみを一覧表示します",
|
|
1937
|
+
"The contract is effective from the first of the selected month.": "契約は、選択された月の最初から有効です。",
|
|
1938
|
+
"The contract expires at the last day of the selected month. If nothing is selected, there is no expiration date.": "この契約は、選択した月の最終日に期限が切れます。何も選択されていない場合、有効期限はありません。",
|
|
1939
|
+
"Allows the partner to start/stop session, unlock connector, trigger message, set a charging profile and get the composite schedule.": "パートナーがセッションの開始/停止、コネクタのロック解除、メッセージのトリガー、充電プロファイルの設定、コンポジットスケジュールの取得を許可します。",
|
|
1940
|
+
"Allows the partner to make reservations.": "パートナーに予約を許可します。",
|
|
1941
|
+
"Allows the partner to cancel reservations.": "パートナーが予約をキャンセルすることを許可します。",
|
|
1942
|
+
"Allows the partner to reset charge points.": "パートナーがチャージポイントをリセットできるようにします。",
|
|
1943
|
+
"Allows the partner to make firmware updates to the charge points.": "パートナーが充電ポイントのファームウェア更新を行うことを許可します。",
|
|
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.": "関税に接続手数料がある場合。 この手数料はパートナーとの収益分配には含まれず、オペレーターに完全に残ります。",
|
|
1945
|
+
"The cost of the electricity would first be deducted from the collected revenue and then the Revenue sharing rules will be applied.": "電力のコストは、まず収集された収益から差し引かれ、次に収益分配規則が適用されます。",
|
|
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.": "「true」に設定すると、パートナーは収入の割合だけでなく、電気代の払い戻しを受けることになります。",
|
|
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.": "請求された各セッションに適用され、AC充電ステーションの各セッションの収益のパートナーのシェアから引き下げられる追加料金。",
|
|
1948
|
+
"Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on DC Charging Station.": "請求された各セッションに適用され、DC充電ステーションの各セッションの収益のパートナーのシェアから引き下げられる追加料金。",
|
|
1949
|
+
"Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on AC Charging Station.": "請求されたkWhごとに適用され、AC充電ステーションで請求された各kWhの収益のパートナーのシェアから引き下げられる追加定額料金。",
|
|
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.": "請求されたkWhごとに適用され、DC充電ステーションで請求された各kWhの収益のパートナーのシェアから引かれる追加定額料金。",
|
|
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.": "ユーザーがセッションに支払った合計金額に適用される追加のパーセンテージ料金。 この手数料は、パートナーの収益の割合から差し引かれます。 この料金は、システムで「追加プラットフォーム料金」が有効になっている場合にのみ利用できます。",
|
|
1952
|
+
"The provided amount should be excluding VAT.": "指定された金額はVATを除外する必要があります。",
|
|
1953
|
+
"Only list expenses associated with a certain partner": "特定のパートナーに関連付けられた費用のみを表示する",
|
|
1954
|
+
"Only list expenses associated with a certain settlement report": "特定の決済レポートに関連する費用のみを一覧表示する",
|
|
1955
|
+
"Only list revenue by origin": "原産地別のリスト収益のみ",
|
|
1956
|
+
"3-letter currency code (ISO 4217). Only list expenses by currency": "3文字の通貨コード (ISO 4217)",
|
|
1957
|
+
"Only list invites in this status": "このステータスに招待のみを一覧表示する",
|
|
1958
|
+
"Only list partner invite records accepted by a certain user": "特定のユーザーによって受け入れられたパートナー招待記録のみ一覧表示します",
|
|
1959
|
+
"Only list partner invite records sent to a particular email address": "特定の電子メールアドレスに送信されたパートナー招待記録のみを一覧表示する",
|
|
1960
|
+
"Required by default. Prohibited if sendViaEmail is false.": "デフォルトで必須です。sendViaEmail が false の場合は禁止されています。",
|
|
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.": "招待者に送信された電子メールの言語。選択されていない場合、デフォルトのエンドユーザー言語が使用されます。`sendViaEmail` がfalseの場合は禁止されます。",
|
|
1962
|
+
"Required if allowCorporateAccountBilling is true.": "allowCorporateAccountBilling が true の場合に必要です。",
|
|
1963
|
+
"Only list revenue associated with a certain partner": "特定のパートナーに関連付けられた収益のみ",
|
|
1964
|
+
"Only list revenue associated with a certain settlement report": "特定の決済レポートに関連付けられたリスト収益のみ",
|
|
1965
|
+
"3-letter currency code (ISO 4217). Only list revenue by currency": "3 文字の通貨コード (ISO 4217) 。通貨別収益のみを一覧表示します。",
|
|
1966
|
+
"Lists partners from the specified country": "指定された国のパートナーを一覧表示します",
|
|
1967
|
+
"Lists partners with the specified regNo": "指定された regNo のパートナーを一覧表示します。",
|
|
1968
|
+
"Only list partner, identified by the externalId": "外部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.": "パートナーのビジネス名は、パートナーの名前をEVドライバおよび管理者ユーザーに表示するときに使用されます。 指定されていない場合は、代わりに `name` が使用されます。",
|
|
1970
|
+
"Company name of the Partner": "パートナーの会社名",
|
|
1971
|
+
"When set to false the API tokens related to this partner would not receive the users' balance in the response.": "false に設定すると、このパートナーに関連する API トークンは応答でユーザーの残高を受け取りません。",
|
|
1972
|
+
"Allows the Partner to update the tariff pricing.": "パートナーが関税の価格を更新できるようにします。",
|
|
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.": "`allowToControlTariffs`に加えて、パートナーは関税グループを管理することができます - 関税をアタッチして削除します。 関税グループで関税の順序を変更します。",
|
|
1974
|
+
"Third party identifier of the partner": "パートナーのサードパーティー識別子",
|
|
1975
|
+
"IBAN that is provided for the partner.": "パートナーに提供されるIBAN。",
|
|
1976
|
+
"Name of the Bank for which the partner has provided IBAN.": "パートナーがIBANを提供した銀行の名前。",
|
|
1977
|
+
"Address of the partner's Bank.": "パートナーの銀行の住所",
|
|
1978
|
+
"Bank account ID provided by the partner.": "パートナーが提供する銀行口座ID。",
|
|
1979
|
+
"Type of account the Partner has provided.": "パートナーが提供したアカウントの種類。",
|
|
1980
|
+
"Company name of the Partner.": "パートナーの会社名",
|
|
1981
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region.": "国が米国、AU、CA、UMまたはROにない場合は、地域を提供することができます。",
|
|
1982
|
+
"Third party identifier of the partner.": "パートナーの第三者識別子。",
|
|
1983
|
+
"Only list Receipts with a certain user id": "特定のユーザ ID のレシートのみを一覧表示します",
|
|
1984
|
+
"Only list Receipts with specific VAT id": "特定の付加価値税(VAT)IDのレシートのみを一覧表示します",
|
|
1985
|
+
"Only list reservations for specific EVSE by ID": "特定の EVSE によるID予約のみ一覧表示します",
|
|
1986
|
+
"Only list reservations for a specific user by ID": "特定のユーザーの ID でのみ予約を一覧表示する",
|
|
1987
|
+
"Only list reservations with this status": "このステータスのリストの予約のみ",
|
|
1988
|
+
"Date from based on reserved at attribute": "属性の予約に基づく日付",
|
|
1989
|
+
"Date to based on reserved at attribute": "属性の予約に基づく日付",
|
|
1990
|
+
"Type of critical security events that are pushed from the Charge Point to the backend.": "チャージポイントからバックエンドにプッシュされる重要なセキュリティイベントのタイプ。",
|
|
1991
|
+
"Only list sessions on a certain EVSE": "特定のEVSE上のセッションのみを一覧表示する",
|
|
1992
|
+
"Only list sessions on a certain Charge Point": "特定のチャージポイントのセッションのみを一覧表示します",
|
|
1993
|
+
"Only list sessions on a certain EVSE, identified by the phisicalReference": "phisicalReference によって識別される特定の EVSE 上のセッションのみを一覧表示します",
|
|
1994
|
+
"Only list sessions on a certain Charge Point, identified by the NetworkId": "NetworkId によって識別された特定のチャージポイント上のセッションのみを一覧表示します",
|
|
1995
|
+
"Only list sessions on Charge Points with last boot notification that had this charge_point_serial_number": "このcharge_point_serial_numberが登録されている起動時の通知を持つ有料ポイントのセッションのみを一覧表示します",
|
|
1996
|
+
"Only list sessions on Charge Points with last boot notification that had this vendor": "このベンダを持っていた最後の起動通知を含む有料ポイントのセッションのみを一覧表示します",
|
|
1997
|
+
"Only list sessions identified by the start time being after this datetime": "この日時以降に開始時間によって特定されたセッションのみを一覧表示します",
|
|
1998
|
+
"Only list sessions identified by the start time being before this datetime": "開始時刻によって特定されたセッションのみがこの日時までに表示されます",
|
|
1999
|
+
"Only list sessions by a certain user": "特定のユーザーによるセッションのみを一覧表示する",
|
|
2000
|
+
"Only list session in this status": "この状態のセッションだけを一覧表示する",
|
|
2001
|
+
"Only list sessions identified by the end time being after this datetime": "終了時間以降に同定されたセッションのみを一覧表示します",
|
|
2002
|
+
"Only list sessions identified by the end time being before this datetime": "終了時間までに特定されたセッションのみがこの日時までに表示されます",
|
|
2003
|
+
"Only list sessions associated with a certain partner": "特定のパートナーに関連付けられているセッションのみを一覧表示します",
|
|
2004
|
+
"Only list sessions associated with partners, assigned to certain sub-operator": "特定のサブオペレータに割り当てられた、パートナーに関連付けられたセッションのみを一覧表示します",
|
|
2005
|
+
"Only list sessions started with a specific idTag (RFID identifier or remote start identifier)\nA remote start identifier has the format `*XXXXXXX` where the `XXXXXXX` is the session id padded with `0`s on the left\n": "Only list sessions started with a specific idTag (RFID identifier or remote start identifier)\nA remote start identifier has the format `*XXXXXXX` where the `XXXXXXX` is the session id padded with `0`s on the left\n",
|
|
2006
|
+
"`bank_transfer` is used for one-time bank transfers, for saved (tokenized) bank transfers use `tokenized`.": "`bank_transfer` は一回限りの銀行振込に使用され、保存された(トークン化された)銀行振込には`tokenized`を使用します。",
|
|
2007
|
+
"Only list sessions with specific VAT id": "特定の VAT ID のセッションのみ一覧",
|
|
2008
|
+
"Only list sessions with payment status updated before the specified date and time. Please provide the value in ISO 8601 formatted date.": "支払ステータスが指定された日時までに更新されたセッションのみを一覧表示します。ISO 8601でフォーマットされた日時の値を入力してください。",
|
|
2009
|
+
"Only list sessions with payment status updated after the specified date and time. Please provide the value in ISO 8601 formatted date.": "指定された日時以降に支払ステータスが更新されたセッションのみを一覧表示します。ISO 8601でフォーマットされた日時に値を入力してください。",
|
|
2010
|
+
"Only list sessions with specific receipt id.": "特定のレシートIDのセッションのみを一覧表示します。",
|
|
2011
|
+
"Filter sessions based on authorization source": "認証ソースに基づいてセッションを絞り込みます",
|
|
2012
|
+
"Only list sessions in this billing status.": "この請求ステータスのセッションのみを一覧表示します。",
|
|
2013
|
+
"Only list sessions with transaction(s) with specific payment terminal id.": "特定の支払端末IDを持つトランザクションのみが一覧表示されます。",
|
|
2014
|
+
"Only list sessions initiated on the EVSEs of a specific Roaming operator with a CPO role.": "CPOロールを持つ特定のローミング演算子のEVSEで開始されたセッションのみをリストします。",
|
|
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).": "システムが支払いプロセッサと外部課金モードの両方を同時に使用する場合にのみ適用されます。 ユーザーが「外部請求」を有効にしている場合にサブスクリプションを表示または非表示にします(請求設定で許可されている場合)。",
|
|
2016
|
+
"Only list tariffs managed by certan partner.": "サータン・パートナーが管理する関税のみを一覧表示します。",
|
|
2017
|
+
"Ordered list of tariff ids in the group. Please note that the order is checked from bottom to top, meaning that the tariff with the largest index in that list (in other words that is the lowest in the list), that matches the requirements will apply": "注文されたグループの関税IDのリスト。 注文は下から上にチェックされていることに注意してください。 つまり、そのリストの中で最も大きなインデックスを持つ関税(つまり、リストの中で最も低いということ) 必要条件に合致するものを",
|
|
2018
|
+
"The assigned Partner will have access to make changes to the tariff group.": "割り当てられたパートナーは、関税グループに変更を加えることができます。",
|
|
2019
|
+
"Only list enabled or disabled Top-Up Packages": "トップアップパッケージのリストのみ有効または無効になっています",
|
|
2020
|
+
"By default is set to `false`.": "デフォルトでは`false`に設定されています。",
|
|
2021
|
+
"True returns User Groups that have no Partner associated, false returns User Groups that have a Partner associated.": "True は、パートナーに関連付けられていないユーザーグループを返します。false は、パートナーが関連付けられているユーザーグループを返します。",
|
|
2022
|
+
"User Groups of a specific Partner.": "特定のパートナーのユーザーグループ。",
|
|
2023
|
+
"The partnerId can be updated only if there are no users added to the user group": "パートナーIDは、ユーザーグループに追加されていない場合にのみ更新することができます",
|
|
2024
|
+
"Unique identifier of the Vendor, reported from the Charge point": "チャージポイントから報告されたベンダーの一意の識別子",
|
|
2025
|
+
"The code reported from the charge point when the hardwareStatus is faulted": "HardwareStatusが故障したときに充電ポイントから報告されたコード",
|
|
2026
|
+
"Description of the error provided by the vendor": "ベンダが提供するエラーの説明",
|
|
2027
|
+
"Recommended actions by the customer when this error occurs": "このエラーが発生したときにお客様が推奨するアクション",
|
|
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`.": "`voucher`、`manual_top_up`、`top_auto`、`auto_top_up`、`top_by_operator`、`api_top_up`、`promo_code`、`subscribe_to_plan`のいずれかを持つバウチャーのみを一覧表示します。",
|
|
2029
|
+
"Lists only the vouchers that are with one of these statuses `enabled`, `disabled`.": "`enabled`、`disabled`のいずれかのステータスを持つバウチャーのみを一覧表示します。",
|
|
2030
|
+
"Lists only vouchers that are created on a particular date. Please provide the value in the following format `YYYY-MM-DD`.": "特定の日付に作成されたクーポンのみを一覧表示します。次の形式の `YYYY-MM-DD` で値を指定してください。",
|
|
2031
|
+
"Lists only vouchers that are redeemed after the specified date and time. Please provide the value in ISO 8601 formatted date.": "指定された日時以降に引き換えられるクーポンのみを一覧表示します。ISO 8601 形式の日時に値を入力してください。",
|
|
2032
|
+
"Lists only vouchers that were redeemed before the specified date and time. Please provide the value in ISO 8601 formatted date.": "指定された日時以前に引き換えられたクーポンのみを一覧表示します。ISO8601形式の日付に値を入力してください。",
|
|
2033
|
+
"Lists only vouchers that were redeemed by a particular user.": "特定のユーザーが引き換えたクーポンのみが一覧表示されます。",
|
|
2034
|
+
"Lists only vouchers with expiration date after the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "指定された日付以降の有効期限を持つバウチャーのみを一覧表示します。RFC 3339 書式の日付`YYYY-MM-DD`に値を入力してください。",
|
|
2035
|
+
"Lists only vouchers with expiration date before the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "指定された日付の前に有効期限のあるバウチャーのみを一覧表示します。RFC 3339 書式の日付`YYYY-MM-DD`に値を入力してください。",
|
|
2036
|
+
"Lists only vouchers with code which contains the specified string. Please provide min 3 chars value.": "指定した文字列を含むコードを含むバウチャーのみを一覧表示します。最小3文字の値を指定してください。",
|
|
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 形式の日付。バウチャーの有効期限を定義します。 フィールドは、`redeemedAt`タイムスタンプと`validityPeriod`フィールドに`validityPeriod`が設定されていて、`expiredDate`が設定されていない場合に基づいて計算できます。",
|
|
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.": "クーポンの有効期間を定義します。 ユーザーがバウチャーを引き換えると、この期間が `redeemedAt` タイムスタンプに追加され、バウチャーの `expiredDate` を計算します。 このフィールドは `expiredDate` がまだ設定されていない場合にのみ使用されます - `expiredDate` に値がある場合。 この期間は無視され、定義された `expireDate` が代わりに使用されます。",
|
|
2039
|
+
"The date before which the voucher should be assigned to user in order to be valid. RFC 3339 formatted date": "有効にするためにバウチャーをユーザーに割り当てる日付。RFC 3339 書式日付",
|
|
2040
|
+
"The prefix of the voucher's code.": "クーポンコードのプレフィックス。",
|
|
2041
|
+
"The title of the voucher.": "バウチャーのタイトル",
|
|
2042
|
+
"GET": "取得",
|
|
2043
|
+
"POST": "POST",
|
|
2044
|
+
"PATCH": "PATCH",
|
|
2045
|
+
"PUT": "PUT",
|
|
2046
|
+
"DELETE": "削除",
|
|
2047
|
+
"HEAD": "頭",
|
|
2048
|
+
"None": "なし",
|
|
2049
|
+
"JSON": "JSON",
|
|
2050
|
+
"Form Data": "フォームデータ",
|
|
2051
|
+
"Raw": "Raw",
|
|
2052
|
+
"Inoperative": "非<unk>",
|
|
2053
|
+
"Operative": "操作",
|
|
2054
|
+
"hard": "ハード",
|
|
2055
|
+
"soft": "ソフトな",
|
|
2056
|
+
"ChargePointMaxProfile": "ChargePointMaxProfile",
|
|
2057
|
+
"TxDefaultProfile": "TxDefaultProfile",
|
|
2058
|
+
"TxProfile": "TxProfile",
|
|
2059
|
+
"Absolute": "絶対",
|
|
2060
|
+
"Recurring": "繰り返し",
|
|
2061
|
+
"Relative": "相対値",
|
|
2062
|
+
"Daily": "毎日",
|
|
2063
|
+
"Weekly": "Weekly",
|
|
2064
|
+
"A": "A",
|
|
2065
|
+
"W": "W",
|
|
2066
|
+
"true": "true",
|
|
2067
|
+
"false": "false",
|
|
2068
|
+
"BootNotification": "BootNotification",
|
|
2069
|
+
"DiagnosticsStatusNotification": "DiagnosticsStatus通知",
|
|
2070
|
+
"LogStatusNotification": "LogStatusNotification",
|
|
2071
|
+
"FirmwareStatusNotification": "ファームウェアステータス通知",
|
|
2072
|
+
"PublishFirmwareStatusNotification": "Publishファームウェアステータス通知",
|
|
2073
|
+
"Heartbeat": "Heartbeat",
|
|
2074
|
+
"MeterValues": "メーター値",
|
|
2075
|
+
"StatusNotification": "ステータス通知",
|
|
2076
|
+
"SignV2GCertificate": "SignV2GCertificate",
|
|
2077
|
+
"SignChargingStationCertificate": "SignChargingStation証明書",
|
|
2078
|
+
"SignCombinedCertificate": "SignCombinedCertificate",
|
|
2079
|
+
"TransactionEvent": "トランザクションイベント",
|
|
2080
|
+
"ChargingStationCertificate": "充電ステーション証明書",
|
|
2081
|
+
"V2GCertificate": "V2GCertificate",
|
|
2082
|
+
"V2GRootCertificate": "V2GRootCertificate",
|
|
2083
|
+
"MORootCertificate": "MORoot証明書",
|
|
2084
|
+
"CSMSRootCertificate": "CSMSRootCertificate",
|
|
2085
|
+
"ManufacturerRootCertificate": "メーカールート証明書",
|
|
2086
|
+
"V2GCertificateChain": "V2GCertificateChain",
|
|
2087
|
+
"http": "http",
|
|
2088
|
+
"https": "https",
|
|
2089
|
+
"manual": "マニュアル",
|
|
2090
|
+
"automatic": "自動",
|
|
2091
|
+
"downtime": "ダウンタイム",
|
|
2092
|
+
"exempt": "exempt",
|
|
2093
|
+
"private": "非公開",
|
|
2094
|
+
"public": "公開",
|
|
2095
|
+
"personal": "個人的な",
|
|
2096
|
+
"cellular": "携帯電話",
|
|
2097
|
+
"ethernet": "イーサネット",
|
|
2098
|
+
"wlan": "wlan",
|
|
2099
|
+
"enabled": "有効",
|
|
2100
|
+
"disabled": "無効",
|
|
2101
|
+
"out of order": "故障中",
|
|
2102
|
+
"demo": "デモ",
|
|
2103
|
+
"ocpp 1.5": "ocpp 1.5",
|
|
2104
|
+
"ocpp 1.6": "ocpp 1.6",
|
|
2105
|
+
"ocpp 1.6 soap": "ocpp.1.6石けんは",
|
|
2106
|
+
"ocpp 2.0.1": "ocpp 2.0.1",
|
|
2107
|
+
"remote_start_stop_capable": "remote_stop_enable",
|
|
2108
|
+
"meter_values": "meter_values",
|
|
2109
|
+
"stop_transaction_on_ev_disconnect": "stop_transaction_on_ev_disconnect",
|
|
2110
|
+
"disregard_the_heartbeats": "disregard_the_heartbeats",
|
|
2111
|
+
"display_messages": "display_messages",
|
|
2112
|
+
"private_view_private_use": "private_view_private_use",
|
|
2113
|
+
"private_view_public_use": "private_view_public_use",
|
|
2114
|
+
"public_view_private_use": "public_view_private_use",
|
|
2115
|
+
"none": "なし",
|
|
2116
|
+
"direct_ocpp": "direct_ocpp",
|
|
2117
|
+
"via_ocpp_connected_charge_point": "via_ocpp_connected_charge_point",
|
|
2118
|
+
"applied": "applied",
|
|
2119
|
+
"pending": "処理待ち",
|
|
2120
|
+
"rejected": "拒否されました",
|
|
2121
|
+
"lastBootNotification": "lastBootNotification",
|
|
2122
|
+
"chargingProfile": "chargingProfile",
|
|
2123
|
+
"smartCharging": "smartCharging",
|
|
2124
|
+
"smartChargingPreferences": "smartCharging環境設定",
|
|
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": "single_phase",
|
|
2132
|
+
"three_phase": "three_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": "コネクタ",
|
|
2147
|
+
"type1": "type1",
|
|
2148
|
+
"type2": "type2",
|
|
2149
|
+
"type3": "type3",
|
|
2150
|
+
"chademo": "chademo",
|
|
2151
|
+
"ccs1": "ccs1",
|
|
2152
|
+
"ccs2": "ccs2",
|
|
2153
|
+
"schuko": "schuko",
|
|
2154
|
+
"nacs": "nacs",
|
|
2155
|
+
"cee16": "cee16",
|
|
2156
|
+
"cee32": "cee32",
|
|
2157
|
+
"j1772": "1772",
|
|
2158
|
+
"inductive": "帰納的",
|
|
2159
|
+
"nema-5-20": "nema-5-20",
|
|
2160
|
+
"type-e-french": "type-e-french",
|
|
2161
|
+
"type-g-british": "type-g-British",
|
|
2162
|
+
"type-j-swiss": "type-j-swiss",
|
|
2163
|
+
"avcon": "avcon",
|
|
2164
|
+
"gb-t-ac": "gb-t-ac",
|
|
2165
|
+
"gb-t-dc": "gb-t-dc",
|
|
2166
|
+
"chaoji": "chaoji",
|
|
2167
|
+
"nema-6-30": "nema-6-30",
|
|
2168
|
+
"nema-6-50": "nema-6-50",
|
|
2169
|
+
"socket": "socket",
|
|
2170
|
+
"cable": "ケーブル",
|
|
2171
|
+
"User controlled schedule": "ユーザー制御のスケジュール",
|
|
2172
|
+
"Octopus Agile": "タコアジャイル",
|
|
2173
|
+
"Octopus Go": "Octopus Go",
|
|
2174
|
+
"Energi Elspot": "Energi Elspot",
|
|
2175
|
+
"NordPool": "NordPool",
|
|
2176
|
+
"Electricity rate": "電力料金",
|
|
2177
|
+
"Disabled": "無効",
|
|
2178
|
+
"tod": "tod",
|
|
2179
|
+
"dynamic": "dynamic",
|
|
2180
|
+
"user_schedule": "user_schedule",
|
|
2181
|
+
"ocpp1.6": "ocpp1.6",
|
|
2182
|
+
"ocpp2.0.1": "ocpp2.0.1",
|
|
2183
|
+
"Configuration variable for OCPP 1.6": "OCPP 1.6の設定変数",
|
|
2184
|
+
"Configuration variable for OCPP 2.0.1": "OCPP 2.0.1の設定変数",
|
|
2185
|
+
"admin_defined": "admin_defined",
|
|
2186
|
+
"octopus_go": "octopus_go",
|
|
2187
|
+
"agile_octopus": "agile_octopus",
|
|
2188
|
+
"elspot": "elspot",
|
|
2189
|
+
"nord_pool": "nord_pool",
|
|
2190
|
+
"mon": "mon",
|
|
2191
|
+
"tue": "美しさ",
|
|
2192
|
+
"wed": "wed",
|
|
2193
|
+
"thu": "thu",
|
|
2194
|
+
"fri": "fri",
|
|
2195
|
+
"sat": "土",
|
|
2196
|
+
"sun": "太陽",
|
|
2197
|
+
"any": "任意の",
|
|
2198
|
+
"suspended": "一時停止中",
|
|
2199
|
+
"rfid": "rfid",
|
|
2200
|
+
"mac_address": "mac_address",
|
|
2201
|
+
"emaid": "emaid",
|
|
2202
|
+
"company_car": "company_car",
|
|
2203
|
+
"private_car": "private_car",
|
|
2204
|
+
"AF": "AF",
|
|
2205
|
+
"AX": "AX",
|
|
2206
|
+
"AL": "AL",
|
|
2207
|
+
"DZ": "DZ",
|
|
2208
|
+
"AS": "AS",
|
|
2209
|
+
"AD": "AD",
|
|
2210
|
+
"AO": "AO(オー)",
|
|
2211
|
+
"AI": "AI",
|
|
2212
|
+
"AQ": "AQ",
|
|
2213
|
+
"AG": "AG",
|
|
2214
|
+
"AR": "AR",
|
|
2215
|
+
"AM": "午前",
|
|
2216
|
+
"AW": "AW",
|
|
2217
|
+
"AU": "AU",
|
|
2218
|
+
"AT": "AT",
|
|
2219
|
+
"AZ": "AZ",
|
|
2220
|
+
"BS": "BS",
|
|
2221
|
+
"BH": "BH",
|
|
2222
|
+
"BD": "BD",
|
|
2223
|
+
"BB": "BB",
|
|
2224
|
+
"BY": "By",
|
|
2225
|
+
"BE": "BE",
|
|
2226
|
+
"BZ": "BZ",
|
|
2227
|
+
"BJ": "BJ",
|
|
2228
|
+
"BM": "BM",
|
|
2229
|
+
"BT": "BT",
|
|
2230
|
+
"BO": "BO",
|
|
2231
|
+
"BQ": "BQ",
|
|
2232
|
+
"BA": "BA",
|
|
2233
|
+
"BW": "BW",
|
|
2234
|
+
"BV": "BV",
|
|
2235
|
+
"BR": "BR",
|
|
2236
|
+
"IO": "IO",
|
|
2237
|
+
"BN": "BNキー",
|
|
2238
|
+
"BG": "3G",
|
|
2239
|
+
"BF": "BF",
|
|
2240
|
+
"BI": "BI",
|
|
2241
|
+
"KH": "KH",
|
|
2242
|
+
"CM": "CM",
|
|
2243
|
+
"CA": "CA",
|
|
2244
|
+
"CV": "CV",
|
|
2245
|
+
"KY": "KY",
|
|
2246
|
+
"CF": "CF",
|
|
2247
|
+
"TD": "TD",
|
|
2248
|
+
"CL": "CL",
|
|
2249
|
+
"CN": "CN",
|
|
2250
|
+
"CX": "CX",
|
|
2251
|
+
"CC": "CC",
|
|
2252
|
+
"CO": "CO",
|
|
2253
|
+
"KM": "KM",
|
|
2254
|
+
"CG": "CG",
|
|
2255
|
+
"CD": "CD",
|
|
2256
|
+
"CK": "CK",
|
|
2257
|
+
"CR": "CR",
|
|
2258
|
+
"CI": "CI",
|
|
2259
|
+
"HR": "時間",
|
|
2260
|
+
"CU": "CU",
|
|
2261
|
+
"CW": "CW",
|
|
2262
|
+
"CY": "CY",
|
|
2263
|
+
"CZ": "CZ",
|
|
2264
|
+
"DK": "DK",
|
|
2265
|
+
"DJ": "DJ",
|
|
2266
|
+
"DM": "DM",
|
|
2267
|
+
"DO": "Do",
|
|
2268
|
+
"EC": "EC",
|
|
2269
|
+
"EG": "EG",
|
|
2270
|
+
"SV": "SV",
|
|
2271
|
+
"GQ": "GQ",
|
|
2272
|
+
"ER": "ER",
|
|
2273
|
+
"EE": "EE",
|
|
2274
|
+
"ET": "ET",
|
|
2275
|
+
"FK": "FK",
|
|
2276
|
+
"FO": "FO",
|
|
2277
|
+
"FJ": "FJ",
|
|
2278
|
+
"FI": "FI",
|
|
2279
|
+
"FR": "FR",
|
|
2280
|
+
"GF": "GF",
|
|
2281
|
+
"PF": "PF",
|
|
2282
|
+
"TF": "TF",
|
|
2283
|
+
"GA": "GA",
|
|
2284
|
+
"GM": "GM",
|
|
2285
|
+
"GE": "GE",
|
|
2286
|
+
"DE": "DE",
|
|
2287
|
+
"GH": "GH",
|
|
2288
|
+
"GI": "GI",
|
|
2289
|
+
"GR": "RR",
|
|
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": "HK",
|
|
2304
|
+
"HU": "HU",
|
|
2305
|
+
"IS": "IS",
|
|
2306
|
+
"IN": "IN",
|
|
2307
|
+
"ID": "ID",
|
|
2308
|
+
"IR": "IR",
|
|
2309
|
+
"IQ": "IQ",
|
|
2310
|
+
"IE": "IE",
|
|
2311
|
+
"IM": "IM",
|
|
2312
|
+
"IL": "IL",
|
|
2313
|
+
"IT": "IT",
|
|
2314
|
+
"JM": "JM",
|
|
2315
|
+
"JP": "JP",
|
|
2316
|
+
"JE": "JE",
|
|
2317
|
+
"JO": "JO",
|
|
2318
|
+
"KZ": "KZ",
|
|
2319
|
+
"KE": "KE",
|
|
2320
|
+
"KI": "Ki",
|
|
2321
|
+
"KP": "KP",
|
|
2322
|
+
"KR": "KR",
|
|
2323
|
+
"XK": "XK",
|
|
2324
|
+
"KW": "KW",
|
|
2325
|
+
"KG": "KG",
|
|
2326
|
+
"LA": "LA",
|
|
2327
|
+
"LV": "LV",
|
|
2328
|
+
"LB": "LB",
|
|
2329
|
+
"LS": "LS",
|
|
2330
|
+
"LR": "LR",
|
|
2331
|
+
"LY": "LY",
|
|
2332
|
+
"LI": "LI",
|
|
2333
|
+
"LT": "LT",
|
|
2334
|
+
"LU": "LU",
|
|
2335
|
+
"MO": "月",
|
|
2336
|
+
"MK": "MK",
|
|
2337
|
+
"MG": "MG",
|
|
2338
|
+
"MW": "MW",
|
|
2339
|
+
"MY": "マイ",
|
|
2340
|
+
"MV": "MV",
|
|
2341
|
+
"ML": "ML",
|
|
2342
|
+
"MT": "MT",
|
|
2343
|
+
"MH": "MH",
|
|
2344
|
+
"MQ": "MQ",
|
|
2345
|
+
"MR": "MR",
|
|
2346
|
+
"MU": "MU",
|
|
2347
|
+
"YT": "YT",
|
|
2348
|
+
"MX": "MX",
|
|
2349
|
+
"FM": "FM",
|
|
2350
|
+
"MD": "MD",
|
|
2351
|
+
"MC": "MC",
|
|
2352
|
+
"MN": "MN",
|
|
2353
|
+
"ME": "ME",
|
|
2354
|
+
"MS": "MS",
|
|
2355
|
+
"MA": "MA",
|
|
2356
|
+
"MZ": "MZ",
|
|
2357
|
+
"MM": "MM",
|
|
2358
|
+
"NA": "NA",
|
|
2359
|
+
"NR": "(NR)",
|
|
2360
|
+
"NP": "NP",
|
|
2361
|
+
"NL": "NL",
|
|
2362
|
+
"NC": "NC",
|
|
2363
|
+
"NZ": "ニュージーランドドル",
|
|
2364
|
+
"NI": "NI",
|
|
2365
|
+
"NE": "ー該当なし",
|
|
2366
|
+
"NG": "NG",
|
|
2367
|
+
"NU": "NU",
|
|
2368
|
+
"NF": "NF",
|
|
2369
|
+
"MP": "MP",
|
|
2370
|
+
"NO": "いいえ",
|
|
2371
|
+
"OM": "OM",
|
|
2372
|
+
"PK": "PK数",
|
|
2373
|
+
"PW": "PW",
|
|
2374
|
+
"PS": "PS",
|
|
2375
|
+
"PA": "PA",
|
|
2376
|
+
"PG": "PG",
|
|
2377
|
+
"PY": "PY",
|
|
2378
|
+
"PE": "PE",
|
|
2379
|
+
"PH": "PH値",
|
|
2380
|
+
"PN": "PN",
|
|
2381
|
+
"PL": "PL",
|
|
2382
|
+
"PT": "PT",
|
|
2383
|
+
"PR": "PR",
|
|
2384
|
+
"QA": "QA",
|
|
2385
|
+
"RE": "RE",
|
|
2386
|
+
"RO": "RO",
|
|
2387
|
+
"RU": "RU",
|
|
2388
|
+
"RW": "RW",
|
|
2389
|
+
"BL": "BL",
|
|
2390
|
+
"SH": "SH",
|
|
2391
|
+
"KN": "KN",
|
|
2392
|
+
"LC": "LC",
|
|
2393
|
+
"MF": "MF",
|
|
2394
|
+
"PM": "PM",
|
|
2395
|
+
"VC": "VC",
|
|
2396
|
+
"WS": "WS",
|
|
2397
|
+
"SM": "SM",
|
|
2398
|
+
"ST": "ST",
|
|
2399
|
+
"SA": "SA",
|
|
2400
|
+
"SN": "CN",
|
|
2401
|
+
"RS": "RS",
|
|
2402
|
+
"SC": "SC",
|
|
2403
|
+
"SL": "SL",
|
|
2404
|
+
"SG": "SG",
|
|
2405
|
+
"SX": "SX",
|
|
2406
|
+
"SK": "SK",
|
|
2407
|
+
"SI": "SI",
|
|
2408
|
+
"SB": "SB",
|
|
2409
|
+
"SO": "そのために",
|
|
2410
|
+
"ZA": "ZA",
|
|
2411
|
+
"GS": "GS",
|
|
2412
|
+
"SS": "SS",
|
|
2413
|
+
"ES": "ES",
|
|
2414
|
+
"LK": "LK",
|
|
2415
|
+
"SD": "SD",
|
|
2416
|
+
"SR": "SR",
|
|
2417
|
+
"SJ": "SJ",
|
|
2418
|
+
"SZ": "SZ",
|
|
2419
|
+
"SE": "SE",
|
|
2420
|
+
"CH": "CH",
|
|
2421
|
+
"SY": "SY",
|
|
2422
|
+
"TW": "TW",
|
|
2423
|
+
"TJ": "TJ",
|
|
2424
|
+
"TZ": "TZ",
|
|
2425
|
+
"TH": "TH",
|
|
2426
|
+
"TL": "TL",
|
|
2427
|
+
"TG": "TG",
|
|
2428
|
+
"TK": "TK",
|
|
2429
|
+
"TO": "宛先",
|
|
2430
|
+
"TT": "TT",
|
|
2431
|
+
"TN": "TN",
|
|
2432
|
+
"TR": "TR",
|
|
2433
|
+
"TM": "TM",
|
|
2434
|
+
"TC": "TC",
|
|
2435
|
+
"TV": "テレビ",
|
|
2436
|
+
"UG": "UG",
|
|
2437
|
+
"UA": "UA",
|
|
2438
|
+
"AE": "AE",
|
|
2439
|
+
"GB": "GB",
|
|
2440
|
+
"US": "米国",
|
|
2441
|
+
"UM": "UM",
|
|
2442
|
+
"UY": "UY",
|
|
2443
|
+
"UZ": "UZ",
|
|
2444
|
+
"VU": "VU",
|
|
2445
|
+
"VE": "VE",
|
|
2446
|
+
"VN": "VN",
|
|
2447
|
+
"VG": "VG",
|
|
2448
|
+
"VI": "VI",
|
|
2449
|
+
"WF": "WF",
|
|
2450
|
+
"EH": "EH",
|
|
2451
|
+
"YE": "YE",
|
|
2452
|
+
"ZM": "ZM",
|
|
2453
|
+
"ZW": "ZW",
|
|
2454
|
+
"chargingZones": "chargingZones",
|
|
2455
|
+
"locationImage": "locationImage",
|
|
2456
|
+
"images": "画像",
|
|
2457
|
+
"externalAppData": "externalAppData",
|
|
2458
|
+
"AuthorizationNotification": "承認通知",
|
|
2459
|
+
"authorization.changed": "authorization.changed",
|
|
2460
|
+
"ChargePointChangedNotification": "ChargePoint変更通知",
|
|
2461
|
+
"chargePoint.changed": "chargePoint.changed",
|
|
2462
|
+
"evse.changed": "evse.changed",
|
|
2463
|
+
"ChargePointSyncConfigurationNotification": "ChargePoint同期設定通知",
|
|
2464
|
+
"CircuitConsumptionNotification": "CircuitConductionNotification",
|
|
2465
|
+
"circuit.changed": "circuit.change",
|
|
2466
|
+
"HardwareStatusNotification": "ハードウェアステータス通知",
|
|
2467
|
+
"LocationChangedNotification": "LocationChangedNotification",
|
|
2468
|
+
"NetworkStatusNotification": "NetworkStatusNotification",
|
|
2469
|
+
"SecurityEventNotification": "Security EventNotification",
|
|
2470
|
+
"SessionMeterValuesNotification": "SessionMeterValuesNotification",
|
|
2471
|
+
"SessionStartStopNotification": "SessionStartStopNotification",
|
|
2472
|
+
"session.start.stop.notification": "session.start.stop.notification",
|
|
2473
|
+
"SessionUpdateNotification": "SessionUpdateNotification",
|
|
2474
|
+
"UserChangedNotification": "UserChangedNotification",
|
|
2475
|
+
"SubOperatorChangedNotification": "SubOperatorChangedNotification",
|
|
2476
|
+
"TariffChangedNotification": "TariffChangedNotification",
|
|
2477
|
+
"user.subscriptionChanged": "user.subscriptionChanged",
|
|
2478
|
+
"user.subscription.changed": "user.subscription.changed",
|
|
2479
|
+
"ReservationChangedNotification": "ReservationChangedNotification",
|
|
2480
|
+
"PaymentMethodChangedNotification": "支払方法変更通知",
|
|
2481
|
+
"PartnerInviteChangedNotification": "PartnerInviteChangedNotification",
|
|
2482
|
+
"reservation.changed": "reservation.changed",
|
|
2483
|
+
"user.paymentMethod.changed": "user.paymentMethod.changed",
|
|
2484
|
+
"userBalance.changed": "userBalance.changed",
|
|
2485
|
+
"partnerInvite.changed": "partnerInvite.changed",
|
|
2486
|
+
"roamingPlatform.changed": "roamingPlatform.changed",
|
|
2487
|
+
"parkingSpace.occupancyStatus.changed": "parkingSpace.ocupancyStatus.changed",
|
|
2488
|
+
"partner.changed": "partner.changed",
|
|
2489
|
+
"transaction.changed": "transaction.changed",
|
|
2490
|
+
"settlementReport.created": "settlementReport.created",
|
|
2491
|
+
"idTag.changed": "idTag.changed",
|
|
2492
|
+
"chargePoint.dataTransferReceived": "chargePoint.dataTransferReceived",
|
|
2493
|
+
"subscriptionPlan.changed": "subscriptionPlan.changed",
|
|
2494
|
+
"user.invoiceDetails.changed": "user.invoiceDetails.changed",
|
|
2495
|
+
"cdr.received": "cdr.received",
|
|
2496
|
+
"chargingProfile.applied": "chargingProfile.applied",
|
|
2497
|
+
"installerJob.changed": "installerJob.changed",
|
|
2498
|
+
"available": "利用可能です",
|
|
2499
|
+
"occupied": "占領済",
|
|
2500
|
+
"unknown": "不明",
|
|
2501
|
+
"evses": "evses",
|
|
2502
|
+
"company": "会社名",
|
|
2503
|
+
"AD_HOC_PAYMENT": "AD_HOC_PAYMENT",
|
|
2504
|
+
"PROFILE_CHEAP": "CHEAP",
|
|
2505
|
+
"PROFILE_FAST": "PROFILE_FAST",
|
|
2506
|
+
"PROFILE_GREEN": "緑のプロパティ",
|
|
2507
|
+
"REGULAR": "レギュラー",
|
|
2508
|
+
"unavailable": "unavailable",
|
|
2509
|
+
"amperage_voltage_3": "amperage_voltage_3",
|
|
2510
|
+
"amperage_voltage_sqr3": "amperage_voltage_sqr3",
|
|
2511
|
+
"AC": "AC",
|
|
2512
|
+
"DC": "DC",
|
|
2513
|
+
"Hubject": "Hubject",
|
|
2514
|
+
"OCPI or Gireve 2.2.1": "OCPIまたはGive2.2.1",
|
|
2515
|
+
"monthly": "毎月",
|
|
2516
|
+
"annually": "年間",
|
|
2517
|
+
"pre-paid": "プリペイド",
|
|
2518
|
+
"post-paid": "後払いされた",
|
|
2519
|
+
"personal_commercial": "個人用コマーシャル(_C)",
|
|
2520
|
+
"default": "デフォルト",
|
|
2521
|
+
"internal": "内部",
|
|
2522
|
+
"external": "外部",
|
|
2523
|
+
"as_renewal_cycle": "as_renewal_Cycle",
|
|
2524
|
+
"after_each_session": "after_each_session",
|
|
2525
|
+
"after_24_hours": "after_24_hours",
|
|
2526
|
+
"after_each_week": "after_each_week",
|
|
2527
|
+
"after_each_month": "after_each_month",
|
|
2528
|
+
"after_each_year": "after_each_year",
|
|
2529
|
+
"combined": "結合された",
|
|
2530
|
+
"separate": "別の|別の",
|
|
2531
|
+
"free": "無料",
|
|
2532
|
+
"flat rate": "定員率",
|
|
2533
|
+
"duration+energy": "デュレーション+エネルギー",
|
|
2534
|
+
"duration+energy time of day": "時間+エネルギー時間 (日の)",
|
|
2535
|
+
"energy tou": "energytou",
|
|
2536
|
+
"standard": "標準",
|
|
2537
|
+
"charging not allowed": "充電はできません",
|
|
2538
|
+
"average power levels": "平均電力レベル",
|
|
2539
|
+
"peak power levels": "ピーク電力レベル",
|
|
2540
|
+
"standard_tod": "standard_tod",
|
|
2541
|
+
"optimised dynamic pricing": "最適化された動的価格設定",
|
|
2542
|
+
"individual": "個人",
|
|
2543
|
+
"visa": "visa",
|
|
2544
|
+
"mastercard": "マスターカード",
|
|
2545
|
+
"paypal": "paypalの",
|
|
2546
|
+
"maestro": "maestro",
|
|
2547
|
+
"amex": "amex",
|
|
2548
|
+
"applepay": "applepay",
|
|
2549
|
+
"googlepay": "googlepay",
|
|
2550
|
+
"twint": "twint",
|
|
2551
|
+
"other": "その他",
|
|
2552
|
+
"finalized": "finalized",
|
|
2553
|
+
"failed": "失敗しました",
|
|
2554
|
+
"reserved": "予約済み",
|
|
2555
|
+
"refunded": "払い戻し済み",
|
|
2556
|
+
"authorized": "承認済み",
|
|
2557
|
+
"initialized": "初期化済み",
|
|
2558
|
+
"session": "セッション",
|
|
2559
|
+
"subscription_plan": "サブスクリプションプラン",
|
|
2560
|
+
"topup_package": "topup_package",
|
|
2561
|
+
"custom_fee": "custom_fees",
|
|
2562
|
+
"payment_terminal_authorisation": "payment_terminal_authorization",
|
|
2563
|
+
"payment_authorisation": "payment_authorisation",
|
|
2564
|
+
"card": "カード",
|
|
2565
|
+
"bank_transfer": "bank_transfer",
|
|
2566
|
+
"wallet": "ウォレット",
|
|
2567
|
+
"pse": "pse",
|
|
2568
|
+
"sepa": "セパ語",
|
|
2569
|
+
"reversed": "逆順",
|
|
2570
|
+
"partnerInvites": "partnerInvites",
|
|
2571
|
+
"single_session": "single_session",
|
|
2572
|
+
"multiple_simultaneous_sessions_per_idtag": "multiple_simultaneous_sessions_per_idtag",
|
|
2573
|
+
"simultaneous_use_of_idtags": "simultanous_use_of_idtags",
|
|
2574
|
+
"multiple_simultaneous_sessions_remotely_and_idtags": "multiple_simultaneous_sessions_remotely_and_idtags",
|
|
2575
|
+
"Ampeco Invoice Manager": "Ampeco請求書マネージャー",
|
|
2576
|
+
"Cardcom Invoice Manager": "Cardcom 請求書マネージャー",
|
|
2577
|
+
"SoftOne Invoice Manager": "SoftOne 請求書マネージャー",
|
|
2578
|
+
"Ecpay Invoice Manager": "Ecpay請求書マネージャー",
|
|
2579
|
+
"webhook": "webhook",
|
|
2580
|
+
"kafka": "kafka",
|
|
2581
|
+
"gzip": "gzip",
|
|
2582
|
+
"snappy": "軽やかに",
|
|
2583
|
+
"lz4": "lz4",
|
|
2584
|
+
"PLAINTEXT": "PLAINTEXT",
|
|
2585
|
+
"SASL_SSL": "SASL_SSL",
|
|
2586
|
+
"PLAIN": "PLAIN",
|
|
2587
|
+
"SCRAM-SHA-256": "SCRAM-SHA-256",
|
|
2588
|
+
"SCRAM-SHA-512": "SCRAM-SHA-512",
|
|
2589
|
+
"approved": "承認済み",
|
|
2590
|
+
"Create Booking": "予約を作成",
|
|
2591
|
+
"Update the given Booking": "与えられた予約を更新する",
|
|
2592
|
+
"Cancel Booking": "予約をキャンセル",
|
|
2593
|
+
"accepted": "承認済み",
|
|
2594
|
+
"completed": "完了",
|
|
2595
|
+
"cancelled": "キャンセル済み",
|
|
2596
|
+
"no-show": "No show",
|
|
2597
|
+
"bookedEvses": "bookedEvses",
|
|
2598
|
+
"success": "成功",
|
|
2599
|
+
"fail": "失敗",
|
|
2600
|
+
"chargePointPriorities": "請求ポイントの優先度",
|
|
2601
|
+
"userPriorities": "userPriorities",
|
|
2602
|
+
"socPriorities": "socPriorities",
|
|
2603
|
+
"consumption": "消費",
|
|
2604
|
+
"unmanagedLoad": "unmanagedLoad",
|
|
2605
|
+
"star": "星",
|
|
2606
|
+
"delta": "delta",
|
|
2607
|
+
"Variant 1": "バリアント1",
|
|
2608
|
+
"Variant 2": "Variant 2",
|
|
2609
|
+
"partner": "パートナー",
|
|
2610
|
+
"userGroup": "userGroup",
|
|
2611
|
+
"AED": "AED",
|
|
2612
|
+
"AFN": "AFN",
|
|
2613
|
+
"ALL": "すべて",
|
|
2614
|
+
"AMD": "AMD",
|
|
2615
|
+
"ANG": "ANG",
|
|
2616
|
+
"AOA": "アオア",
|
|
2617
|
+
"ARS": "ARS",
|
|
2618
|
+
"AUD": "オーストラリアドル",
|
|
2619
|
+
"AWG": "AWG",
|
|
2620
|
+
"AZN": "AZN",
|
|
2621
|
+
"BAM": "BAM",
|
|
2622
|
+
"BBD": "BBD",
|
|
2623
|
+
"BDT": "BDT",
|
|
2624
|
+
"BGN": "BGN",
|
|
2625
|
+
"BHD": "BHD",
|
|
2626
|
+
"BIF": "BIF",
|
|
2627
|
+
"BMD": "BMD",
|
|
2628
|
+
"BND": "BND",
|
|
2629
|
+
"BOB": "BOB",
|
|
2630
|
+
"BOV": "BOV",
|
|
2631
|
+
"BRL": "BRL",
|
|
2632
|
+
"BSD": "BSD",
|
|
2633
|
+
"BTN": "BTN",
|
|
2634
|
+
"BWP": "BWP",
|
|
2635
|
+
"BYN": "BYN",
|
|
2636
|
+
"BZD": "BZD",
|
|
2637
|
+
"CAD": "CAD",
|
|
2638
|
+
"CDF": "CDF",
|
|
2639
|
+
"CHE": "CHE",
|
|
2640
|
+
"CHF": "CHF",
|
|
2641
|
+
"CHW": "CHW",
|
|
2642
|
+
"CLF": "CLF",
|
|
2643
|
+
"CLP": "CLP",
|
|
2644
|
+
"CNY": "CNY",
|
|
2645
|
+
"COP": "COP",
|
|
2646
|
+
"COU": "COU",
|
|
2647
|
+
"CRC": "RC",
|
|
2648
|
+
"CUC": "CUC",
|
|
2649
|
+
"CUP": "CUP",
|
|
2650
|
+
"CVE": "CVE",
|
|
2651
|
+
"CZK": "CZK",
|
|
2652
|
+
"DJF": "DJF",
|
|
2653
|
+
"DKK": "DKK",
|
|
2654
|
+
"DOP": "DOP",
|
|
2655
|
+
"DZD": "DZD",
|
|
2656
|
+
"EGP": "EGP",
|
|
2657
|
+
"ERN": "ERN",
|
|
2658
|
+
"ETB": "ETB",
|
|
2659
|
+
"EUR": "EUR",
|
|
2660
|
+
"FJD": "FJD",
|
|
2661
|
+
"FKP": "FKP",
|
|
2662
|
+
"GBP": "GBP",
|
|
2663
|
+
"GEL": "GEL",
|
|
2664
|
+
"GHS": "GHS",
|
|
2665
|
+
"GIP": "GIP",
|
|
2666
|
+
"GMD": "GMD",
|
|
2667
|
+
"GNF": "GNF",
|
|
2668
|
+
"GTQ": "GTQ",
|
|
2669
|
+
"GYD": "GYD",
|
|
2670
|
+
"HKD": "HKD",
|
|
2671
|
+
"HNL": "HNL",
|
|
2672
|
+
"HRK": "HRK",
|
|
2673
|
+
"HTG": "HTG",
|
|
2674
|
+
"HUF": "HUF",
|
|
2675
|
+
"IDR": "IDR",
|
|
2676
|
+
"ILS": "ILS",
|
|
2677
|
+
"INR": "INR",
|
|
2678
|
+
"IQD": "IQD",
|
|
2679
|
+
"IRR": "IRR",
|
|
2680
|
+
"ISK": "ISK",
|
|
2681
|
+
"JMD": "JMD",
|
|
2682
|
+
"JOD": "ジョッド",
|
|
2683
|
+
"JPY": "円",
|
|
2684
|
+
"KES": "KES",
|
|
2685
|
+
"KGS": "KGS",
|
|
2686
|
+
"KHR": "KHR",
|
|
2687
|
+
"KMF": "KMF",
|
|
2688
|
+
"KPW": "KPW",
|
|
2689
|
+
"KRW": "KRW",
|
|
2690
|
+
"KWD": "KWD",
|
|
2691
|
+
"KYD": "KYD",
|
|
2692
|
+
"KZT": "KZT",
|
|
2693
|
+
"LAK": "LAK",
|
|
2694
|
+
"LBP": "LBP",
|
|
2695
|
+
"LKR": "LKR",
|
|
2696
|
+
"LRD": "LRD",
|
|
2697
|
+
"LSL": "LSL",
|
|
2698
|
+
"LYD": "LYD",
|
|
2699
|
+
"MAD": "MAD",
|
|
2700
|
+
"MDL": "MDL",
|
|
2701
|
+
"MGA": "MGA",
|
|
2702
|
+
"MKD": "MKD",
|
|
2703
|
+
"MMK": "MMK",
|
|
2704
|
+
"MNT": "MNT",
|
|
2705
|
+
"MOP": "MOP",
|
|
2706
|
+
"MRU": "MRU",
|
|
2707
|
+
"MUR": "MUR",
|
|
2708
|
+
"MVR": "MVR",
|
|
2709
|
+
"MWK": "MWK",
|
|
2710
|
+
"MXN": "MXN",
|
|
2711
|
+
"MXV": "MXV",
|
|
2712
|
+
"MYR": "MYR",
|
|
2713
|
+
"MZN": "MZN",
|
|
2714
|
+
"NAD": "NAD",
|
|
2715
|
+
"NGN": "NGN",
|
|
2716
|
+
"NIO": "NIO",
|
|
2717
|
+
"NOK": "NOK",
|
|
2718
|
+
"NPR": "NPR",
|
|
2719
|
+
"NZD": "NZD",
|
|
2720
|
+
"OMR": "OMR",
|
|
2721
|
+
"PAB": "PAB",
|
|
2722
|
+
"PEN": "PEN",
|
|
2723
|
+
"PGK": "PGK",
|
|
2724
|
+
"PHP": "PHP",
|
|
2725
|
+
"PKR": "PKR",
|
|
2726
|
+
"PLN": "PLN",
|
|
2727
|
+
"PYG": "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": "SLL",
|
|
2741
|
+
"SOS": "SOS",
|
|
2742
|
+
"SRD": "SRD",
|
|
2743
|
+
"SSP": "SSP",
|
|
2744
|
+
"STN": "STN",
|
|
2745
|
+
"SVC": "SVC",
|
|
2746
|
+
"SYP": "SYP",
|
|
2747
|
+
"SZL": "SZL",
|
|
2748
|
+
"THB": "THB",
|
|
2749
|
+
"TJS": "TJS",
|
|
2750
|
+
"TMT": "(TMT)",
|
|
2751
|
+
"TND": "TNT",
|
|
2752
|
+
"TOP": "トップへ",
|
|
2753
|
+
"TRY": "お試しください",
|
|
2754
|
+
"TTD": "TTD",
|
|
2755
|
+
"TWD": "TWD",
|
|
2756
|
+
"TZS": "TZS",
|
|
2757
|
+
"UAH": "UAH",
|
|
2758
|
+
"UGX": "UGX",
|
|
2759
|
+
"USD": "USD",
|
|
2760
|
+
"USN": "USN",
|
|
2761
|
+
"UYI": "UYI",
|
|
2762
|
+
"UYU": "UYU",
|
|
2763
|
+
"UYW": "UYW",
|
|
2764
|
+
"UZS": "UZS",
|
|
2765
|
+
"VES": "VES",
|
|
2766
|
+
"VND": "VND",
|
|
2767
|
+
"VUV": "VUV",
|
|
2768
|
+
"WST": "WST",
|
|
2769
|
+
"XAF": "XAF",
|
|
2770
|
+
"XAG": "XAG",
|
|
2771
|
+
"XAU": "XAU",
|
|
2772
|
+
"XBA": "XBA",
|
|
2773
|
+
"XBB": "XBB",
|
|
2774
|
+
"XBC": "XBC",
|
|
2775
|
+
"XBD": "XBD",
|
|
2776
|
+
"XCD": "XCD",
|
|
2777
|
+
"XDR": "XDR",
|
|
2778
|
+
"XOF": "XOF",
|
|
2779
|
+
"XPD": "XPD",
|
|
2780
|
+
"XPF": "XPF",
|
|
2781
|
+
"XPT": "XPT",
|
|
2782
|
+
"XSU": "XSU",
|
|
2783
|
+
"XTS": "XTS",
|
|
2784
|
+
"XUA": "XUA",
|
|
2785
|
+
"XXX": "XXX",
|
|
2786
|
+
"YER": "YER",
|
|
2787
|
+
"ZAR": "ZAR",
|
|
2788
|
+
"ZMW": "ZMW",
|
|
2789
|
+
"ZWL": "ZWL",
|
|
2790
|
+
"models": "モデル",
|
|
2791
|
+
"new": "新規",
|
|
2792
|
+
"in_progress": "in_progress",
|
|
2793
|
+
"chargePoints": "課金ポイント",
|
|
2794
|
+
"platform-fee-emsp": "platform-fee-emsp",
|
|
2795
|
+
"platform-fee-cpo": "platform-fee-cpo",
|
|
2796
|
+
"user-custom-fee": "user-custom-fees",
|
|
2797
|
+
"session-emsp": "session-emsp",
|
|
2798
|
+
"sent": "送信済み",
|
|
2799
|
+
"electricity-tax-reimbursement": "electricity-tax-reimbursement",
|
|
2800
|
+
"session-cpo": "session-cpo",
|
|
2801
|
+
"Payter": "Payter",
|
|
2802
|
+
"Valina": "Valina",
|
|
2803
|
+
"Crane": "クレーン",
|
|
2804
|
+
"Ampeco": "Ampeco",
|
|
2805
|
+
"Nayax": "Nayax",
|
|
2806
|
+
"Embedded": "Embedded",
|
|
2807
|
+
"Pax": "Pax",
|
|
2808
|
+
"Windcave": "風洞窟(WindCave)",
|
|
2809
|
+
"Web portal": "ウェブポータル",
|
|
2810
|
+
"AdyenCastles": "AdyenCastles",
|
|
2811
|
+
"paid": "支払い済み",
|
|
2812
|
+
"partially_paid": "partialy_paid",
|
|
2813
|
+
"active": "有効",
|
|
2814
|
+
"expired": "期限切れ",
|
|
2815
|
+
"canceled": "キャンセル済み",
|
|
2816
|
+
"done": "完了",
|
|
2817
|
+
"FirmwareUpdated": "ファームウェア更新",
|
|
2818
|
+
"SettingSystemTime": "システム時刻の設定",
|
|
2819
|
+
"StartupOfTheDevice": "StartupOfTheDevice",
|
|
2820
|
+
"ResetOrReboot": "ResetOrReboot",
|
|
2821
|
+
"SecurityLogWasCleared": "SecurityLogWasCleared",
|
|
2822
|
+
"MemoryExhaustion": "MemoryExhaustion",
|
|
2823
|
+
"TamperDetectionActivated": "TamperDetectionActivated",
|
|
2824
|
+
"working_hours_exceeded": "working_hours_exceeded",
|
|
2825
|
+
"timeout": "タイムアウト",
|
|
2826
|
+
"authorization_amount_reached": "authorization_amount_reached",
|
|
2827
|
+
"new_start_transaction_received": "new_start_transaction_received",
|
|
2828
|
+
"force_stop": "強制停止",
|
|
2829
|
+
"standard_stop": "standard_stop",
|
|
2830
|
+
"energy_exceeded": "energy_exceeded",
|
|
2831
|
+
"schedule_completed": "schedule_completed",
|
|
2832
|
+
"pre_authorization_failed": "pre_authorization_failed",
|
|
2833
|
+
"system_force_stop": "system_force_stop",
|
|
2834
|
+
"time_limit": "time_limit",
|
|
2835
|
+
"balance_exceeded": "balance_exceeded",
|
|
2836
|
+
"deauthorized": "権限を剥奪しました",
|
|
2837
|
+
"emergencystop": "緊急停止!",
|
|
2838
|
+
"energylimitreached": "エネルギー制限に達しました",
|
|
2839
|
+
"evdisconnected": "接続を解除しました",
|
|
2840
|
+
"groundfault": "地盤故障",
|
|
2841
|
+
"immediatereset": "immediatereset",
|
|
2842
|
+
"hardreset": "hardreset",
|
|
2843
|
+
"local": "ローカル",
|
|
2844
|
+
"localoutofcredit": "localoutofcredit",
|
|
2845
|
+
"masterpass": "マスターパス",
|
|
2846
|
+
"overcurrentfault": "過電流故障",
|
|
2847
|
+
"powerloss": "powerloss",
|
|
2848
|
+
"powerquality": "電力品質",
|
|
2849
|
+
"reboot": "reboot",
|
|
2850
|
+
"remote": "リモート",
|
|
2851
|
+
"soclimitreached": "soclimitreached",
|
|
2852
|
+
"stoppedbyev": "止まれ!",
|
|
2853
|
+
"timeoutlimitreached": "タイムアウト制限に達しました",
|
|
2854
|
+
"softreset": "softtreset",
|
|
2855
|
+
"unlockcommand": "ロック解除コマンド",
|
|
2856
|
+
"no_ev_parked": "no_ev_ped",
|
|
2857
|
+
"no_ev_connected": "接続していません",
|
|
2858
|
+
"charge_point_timeout": "charge_point_timeout",
|
|
2859
|
+
"charging_on_evse_not_allowed": "charging_on_evse_not_allowed",
|
|
2860
|
+
"remote_start_failed": "リモートスタートに失敗しました",
|
|
2861
|
+
"no_user_for_agile_streets": "no_user_for_agile_streets",
|
|
2862
|
+
"canceled_reservation": "キャンセル予約",
|
|
2863
|
+
"evse_occupied": "evse_ocused",
|
|
2864
|
+
"evse_inoperative": "evse_inoperative",
|
|
2865
|
+
"not_supported": "サポートされていません",
|
|
2866
|
+
"unknown_reservation": "不明な予約",
|
|
2867
|
+
"ev_not_connect_to_evse": "ev_not_connect_to_evse",
|
|
2868
|
+
"authorization_failed": "authorization_failed",
|
|
2869
|
+
"unknown_session": "不明なセッション",
|
|
2870
|
+
"finished": "終了しました",
|
|
2871
|
+
"tokenized": "トークン化",
|
|
2872
|
+
"subscription": "サブスクリプション",
|
|
2873
|
+
"balance": "残高",
|
|
2874
|
+
"corporate": "企業",
|
|
2875
|
+
"terminal": "ターミナル",
|
|
2876
|
+
"partially": "部分的に",
|
|
2877
|
+
"roaming": "ローミング中",
|
|
2878
|
+
"third_party": "third_party",
|
|
2879
|
+
"null": "null",
|
|
2880
|
+
"voucher": "クーポン",
|
|
2881
|
+
"manual_top_up": "jp_manual_top_up",
|
|
2882
|
+
"auto_top_up": "auto_top_up",
|
|
2883
|
+
"top_up_by_operator": "top_up_by_operator",
|
|
2884
|
+
"api_top_up": "api_top_up",
|
|
2885
|
+
"promo_code": "プロモーションコード",
|
|
2886
|
+
"subscribe_to_plan": "subscribe_to_plan",
|
|
2887
|
+
"1 month": "1 ヶ月",
|
|
2888
|
+
"3 months": "3 ヶ月",
|
|
2889
|
+
"6 months": "6 ヶ月",
|
|
2890
|
+
"1 year": "1年",
|
|
2891
|
+
"2 years": "2年",
|
|
2892
|
+
"3 years": "3年",
|
|
2893
|
+
"5 years": "5 年",
|
|
2894
|
+
"New notification": "新しい通知",
|
|
2895
|
+
"Triggers when a webhook notification event is received from Ampeco": "AmpecoからWebhook通知イベントを受信したときにトリガーします",
|
|
2896
|
+
"Markdown": "Markdown",
|
|
2897
|
+
"Notification events": "通知イベント",
|
|
2898
|
+
"**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**ライブURL:**\n```text\n{{webhookUrl}}\n```\n生成サンプル データと公開されたフローをトリガーします。\n\n",
|
|
2899
|
+
"Select the notification events to listen for": "リッスンする通知イベントを選択してください",
|
|
2900
|
+
"Authorization Notification": "承認通知",
|
|
2901
|
+
"Authorization.changed": "Authorization.changed",
|
|
2902
|
+
"Boot Notification": "ブート通知",
|
|
2903
|
+
"Charge Point Changed Notification": "充電ポイントの変更通知",
|
|
2904
|
+
"Charge Point.changed": "充電ポイント.changed",
|
|
2905
|
+
"Evse.changed": "Evse.changed",
|
|
2906
|
+
"Charge Point Sync Configuration Notification": "課税ポイント同期設定通知",
|
|
2907
|
+
"Circuit Consumption Notification": "回路消費の通知",
|
|
2908
|
+
"Circuit.changed": "Circuit.changed",
|
|
2909
|
+
"Diagnostics Status Notification": "診断状態通知",
|
|
2910
|
+
"Hardware Status Notification": "ハードウェア状態の通知",
|
|
2911
|
+
"Location Changed Notification": "場所変更通知",
|
|
2912
|
+
"Network Status Notification": "ネットワーク状態通知",
|
|
2913
|
+
"Security Event Notification": "セキュリティイベントの通知",
|
|
2914
|
+
"Session Meter Values Notification": "セッションメーター値通知",
|
|
2915
|
+
"Session Start Stop Notification": "セッション開始の停止通知",
|
|
2916
|
+
"Session.start.stop.notification": "Session.start.stop.notification",
|
|
2917
|
+
"Session Update Notification": "セッション更新通知",
|
|
2918
|
+
"User Changed Notification": "ユーザーが変更した通知",
|
|
2919
|
+
"Sub Operator Changed Notification": "Sub Operator Changed Notification",
|
|
2920
|
+
"Tariff Changed Notification": "関税変更通知",
|
|
2921
|
+
"User.subscription Changed": "User.subscriptionが変更されました",
|
|
2922
|
+
"User.subscription.changed": "User.subscription.changed",
|
|
2923
|
+
"Reservation Changed Notification": "予約変更通知",
|
|
2924
|
+
"Payment Method Changed Notification": "支払い方法が変更された通知",
|
|
2925
|
+
"Partner Invite Changed Notification": "パートナー招待の変更通知",
|
|
2926
|
+
"Reservation.changed": "Reservation.changed",
|
|
2927
|
+
"User.payment Method.changed": "User.payment method.changed",
|
|
2928
|
+
"User Balance.changed": "User Balance.changed",
|
|
2929
|
+
"Partner Invite.changed": "パートナー招待状が変更されました",
|
|
2930
|
+
"Roaming Platform.changed": "Roaming Platform.changed",
|
|
2931
|
+
"Parking Space.occupancy Status.changed": "駐車スペース.ocupanceステータス変更",
|
|
2932
|
+
"Partner.changed": "Partner.changed",
|
|
2933
|
+
"Transaction.changed": "Transaction.changed",
|
|
2934
|
+
"Settlement Report.created": "受領報告書を作成しました",
|
|
2935
|
+
"Id Tag.changed": "Id Tag.changed",
|
|
2936
|
+
"Charge Point.data Transfer Received": "充電ポイント .data 転送を受信しました",
|
|
2937
|
+
"Subscription Plan.changed": "サブスクリプションプランが変更されました",
|
|
2938
|
+
"User.invoice Details.changed": "User.invoice Details.changed",
|
|
2939
|
+
"Cdr.received": "Cdr.received",
|
|
2940
|
+
"Charging Profile.applied": "充電中のプロファイルが適用されました",
|
|
2941
|
+
"Installer Job.changed": "Installer Job.changed"
|
|
2942
|
+
}
|