From 8c172b59a575562913df6b17d77c16f376a915c0 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 10 九月 2024 17:10:48 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 740abd9..02cc1d9 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -25,6 +25,7 @@ title: { main: 'Main', common: 'Common', + changePwd: 'Change Password', }, side: { title: 'More Info' @@ -54,6 +55,9 @@ thisMonth: 'This month', lastMonth: 'Last month', earlier: 'Earlier...', + }, + validate: { + pwdMisMatch: 'The password confirmation is not the same as the password.' }, create: { title: 'Create' @@ -141,6 +145,8 @@ user: { username: "username", password: "password", + password: "password", + confirmPwd: "confirm password", nickname: "nickname", avatar: "avatar", code: "code", -- Gitblit v1.9.1