feat(个人中心): 优化会员横幅组件,支持深色模式与国际化;新增医疗记录卡片组件,完善健康档案功能

This commit is contained in:
richarjiang
2025-12-05 14:35:10 +08:00
parent f3d4264b53
commit 3d08721474
16 changed files with 3771 additions and 2961 deletions

View File

@@ -725,6 +725,41 @@ export const workoutHistory = {
monthOccurrence: 'This is your {{index}} {{activity}} in {{month}}.',
};
export const familyGroup = {
joinTitle: 'Join Family Group',
joinDescription: 'Enter the invite code shared by your family member to join health management',
inviteCodePlaceholder: 'Enter invite code',
relationshipLabel: 'Relationship to creator',
relationshipPlaceholder: 'Select relationship',
joinButton: 'Join',
joining: 'Joining...',
cancel: 'Cancel',
errors: {
emptyCode: 'Please enter invite code',
emptyRelationship: 'Please select relationship',
},
success: 'Successfully joined family group',
relationships: {
spouse: 'Spouse',
father: 'Father',
mother: 'Mother',
son: 'Son',
daughter: 'Daughter',
grandfather: 'Grandfather',
grandmother: 'Grandmother',
grandson: 'Grandson',
granddaughter: 'Granddaughter',
brother: 'Brother',
sister: 'Sister',
uncle: 'Uncle',
aunt: 'Aunt',
nephew: 'Nephew',
niece: 'Niece',
cousin: 'Cousin',
other: 'Other',
},
};
export const health = {
tabs: {
health: 'Health',