feat(i18n): Add common translations and mood-related strings in English and Chinese
fix(i18n): Update metabolism titles for consistency in health translations
chore: Update Podfile.lock to include SDWebImage 5.21.4 and other dependency versions
refactor(moodCheckins): Improve mood configuration retrieval with optional translation support
refactor(sleepHealthKit): Replace useI18n with direct i18n import for sleep quality descriptions
- Updated font sizes and weights in BasalMetabolismCard, MoodCard, HealthDataCard, and NutritionRadarCard for improved readability.
- Removed loading state from MoodCard to simplify the component.
- Adjusted styles in WeightHistoryCard for better layout and spacing.
- Integrated expo-background-fetch for improved background task handling.
- Updated Info.plist to include background fetch capability.
- Enhanced background task registration and execution logic in backgroundTaskManager.
- Added debug function to manually trigger background task execution for testing purposes.