修复:翻译问题

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 expirationTime = ref('5m') //
const EXPIRATION_VALUES = [
'5min',
'15min',
'30min',
'5m',
'15m',
'30m',
'1h',
'2h',
'4h',

View File

@ -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": {