remove extra dollar signs
This commit is contained in:
parent
12dd879a71
commit
3796848415
|
@ -5,7 +5,7 @@
|
|||
"cancel-order-details": "Would you like to cancel your order for {{orderSize}} {{baseSymbol}} {{orderSide}} at ${{orderPrice}}?",
|
||||
"modify-order": "Modify Your Order?",
|
||||
"modify-order-details": "Would you like to change your order from a {{orderSize}} {{baseSymbol}} {{orderSide}} at ${{currentOrderPrice}} to a {{orderSize}} {{baseSymbol}} LIMIT {{orderSide}} at ${{updatedOrderPrice}}?",
|
||||
"order-details": " ({{orderType}} {{orderSide}}) if price is {{triggerCondition}} ${{triggerPrice}}",
|
||||
"order-details": " ({{orderType}} {{orderSide}}) if price is {{triggerCondition}} {{triggerPrice}}",
|
||||
"outside-range": "Order Price Outside Range",
|
||||
"slippage-accept": "Please use the trade input form if you wish to accept the potential slippage.",
|
||||
"slippage-warning": "Your order price ({{updatedOrderPrice}}) is greater than 5% {{aboveBelow}} the current market price ({{selectedMarketPrice}}) indicating you might incur significant slippage."
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"cancel-order-details": "Would you like to cancel your order for {{orderSize}} {{baseSymbol}} {{orderSide}} at ${{orderPrice}}?",
|
||||
"modify-order": "Modify Your Order?",
|
||||
"modify-order-details": "Would you like to change your order from a {{orderSize}} {{baseSymbol}} {{orderSide}} at ${{currentOrderPrice}} to a {{orderSize}} {{baseSymbol}} LIMIT {{orderSide}} at ${{updatedOrderPrice}}?",
|
||||
"order-details": " ({{orderType}} {{orderSide}}) if price is {{triggerCondition}} ${{triggerPrice}}",
|
||||
"order-details": " ({{orderType}} {{orderSide}}) if price is {{triggerCondition}} {{triggerPrice}}",
|
||||
"outside-range": "Order Price Outside Range",
|
||||
"slippage-accept": "Please use the trade input form if you wish to accept the potential slippage.",
|
||||
"slippage-warning": "Your order price ({{updatedOrderPrice}}) is greater than 5% {{aboveBelow}} the current market price ({{selectedMarketPrice}}) indicating you might incur significant slippage."
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"cancel-order-details": "您确定要取消{{orderSize}} {{baseSymbol}} {{orderSide}} 价格${{orderPrice}}的挂单吗?",
|
||||
"modify-order": "改您的订单吗?",
|
||||
"modify-order-details": "您确定要把{{orderSize}} {{baseSymbol}}{{orderSide}} 价格${{currentOrderPrice}}的挂单改成{{orderSize}} {{baseSymbol}}限价{{orderSide}} 价格${{updatedOrderPrice}}吗?",
|
||||
"order-details": "({{orderType}}{{orderSide}})若价格${{triggerPrice}}{{triggerCondition}}",
|
||||
"order-details": "({{orderType}}{{orderSide}})若价格{{triggerPrice}}{{triggerCondition}}",
|
||||
"outside-range": "订单价格在范围之外",
|
||||
"slippage-accept": "若您接受潜在的下滑请使用交易表格进行。",
|
||||
"slippage-warning": "您的订单价格({{updatedOrderPrice}})多余5%{{aboveBelow}}市场价格({{selectedMarketPrice}})表是您也许遭受可观的下滑。"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"cancel-order-details": "您確定要取消{{orderSize}} {{baseSymbol}} {{orderSide}} 價格${{orderPrice}}的掛單嗎?",
|
||||
"modify-order": "改您的訂單嗎?",
|
||||
"modify-order-details": "您確定要把{{orderSize}} {{baseSymbol}}{{orderSide}} 價格${{currentOrderPrice}}的掛單改成{{orderSize}} {{baseSymbol}}限價{{orderSide}} 價格${{updatedOrderPrice}}嗎?",
|
||||
"order-details": "({{orderType}}{{orderSide}})若價格${{triggerPrice}}{{triggerCondition}}",
|
||||
"order-details": "({{orderType}}{{orderSide}})若價格{{triggerPrice}}{{triggerCondition}}",
|
||||
"outside-range": "訂單價格在範圍之外",
|
||||
"slippage-accept": "若您接受潛在的下滑請使用交易表格進行。",
|
||||
"slippage-warning": "您的訂單價格({{updatedOrderPrice}})多餘5%{{aboveBelow}}市場價格({{selectedMarketPrice}})表是您也許遭受可觀的下滑。"
|
||||
|
|
Loading…
Reference in New Issue