export const profile = { title: 'Profile', subtitle: 'Manage your account and preferences', account: 'Account', personalInfo: 'Personal Info', settings: 'Settings', support: 'Support', privacyPolicy: 'Privacy Policy', termsOfService: 'Terms of Service', theBoardRoom: 'The Board Room', contactSupport: 'Contact Support', darkMode: 'Dark Mode', castleMode: 'Castle Mode', hapticFeedback: 'Haptic Feedback', language: 'Language', birthYear: 'Birth Year', biologicalSex: 'Biological Sex', height: 'Height', weight: 'Weight', male: 'Male', female: 'Female', cm: 'cm', kg: 'kg', languages: { system: 'System', systemDisplay: 'System', english: 'English', englishDisplay: 'English', korean: 'Korean (한국어)', koreanDisplay: 'Korean', }, board: { title: 'The Board Room', closed: 'The Board Room is closed.', }, castle: { title: 'Castle Mode', description: 'Castle Mode unlocks hidden features for testing. If you are not supposed to be seeing these options, please report immediately.', compareAiModels: 'Compare AI Models', compareAiModelsDescription: 'Make multiple AI models at the top of the industry to each detect food and nutrition. Compare them in See Log.', logAnything: 'Enable "Log Anything"', logAnythingDescription: 'Log records beyond food, such as mood, exercise, or any custom notes.', }, };