From d76ed8abc8f31e210f4e93f173f41bc2861870dd Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Apr 2021 15:37:49 +0800
Subject: [PATCH] 20210406  交易员列表查询

---
 src/main/resources/i18n/messages_en_US.properties |   49 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 46 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/i18n/messages_en_US.properties b/src/main/resources/i18n/messages_en_US.properties
index 70c547e..b3ce513 100644
--- a/src/main/resources/i18n/messages_en_US.properties
+++ b/src/main/resources/i18n/messages_en_US.properties
@@ -41,10 +41,12 @@
 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
-member_service_0014=Phone number binding succeeded
+member_service_0014=Binding succeeded
+member_service_1400=Binding fail
 member_service_0015=Submit failed
 member_service_0016=Mailbox cannot be empty
 member_service_0017=Verification code cannot be empty
@@ -73,6 +75,7 @@
 member_service_0038=Verification code is invalid
 member_service_0039=Verification code error
 member_service_0040=Modification succeeded
+member_service_4000=Information auditing
 
 member_service_0041=Modification failed
 member_service_0042=Please enter your mobile number
@@ -94,7 +97,7 @@
 member_service_0057=Please enter country
 member_service_0058=Last name cannot be blank, please enter
 member_service_0059=The name cannot be empty. Please enter
-member_service_0060=ID card has been used
+member_service_0060=Card has been used
 
 member_service_0061=Image missing, please upload
 member_service_0062=Submitted successfully
@@ -135,6 +138,9 @@
 member_service_0094=Insufficient available balance of contract usdt account
 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
@@ -219,4 +225,41 @@
 home_service_0013=Modification succeeded, please log in
 home_service_0014=The mobile number does not exist, please register and log in
 
-uploadFile_controller_0001=Upload failed
\ No newline at end of file
+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
+result_fail_msg=Operation failed
+
+common_verify_code=Code Error Or Invalided
+common_verify_code_exist=Code existed
+
+illegal_symbol=Illegal Symbol
+illegal_type=Illegal Type
+
+entrust_price_judge_more=The entrusted open price cannot be higher than the market price
+entrust_price_judge_less=The entrusted open price cannot be lower than the market price
+entrust_order_not_exist=Order does not exist
+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