mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
20 lines
473 B
TypeScript
20 lines
473 B
TypeScript
export const LANGUAGE = {
|
|
BUTTON_LABEL: {
|
|
BUY_NOW: 'Buy now',
|
|
SHOP_NOW: 'Shop now',
|
|
CONFIRM:'Confirm',
|
|
ADD_TO_CARD: 'Add to Cart',
|
|
PREORDER: 'Pre-Order Now',
|
|
SIGNIN :'Sign In',
|
|
CANCEL: 'Cancel',
|
|
},
|
|
PLACE_HOLDER: {
|
|
SEARCH: 'Search',
|
|
},
|
|
MESSAGE: {
|
|
ERROR: 'Something went wrong! Please try again!',
|
|
INVALID_EMAIL: 'Your email was wrong',
|
|
REQUIRED: 'Required',
|
|
|
|
}
|
|
} |