Files
lucky_shop/lang/en-us/member/account.js

13 lines
337 B
JavaScript

export const lang = {
//title为每个页面的标题
title: 'Account List',
name: 'Name',
accountType: 'Account Type',
mobilePhone: 'Mobile Number',
withdrawalAccount: 'Withdrawal Account',
bankInfo: 'Branch Information',
newAddAccount: 'Add New Account',
del: 'Delete',
update: 'Modify',
emptyText: 'No accounts available'
}