sprinque-js-sdk-wip
Version:
UI kit to implement Pay by Invoice with Sprinque
77 lines (76 loc) • 2.83 kB
JSON
{
"business": {
"title": "Select your business",
"description": "To approve a payment term for your order we need your company information to run a soft and quick credit check.",
"country": "Country",
"selectCountry": "Select country",
"loading": "Loading",
"companyName": "Company name",
"vatId": "VAT ID",
"search": "Search",
"registrationNumber": "Registration number",
"billingEmail": "Billing or Accounts Payable email",
"cantFind": "Can’t find your business?",
"cantFindInstruction": "You can continue by manually filling the details below."
},
"address": {
"title": "Company address",
"description": "Please add your company registration address",
"line1": "Address",
"line2": "Apartment, suite, etc",
"city": "City",
"zip": "Postal code"
},
"contact": {
"title": "User details",
"description": "Please provide your details for this purchase.",
"name": "Name",
"surname": "Last name",
"email": "Business email address",
"phone": "Phone number"
},
"otp": {
"title": "Verify your email",
"description": "We sent a verification code to",
"notReceivedText": "Did’t receive the code?",
"resendCode": "Click to resend",
"timerBeforeText": "in",
"timerAfterText": "seconds"
},
"order": {
"title": "Congratulations!",
"description": "You’ve been approved to pay with net terms. Select the payment term that best suits your company",
"totalAmount": "Total amount",
"confirmOrder": "Confirm order",
"free": "Free",
"net7": "Net 7 days",
"net15": "Net 15 days",
"net30": "Net 30 days",
"net45": "Net 45 days",
"net60": "Net 60 days",
"net90": "Net 90 days"
},
"success": {
"title": "Buyer registered",
"description": "You can execute callback instead of this screen. Check console to see example...",
"creditDecision": "Credit decision",
"paymentTerms": "Payment terms",
"orderPlaced": "You've placed order",
"transactionId": "Transaction id"
},
"general": {
"step": "Step",
"next": "Next",
"back": "Prev",
"confirm": "Confirm"
},
"validation": {
"invalidCountryCode": "Invalid country code",
"phoneIsShort": "Phone number is too short",
"phoneIsLong": "Phone number is too long",
"invalidPhone": "Please input a valid phone number",
"fillAllFields": "Please fill all required fields",
"invalidEmail": "Please input a valid email",
"wrongOtp": "The code you entered is incorrect. Please try again"
}
}