@spartacus/checkout
Version:
Checkout feature library for Spartacus
70 lines (69 loc) • 2.21 kB
TypeScript
export declare const en: {
checkout: {
checkoutAddress: {
shippingAddress: string;
selectYourShippingAddress: string;
defaultShippingAddress: string;
addNewAddress: string;
shipToThisAddress: string;
};
checkoutOrderConfirmation: {
confirmationOfOrder: string;
thankYou: string;
invoiceHasBeenSentByEmail: string;
orderItems: string;
orderPlacedSuccessfully: string;
createAccount: string;
createAccountForNext: string;
};
checkoutReview: {
review: string;
orderItems: string;
autoReplenishOrder: string;
confirmThatRead: string;
placeOrder: string;
scheduleReplenishmentOrder: string;
orderType_PLACE_ORDER: string;
orderType_SCHEDULE_REPLENISHMENT_ORDER: string;
termsAndConditions: string;
editShippingAddress: string;
editShippingAddressDetails: string;
editPaymentDetails: string;
editPaymentType: string;
editDeliveryMode: string;
poNumber: string;
every: string;
startOn: string;
dayOfMonth: string;
repeatOnDays: string;
recurrencePeriodType_DAILY: string;
recurrencePeriodType_WEEKLY: string;
recurrencePeriodType_MONTHLY: string;
};
checkoutShipping: {
shippingMethod: string;
standardDelivery: string;
premiumDelivery: string;
};
checkout: {
backToCart: string;
invalid: {
accountType: string;
};
};
checkoutPO: {
noPoNumber: string;
poNumber: string;
costCenter: string;
placeholder: string;
availableLabel: string;
};
checkoutProgress: {
methodOfPayment: string;
shippingAddress: string;
deliveryMode: string;
paymentDetails: string;
reviewOrder: string;
};
};
};