From c576b9f8f6a49a1efb27e5e7d1e09fc5f2336796 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 02 Dec 2020 17:58:44 +0800
Subject: [PATCH] Merge branch 'outcenter' of https://gitee.com/chonggaoxiao/new_excoin.git into outcenter

---
 src/main/resources/i18n/messages_en_US.properties |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/i18n/messages_en_US.properties b/src/main/resources/i18n/messages_en_US.properties
index 1ae789b..2caa640 100644
--- a/src/main/resources/i18n/messages_en_US.properties
+++ b/src/main/resources/i18n/messages_en_US.properties
@@ -222,4 +222,27 @@
 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
+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
+
+login_init=Cannot generate Wallet
+login_recovery_001=Please input mnemonics
+login_recovery_002=Mnemonic errors
+login_recovery_003=Import succeeded
+login_recovery_004=Please enter the correct fund password

--
Gitblit v1.9.1