From 0f2d9c88dd791ec907da14f49b3770aada24cee1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 02 Nov 2022 17:33:51 +0800 Subject: [PATCH] 20221021 --- src/main/resources/i18n/message_en_US.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/i18n/message_en_US.properties b/src/main/resources/i18n/message_en_US.properties index a92301a..81d424f 100644 --- a/src/main/resources/i18n/message_en_US.properties +++ b/src/main/resources/i18n/message_en_US.properties @@ -36,6 +36,7 @@ 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 @@ -52,6 +53,8 @@ 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 +member_err_0017=Account exception Operation_001=Operation succeeded Operation_002=Operation failed \ No newline at end of file -- Gitblit v1.9.1