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() {
const coupon = {
available: 1,
condition: '无使用门槛\n最多优惠12元',
condition: '无门槛\n最多优惠12元',
reason: '',
value: 150,
name: '优惠券名称',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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