diff --git a/d2-admin.babel.REMOVED.git-id b/d2-admin.babel.REMOVED.git-id index 9489bc1d..c99c01f7 100644 --- a/d2-admin.babel.REMOVED.git-id +++ b/d2-admin.babel.REMOVED.git-id @@ -1 +1 @@ -4861c1a3f31b58bb0ba69bd08b93c2403c09bdbc \ No newline at end of file +1fa97eb3669d03dfd3beba1ab093345500f40c4c \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index 5e5ced7a..47cf9201 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,8 +1,12 @@ { "_name": "English", "public": { - "error-message": { - "form-not-valid": "Form Check Failure" + "message": { + "error": { + "form": { + "invalid": "Form verification failed, please check" + } + } }, "notify": { "special": { diff --git a/src/locales/ja.json b/src/locales/ja.json index 7c64c05b..19be6a4c 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -1,8 +1,12 @@ { "_name": "日本語", "public": { - "error-message": { - "form-not-valid": "フォームの検証に失敗しました" + "message": { + "error": { + "form": { + "invalid": "フォームの確認に失敗しました。確認してください" + } + } }, "notify": { "special": { diff --git a/src/locales/zh-chs.json b/src/locales/zh-chs.json index 1c7d2274..637b1cb2 100644 --- a/src/locales/zh-chs.json +++ b/src/locales/zh-chs.json @@ -1,8 +1,12 @@ { "_name": "简体中文", "public": { - "error-message": { - "form-not-valid": "表单校验失败" + "message": { + "error": { + "form": { + "invalid": "表单校验失败,请检查" + } + } }, "notify": { "special": { diff --git a/src/locales/zh-cht.json b/src/locales/zh-cht.json index 9fdfb529..310e3246 100644 --- a/src/locales/zh-cht.json +++ b/src/locales/zh-cht.json @@ -1,8 +1,12 @@ { "_name": "繁體中文", "public": { - "error-message": { - "form-not-valid": "表單校驗失敗" + "message": { + "error": { + "form": { + "invalid": "表單校驗失敗,請檢查" + } + } }, "notify": { "special": { diff --git a/src/views/system/login/page.vue.REMOVED.git-id b/src/views/system/login/page.vue.REMOVED.git-id index 4f3c138b..5bb1cc98 100644 --- a/src/views/system/login/page.vue.REMOVED.git-id +++ b/src/views/system/login/page.vue.REMOVED.git-id @@ -1 +1 @@ -db2d307416fb79fcd0bff7e7592d7663a8217567 \ No newline at end of file +79e5cb61969ad81e9de47b2dfc6ca33133c77a23 \ No newline at end of file