{{ toast.title }}
{{ toast.message }}
{{ strings.loading?.text }}

{{ strings.header?.title }}

{{ strings.header?.subtitle }}

{{ errorMessage }}
{{ dataStats.totalDestinations || 0 }}
{{ strings.location?.areas }}
{{ topDestinationStat.part_area || strings.location?.topArea }}
{{ strings.location?.topArea }}
{{ dataStats.lastUpdated || strings.location?.recently }}
{{ dataStats.totalEvents || 0 }}
{{ strings.location?.trips }}

{{ strings.location?.subtitle }}

{{ strings.overview?.title || 'Data Overview' }}

{{ strings.overview?.subtitle || 'Summary of your collected data' }}

{{ dataOverview.location_data?.event_count || 0 }}
{{ strings.overview?.locationEvents || 'Location Events' }}
{{ dataOverview.sensor_data?.event_count || 0 }}
{{ strings.overview?.sensorEvents || 'Sensor Events' }}
{{ dataOverview.travel_data?.days || 0 }}
{{ strings.overview?.travelDays || 'Travel Days' }}
{{ dataOverview.other_data?.event_count || 0 }}
{{ strings.overview?.otherEvents || 'Other Events' }}

{{ strings.activities?.title }}

{{ strings.activities?.subtitle }}

{{ getActivityName(activity.activity_name) }}
{{ formatMetricValue(activity, selectedMetric) }}

{{ strings.download?.title }}

{{ strings.download?.subtitle }}

{{ strings.delete?.title }}

{{ strings.delete?.subtitle }}

{{ strings.explore?.title }}

{{ strings.explore?.subtitle }}

#{{ area.rank }}
{{ area.part_area || strings.location?.topArea }}
{{ formatAreaDetails(area) }}
{{ area.count }} {{ strings.location?.visits }}
{{ strings.explore?.noData }}
{{ strings.loading?.text }}