feat(timesheet): improve inline edit autosave
This commit is contained in:
@@ -698,10 +698,14 @@ export const en = {
|
|||||||
searchTagsLabel: "Search tags...",
|
searchTagsLabel: "Search tags...",
|
||||||
noTagsFoundLabel: "No tags found.",
|
noTagsFoundLabel: "No tags found.",
|
||||||
searchProjectsLabel: "Search projects...",
|
searchProjectsLabel: "Search projects...",
|
||||||
noProjectsFoundLabel: "No projects found.",
|
noProjectsFoundLabel: "No projects found.",
|
||||||
deletedProjectLabel: "Deleted project",
|
deletedProjectLabel: "Deleted project",
|
||||||
deletedTagLabel: "Deleted tag",
|
deletedTagLabel: "Deleted tag",
|
||||||
},
|
startRequiredError: "Start date and time are required.",
|
||||||
|
endRequiredError: "End date and time must both be filled.",
|
||||||
|
invalidEndTimeError: "End time is invalid.",
|
||||||
|
endBeforeStartError: "End must be after start.",
|
||||||
|
},
|
||||||
|
|
||||||
reports: {
|
reports: {
|
||||||
title: "Reports",
|
title: "Reports",
|
||||||
|
|||||||
@@ -695,10 +695,14 @@ export const fa = {
|
|||||||
searchTagsLabel: "جستوجوی تگها...",
|
searchTagsLabel: "جستوجوی تگها...",
|
||||||
noTagsFoundLabel: "تگی پیدا نشد.",
|
noTagsFoundLabel: "تگی پیدا نشد.",
|
||||||
searchProjectsLabel: "جستوجوی پروژهها...",
|
searchProjectsLabel: "جستوجوی پروژهها...",
|
||||||
noProjectsFoundLabel: "پروژهای پیدا نشد.",
|
noProjectsFoundLabel: "پروژهای پیدا نشد.",
|
||||||
deletedProjectLabel: "پروژه حذفشده",
|
deletedProjectLabel: "پروژه حذفشده",
|
||||||
deletedTagLabel: "تگ حذفشده",
|
deletedTagLabel: "تگ حذفشده",
|
||||||
},
|
startRequiredError: "تاریخ و زمان شروع الزامی است.",
|
||||||
|
endRequiredError: "تاریخ و زمان پایان باید هر دو وارد شوند.",
|
||||||
|
invalidEndTimeError: "زمان پایان معتبر نیست.",
|
||||||
|
endBeforeStartError: "پایان باید بعد از شروع باشد.",
|
||||||
|
},
|
||||||
reports: {
|
reports: {
|
||||||
title: "گزارشها",
|
title: "گزارشها",
|
||||||
description: (workspaceName: string) => `مرور گزارش فعالیت برای ${workspaceName}`,
|
description: (workspaceName: string) => `مرور گزارش فعالیت برای ${workspaceName}`,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user