// 用户模块语言包 - 中文 export default { register: { title: '创建账户', subtitle: '立即加入我们', email: '邮箱', email_placeholder: '请输入您的邮箱', email_required: '邮箱不能为空', email_invalid: '请输入有效的邮箱地址', password: '密码', password_placeholder: '请输入您的密码', password_required: '密码不能为空', password_too_short: '密码至少需要6个字符', confirm_password: '确认密码', confirm_password_placeholder: '请确认您的密码', confirm_password_required: '请确认您的密码', passwords_not_match: '两次输入的密码不一致', username: '用户名(可选)', username_placeholder: '请选择用户名', username_too_short: '用户名至少需要3个字符', agree_terms_part1: '我同意', terms_link: '服务条款', agree_terms_part2: '和隐私政策', terms_required: '您必须同意条款才能继续', button: '注册', already_account: '已有账户?', login: '登录', success: '注册成功!', failed: '注册失败', language_switched: "语言已切换为中文" },login: { title: '欢迎回来', subtitle: '欢迎使用 Akmon', email: '邮箱', email_placeholder: '邮箱', email_required: '邮箱不能为空', email_invalid: '请输入有效的邮箱地址', password: '密码', password_placeholder: '密码', password_required: '密码不能为空', password_too_short: '密码至少需要6个字符', remember_me: '记住我', button: '登录', login_button: '登录', forgot_password: '忘记密码?', no_account: '还没有账户?', register: '立即注册', or_login_with: '其他方式登录', register_now: "立即注册", login_failed: "登录失败", login_success: "登录成功", coming_soon: "即将推出", error_title: "登录错误", confirm: "确定", language_switched: "语言已切换为中文" }, forgot_password: { title: '找回密码', subtitle: '请输入您的邮箱以重置密码', remember_password: '记得密码了?', login: '返回登录', email: '邮箱', email_placeholder: '请输入您的邮箱', email_required: '邮箱不能为空', email_invalid: '请输入有效的邮箱地址', submit_button: '提交', back_to_login: '返回登录', email_sent_title: '重置邮件已发送', email_sent_message: '我们已向您的邮箱发送了密码重置链接,请查收并按照邮件中的指示操作。', unknown_error: '发生未知错误,请稍后重试', language_switched: "语言已切换为中文" }, center: { edit_profile: "编辑资料", trainings: "训练", points: "积分", streak: "连续天数", training: "训练", training_records: "训练记录", training_plans: "训练计划", reports: "报告", account: "账号", profile: "个人资料", devices: "设备", notifications: "通知", settings: "设置", app_settings: "应用设置", about: "关于", logout: "退出登录", unnamed: "未命名用户", language_switched: "语言已切换为中文" }, profile: { title: "个人资料", load_error: "加载个人资料失败", loading: "加载...", username: "用户名", username_placeholder: "请输入用户名", email: "邮箱", email_readonly: "邮箱不可更改", gender: "性别", gender_other: "其他", gender_male: "男", gender_female: "女", birthday: "生日", birthday_placeholder: "请选择生日", height: "身高", height_placeholder: "请输入身高", weight: "体重", weight_placeholder: "请输入体重", language: "语言", bio: "简介", bio_placeholder: "请输入个人简介", save_button: "保存", save_success: "保存成功", avatar_selected: "头像已更新", language_switched: "语言已切换为中文" }, username: "用户名", email: "邮箱", role: "角色", created_at: "注册时间", user_mgmt: { title: "用户管理" } }