
* Add vital integration * Tidy up client_user_id creation * Rename vital app to vitalother to follow name rules * Added env var * App vital reschedule * Fix on app structure and api calls * Implemented user identification from webhook * WIP fix api call and read me * Save vital settings via api * Now saving userVitalSettings and trigger reschedule on selected param * Added translations * Fix type for vitalSettings * Using api to get env vars required for url, fix display of vital settings * Fix hours placeholder, translation not working * Renames vital app * Update seed-app-store.ts * Update package.json * Update yarn.lock * Refactored env variables * Update README.md * Migrates to api_keys * Extracts AppConfiguration * vitalClient fixes * Update index.ts * Update metadata.ts * Update index.ts * Update metadata.ts * Added namespace vital for translations Co-authored-by: Maitham <maithamdib@gmail.com> Co-authored-by: zomars <zomars@me.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
13 lines
880 B
JSON
13 lines
880 B
JSON
{
|
|
"connected_vital_app": "Conectado con",
|
|
"vital_app_sleep_automation": "Automatización de reagendado en base al patron de sueño",
|
|
"vital_app_automation_description": "Puedes seleccionar diferentes parámetros para activar el reagendado automático en base a tus patrones de sueño.",
|
|
"vital_app_parameter": "Parámetro",
|
|
"vital_app_trigger": "Activar cuando sea igual o menor que",
|
|
"vital_app_save_button": "Guardar configuración",
|
|
"vital_app_total_label": "Total (total = rem + sueño ligero + sueño profundo)",
|
|
"vital_app_duration_label": "Duration (duration = Hora que te levantaste de la cama - Hora que te acostaste en la cama)",
|
|
"vital_app_hours": "horas",
|
|
"vital_app_save_success": "Fue un éxito el guardado de tus configuraciones de App Vital",
|
|
"vital_app_save_error": "Ocurrió un error al intentar guardar tus configuraciones de App Vital"
|
|
}
|