@hed-hog/operations 0.0.330 → 0.0.331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/controllers/operations-collaborators.controller.d.ts +7 -216
- package/dist/controllers/operations-collaborators.controller.d.ts.map +1 -1
- package/dist/controllers/operations-contracts.controller.d.ts +6 -6
- package/dist/controllers/operations-projects.controller.d.ts +25 -0
- package/dist/controllers/operations-projects.controller.d.ts.map +1 -1
- package/dist/controllers/operations-projects.controller.js +48 -0
- package/dist/controllers/operations-projects.controller.js.map +1 -1
- package/dist/controllers/operations-reports.controller.d.ts +1 -1
- package/dist/controllers/operations-tasks.controller.d.ts +34 -9
- package/dist/controllers/operations-tasks.controller.d.ts.map +1 -1
- package/dist/controllers/operations-tasks.controller.js +43 -32
- package/dist/controllers/operations-tasks.controller.js.map +1 -1
- package/dist/controllers/operations-timesheets.controller.d.ts +9 -9
- package/dist/dashboard/components/DashboardLayout.d.ts +30 -0
- package/dist/dashboard/components/DashboardLayout.d.ts.map +1 -0
- package/dist/dashboard/components/DashboardLayout.js +87 -0
- package/dist/dashboard/components/DashboardLayout.js.map +1 -0
- package/dist/dashboard/components/widget-registry.d.ts +23 -0
- package/dist/dashboard/components/widget-registry.d.ts.map +1 -0
- package/dist/dashboard/components/widget-registry.js +245 -0
- package/dist/dashboard/components/widget-registry.js.map +1 -0
- package/dist/dashboard/hooks/useDashboardData.d.ts +20 -0
- package/dist/dashboard/hooks/useDashboardData.d.ts.map +1 -0
- package/dist/dashboard/hooks/useDashboardData.js +24 -0
- package/dist/dashboard/hooks/useDashboardData.js.map +1 -0
- package/dist/dashboard/types/widgets.types.d.ts +233 -0
- package/dist/dashboard/types/widgets.types.d.ts.map +1 -0
- package/dist/dashboard/types/widgets.types.js +6 -0
- package/dist/dashboard/types/widgets.types.js.map +1 -0
- package/dist/dashboard/widgets/CapacityDistribution.d.ts +23 -0
- package/dist/dashboard/widgets/CapacityDistribution.d.ts.map +1 -0
- package/dist/dashboard/widgets/CapacityDistribution.js +11 -0
- package/dist/dashboard/widgets/CapacityDistribution.js.map +1 -0
- package/dist/dashboard/widgets/EffortByProject.d.ts +22 -0
- package/dist/dashboard/widgets/EffortByProject.d.ts.map +1 -0
- package/dist/dashboard/widgets/EffortByProject.js +11 -0
- package/dist/dashboard/widgets/EffortByProject.js.map +1 -0
- package/dist/dashboard/widgets/HeadcountByArea.d.ts +24 -0
- package/dist/dashboard/widgets/HeadcountByArea.d.ts.map +1 -0
- package/dist/dashboard/widgets/HeadcountByArea.js +11 -0
- package/dist/dashboard/widgets/HeadcountByArea.js.map +1 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.d.ts +18 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.d.ts.map +1 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.js +12 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.js.map +1 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.d.ts +22 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.js +12 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.d.ts +19 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.js +17 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.d.ts +23 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.js +14 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.js.map +1 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.d.ts +22 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.js +11 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyQuickActions.d.ts +23 -0
- package/dist/dashboard/widgets/MyQuickActions.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyQuickActions.js +18 -0
- package/dist/dashboard/widgets/MyQuickActions.js.map +1 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.d.ts +23 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.js +22 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.js.map +1 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.d.ts +17 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.js +11 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.d.ts +21 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.js +19 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.d.ts +19 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.js +12 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.d.ts +18 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.js +8 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.d.ts +22 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.js +56 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.d.ts +19 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.js +11 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.js.map +1 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.d.ts +19 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.d.ts.map +1 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.js +18 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.js.map +1 -0
- package/dist/dashboard/widgets/StrategicDeadlines.d.ts +24 -0
- package/dist/dashboard/widgets/StrategicDeadlines.d.ts.map +1 -0
- package/dist/dashboard/widgets/StrategicDeadlines.js +22 -0
- package/dist/dashboard/widgets/StrategicDeadlines.js.map +1 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.d.ts +24 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.js +12 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.js.map +1 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.d.ts +18 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.js +19 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.d.ts +22 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.js +56 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamHoursKpi.d.ts +19 -0
- package/dist/dashboard/widgets/TeamHoursKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamHoursKpi.js +13 -0
- package/dist/dashboard/widgets/TeamHoursKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.d.ts +20 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.js +11 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.d.ts +18 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.js +17 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.js.map +1 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.d.ts +24 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.js +19 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.js.map +1 -0
- package/dist/dashboard/widgets/index.d.ts +24 -0
- package/dist/dashboard/widgets/index.d.ts.map +1 -0
- package/dist/dashboard/widgets/index.js +54 -0
- package/dist/dashboard/widgets/index.js.map +1 -0
- package/dist/dto/create-collaborator.dto.d.ts +0 -1
- package/dist/dto/create-collaborator.dto.d.ts.map +1 -1
- package/dist/dto/create-collaborator.dto.js +0 -6
- package/dist/dto/create-collaborator.dto.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/operations.controller.d.ts +42 -0
- package/dist/operations.controller.d.ts.map +1 -1
- package/dist/operations.service.d.ts +182 -268
- package/dist/operations.service.d.ts.map +1 -1
- package/dist/operations.service.js +2147 -1337
- package/dist/operations.service.js.map +1 -1
- package/dist/operations.service.spec.js +345 -174
- package/dist/operations.service.spec.js.map +1 -1
- package/hedhog/data/dashboard_component.yaml +66 -0
- package/hedhog/data/dashboard_item.yaml +25 -25
- package/hedhog/data/route.yaml +61 -0
- package/hedhog/frontend/app/_components/collaborator-form-screen.tsx.ejs +39 -99
- package/hedhog/frontend/app/_components/collaborator-picker.tsx.ejs +158 -0
- package/hedhog/frontend/app/_components/my-project-summary-screen.tsx.ejs +314 -116
- package/hedhog/frontend/app/_components/project-assignments-tab.tsx.ejs +434 -449
- package/hedhog/frontend/app/_components/project-details-screen.tsx.ejs +289 -412
- package/hedhog/frontend/app/_components/project-file-attachments.tsx.ejs +371 -0
- package/hedhog/frontend/app/_components/project-form-screen.tsx.ejs +426 -374
- package/hedhog/frontend/app/_components/task-detail-sheet.tsx.ejs +803 -581
- package/hedhog/frontend/app/_components/task-file-attachments.tsx.ejs +4 -1
- package/hedhog/frontend/app/_components/task-form-fields.tsx.ejs +406 -0
- package/hedhog/frontend/app/_components/task-form-sheet.tsx.ejs +629 -784
- package/hedhog/frontend/app/_components/task-info-display.tsx.ejs +137 -0
- package/hedhog/frontend/app/_components/timesheet-entry-create-sheet.tsx.ejs +306 -0
- package/hedhog/frontend/app/_lib/api.ts.ejs +480 -476
- package/hedhog/frontend/app/_lib/types.ts.ejs +66 -5
- package/hedhog/frontend/app/_lib/utils/format.ts.ejs +0 -2
- package/hedhog/frontend/app/_lib/utils/task-ui.ts.ejs +43 -0
- package/hedhog/frontend/app/approvals/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/collaborator-types/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/collaborators/page.tsx.ejs +59 -8
- package/hedhog/frontend/app/contracts/page.tsx.ejs +29 -8
- package/hedhog/frontend/app/dashboard/widgets/CapacityDistribution.tsx.ejs +84 -0
- package/hedhog/frontend/app/dashboard/widgets/EffortByProject.tsx.ejs +85 -0
- package/hedhog/frontend/app/dashboard/widgets/HeadcountByArea.tsx.ejs +101 -0
- package/hedhog/frontend/app/dashboard/widgets/ManagedProjectsStatus.tsx.ejs +113 -0
- package/hedhog/frontend/app/dashboard/widgets/MyHoursPeriodKpi.tsx.ejs +87 -0
- package/hedhog/frontend/app/dashboard/widgets/MyOpenRequestsKpi.tsx.ejs +97 -0
- package/hedhog/frontend/app/dashboard/widgets/MyPendingRequestsList.tsx.ejs +99 -0
- package/hedhog/frontend/app/dashboard/widgets/MyProjectAllocationsKpi.tsx.ejs +78 -0
- package/hedhog/frontend/app/dashboard/widgets/MyQuickActions.tsx.ejs +130 -0
- package/hedhog/frontend/app/dashboard/widgets/MyRelevantDeadlines.tsx.ejs +144 -0
- package/hedhog/frontend/app/dashboard/widgets/MyTimesheetStatusKpi.tsx.ejs +78 -0
- package/hedhog/frontend/app/dashboard/widgets/MyWeeklyJourney.tsx.ejs +99 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioCostsKpi.tsx.ejs +112 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioEffortKpi.tsx.ejs +93 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioProjectsKpi.tsx.ejs +96 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioRiskKpi.tsx.ejs +115 -0
- package/hedhog/frontend/app/dashboard/widgets/ProjectStatusOverview.tsx.ejs +120 -0
- package/hedhog/frontend/app/dashboard/widgets/StrategicDeadlines.tsx.ejs +146 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamApprovalQueue.tsx.ejs +108 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamCapacityKpi.tsx.ejs +97 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamHeadcountKpi.tsx.ejs +100 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamHoursKpi.tsx.ejs +104 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamPendingApprovalsKpi.tsx.ejs +110 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamUtilizationOverview.tsx.ejs +115 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamWorkloadAlerts.tsx.ejs +117 -0
- package/hedhog/frontend/app/dashboard/widgets/index.ts.ejs +26 -0
- package/hedhog/frontend/app/departments/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/my-projects/page.tsx.ejs +14 -10
- package/hedhog/frontend/app/my-tasks/page.tsx.ejs +328 -105
- package/hedhog/frontend/app/project-cost-categories/page.tsx.ejs +58 -52
- package/hedhog/frontend/app/project-cost-types/page.tsx.ejs +58 -51
- package/hedhog/frontend/app/projects/page.tsx.ejs +376 -30
- package/hedhog/frontend/app/schedule-adjustments/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/time-off/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/timesheets/page.tsx.ejs +10 -4
- package/hedhog/frontend/messages/en.json +238 -46
- package/hedhog/frontend/messages/operations/en.json +61 -52
- package/hedhog/frontend/messages/operations/pt.json +59 -43
- package/hedhog/frontend/messages/pt.json +238 -46
- package/hedhog/frontend/widgets/capacity-distribution.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/effort-by-project.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/headcount-by-area.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/index.ts.ejs +25 -0
- package/hedhog/frontend/widgets/managed-projects-status.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-hours-period-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-open-requests-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-pending-requests-list.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-project-allocations-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-quick-actions.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-relevant-deadlines.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-timesheet-status-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-weekly-journey.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-costs-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-effort-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-projects-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-risk-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/project-status-overview.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/shared-operations-widget.tsx.ejs +170 -0
- package/hedhog/frontend/widgets/strategic-deadlines.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-approval-queue.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-capacity-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-headcount-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-hours-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-pending-approvals-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-utilization-overview.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-workload-alerts.tsx.ejs +17 -0
- package/hedhog/table/operations_collaborator.yaml +8 -13
- package/hedhog/table/operations_project.yaml +1 -1
- package/hedhog/table/operations_project_file.yaml +23 -0
- package/hedhog/table/operations_task.yaml +76 -69
- package/hedhog/table/operations_task_activity.yaml +51 -0
- package/package.json +6 -5
- package/src/controllers/operations-projects.controller.ts +41 -8
- package/src/controllers/operations-tasks.controller.ts +156 -166
- package/src/dashboard/README.md +214 -0
- package/src/dashboard/components/DashboardLayout.tsx +131 -0
- package/src/dashboard/components/widget-registry.ts +255 -0
- package/src/dashboard/hooks/useDashboardData.ts +29 -0
- package/src/dashboard/types/widgets.types.ts +237 -0
- package/src/dashboard/widgets/CapacityDistribution.tsx +56 -0
- package/src/dashboard/widgets/EffortByProject.tsx +51 -0
- package/src/dashboard/widgets/HeadcountByArea.tsx +57 -0
- package/src/dashboard/widgets/ManagedProjectsStatus.tsx +53 -0
- package/src/dashboard/widgets/MyHoursPeriodKpi.tsx +87 -0
- package/src/dashboard/widgets/MyOpenRequestsKpi.tsx +51 -0
- package/src/dashboard/widgets/MyPendingRequestsList.tsx +63 -0
- package/src/dashboard/widgets/MyProjectAllocationsKpi.tsx +57 -0
- package/src/dashboard/widgets/MyQuickActions.tsx +62 -0
- package/src/dashboard/widgets/MyRelevantDeadlines.tsx +84 -0
- package/src/dashboard/widgets/MyTimesheetStatusKpi.tsx +65 -0
- package/src/dashboard/widgets/MyWeeklyJourney.tsx +57 -0
- package/src/dashboard/widgets/PortfolioCostsKpi.tsx +48 -0
- package/src/dashboard/widgets/PortfolioEffortKpi.tsx +41 -0
- package/src/dashboard/widgets/PortfolioRiskKpi.tsx +50 -0
- package/src/dashboard/widgets/ProjectStatusOverview.tsx +52 -0
- package/src/dashboard/widgets/StrategicDeadlines.tsx +93 -0
- package/src/dashboard/widgets/TeamApprovalQueue.tsx +70 -0
- package/src/dashboard/widgets/TeamCapacityKpi.tsx +50 -0
- package/src/dashboard/widgets/TeamHoursKpi.tsx +51 -0
- package/src/dashboard/widgets/TeamPendingApprovalsKpi.tsx +53 -0
- package/src/dashboard/widgets/TeamUtilizationOverview.tsx +62 -0
- package/src/dashboard/widgets/TeamWorkloadAlerts.tsx +81 -0
- package/src/dashboard/widgets/index.ts +26 -0
- package/src/dto/create-collaborator.dto.ts +4 -11
- package/src/index.ts +3 -0
- package/src/operations.service.spec.ts +988 -764
- package/src/operations.service.ts +4277 -2535
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"manageDepartments": "Manage departments",
|
|
23
23
|
"manageCollaboratorTypes": "Manage relationship types",
|
|
24
24
|
"manageTemplates": "Manage templates",
|
|
25
|
-
"useTemplate": "Use template"
|
|
25
|
+
"useTemplate": "Use template",
|
|
26
|
+
"editPersonCrm": "Edit person record (CRM)"
|
|
26
27
|
},
|
|
27
28
|
"filters": {
|
|
28
29
|
"allStatuses": "All statuses",
|
|
@@ -207,7 +208,6 @@
|
|
|
207
208
|
"description": "Create or update the workforce profile used across projects, contracts, and approvals."
|
|
208
209
|
},
|
|
209
210
|
"form": {
|
|
210
|
-
"userId": "User ID",
|
|
211
211
|
"code": "Code",
|
|
212
212
|
"displayName": "Display name",
|
|
213
213
|
"department": "Department",
|
|
@@ -217,7 +217,6 @@
|
|
|
217
217
|
"notes": "Notes"
|
|
218
218
|
},
|
|
219
219
|
"messages": {
|
|
220
|
-
"userRequired": "A user ID is required for new collaborators.",
|
|
221
220
|
"requiredFields": "Code and display name are required.",
|
|
222
221
|
"saveSuccess": "Collaborator saved successfully.",
|
|
223
222
|
"saveError": "Unable to save the collaborator.",
|
|
@@ -303,9 +302,6 @@
|
|
|
303
302
|
"person": "Person",
|
|
304
303
|
"personEntityLabel": "person",
|
|
305
304
|
"personDescription": "Select an existing person or register a new one without leaving this screen.",
|
|
306
|
-
"userId": "System user",
|
|
307
|
-
"userIdOptional": "System user (optional)",
|
|
308
|
-
"userIdDescription": "Link the platform account this collaborator will use for sign-in, timesheets, and self-service actions.",
|
|
309
305
|
"code": "Code",
|
|
310
306
|
"displayName": "Display name",
|
|
311
307
|
"department": "Department",
|
|
@@ -333,11 +329,7 @@
|
|
|
333
329
|
"breakMinutes": "Break (min)",
|
|
334
330
|
"breakMinutesDescription": "The last numeric field defines the daily break in minutes. Example: 60 = a 1-hour lunch break.",
|
|
335
331
|
"autoGenerateContractDraft": "Generate contract draft automatically",
|
|
336
|
-
"autoGenerateContractDraftDescription": "Creates a related draft contract classified from the relationship type and linked to the hiring origin."
|
|
337
|
-
"createUserDescription": "Enter the new system user's credentials. The account will be created immediately and linked to this collaborator.",
|
|
338
|
-
"createUserName": "Full name",
|
|
339
|
-
"createUserEmail": "Email",
|
|
340
|
-
"createUserPassword": "Password"
|
|
332
|
+
"autoGenerateContractDraftDescription": "Creates a related draft contract classified from the relationship type and linked to the hiring origin."
|
|
341
333
|
},
|
|
342
334
|
"options": {
|
|
343
335
|
"collaboratorTypes": {
|
|
@@ -379,30 +371,22 @@
|
|
|
379
371
|
"votingPower": "Ex.: 50",
|
|
380
372
|
"equityNotes": "Notes about quotas, shares, term, or powers",
|
|
381
373
|
"levelLabel": "Select a level",
|
|
382
|
-
"supervisor": "Search a collaborator"
|
|
383
|
-
"userIdOptional": "Select a system user",
|
|
384
|
-
"createUserName": "Full name",
|
|
385
|
-
"createUserEmail": "user@example.com",
|
|
386
|
-
"createUserPassword": "Strong password"
|
|
374
|
+
"supervisor": "Search a collaborator"
|
|
387
375
|
},
|
|
388
376
|
"actions": {
|
|
389
|
-
"createUser": "Create system user",
|
|
390
377
|
"editPersonCrm": "Edit person record (CRM)"
|
|
391
378
|
},
|
|
392
379
|
"states": {
|
|
393
380
|
"loadingCollaboratorTypes": "Loading relationship types..."
|
|
394
381
|
},
|
|
395
382
|
"messages": {
|
|
396
|
-
"userRequired": "The user binding can be completed after the initial collaborator setup.",
|
|
397
383
|
"personRequired": "Select or create a person for the collaborator.",
|
|
398
384
|
"collaboratorTypeRequired": "Select a relationship type.",
|
|
399
385
|
"requiredFields": "The collaborator code is required.",
|
|
400
386
|
"createSuccess": "Collaborator created successfully.",
|
|
401
387
|
"createError": "Unable to create the collaborator.",
|
|
402
388
|
"updateSuccess": "Collaborator updated successfully.",
|
|
403
|
-
"updateError": "Unable to update the collaborator."
|
|
404
|
-
"createUserSuccess": "User created and linked successfully.",
|
|
405
|
-
"createUserError": "Failed to create the system user."
|
|
389
|
+
"updateError": "Unable to update the collaborator."
|
|
406
390
|
}
|
|
407
391
|
},
|
|
408
392
|
"CollaboratorTypesPage": {
|
|
@@ -489,13 +473,9 @@
|
|
|
489
473
|
"addProject": "Add project",
|
|
490
474
|
"searchProject": "Search project...",
|
|
491
475
|
"createProject": "Create project",
|
|
492
|
-
"createProjectDescription": "
|
|
476
|
+
"createProjectDescription": "Create a new project and link this collaborator automatically.",
|
|
493
477
|
"noContracts": "No related contracts are linked to this collaborator yet.",
|
|
494
478
|
"noProjects": "No projects are assigned to this collaborator yet.",
|
|
495
|
-
"addProject": "Add project",
|
|
496
|
-
"searchProject": "Search project...",
|
|
497
|
-
"createProject": "Create project",
|
|
498
|
-
"createProjectDescription": "Create a new project and link this collaborator automatically.",
|
|
499
479
|
"noScheduleAdjustments": "No schedule adjustment requests were found.",
|
|
500
480
|
"noCompensationHistory": "No salary changes have been recorded for this collaborator yet.",
|
|
501
481
|
"compensationHistory": {
|
|
@@ -517,14 +497,25 @@
|
|
|
517
497
|
"totalDescription": "All delivery projects visible to your access scope.",
|
|
518
498
|
"active": "Active",
|
|
519
499
|
"activeDescription": "Open for timesheet entries and ongoing team work.",
|
|
520
|
-
"
|
|
521
|
-
"
|
|
500
|
+
"completed": "Completed",
|
|
501
|
+
"completedDescription": "Projects that finished their delivery lifecycle.",
|
|
522
502
|
"upcomingDeliveries": "With deadline",
|
|
523
503
|
"upcomingDeliveriesDescription": "Projects that have an end date defined."
|
|
524
504
|
},
|
|
525
505
|
"viewMode": "View mode",
|
|
526
506
|
"viewModeTable": "Table",
|
|
527
507
|
"viewModeCards": "Cards",
|
|
508
|
+
"viewModeBoard": "Board",
|
|
509
|
+
"board": {
|
|
510
|
+
"directorOnly": "Project movement on the board is available only for directors.",
|
|
511
|
+
"emptyColumn": "No projects in this column.",
|
|
512
|
+
"columns": {
|
|
513
|
+
"planning": "Planning",
|
|
514
|
+
"active": "Active",
|
|
515
|
+
"paused": "Paused",
|
|
516
|
+
"completed": "Completed"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
528
519
|
"actions": {
|
|
529
520
|
"archive": "Archive"
|
|
530
521
|
},
|
|
@@ -559,8 +550,8 @@
|
|
|
559
550
|
"totalDescription": "Projects you have an active allocation in.",
|
|
560
551
|
"active": "Active",
|
|
561
552
|
"activeDescription": "Projects open for timesheet entries.",
|
|
562
|
-
"
|
|
563
|
-
"
|
|
553
|
+
"completed": "Completed",
|
|
554
|
+
"completedDescription": "Projects completed in your scope.",
|
|
564
555
|
"upcomingDeliveries": "With deadline",
|
|
565
556
|
"upcomingDeliveriesDescription": "Projects that have an end date defined."
|
|
566
557
|
},
|
|
@@ -632,6 +623,8 @@
|
|
|
632
623
|
"teamDescription": "{count} collaborators selected for the initial team. You can refine assignments after saving.",
|
|
633
624
|
"financials": "Financial and contract basis",
|
|
634
625
|
"financialsDescription": "Financial, billing, and contract settings can be completed after the project is saved.",
|
|
626
|
+
"files": "Attached files",
|
|
627
|
+
"filesDescription": "Upload one or more files to keep project documents and attachments centralized.",
|
|
635
628
|
"contract": "Contract generation settings",
|
|
636
629
|
"contractDescription": "Link an existing contract or configure draft generation after the initial project save.",
|
|
637
630
|
"nextSteps": "Continue after saving",
|
|
@@ -701,7 +694,6 @@
|
|
|
701
694
|
"statuses": {
|
|
702
695
|
"planning": "Planning",
|
|
703
696
|
"active": "Active",
|
|
704
|
-
"at_risk": "At risk",
|
|
705
697
|
"paused": "Paused",
|
|
706
698
|
"completed": "Completed",
|
|
707
699
|
"archived": "Archived"
|
|
@@ -844,9 +836,7 @@
|
|
|
844
836
|
"taskBoard": "Task board",
|
|
845
837
|
"taskBoardDescription": "Kanban-style board with drag between columns and task side panel.",
|
|
846
838
|
"archivedTasks": "Archived tasks",
|
|
847
|
-
"archivedTasksDescription": "Review archived project tasks, open details, restore them, or delete them permanently."
|
|
848
|
-
"costs": "Project Costs",
|
|
849
|
-
"costsDescription": "Manage planned, confirmed, and cancelled costs associated with this project."
|
|
839
|
+
"archivedTasksDescription": "Review archived project tasks, open details, restore them, or delete them permanently."
|
|
850
840
|
},
|
|
851
841
|
"tabs": {
|
|
852
842
|
"tasks": "Tasks",
|
|
@@ -954,11 +944,13 @@
|
|
|
954
944
|
"deadlineLabel": "Deadline",
|
|
955
945
|
"estimateLabel": "Estimate (h)",
|
|
956
946
|
"tagsLabel": "Tags",
|
|
957
|
-
"tagsPlaceholder": "
|
|
947
|
+
"tagsPlaceholder": "Type and press Enter to add...",
|
|
958
948
|
"attachmentsLabel": "Attachments",
|
|
959
949
|
"saving": "Saving...",
|
|
960
950
|
"tabInfo": "Info",
|
|
961
|
-
"tabComments": "Comments"
|
|
951
|
+
"tabComments": "Comments",
|
|
952
|
+
"tabActivities": "Activities",
|
|
953
|
+
"doingTimeLabel": "Time in progress"
|
|
962
954
|
},
|
|
963
955
|
"dialogs": {
|
|
964
956
|
"archiveTitle": "Archive task",
|
|
@@ -966,7 +958,28 @@
|
|
|
966
958
|
"deleteTitle": "Delete task",
|
|
967
959
|
"deleteDescription": "Are you sure you want to permanently delete this task? This action cannot be undone."
|
|
968
960
|
},
|
|
969
|
-
"emptyArchivedDescription": "There are no archived tasks in this project."
|
|
961
|
+
"emptyArchivedDescription": "There are no archived tasks in this project.",
|
|
962
|
+
"activitiesSection": {
|
|
963
|
+
"title": "Activities",
|
|
964
|
+
"noActivities": "No activities recorded yet.",
|
|
965
|
+
"defaultUser": "Unknown user",
|
|
966
|
+
"statusChanged": "Moved from {from} to {to}."
|
|
967
|
+
},
|
|
968
|
+
"commentsSection": {
|
|
969
|
+
"title": "Comments",
|
|
970
|
+
"noComments": "No comments yet.",
|
|
971
|
+
"defaultUser": "Unknown user",
|
|
972
|
+
"ariaEditComment": "Edit comment",
|
|
973
|
+
"ariaDeleteComment": "Delete comment",
|
|
974
|
+
"saveButton": "Save",
|
|
975
|
+
"cancelButton": "Cancel",
|
|
976
|
+
"submitButton": "Add comment",
|
|
977
|
+
"errors": {
|
|
978
|
+
"addComment": "Unable to add the comment.",
|
|
979
|
+
"editComment": "Unable to update the comment.",
|
|
980
|
+
"deleteComment": "Unable to delete the comment."
|
|
981
|
+
}
|
|
982
|
+
}
|
|
970
983
|
},
|
|
971
984
|
"ContractsPage": {
|
|
972
985
|
"title": "Contracts",
|
|
@@ -1988,15 +2001,15 @@
|
|
|
1988
2001
|
"category": "Category",
|
|
1989
2002
|
"billable": "Billable",
|
|
1990
2003
|
"reimbursable": "Reimbursable",
|
|
1991
|
-
"all": "All",
|
|
1992
|
-
"yes": "Yes",
|
|
1993
|
-
"no": "No",
|
|
1994
|
-
"planned": "Planned",
|
|
1995
|
-
"realized": "Realized",
|
|
1996
|
-
"statuses": {
|
|
1997
|
-
"planned": "Planned",
|
|
1998
|
-
"approved": "Approved",
|
|
1999
|
-
"realized": "Realized",
|
|
2004
|
+
"all": "All",
|
|
2005
|
+
"yes": "Yes",
|
|
2006
|
+
"no": "No",
|
|
2007
|
+
"planned": "Planned",
|
|
2008
|
+
"realized": "Realized",
|
|
2009
|
+
"statuses": {
|
|
2010
|
+
"planned": "Planned",
|
|
2011
|
+
"approved": "Approved",
|
|
2012
|
+
"realized": "Realized",
|
|
2000
2013
|
"cancelled": "Cancelled"
|
|
2001
2014
|
},
|
|
2002
2015
|
"colDate": "Date",
|
|
@@ -2058,11 +2071,11 @@
|
|
|
2058
2071
|
"costTypeNone": "No type",
|
|
2059
2072
|
"category": "Category",
|
|
2060
2073
|
"categoryPlaceholder": "Select a category (optional)",
|
|
2061
|
-
"categoryAutoFilled": "
|
|
2074
|
+
"categoryAutoFilled": "Automatically filled by the selected type",
|
|
2062
2075
|
"description": "Description",
|
|
2063
2076
|
"descriptionPlaceholder": "Brief description of the cost",
|
|
2064
2077
|
"amount": "Amount",
|
|
2065
|
-
"amountCalculated": "Automatically calculated: quantity
|
|
2078
|
+
"amountCalculated": "Automatically calculated: quantity × unit amount",
|
|
2066
2079
|
"currency": "Currency",
|
|
2067
2080
|
"currencyPlaceholder": "Select currency",
|
|
2068
2081
|
"quantity": "Quantity",
|
|
@@ -2077,10 +2090,6 @@
|
|
|
2077
2090
|
"periodEnd": "Period end",
|
|
2078
2091
|
"notes": "Notes",
|
|
2079
2092
|
"notesPlaceholder": "Additional notes (optional)",
|
|
2080
|
-
"amountCalculated": "Automatically calculated: quantity × unit amount",
|
|
2081
|
-
"category": "Category",
|
|
2082
|
-
"categoryAutoFilled": "Automatically filled by the selected type",
|
|
2083
|
-
"categoryPlaceholder": "Select a category (optional)",
|
|
2084
2093
|
"categoryCreateTitle": "New Category",
|
|
2085
2094
|
"categoryNameLabel": "Name",
|
|
2086
2095
|
"categoryNamePlaceholder": "e.g. Software",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"manageDepartments": "Gerenciar departamentos",
|
|
23
23
|
"manageCollaboratorTypes": "Gerenciar tipos de colaborador",
|
|
24
24
|
"manageTemplates": "Gerenciar templates",
|
|
25
|
-
"useTemplate": "Usar template"
|
|
25
|
+
"useTemplate": "Usar template",
|
|
26
|
+
"editPersonCrm": "Editar cadastro de pessoa (CRM)"
|
|
26
27
|
},
|
|
27
28
|
"filters": {
|
|
28
29
|
"allStatuses": "Todos os status",
|
|
@@ -205,7 +206,6 @@
|
|
|
205
206
|
"description": "Crie ou atualize o perfil de workforce usado em projetos, contratos e aprovações."
|
|
206
207
|
},
|
|
207
208
|
"form": {
|
|
208
|
-
"userId": "ID do usuário",
|
|
209
209
|
"code": "Código",
|
|
210
210
|
"displayName": "Nome exibido",
|
|
211
211
|
"department": "Departamento",
|
|
@@ -215,7 +215,6 @@
|
|
|
215
215
|
"notes": "Observações"
|
|
216
216
|
},
|
|
217
217
|
"messages": {
|
|
218
|
-
"userRequired": "Um ID de usuário é obrigatório para novos colaboradores.",
|
|
219
218
|
"requiredFields": "Código e nome exibido são obrigatórios.",
|
|
220
219
|
"saveSuccess": "Colaborador salvo com sucesso.",
|
|
221
220
|
"saveError": "Não foi possível salvar o colaborador.",
|
|
@@ -305,9 +304,6 @@
|
|
|
305
304
|
"person": "Pessoa",
|
|
306
305
|
"personEntityLabel": "pessoa",
|
|
307
306
|
"personDescription": "Selecione uma pessoa existente ou cadastre uma nova sem sair desta tela.",
|
|
308
|
-
"userId": "Usuário do sistema",
|
|
309
|
-
"userIdOptional": "Usuário do sistema (opcional)",
|
|
310
|
-
"userIdDescription": "Vincule a conta da plataforma que este colaborador vai usar para login, apontamentos e ações de autosserviço.",
|
|
311
307
|
"code": "Código",
|
|
312
308
|
"displayName": "Nome exibido",
|
|
313
309
|
"department": "Departamento",
|
|
@@ -335,11 +331,7 @@
|
|
|
335
331
|
"breakMinutes": "Intervalo (min)",
|
|
336
332
|
"breakMinutesDescription": "O último campo numérico define o intervalo/pausa diária em minutos. Ex.: 60 = 1 hora de almoço.",
|
|
337
333
|
"autoGenerateContractDraft": "Gerar contrato rascunho automaticamente",
|
|
338
|
-
"autoGenerateContractDraftDescription": "Cria um contrato rascunho relacionado, classificado pelo tipo de colaborador e vinculado à origem de contratação."
|
|
339
|
-
"createUserDescription": "Informe as credenciais do novo usuário do sistema. A conta será criada imediatamente e vinculada a este colaborador.",
|
|
340
|
-
"createUserName": "Nome completo",
|
|
341
|
-
"createUserEmail": "E-mail",
|
|
342
|
-
"createUserPassword": "Senha"
|
|
334
|
+
"autoGenerateContractDraftDescription": "Cria um contrato rascunho relacionado, classificado pelo tipo de colaborador e vinculado à origem de contratação."
|
|
343
335
|
},
|
|
344
336
|
"options": {
|
|
345
337
|
"collaboratorTypes": {
|
|
@@ -381,30 +373,22 @@
|
|
|
381
373
|
"votingPower": "Ex.: 50",
|
|
382
374
|
"equityNotes": "Observações sobre cotas, ações, prazo ou poderes",
|
|
383
375
|
"levelLabel": "Selecione um nível",
|
|
384
|
-
"supervisor": "Busque um colaborador"
|
|
385
|
-
"userIdOptional": "Selecione um usuário do sistema",
|
|
386
|
-
"createUserName": "Nome completo",
|
|
387
|
-
"createUserEmail": "usuario@exemplo.com",
|
|
388
|
-
"createUserPassword": "Senha forte"
|
|
376
|
+
"supervisor": "Busque um colaborador"
|
|
389
377
|
},
|
|
390
378
|
"actions": {
|
|
391
|
-
"createUser": "Criar usuário do sistema",
|
|
392
379
|
"editPersonCrm": "Editar cadastro de pessoa (CRM)"
|
|
393
380
|
},
|
|
394
381
|
"states": {
|
|
395
382
|
"loadingCollaboratorTypes": "Carregando tipos de colaborador..."
|
|
396
383
|
},
|
|
397
384
|
"messages": {
|
|
398
|
-
"userRequired": "O vínculo com usuário pode ser feito depois do cadastro inicial.",
|
|
399
385
|
"personRequired": "Selecione ou cadastre uma pessoa para o colaborador.",
|
|
400
386
|
"collaboratorTypeRequired": "Selecione um tipo de colaborador.",
|
|
401
387
|
"requiredFields": "O código do colaborador é obrigatório.",
|
|
402
388
|
"createSuccess": "Colaborador criado com sucesso.",
|
|
403
389
|
"createError": "Não foi possível criar o colaborador.",
|
|
404
390
|
"updateSuccess": "Colaborador atualizado com sucesso.",
|
|
405
|
-
"updateError": "Não foi possível atualizar o colaborador."
|
|
406
|
-
"createUserSuccess": "Usuário criado e vinculado com sucesso.",
|
|
407
|
-
"createUserError": "Não foi possível criar o usuário do sistema."
|
|
391
|
+
"updateError": "Não foi possível atualizar o colaborador."
|
|
408
392
|
}
|
|
409
393
|
},
|
|
410
394
|
"CollaboratorTypesPage": {
|
|
@@ -515,14 +499,25 @@
|
|
|
515
499
|
"totalDescription": "Todos os projetos de entrega visíveis para o seu escopo de acesso.",
|
|
516
500
|
"active": "Ativos",
|
|
517
501
|
"activeDescription": "Abertos para lançamentos de timesheet e trabalho da equipe.",
|
|
518
|
-
"
|
|
519
|
-
"
|
|
502
|
+
"completed": "Concluídos",
|
|
503
|
+
"completedDescription": "Projetos finalizados no ciclo de entrega.",
|
|
520
504
|
"upcomingDeliveries": "Com prazo",
|
|
521
505
|
"upcomingDeliveriesDescription": "Projetos com data de entrega definida."
|
|
522
506
|
},
|
|
523
507
|
"viewMode": "Visualização",
|
|
524
508
|
"viewModeTable": "Tabela",
|
|
525
509
|
"viewModeCards": "Cards",
|
|
510
|
+
"viewModeBoard": "Board",
|
|
511
|
+
"board": {
|
|
512
|
+
"directorOnly": "A movimentação de projetos no board é permitida apenas para diretores.",
|
|
513
|
+
"emptyColumn": "Sem projetos nesta coluna.",
|
|
514
|
+
"columns": {
|
|
515
|
+
"planning": "Planejamento",
|
|
516
|
+
"active": "Ativo",
|
|
517
|
+
"paused": "Pausado",
|
|
518
|
+
"completed": "Concluído"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
526
521
|
"actions": {
|
|
527
522
|
"archive": "Arquivar"
|
|
528
523
|
},
|
|
@@ -557,8 +552,8 @@
|
|
|
557
552
|
"totalDescription": "Projetos em que você tem alocação.",
|
|
558
553
|
"active": "Ativos",
|
|
559
554
|
"activeDescription": "Projetos abertos para lançamentos de timesheet.",
|
|
560
|
-
"
|
|
561
|
-
"
|
|
555
|
+
"completed": "Concluídos",
|
|
556
|
+
"completedDescription": "Projetos finalizados do seu escopo.",
|
|
562
557
|
"upcomingDeliveries": "Com prazo",
|
|
563
558
|
"upcomingDeliveriesDescription": "Projetos com data de entrega definida."
|
|
564
559
|
},
|
|
@@ -630,6 +625,8 @@
|
|
|
630
625
|
"teamDescription": "{count} colaboradores selecionados para a equipe inicial. Você pode refinar as alocações depois de salvar.",
|
|
631
626
|
"financials": "Base financeira e contratual",
|
|
632
627
|
"financialsDescription": "Dados financeiros, faturamento e contrato podem ser preenchidos depois que o projeto for salvo.",
|
|
628
|
+
"files": "Arquivos anexados",
|
|
629
|
+
"filesDescription": "Envie um ou vários arquivos para manter documentos e anexos do projeto centralizados.",
|
|
633
630
|
"contract": "Configurações do contrato",
|
|
634
631
|
"contractDescription": "Vincule um contrato existente ou configure a geração de rascunho após o primeiro salvamento do projeto.",
|
|
635
632
|
"nextSteps": "Continue após salvar",
|
|
@@ -699,7 +696,6 @@
|
|
|
699
696
|
"statuses": {
|
|
700
697
|
"planning": "Planejamento",
|
|
701
698
|
"active": "Ativo",
|
|
702
|
-
"at_risk": "Em risco",
|
|
703
699
|
"paused": "Pausado",
|
|
704
700
|
"completed": "Concluído",
|
|
705
701
|
"archived": "Arquivado"
|
|
@@ -842,9 +838,7 @@
|
|
|
842
838
|
"taskBoard": "Quadro de tarefas",
|
|
843
839
|
"taskBoardDescription": "Board estilo Kanban com arraste entre colunas e detalhe lateral da tarefa.",
|
|
844
840
|
"archivedTasks": "Tarefas arquivadas",
|
|
845
|
-
"archivedTasksDescription": "Consulte tarefas arquivadas do projeto, veja detalhes, desarquive ou exclua definitivamente."
|
|
846
|
-
"costs": "Custos do Projeto",
|
|
847
|
-
"costsDescription": "Gerencie custos planejados, confirmados e cancelados associados a este projeto."
|
|
841
|
+
"archivedTasksDescription": "Consulte tarefas arquivadas do projeto, veja detalhes, desarquive ou exclua definitivamente."
|
|
848
842
|
},
|
|
849
843
|
"tabs": {
|
|
850
844
|
"tasks": "Tarefas",
|
|
@@ -952,11 +946,13 @@
|
|
|
952
946
|
"deadlineLabel": "Prazo",
|
|
953
947
|
"estimateLabel": "Estimativa (h)",
|
|
954
948
|
"tagsLabel": "Etiquetas",
|
|
955
|
-
"tagsPlaceholder": "
|
|
949
|
+
"tagsPlaceholder": "Digite e pressione Enter para adicionar...",
|
|
956
950
|
"attachmentsLabel": "Anexos",
|
|
957
951
|
"saving": "Salvando...",
|
|
958
952
|
"tabInfo": "Informações",
|
|
959
|
-
"tabComments": "Comentários"
|
|
953
|
+
"tabComments": "Comentários",
|
|
954
|
+
"tabActivities": "Atividades",
|
|
955
|
+
"doingTimeLabel": "Tempo em execução"
|
|
960
956
|
},
|
|
961
957
|
"dialogs": {
|
|
962
958
|
"archiveTitle": "Arquivar tarefa",
|
|
@@ -964,7 +960,28 @@
|
|
|
964
960
|
"deleteTitle": "Excluir tarefa",
|
|
965
961
|
"deleteDescription": "Tem certeza que deseja excluir esta tarefa de forma permanente? Esta ação não pode ser desfeita."
|
|
966
962
|
},
|
|
967
|
-
"emptyArchivedDescription": "Nenhuma tarefa arquivada neste projeto."
|
|
963
|
+
"emptyArchivedDescription": "Nenhuma tarefa arquivada neste projeto.",
|
|
964
|
+
"activitiesSection": {
|
|
965
|
+
"title": "Atividades",
|
|
966
|
+
"noActivities": "Nenhuma atividade registrada ainda.",
|
|
967
|
+
"defaultUser": "Usuário desconhecido",
|
|
968
|
+
"statusChanged": "Moveu de {from} para {to}."
|
|
969
|
+
},
|
|
970
|
+
"commentsSection": {
|
|
971
|
+
"title": "Comentários",
|
|
972
|
+
"noComments": "Nenhum comentário ainda.",
|
|
973
|
+
"defaultUser": "Usuário desconhecido",
|
|
974
|
+
"ariaEditComment": "Editar comentário",
|
|
975
|
+
"ariaDeleteComment": "Excluir comentário",
|
|
976
|
+
"saveButton": "Salvar",
|
|
977
|
+
"cancelButton": "Cancelar",
|
|
978
|
+
"submitButton": "Adicionar comentário",
|
|
979
|
+
"errors": {
|
|
980
|
+
"addComment": "Não foi possível adicionar o comentário.",
|
|
981
|
+
"editComment": "Não foi possível atualizar o comentário.",
|
|
982
|
+
"deleteComment": "Não foi possível excluir o comentário."
|
|
983
|
+
}
|
|
984
|
+
}
|
|
968
985
|
},
|
|
969
986
|
"ContractsPage": {
|
|
970
987
|
"title": "Contratos",
|
|
@@ -1995,15 +2012,15 @@
|
|
|
1995
2012
|
"category": "Categoria",
|
|
1996
2013
|
"billable": "Faturável",
|
|
1997
2014
|
"reimbursable": "Reembolsável",
|
|
1998
|
-
"all": "Todos",
|
|
1999
|
-
"yes": "Sim",
|
|
2000
|
-
"no": "Não",
|
|
2001
|
-
"planned": "Planejado",
|
|
2002
|
-
"realized": "Realizado",
|
|
2003
|
-
"statuses": {
|
|
2004
|
-
"planned": "Planejado",
|
|
2005
|
-
"approved": "Aprovado",
|
|
2006
|
-
"realized": "Realizado",
|
|
2015
|
+
"all": "Todos",
|
|
2016
|
+
"yes": "Sim",
|
|
2017
|
+
"no": "Não",
|
|
2018
|
+
"planned": "Planejado",
|
|
2019
|
+
"realized": "Realizado",
|
|
2020
|
+
"statuses": {
|
|
2021
|
+
"planned": "Planejado",
|
|
2022
|
+
"approved": "Aprovado",
|
|
2023
|
+
"realized": "Realizado",
|
|
2007
2024
|
"cancelled": "Cancelado"
|
|
2008
2025
|
},
|
|
2009
2026
|
"colDate": "Data",
|
|
@@ -2066,7 +2083,7 @@
|
|
|
2066
2083
|
"description": "Descrição",
|
|
2067
2084
|
"descriptionPlaceholder": "Descrição resumida do custo",
|
|
2068
2085
|
"amount": "Valor",
|
|
2069
|
-
"amountCalculated": "Calculado automaticamente: quantidade
|
|
2086
|
+
"amountCalculated": "Calculado automaticamente: quantidade × valor unitário",
|
|
2070
2087
|
"currency": "Moeda",
|
|
2071
2088
|
"currencyPlaceholder": "Selecione a moeda",
|
|
2072
2089
|
"quantity": "Quantidade",
|
|
@@ -2081,7 +2098,6 @@
|
|
|
2081
2098
|
"periodEnd": "Fim do período",
|
|
2082
2099
|
"notes": "Observações",
|
|
2083
2100
|
"notesPlaceholder": "Observações adicionais (opcional)",
|
|
2084
|
-
"amountCalculated": "Calculado automaticamente: quantidade × valor unitário",
|
|
2085
2101
|
"category": "Categoria",
|
|
2086
2102
|
"categoryAutoFilled": "Preenchida automaticamente pelo tipo selecionado",
|
|
2087
2103
|
"categoryPlaceholder": "Selecione uma categoria (opcional)",
|