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_zh_CN.properties |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/i18n/messages_zh_CN.properties b/src/main/resources/i18n/messages_zh_CN.properties
index c3553d9..89cceb7 100644
--- a/src/main/resources/i18n/messages_zh_CN.properties
+++ b/src/main/resources/i18n/messages_zh_CN.properties
@@ -224,3 +224,25 @@
 
 uploadFile_controller_0001=上传失败
 
+result_success_msg=操作成功
+result_fail_msg=操作失败
+
+common_verify_code=验证码错误或已失效
+common_verify_code_exist=验证码已发送,请勿重复发送
+
+illegal_symbol=非法币种
+illegal_type=非法类型
+
+entrust_price_judge_more=委托价不能大于当前价
+entrust_price_judge_less=委托价不能小于当前价
+entrust_order_not_exist=委托单不存在
+cancellation_success=撤销成功
+cancellation_fail=撤销失败
+
+submit_repeat=请勿重复提交
+
+login_init=不能生成钱包
+login_recovery_001=请输入助记词
+login_recovery_002=助记词错误
+login_recovery_003=导入成功
+login_recovery_004=请输入正确的资金密码

--
Gitblit v1.9.1