zhang 1 tahun lalu
induk
melakukan
c77663dc1e
3 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 2 2
      libs/i18n/lang/cn.json
  2. 2 1
      libs/i18n/lang/en.json
  3. 1 1
      pages/index/entertainment.vue

+ 2 - 2
libs/i18n/lang/cn.json

@@ -113,14 +113,14 @@
 		"c4": "温馨提示",
 		"b5": "您未登录!是否马上登录?",
 		"a2": "未开奖",
-		"a3": "The activity has not been opened, please wait"
+		"a3": "活动未开启,请等待活动开启"
 	},
 	"userinfo": {
 		"u1": "收款地址",
 		"u2": "保存相冊",
 		"u3": "复制地址",
 		"u4": "链名称",
-		"u5": "提示:充值大于5000U,请先充值一笔小额的,到zhang之后再进行大额充值。充值地址每个人都是唯一的!请一定要仔细确认避免充错!",
+		"u5": "提示:充值大于5000U,请先充值一笔小额的,到之后再进行大额充值。充值地址每个人都是唯一的!请一定要仔细确认避免充错!",
 		"u6": "提币网络",
 		"u7": "提币地址",
 		"u8": "提币数量",

+ 2 - 1
libs/i18n/lang/en.json

@@ -119,7 +119,8 @@
 		"b3": "Please enter a transaction password",
 		"c4": "Note",
 		"b5": "Please log in",
-		"a2": "Unlicensed"
+		"a2": "Unlicensed",
+		"a3": "The activity has not been opened, please wait"
 	},
 	"money": {
 		"a1": "wallet",

+ 1 - 1
pages/index/entertainment.vue

@@ -338,7 +338,7 @@
 				if (!this.history.next) {
 					uni.showModal({
 						title: this.$t('enter.c4'),
-						content: "活动未开启,请等待活动开启",
+						content: this.$t('enter.a3'),
 						showCancel: false,
 					});
 					return