fix(timesheet): localize week total label

This commit is contained in:
2026-04-29 13:36:51 +03:30
parent 1c97339648
commit 9ed7cb73e2
3 changed files with 10 additions and 8 deletions

View File

@@ -224,6 +224,7 @@ export const en = {
cannotAddSelf: "You are automatically the owner.",
},
onlyNumbersAllowed: "Only numbers are allowed for mobile number.",
weekTotal: "Week Total"
},
clients: {
@@ -408,12 +409,12 @@ export const en = {
runningBadge: "Running",
noRunningEntry: "No running entry",
searchPlaceholder: "Search time entries...",
orderingNewest: "Newest first",
orderingOldest: "Oldest first",
emptyState: "No time entries found",
emptyStateDescription: "Start the timer or add a manual entry to get started.",
noEntriesSearch: "Try adjusting your search query or filters.",
emptyDescription: "No description",
orderingNewest: "Newest first",
orderingOldest: "Oldest first",
emptyState: "No time entries found",
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",
startTitle: "Start Timer",
editTitle: "Edit Time Entry",