perf(Locale): simplify some words (#10246)

This commit is contained in:
neverland 2022-01-26 11:22:29 +08:00 committed by GitHub
parent 1aff89a8ed
commit ba0c049f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 12 deletions

View File

@ -52,7 +52,7 @@ export default {
setup() { setup() {
const coupon = { const coupon = {
available: 1, available: 1,
condition: '无使用门槛\n最多优惠12元', condition: '无门槛\n最多优惠12元',
reason: '', reason: '',
value: 150, value: 150,
name: '优惠券名称', name: '优惠券名称',

View File

@ -35,7 +35,7 @@ const exchangedCoupons = ref<CouponInfo[]>([]);
const coupon = computed(() => ({ const coupon = computed(() => ({
id: 1, id: 1,
condition: '无使用门槛\n最多优惠12元', condition: '无门槛\n最多优惠12元',
reason: '', reason: '',
value: 150, value: 150,
name: t('coupon.name'), name: t('coupon.name'),

View File

@ -34,7 +34,7 @@ export default {
label: '合計:', label: '合計:',
}, },
vanCoupon: { vanCoupon: {
unlimited: '入場ありません', unlimited: '無制限',
discount: (discount: number) => `${10 - discount}割引`, discount: (discount: number) => `${10 - discount}割引`,
condition: (condition: number) => `${condition}円以上で利用可能`, condition: (condition: number) => `${condition}円以上で利用可能`,
}, },
@ -44,7 +44,7 @@ export default {
}, },
vanCouponList: { vanCouponList: {
exchange: '両替', exchange: '両替',
close: 'クーポンを使用しません', close: '使用禁止',
enable: '利用可能', enable: '利用可能',
disabled: '利用できません', disabled: '利用できません',
placeholder: '割引コードを入力してください', placeholder: '割引コードを入力してください',

View File

@ -35,7 +35,7 @@ export default {
label: 'รวม:', label: 'รวม:',
}, },
vanCoupon: { vanCoupon: {
unlimited: 'ไม่มีเกณฑ์การใช้งาน', unlimited: 'ไม่ จำกัด',
discount: (discount: number) => `ลด${discount}`, discount: (discount: number) => `ลด${discount}`,
condition: (condition: number) => `มีจำหน่ายในราคา ${condition} กว่าหยวน`, condition: (condition: number) => `มีจำหน่ายในราคา ${condition} กว่าหยวน`,
}, },
@ -45,7 +45,7 @@ export default {
}, },
vanCouponList: { vanCouponList: {
exchange: 'แลกเปลี่ยน', exchange: 'แลกเปลี่ยน',
close: 'ห้ามใช้คูปอง', close: 'ไม่ได้ใช้',
enable: 'พร้อมใช้งาน', enable: 'พร้อมใช้งาน',
disabled: 'ไม่พร้อมใช้งาน', disabled: 'ไม่พร้อมใช้งาน',
placeholder: 'กรุณากรอกรหัสคูปอง', placeholder: 'กรุณากรอกรหัสคูปอง',

View File

@ -34,7 +34,7 @@ export default {
label: '合计:', label: '合计:',
}, },
vanCoupon: { vanCoupon: {
unlimited: '无使用门槛', unlimited: '无门槛',
discount: (discount: number) => `${discount}`, discount: (discount: number) => `${discount}`,
condition: (condition: number) => `${condition}元可用`, condition: (condition: number) => `${condition}元可用`,
}, },
@ -44,7 +44,7 @@ export default {
}, },
vanCouponList: { vanCouponList: {
exchange: '兑换', exchange: '兑换',
close: '不使用优惠券', close: '不使用',
enable: '可用', enable: '可用',
disabled: '不可用', disabled: '不可用',
placeholder: '请输入优惠码', placeholder: '请输入优惠码',

View File

@ -34,7 +34,7 @@ export default {
label: '合計:', label: '合計:',
}, },
vanCoupon: { vanCoupon: {
unlimited: '無使用門檻', unlimited: '無門檻',
discount: (discount: number) => `${discount}`, discount: (discount: number) => `${discount}`,
condition: (condition: number) => `滿${condition}元可用`, condition: (condition: number) => `滿${condition}元可用`,
}, },
@ -44,7 +44,7 @@ export default {
}, },
vanCouponList: { vanCouponList: {
exchange: '兌換', exchange: '兌換',
close: '不使用優惠', close: '不使用',
enable: '可使用優惠券', enable: '可使用優惠券',
disabled: '不可使用優惠券', disabled: '不可使用優惠券',
placeholder: '請輸入優惠碼', placeholder: '請輸入優惠碼',

View File

@ -34,7 +34,7 @@ export default {
label: '合計:', label: '合計:',
}, },
vanCoupon: { vanCoupon: {
unlimited: '無使用門檻', unlimited: '無門檻',
discount: (discount: number) => `${discount}`, discount: (discount: number) => `${discount}`,
condition: (condition: number) => `滿${condition}元可用`, condition: (condition: number) => `滿${condition}元可用`,
}, },
@ -44,7 +44,7 @@ export default {
}, },
vanCouponList: { vanCouponList: {
exchange: '兌換', exchange: '兌換',
close: '不使用優惠', close: '不使用',
enable: '可使用優惠券', enable: '可使用優惠券',
disabled: '不可使用優惠券', disabled: '不可使用優惠券',
placeholder: '請輸入優惠代碼', placeholder: '請輸入優惠代碼',