修复:翻译问题

This commit is contained in:
马丁 2026-07-11 00:19:22 +08:00
parent 844b755f20
commit 0daa9d5aaa
2 changed files with 14 additions and 14 deletions

View File

@ -1726,9 +1726,9 @@ const ORDER_SIZE_SCALE = 1_000_000
const ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE const ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE
const expirationTime = ref('5m') // const expirationTime = ref('5m') //
const EXPIRATION_VALUES = [ const EXPIRATION_VALUES = [
'5min', '5m',
'15min', '15m',
'30min', '30m',
'1h', '1h',
'2h', '2h',
'4h', '4h',

View File

@ -83,17 +83,17 @@
"marketClosedOutcome": "Outcome: {outcome}", "marketClosedOutcome": "Outcome: {outcome}",
"marketClosedBanner": "This market is closed and has settled.", "marketClosedBanner": "This market is closed and has settled.",
"expiration": { "expiration": {
"5m": "5m", "5m": "5min",
"15m": "15m", "15m": "15min",
"30m": "30m", "30m": "30min",
"1h": "1h", "1h": "1hour",
"2h": "2h", "2h": "2hour",
"4h": "4h", "4h": "4hour",
"8h": "8h", "8h": "8hour",
"12h": "12h", "12h": "12hour",
"1d": "1d", "1d": "1day",
"2d": "2d", "2d": "2day",
"3d": "3d" "3d": "3day"
} }
}, },
"home": { "home": {