diff --git a/i18n/en.json b/i18n/en.json index 08c7576..e7e9469 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -64,5 +64,20 @@ "plurals": { "day": "{{count}} day", "day_plural": "{{count}} days" + }, + "stats": { + "show_stats": "Show period details", + "cycle_start": "Cycle start", + "cycle_length": "Cycle length", + "bleeding": "Bleeding", + "cycle_length_explainer": "Basic statistics about the length of your cycles.", + "no_data": "At least one completed cycle is needed to display stats.", + "days": "days", + "completed_cycles": "completed\ncycles", + "average": "Average cycle", + "min": "Shortest", + "max": "Longest", + "standard_deviation": "Standard\ndeviation", + "standard_deviation_help": "Based on the standard deviation of all your tracked periods drip. calculates a range for the starting day of the upcoming 3 periods. The range will be 3 days if your standard deviation is smaller than 1.5 and 5 days if the value is bigger.\n\nThe standard deviation tells you how much the length of your periods vary, 0 means all your periods are exactly the same length and the bigger the value the more the period length varies." } }