{{ $t('field.project') }}:
{{ project.name }}
{{ $t('field.task') }}:
{{ task.task_name }}
{{ $t('field.user') }}:
{{ user.full_name }}
{{ $t('field.created_at') }}:
{{ formatDate(interval.start_at) }}
{{ $t('tooltip.activity_progress.not_tracked') }}
{{ $tc('tooltip.activity_progress.overall', 0) }}
{{ interval.activity_fill + '%' }}
{{ $t('tooltip.activity_progress.just_mouse') }}
{{ interval.mouse_fill + '%' }}
{{ $t('tooltip.activity_progress.just_keyboard') }}
{{ interval.keyboard_fill + '%' }}
{{ $t('field.duration') }}:
{{
$t('field.duration_value', [formatDate(interval.start_at), formatDate(interval.end_at)])
}}