修复:翻译问题
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 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',
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user