{$LL.home.newEntry()}

{timeLoggedTodayString}

{$LL.home.loggedTimeToday()}

{currentTime}

{$LL.home.currentTime()}

{$LL.home.stopwatch()}

{$LL.home.todayEntries()}

{$LL.home.category()} {$LL.home.timespan()} {#if timeEntries.length > 0} {#each timeEntries as entry} {entry.category?.name} {entry.start.toLocaleString(undefined, {timeStyle: "short"})} - {entry.stop.toLocaleString(undefined, {timeStyle: "short"})}