请选择

This commit is contained in:
2023-12-07 17:30:53 +08:00
parent 6cef48d4cd
commit 307571e455
4 changed files with 4 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ module.exports = {
newpassword: 'New Password',
operationfailed: 'Operation failed',
loading: 'Loading',
pleaseselect: 'Please select',
toast1: 'Old password cannot be empty',
toast2: 'The new password cannot be empty',
toast3: 'Enter a new password',

View File

@@ -142,6 +142,7 @@ module.exports = {
newpassword: '新的密码',
operationfailed: '操作失败',
loading: '加载中',
pleaseselect: '请选择',
toast1: '旧密码不能为空',
toast2: '新密码不能为空',
toast3: '输入新密码',