From 8dbaa58169feb425785b55427358a1be0b51dfca Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 10 Mar 2022 16:19:22 +0800 Subject: [PATCH] fix --- src/main/resources/i18n/messages_en_US.properties | 27 ++++++++++++++++++++++++++- 1 files changed, 26 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..cca5fc3 100644 --- a/src/main/resources/i18n/messages_en_US.properties +++ b/src/main/resources/i18n/messages_en_US.properties @@ -222,4 +222,29 @@ 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 + +zhiya_service_0001=Redemption quantity is greater than pledge quantity +zhiya_service_0002=Data does not exist, please refresh and try again +zhiya_service_0003=Only valid documents can be redeemed +zhiya_service_0004=Please enter the correct and reasonable quantity +zhiya_service_0005=Insufficient available balance +zhiya_service_0006=The minimum quantity is 100 + -- Gitblit v1.9.1