feat(reports): refine exports and restore project access
This commit is contained in:
@@ -24,6 +24,7 @@ TRANSLATIONS = {
|
||||
"en": {
|
||||
"report_title": "Workspace Report",
|
||||
"overall_sheet": "Overall Report",
|
||||
"users_summary_sheet": "Users Summary",
|
||||
"workspace": "Workspace",
|
||||
"period": "Period",
|
||||
"from_date": "From date",
|
||||
@@ -38,6 +39,18 @@ TRANSLATIONS = {
|
||||
"non_billable_hours": "Non-billable hours",
|
||||
"hourly_rate": "Hourly rate",
|
||||
"income": "Income",
|
||||
"working_hours": "Working hours",
|
||||
"non_working_hours": "Non-working hours",
|
||||
"hourly_rates": "Hourly rates",
|
||||
"project_percentages": "Project percentages",
|
||||
"client_percentages": "Client percentages",
|
||||
"tag_percentages": "Tag percentages",
|
||||
"summary_by_user": "Summary by user",
|
||||
"rate_history": "Hourly rate history",
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"percentage": "Percentage",
|
||||
"none": "None",
|
||||
"daily_summary": "Daily Summary",
|
||||
"clients": "Clients",
|
||||
"projects": "Projects",
|
||||
@@ -50,6 +63,7 @@ TRANSLATIONS = {
|
||||
"fa": {
|
||||
"report_title": "گزارش فضای کاری",
|
||||
"overall_sheet": "گزارش کلی",
|
||||
"users_summary_sheet": "خلاصه کاربران",
|
||||
"workspace": "فضای کاری",
|
||||
"period": "بازه",
|
||||
"from_date": "از تاریخ",
|
||||
@@ -63,7 +77,19 @@ TRANSLATIONS = {
|
||||
"billable_hours": "ساعات کاری",
|
||||
"non_billable_hours": "ساعات غیر کاری",
|
||||
"hourly_rate": "نرخ ساعتی",
|
||||
"income": "درآمد",
|
||||
"income": "کارکرد",
|
||||
"working_hours": "ساعات کاری",
|
||||
"non_working_hours": "ساعات غیرکاری",
|
||||
"hourly_rates": "نرخهای ساعتی",
|
||||
"project_percentages": "درصد پروژهها",
|
||||
"client_percentages": "درصد مشتریها",
|
||||
"tag_percentages": "درصد تگها",
|
||||
"summary_by_user": "خلاصه کاربران",
|
||||
"rate_history": "تاریخچه نرخ ساعتی",
|
||||
"from": "از",
|
||||
"to": "تا",
|
||||
"percentage": "درصد",
|
||||
"none": "بدون مورد",
|
||||
"daily_summary": "خلاصه روزانه",
|
||||
"clients": "مشتریان",
|
||||
"projects": "پروژهها",
|
||||
|
||||
Reference in New Issue
Block a user