From f726ea231b2109be3cb9cc6eca8aa9a002ab3fce Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Wed, 30 Apr 2025 01:13:31 +0800 Subject: [PATCH] 挂单list页面挂单价格显示修改优先级 --- src/locales/en.json | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 90eae4c..261cb96 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -612,5 +612,10 @@ "转入金额": "Transfer In Amount", "确认兑换": "Confirm Exchange", "确认撤销": "Confirm Cancel", - "确定要撤销此挂单吗?": "Are you sure you want to cancel this pending order?" + "确定要撤销此挂单吗?": "Are you sure you want to cancel this pending order?", + "排序": "Sort", + "升序": "Ascending", + "降序": "Descending", + "正常": "Normal", + "当价格满足条件时卖出": "Sell when price meets condition" } \ No newline at end of file -- Gitblit v1.9.3