[Improvement] Coupon i18n (#431)

This commit is contained in:
neverland
2017-12-14 10:46:26 +08:00
committed by GitHub
parent c6a37bba5b
commit 1d105afc70
10 changed files with 175 additions and 116 deletions

View File

@@ -71,5 +71,23 @@ export default {
},
vanSubmitBar: {
label: 'Total'
},
vanCouponCell: {
title: 'Coupon',
tips: 'Select coupon',
reduce: 'Reduce',
count: count => `You have ${count} offers`
},
vanCouponList: {
empty: 'No coupons',
exchange: 'Exchange',
close: 'Close',
disabled: 'Unavailable',
placeholder: 'Coupon code'
},
vanCouponItem: {
unlimited: 'Unlimited',
discount: discount => `${discount * 10}% off`,
condition: condition => `At least ${condition}`
}
};