From 2a28fc278387e19e54d15a23c55bbf85989f562d Mon Sep 17 00:00:00 2001 From: robin <850379744@qq.com> Date: Mon, 10 Jul 2023 22:12:26 +0800 Subject: [PATCH] message update --- .../src/main/resources/i18n/messages.properties | 2 +- .../src/main/resources/i18n/messages_en_US.properties | 2 +- .../src/main/resources/i18n/messages_zh_CN.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages.properties b/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages.properties index 8a386da5..5e6b0668 100644 --- a/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages.properties +++ b/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages.properties @@ -1,5 +1,5 @@ common.businessError=Please try resubmitting or refreshing the page later -common.systemError=An exception occurs, you can view the exception details in the log in the help menu. If you can't fix it, you can subscribe to the WeChat public account Text2SQL to consult for help +common.systemError=An exception occurs, you can view the exception details in the log in the help menu. common.needLoggedIn=Login required common.redirect=Redirect common.paramError=The parameter is incorrect diff --git a/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_en_US.properties b/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_en_US.properties index c20e292b..c327ea04 100644 --- a/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_en_US.properties +++ b/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_en_US.properties @@ -1,5 +1,5 @@ common.businessError=Please try resubmitting or refreshing the page later -common.systemError=An exception occurs, you can view the exception details in the log in the help menu. If you can't fix it, you can subscribe to the WeChat public account Text2SQL to consult for help +common.systemError=An exception occurs, you can view the exception details in the log in the help menu. common.needLoggedIn=Login required common.redirect=Redirect common.paramError=The parameter is incorrect diff --git a/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_zh_CN.properties b/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_zh_CN.properties index 0c608b71..a7ecc305 100644 --- a/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_zh_CN.properties +++ b/chat2db-server/chat2db-server-start/src/main/resources/i18n/messages_zh_CN.properties @@ -1,5 +1,5 @@ common.businessError=请尝试重新提交或者刷新页面 -common.systemError=系统发生异常,可在帮助中点击日志查看异常详情。如无法解决,可关注微信公众号Text2SQL咨询帮助 +common.systemError=系统发生异常,可在帮助中点击日志查看异常详情。 common.needLoggedIn=需要登陆页面 common.redirect=重定向页面 common.paramError=您输入的参数异常