// import Vue from 'vue'
// let vue = new Vue()
// let baseUrl = vue.$cdn
export default{
main: {
btnType: {
buy: {
name: 'Upgrade package',
xufei: 'Renew now'
}
},
sn: 'S/N: ',
used: 'Used: ',
space: 'Package capacity: ',
expire: 'Expires on: '
},
information: {
nameArr: {
information: 'Account Information',
scene: 'My Scene',
order: 'My Order',
device: 'My Cameras',
consumption: 'Billing Records',
change: 'Change Password',
logout: 'Log out'
},
settings: [
{
name: 'info',
items: [{
name: 'Account Information',
to: {name: 'information'}
}, {
name: 'My Scene',
to: {name: 'scene'}
}, {
name: 'My Cameras',
to: {name: 'device'}
}, {
name: 'My Order',
to: {name: 'order'}
}, {
name: 'Billing Records',
to: {name: 'consumption'}
}
]
},
{
name: 'security',
items: [{
name: 'Change Password',
to: {name: 'change'}
}, {
name: 'Log out',
to: 'logout'
}]
}
],
deviceSettings: [
{
name: 'security',
items: [ {
name: 'My Scene',
to: {name: 'scene'}
}, {
name: 'Log out',
to: 'logout'
}]
}
]
},
account: {
info: 'Account Information',
address: 'Receiving Address',
invoice: 'Invoice Title',
normal: 'Regular invoice for value-added tax',
zengzhi: 'Special invoice for value-added tax',
edit: 'Edit',
show: 'Hide',
avatar: 'Profile Picture',
nickname: 'Nick name',
account: 'User name',
email: 'E-mail',
placeholder: {
nickname: 'Nick name',
phone: 'Phone',
name: 'Name',
email: 'E-mail',
address: 'Detailed address',
title: 'Please input the invoice title',
code: 'Please input a tax registration number (individual users may not fill this in)',
raddress: 'Registered address',
rphone: 'Registered phone number',
bank: 'Bank of deposit',
accout: 'Bank account'
},
save: 'Save',
select: 'Select Picture',
sinfo: [
'Select a new picture to upload.',
'Supported picture formats: JPG/PNG',
'Recommended resolution and size: 512*512 px; less than 1 MB'
],
isReceive: 'Get the latest 4DKANKAN news and deals'
},
myScenes: {
edit: 'Edit',
delete: 'Delete',
placeholder: {
searchID: 'Search scene or device S/N'
},
id: 'S/N: ',
shooting: 'Shooting date: ',
noScenes: 'No Records',
delwarn: 'Are you sure you want to delete this scene?',
share: {
calcule: 'Calculating',
noScenes: 'No Records',
share: 'Share',
website: 'Scene Website',
shareto: 'Share to',
qianru: 'Create the website embedment',
size: 'Size',
width: 'Width: ',
height: 'Height: ',
defaultSize: '(Default window size: 853 X 480px)',
copy: 'Copy',
sub: 'Pasting the embed code into an HTML editor is as easy as embedding a web video. You can also send the above code to your network administrator and ask him to place it in the designated location on the web page.',
sub2: '* The validity period of this function is related to your storage usage. It may be invalid because the capacity is not renewed.',
copysuccess: 'Success',
copyfail: 'Fail',
delsuccess: 'Success',
delfail: 'Fail'
},
limit: {
insufficient: 'Insufficient cloud storage
The scene is archived.',
recharge: 'Recover>>',
expand: 'To expand'
}
},
myOrders: {
numbers: 'Order number: ',
product: 'Item',
quantity: 'Quantity',
subtotal: 'Price',
total: 'Total price: ¥',
cancal: 'Cancel order',
norecord: 'No order',
pay: 'Pay now',
invoice: 'Invoice',
wlNum: 'Shipment No.: ',
unshipped: 'Waiting for shipment',
finish: 'Finished',
partShipped: 'Partly dispatched',
received: 'Received',
hasCancal: 'Cancelled',
edit: 'Edit (Only within 7 days after delivery)',
dontneed: 'Invoice type: No invoice required',
type1: 'No invoice required',
type2: 'VAT invoice (E-mail)',
type3: 'VAT special invoice',
title: 'Invoice Title',
code: 'Invoice tax No.',
email: 'E-mail',
organizedAddress: 'Address',
registerPhone: 'Phone number',
bankName: 'Banker',
bankAccount: 'Bank account',
save: 'Save',
cancal1: 'Cancel'
},
myDevices: {
add: 'Add a new device',
tabList: [
{
name: '4DKanKan Pro',
id: 4
}, {
name: '4DKanKan Lite',
id: 0
}
],
placeholder: {
searchID: 'Search device S/N'
},
storage: 'Storage: ',
upgrade: 'Upgrade',
renew: 'Renew',
capacity: 'Expand',
unbind: 'Unbind',
recharge: 'Top up',
expire: 'Expiry on: ',
expand: 'Package: ',
jijiang: 'About to Expire',
rongliang: 'Storage Full',
norecord: 'No Records'
},
Spending: {
tabList: [
{
name: 'Billing Records'
}
],
placeholder: {
searchID: 'Search device S/N'
},
norecord: 'No Records'
},
modify: {
code: 'Get verification code',
codep: 'Verification code ',
newpass: 'New password (minimum 8 letters and digits)',
comfirm: 'Enter new password again',
submit: 'Submit'
},
cart: {
cart: 'Your shopping cart',
nothing: 'Your shopping cart is empty.
Start shopping!',
shop: 'Shop Now'
}
}