From d1f429e93bf321f70ff646b47f2bf53979d8a33e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 11 Oct 2025 21:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=A2=9E=E5=8A=A0=20=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/i18n/core/common/i18n_en.properties | 1 + .../src/main/resources/i18n/core/common/i18n_ja_JP.properties | 1 + .../src/main/resources/i18n/core/common/i18n_zh_CN.properties | 1 + modules/core/src/main/resources/views/error/400.html | 4 +++- modules/core/src/main/resources/views/error/403.html | 4 +++- modules/core/src/main/resources/views/error/404.html | 4 +++- modules/core/src/main/resources/views/error/500.html | 4 +++- modules/static/src/main/resources/static/common/error.css | 1 + 8 files changed, 16 insertions(+), 4 deletions(-) diff --git a/modules/core/src/main/resources/i18n/core/common/i18n_en.properties b/modules/core/src/main/resources/i18n/core/common/i18n_en.properties index b5446fac..3a12c240 100644 --- a/modules/core/src/main/resources/i18n/core/common/i18n_en.properties +++ b/modules/core/src/main/resources/i18n/core/common/i18n_en.properties @@ -57,6 +57,7 @@ sys.error.500.title=Internal system error sys.error.500.message=The page you visited error! sys.error.500.message.p1=Sorry, there is a problem on the page you visited, please contact the administrator in time! sys.error.returnButton=Previous page +sys.error.refreshButton=Refresh page # =========== 文件上传相关 =========== diff --git a/modules/core/src/main/resources/i18n/core/common/i18n_ja_JP.properties b/modules/core/src/main/resources/i18n/core/common/i18n_ja_JP.properties index a46055aa..88b2335f 100644 --- a/modules/core/src/main/resources/i18n/core/common/i18n_ja_JP.properties +++ b/modules/core/src/main/resources/i18n/core/common/i18n_ja_JP.properties @@ -57,6 +57,7 @@ sys.error.500.title=システム内部エラー sys.error.500.message=アクセスしたページは問題が発生しました! sys.error.500.message.p1=申し訳ございません。アクセスしたページは問題が発生しました,システム管理者へ連絡してください。 sys.error.returnButton=前のページに戻る +sys.error.refreshButton=リフレッシュします # =========== 文件上传相关 =========== diff --git a/modules/core/src/main/resources/i18n/core/common/i18n_zh_CN.properties b/modules/core/src/main/resources/i18n/core/common/i18n_zh_CN.properties index 757ec79e..aa2b1daf 100644 --- a/modules/core/src/main/resources/i18n/core/common/i18n_zh_CN.properties +++ b/modules/core/src/main/resources/i18n/core/common/i18n_zh_CN.properties @@ -57,6 +57,7 @@ sys.error.500.title=系统内部错误 sys.error.500.message=您访问的页面出错啦! sys.error.500.message.p1=对不起,你访问的页面出现了一点问题,请及时联系管理员解决! sys.error.returnButton=返回上一页 +sys.error.refreshButton=刷新页面 # =========== 文件上传相关 =========== diff --git a/modules/core/src/main/resources/views/error/400.html b/modules/core/src/main/resources/views/error/400.html index 4867555e..91279f45 100644 --- a/modules/core/src/main/resources/views/error/400.html +++ b/modules/core/src/main/resources/views/error/400.html @@ -52,7 +52,9 @@ else {

${text('sys.error.400.title')}

${message}

+ class="fa fa-reply-all"> ${text('sys.error.returnButton')}   +