Files
lucky_shop/lang/en-us/goods/cart.js

13 lines
289 B
JavaScript

export const lang = {
//title为每个页面的标题
title: 'Shopping Cart',
complete: 'Complete',
edit: 'Manage',
allElection: 'Select All',
total: 'Total',
settlement: 'Checkout',
emptyTips: 'No products yet',
goForStroll: 'Go shopping',
del: 'Delete',
login: 'Go to login'
}