diff --git a/apps/web/public/static/locales/en/vital.json b/apps/web/public/static/locales/en/vital.json index 0967ef424b..430b43e1fd 100644 --- a/apps/web/public/static/locales/en/vital.json +++ b/apps/web/public/static/locales/en/vital.json @@ -1 +1,14 @@ -{} + { + "connected_vital_app": "Connected with", + "vital_app_sleep_automation": "Sleeping reschedule automation", + "vital_app_automation_description": "You can select different parameters to trigger the reschedule based on your sleeping metrics.", + "vital_app_parameter": "Parameter", + "vital_app_trigger": "Trigger at below or equal than", + "vital_app_save_button": "Save configuration", + "vital_app_total_label": "Total (total = rem + light sleep + deep sleep)", + "vital_app_duration_label": "Duration (duration = bedtime end - bedtime start)", + "vital_app_hours": "hours", + "vital_app_save_success": "Success saving your Vital Configurations", + "vital_app_save_error": "An error ocurred saving your Vital Configurations" + } +