feat: Enhance Oxygen Saturation Card with health permissions and loading state management
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
This commit is contained in:
@@ -2,4 +2,13 @@ export const dateSelector = {
|
||||
backToToday: '回到今天',
|
||||
cancel: '取消',
|
||||
confirm: '确定',
|
||||
};
|
||||
};
|
||||
|
||||
export const common = {
|
||||
alert: '提示',
|
||||
success: '成功',
|
||||
error: '错误',
|
||||
delete: '删除',
|
||||
confirm: '确定',
|
||||
cancel: '取消',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user