feat(个人中心): 优化会员横幅组件,支持深色模式与国际化;新增医疗记录卡片组件,完善健康档案功能
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user