Merge branch 'feature/Customize-tracking-categories-temperature' into 'main'

Feature: customize tracking categories temperature

See merge request bloodyhealth/drip!650
This commit is contained in:
bl00dymarie
2024-02-08 17:20:56 +00:00
7 changed files with 108 additions and 23 deletions
+10
View File
@@ -38,11 +38,21 @@ export default {
loadError: 'Could not load saved temperature scale settings',
saveError: 'Could not save temperature scale settings',
},
disabled: {
title: 'This feature is turned off',
message:
'Please first enable the temperature tracking category in the customization settings.',
},
tempReminder: {
title: 'Temperature reminder',
noTimeSet: 'Set a time for a daily reminder to take your temperature',
timeSet: (time) => `Daily reminder set for ${time}`,
notification: 'Record your morning temperature',
alertNoTempReminder: {
title: 'Temperature turned off',
message:
'To use the temperature reminder please first enable the temperature tracking category in the customization settings.',
},
},
periodReminder: {
title: 'Next period reminder',