maxkb/ui/src/locales/lang/zh-Hant/views/login.ts
wangdan-fit2cloud 475a05e8b0 init: init
2025-04-16 19:20:15 +08:00

25 lines
661 B
TypeScript

export default {
title: '普通登錄',
jump_tip: '即將跳轉至認證源頁面進行認證',
jump: '跳轉',
resetPassword: '修改密碼',
forgotPassword: '忘記密碼',
userRegister: '用戶註冊',
buttons: {
login: '登錄',
register: '註冊',
backLogin: '返回登錄',
checkCode: '立即驗證'
},
newPassword: '新密碼',
enterPassword: '請輸入新密碼',
useEmail: '使用電子郵箱',
moreMethod: '更多登錄方式',
verificationCode: {
placeholder: '請輸入驗證碼',
getVerificationCode: '獲取驗證碼',
successMessage: '驗證碼發送成功',
resend: '重新發送'
}
}