修复:翻译问题
This commit is contained in:
parent
844b755f20
commit
0daa9d5aaa
@ -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',
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user