From 31ba782e2e3f82a65bdf6cb1a2d6f0fba73f312d Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 19 Mar 2021 18:02:56 +0800 Subject: [PATCH] 20210318 活动信息注册时,初始化 --- src/main/resources/i18n/messages_en_US.properties | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/resources/i18n/messages_en_US.properties b/src/main/resources/i18n/messages_en_US.properties index 825a36e..da67cfb 100644 --- a/src/main/resources/i18n/messages_en_US.properties +++ b/src/main/resources/i18n/messages_en_US.properties @@ -140,6 +140,7 @@ 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 @@ -232,6 +233,13 @@ 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 -- Gitblit v1.9.1