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

14 lines
467 B
JavaScript

export const lang = {
//title为每个页面的标题
title: 'Edit Account',
name: 'Name',
namePlaceholder: 'Please enter real name',
mobilePhone: 'Mobile Number',
mobilePhonePlaceholder: 'Please enter mobile number',
accountType: 'Account Type',
bankInfo: 'Branch Information',
bankInfoPlaceholder: 'Please enter branch information',
withdrawalAccount: 'Withdrawal Account',
withdrawalAccountPlaceholder: 'Please enter withdrawal account',
save: 'Save'
}