This commit is contained in:
2025-10-27 15:55:29 +08:00
commit 6632080b83
513 changed files with 117442 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
export const lang = {
//title为每个页面的标题
title: '注册',
mobileRegister: '手机号注册',
accountRegister: '账号注册',
mobilePlaceholder: '手机号登录仅限中国大陆用户',
dynacodePlaceholder: '请输入动态码',
captchaPlaceholder: '请输入验证码',
accountPlaceholder: '请输入用户名',
passwordPlaceholder: '请输入密码',
rePasswordPlaceholder: '请确认密码',
completeRegister: '完成注册,并登录',
registerTips: '点击注册即代表您已同意',
registerAgreement: '注册协议',
next: '下一步',
save: '保存'
}