From 0daa9d5aaa4ba75a8a81390733d8e22fc678daf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=81?= Date: Sat, 11 Jul 2026 00:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TradeComponent.vue | 6 +++--- src/locales/en.json | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/TradeComponent.vue b/src/components/TradeComponent.vue index 985c689..4343ab1 100644 --- a/src/components/TradeComponent.vue +++ b/src/components/TradeComponent.vue @@ -1726,9 +1726,9 @@ const ORDER_SIZE_SCALE = 1_000_000 const ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE const expirationTime = ref('5m') // 初始过期时间 const EXPIRATION_VALUES = [ - '5min', - '15min', - '30min', + '5m', + '15m', + '30m', '1h', '2h', '4h', diff --git a/src/locales/en.json b/src/locales/en.json index 30468a2..161402f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -83,17 +83,17 @@ "marketClosedOutcome": "Outcome: {outcome}", "marketClosedBanner": "This market is closed and has settled.", "expiration": { - "5m": "5m", - "15m": "15m", - "30m": "30m", - "1h": "1h", - "2h": "2h", - "4h": "4h", - "8h": "8h", - "12h": "12h", - "1d": "1d", - "2d": "2d", - "3d": "3d" + "5m": "5min", + "15m": "15min", + "30m": "30min", + "1h": "1hour", + "2h": "2hour", + "4h": "4hour", + "8h": "8hour", + "12h": "12hour", + "1d": "1day", + "2d": "2day", + "3d": "3day" } }, "home": {