@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
32 lines (31 loc) • 2.82 kB
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "41e984c2-f1d9-4624-a6d9-8e76f128071c", e._sentryDebugIdIdentifier = "sentry-dbid-41e984c2-f1d9-4624-a6d9-8e76f128071c");
} catch (e) {}
var en_US_default = {
"accept": "Accept",
"acknowledgePciRequirements": "We hereby acknowledge that we must remain compliant with the aforementioned PCI DSS requirements at all times as long as we want to receive payments. Consequently, we must continuously reassess our environment and implement any additional PCI DSS requirements if our environment changes.",
"addYourselfAsSigner": "Add yourself as a signer",
"basedOnTheAboveSignatory": "Based on the above, the signatory above asserts that the information within this attestation form fairly represents the results of the assessment.",
"downloadAsPdf": "Download as PDF",
"failedToDownloadAcceptedServiceAgreementDocument": "Failed to download accepted service agreement document",
"failedToDownloadServiceAgreementDocument": "Failed to download service agreement document",
"failedToGetServiceAgreementInSelectedLanguageFallbackToEn": "Failed to get the service agreement in the selected language. Falling back to English.",
"iHaveReadAndIAcceptTheseTerms": "I have read and I accept these terms and confirm that I am a legal representative authorized to accept these terms on behalf of the company. I have taken notice of the privacy statement (www.adyen.com/policies-and-disclaimer/privacy-policy) and I consent to my (personal) data being used for the purposes described therein.",
"isYourNameMissingFromSigners": "Is your name missing from the list of signers?",
"nothingNeedsToBeSigned": "Nothing needs to be signed right now.",
"pciDssQuestionnaire": "PCI DSS questionnaire",
"pciDssSelfServiceQuestionnaire": "Payment Card Industry Data Security Standards (PCI DSS) self-service questionnaire",
"pciDssSelfServiceQuestionnaireSignedSuccessfully": "Payment Card Industry Data Security Standards (PCI DSS) self-service questionnaire signed successfully",
"pciSignedSuccessfully": "PCI signed successfully",
"selectSigner": "Select signer",
"serviceAgreements": "Service agreements",
"serviceAgreementSignedAndDated": "Service agreement signed and dated",
"serviceAgreementSignedSuccessfully": "Service agreement signed successfully",
"signedByOn": "Signed on %{date} by %{signer}",
"signer": "Signer",
"signingFailed": "Signing failed",
"thereAreNoSigners": "There are no signers, please add yourself to make sure you can accept the terms and get the funds."
};
//#endregion
export { en_US_default as default };