From 3468c100b9ef9747f5202c412a4ecbd4789d8a5d Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Mon, 31 Oct 2022 22:37:08 +0800
Subject: [PATCH] fix

---
 src/main/resources/i18n/message_en_US.properties |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/i18n/message_en_US.properties b/src/main/resources/i18n/message_en_US.properties
index 3f7d6cf..1ad521f 100644
--- a/src/main/resources/i18n/message_en_US.properties
+++ b/src/main/resources/i18n/message_en_US.properties
@@ -36,17 +36,24 @@
 
 balance_err_001=Please enter the correct amount
 balance_err_002=Sorry, your credit is running low
+balance_err_003=The withdrawal amount is less than the minimum withdrawal amount
 
 member_err_001=Please enter the correct invitation code
 member_err_002=The current user is not a member yet
 member_err_003=The opposite user is not a member yet
 member_err_004=The current yield does not meet the system rules
 member_err_005=The membership relationship does not meet the system rules
-member_err_006=Please enter the correct fund password
-member_err_007=Please enter the old fund password
-member_err_008=Please enter a new fund password
+member_err_006=Please enter the correct password
+member_err_007=Please enter the old password
+member_err_008=Please enter a new password
 member_err_009=The new passwords entered twice are inconsistent
 member_err_0010=Please enter the address
+member_err_0011=Please enter the correct user name
+member_err_0012=No inward transfer during hang up period
+member_err_0013=Parameter cannot be empty
+member_err_0014=Withdrawal once a day
+member_err_0015=Not in the hang up period
+member_err_0016=The number of transfers exceeds the specified number
 
 Operation_001=Operation succeeded
 Operation_002=Operation failed
\ No newline at end of file

--
Gitblit v1.9.1