mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
16 lines
367 B
TypeScript
16 lines
367 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'
|
|
},
|
|
PLACE_HOLDER: {
|
|
SEARCH: 'Search',
|
|
},
|
|
MESSAGE: {
|
|
ERROR: 'Something went wrong! Please try again!'
|
|
}
|
|
} |