fix(timesheet): improve tablet layout and deleted relation handling

This commit is contained in:
2026-04-27 22:58:27 +03:30
parent 02cd2d67a0
commit a770272ce2
7 changed files with 496 additions and 98 deletions

View File

@@ -421,10 +421,12 @@ export const fa = {
applyFiltersLabel: "اعمال",
clientFilterPrefix: "مشتری",
projectFilterPrefix: "پروژه",
tagFilterPrefix: "تگ",
fromFilterPrefix: "از",
toFilterPrefix: "تا",
},
tagFilterPrefix: "تگ",
fromFilterPrefix: "از",
toFilterPrefix: "تا",
deletedProjectLabel: "پروژه حذف‌شده",
deletedTagLabel: "تگ حذف‌شده",
},
reports: {
title: "گزارش‌ها",
description: (workspaceName: string) => `مرور گزارش فعالیت برای ${workspaceName}`,