chore(Locale): unify noCoupon message (#9369)

This commit is contained in:
neverland
2021-09-01 15:48:29 +08:00
committed by GitHub
parent f37fb01c4d
commit ecdecd3013
17 changed files with 20 additions and 33 deletions
+1 -2
View File
@@ -6,6 +6,7 @@ export default {
cancel: 'Abbrechen',
delete: 'Löschen',
loading: 'Laden...',
noCoupon: 'Keine Coupons',
nameEmpty: 'Bitte geben Sie den Name an',
confirmDelete: 'Sind Sie sicher, dass Sie löschen möchten?',
telInvalid: 'Ungültige Telefonnummer',
@@ -45,11 +46,9 @@ export default {
},
vanCouponCell: {
title: 'Coupon',
tips: 'Keine Coupons',
count: (count: number) => `Sie haben ${count} Coupons`,
},
vanCouponList: {
empty: 'Keine Coupons',
exchange: 'Austauschen',
close: 'Schließen',
enable: 'Verfügbar',