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
15 lines
255 B
TypeScript
15 lines
255 B
TypeScript
export const dateSelector = {
|
|
backToToday: 'Back to Today',
|
|
cancel: 'Cancel',
|
|
confirm: 'Confirm',
|
|
};
|
|
|
|
export const common = {
|
|
alert: 'Alert',
|
|
success: 'Success',
|
|
error: 'Error',
|
|
delete: 'Delete',
|
|
confirm: 'Confirm',
|
|
cancel: 'Cancel',
|
|
};
|