Repository URL to install this package:
Version:
0.14.1 ▾
|
const wording = {
// Bundle & Collection
productIdentifier: 'product ID',
quantity: 'Quantity',
total: 'Total',
rating: 'Rating',
writeReview: 'Write a Review',
addToCart: 'Add to Cart',
viewBundle: 'View Bundle',
saveToLater: 'Save for Later',
productDetails: 'Product Details',
mandatoryProductTitle: 'new product bundle items',
addonProductTitle: 'Add items to your bundle',
bundleCollectionTitle: 'Bundle & Collection Items',
item: 'item',
items: 'items',
addon: 'Add On',
addItem: 'Add Item',
youSave: 'You save',
addonText: 'add-on',
addonsText: 'add-ons',
itemIdentifier: 'item #',
// skipNav
skipToMainContent: 'Skip to main content',
// Pagination
pageLabel: 'Page',
ofLabel: 'of',
playButton: 'Play or pause button',
copyLinkButton: 'Copy link button',
triggerPrevious: 'Trigger previous page',
triggerNext: 'Trigger next page',
// Subscription
error: 'You must first add an address to subscribe.',
expiryPrefix: 'Exp.',
// subscription/ProductDetails
skuText: 'Sku#',
// presets/Subscription/PaymentInformation
paymentHeaderLabel: 'Payment Information',
addNewPaymentText: 'Enter new payment method',
// presets/Subscription/ShippingAddress
shippingAddressHeaderLabel: 'Shipping Address',
addNewAddressText: 'Enter new shipping addres',
addAddressToProfile: 'Add address to profile',
nameLabel: 'name',
addressLabel: 'address',
cityLabel: 'city',
stateLabel: 'state',
stateProvinceLabel: 'state / province',
postalCode: 'postal code',
zipLabel: 'zip',
countryLabel: 'country',
saveLabel: 'save',
// presets/subscription/UpcomingDeliveries/SubscriptionList
upcomingSubscriptionHeaderLabel: 'Subscription details',
// SubscriptionDetailsPage
expectedDeliveryDateLabel: 'Expected delivery date',
confirmSubscription: 'Confirm Subscription',
// ManageSubscriptionPage
lastDayToUpdateLabel: 'Last day to update this order:',
// Form
cancel: 'cancel',
// Order history
orderExpansionLabelDesktop: 'Order Details',
orderExpansionLabelMobile: 'Details',
// MySubscriptionCard and ManageSubscription
buyButtonLabel: 'Buy Now',
saveSubscriptionLabel: 'Save subscription',
skipButtonLabel: 'Skip',
skipOneTimeLabel: 'Skip One Time',
pauseSubscription: 'Pause Subscription',
pauseButtonLabel: 'Pause',
cancelSubscription: 'Cancel Subscription',
expansionLabelDesktop: 'Details',
expansionLabelMobile: 'Details',
manageSubscription: 'Manage Subscription',
up: 'up',
down: 'down',
// B2B DashboardCard
dashBoardTitle: 'Dashboard',
dashBoardCreditLabel: 'Available Credit:',
// B2B signin
signInText: 'sign in to your account',
newLabel: 'New to',
createAnAccountLabel: 'Create an Account',
signInLabel: 'sign in',
// Reset Password
resetPasswordTitle: 'RESET YOUR PASSWORD',
approveText: 'Approve',
rejectText: 'Reject',
commentBoxPlaceholder: '(Optional) Add a comment',
// B2B Approvals
showDetailsLabel: 'show details',
hideDetailsLabel: 'hide details',
// User management
userManagement: 'user management',
sendInvite: 'send invite',
identifierLabel: 'id',
// B2B User Management Invite Form
emailAddressLabel: 'email address',
teamLabel: 'team',
roleLabel: 'role',
addUser: 'add user',
remove: 'remove',
close: 'close',
edit: 'edit',
user: 'user',
// B2B My Profile Form
requiredLabel: 'required',
myProfileLabel: 'my profile',
firstNameLabel: 'first name',
middleNameLabel: 'm.i.',
lastNameLabel: 'last name',
emailLabel: 'email',
saveChanges: 'Save Changes',
smsNotifications: 'SMS Notifications',
emailPreferenceLabel: 'email preference',
resetPassword: 'reset password',
changePassword: 'change password',
oldPassword: 'old password',
newPassword: 'new password',
confirmNewPassword: 'confirm new password',
phoneNumber: 'phone number',
extension: 'extension',
emailForOrderConfirmation: 'Email Address for order confirmation',
// Button Common Label
continue: 'continue',
// checkout/DeliveryInstruction
deliveryInstruction: 'delivery instructions',
// Checkout - Guest / Registered Users
singleAddressText: 'Ship to Single Addresses',
multipleAddressText: 'Ship to Multiple Addresses',
// Checkout - AddressToggle
newShippingAddressHeaderLabel: 'Add New Address',
savedAddresses: 'saved addresses'
}
export { wording }