From 0dc8f42e10f9923967a04ee93c87a37e0d514dfa Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 22 Mar 2021 15:36:54 +0800 Subject: [PATCH] 20210322 平仓禁用操作(平仓,一键平仓,止盈止损,调整保证金,开仓) --- src/main/resources/i18n/messages_en_US.properties | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/main/resources/i18n/messages_en_US.properties b/src/main/resources/i18n/messages_en_US.properties index 47d0eaf..b3ce513 100644 --- a/src/main/resources/i18n/messages_en_US.properties +++ b/src/main/resources/i18n/messages_en_US.properties @@ -41,6 +41,7 @@ member_service_0009=Mobile number cannot be empty member_service_0010=Sent successfully +documentary_service_0011=Cancelled successfully member_service_0011=Fail in send member_service_0012=The verification code has expired, please request again member_service_0013=Wrong verification code @@ -138,6 +139,8 @@ member_service_0095=Insufficient available balance of agent usdt account member_service_0096=Transfer fail member_service_0097=Payment method already exists +member_service_0098=Please select another account +member_service_0099=The nickname can only be modified once order_service_0001=Wrong parameter value order_service_0002=Not logged in @@ -222,6 +225,21 @@ home_service_0013=Modification succeeded, please log in home_service_0014=The mobile number does not exist, please register and log in +documentary_service_0013=Please close the position after applying +documentary_service_0014=The current status cannot be followed +documentary_service_0015=Please cancel and apply again +documentary_service_0016=The trader has been set not to follow orders +documentary_service_0017=Please change the contract to separate margin mode +documentary_service_0018=In documentary, cannot adjust to full position margin mode +documentary_service_0019=The follower has a documentary contract and cannot kick out + +activity_service_0001=Please pass the real name authentication first +activity_service_0002=Currently invalid +activity_service_0003=Cannot activate repeatedly +activity_service_0004=The activity has ended +activity_service_0005=Can't get it if you don't meet the conditions +activity_service_0006=Received successfully, it has been issued to currency account + uploadFile_controller_0001=Upload failed result_success_msg=Operation success @@ -239,3 +257,9 @@ cancellation_success=Cancellation Success cancellation_fail=Cancellation Fail +submit_repeat=Do not repeat submission + +unknown_type=Unknown type + +loading_type=loading + -- Gitblit v1.9.1