feat(timesheet): add manual time entry action
This commit is contained in:
@@ -681,7 +681,8 @@ export const en = {
|
||||
title: "Timesheet",
|
||||
description: (workspaceName: string) => `Track time inside ${workspaceName}`,
|
||||
selectWorkspace: "Please select a workspace first.",
|
||||
addEntry: "Add Entry",
|
||||
addEntry: "Add Entry",
|
||||
addManualEntry: "Add manual entry",
|
||||
startTimer: "Start Timer",
|
||||
stopTimer: "Stop Timer",
|
||||
timerRunning: "Timer Running",
|
||||
@@ -695,7 +696,8 @@ export const en = {
|
||||
emptyStateDescription: "Start the timer or add a manual entry to get started.",
|
||||
noEntriesSearch: "Try adjusting your search query or filters.",
|
||||
emptyDescription: "No description",
|
||||
createTitle: "Add Time Entry",
|
||||
createTitle: "Add Time Entry",
|
||||
manualCreateTitle: "Add Manual Time Entry",
|
||||
startTitle: "Start Timer",
|
||||
editTitle: "Edit Time Entry",
|
||||
createSuccess: "Time entry created successfully.",
|
||||
|
||||
Reference in New Issue
Block a user