Merge branch 'master' into 134-implement-design-for-day-overview
This commit is contained in:
@@ -45,4 +45,15 @@ export const headerTitles = {
|
||||
NoteEditView: 'Note',
|
||||
DesireEditView: 'Desire',
|
||||
SexEditView: 'Sex'
|
||||
}
|
||||
|
||||
export const stats = {
|
||||
emptyStats: 'At least one completed cycle is needed to present you with stats here.',
|
||||
oneCycleStats: (number) => `You have documented one cycle of ${number} days.`,
|
||||
getBasisOfStats: (numberOfCycles) => `Stats are based on ${numberOfCycles} completed cycles.`,
|
||||
daysLabel: 'days',
|
||||
averageLabel: 'Average cycle length',
|
||||
minLabel: 'Shortest cycle',
|
||||
maxLabel: 'Longest cycle',
|
||||
stdLabel: 'Standard deviation'
|
||||
}
|
||||
Reference in New Issue
Block a user