{{ timerRunning ? 'Currently tracking time' : 'Timer stopped' }}
{{ formatTime(hours) }}:{{ formatTime(minutes) }}:{{ formatTime(seconds) }}
{{ getCurrentDate() }} • {{ timerRunning ? 'Started at ' + formatStartTime() : 'Not running' }} • {{ selectedProject ? getProjectName(selectedProject) : 'No project' }}
{{ getTimeEntriesTitle() }}
{{ entry.description || 'No description' }}
{{ entry.task ? entry.task + ' • ' : '' }} {{ entry.projectId ? getProjectName(entry.projectId) : 'No project' }}
{{ formatDuration(entry.duration) }}
No time entries for this date
Projects
{{ project.name }}
{{ getProjectTime(project.id) }} tracked
No projects yet. Create your first project to start tracking time.
Time Summary
Today
{{ getTotalTime('today') }}
This Week
{{ getTotalTime('week') }}
This Month
{{ getTotalTime('month') }}
Project Breakdown
{{ project.name }}
{{ getProjectTime(project.id) }}
Recent Activity
{{ entry.description || 'No description' }}
{{ formatDate(entry.startTime) }} • {{ formatDuration(entry.duration) }}
Time Distribution
Daily Summary
Quick Actions
Total today: {{ getTotalTime('today') }}