@hed-hog/operations 0.0.285 → 0.0.291

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.
@@ -64,15 +64,259 @@
64
64
  "title": "Projects",
65
65
  "description": "Navigate portfolio health, progress, and staffing at a glance.",
66
66
  "breadcrumb": "Projects",
67
- "gridTitle": "Project Portfolio",
68
- "gridDescription": "Cards mirror a SaaS delivery overview and link to project details.",
69
67
  "searchPlaceholder": "Search project or client...",
68
+ "budget": "Budget",
69
+ "dateRange": "Date Range",
70
+ "view": {
71
+ "table": "Table view",
72
+ "grid": "Grid view"
73
+ },
74
+ "actions": {
75
+ "create": "New Project",
76
+ "edit": "Edit",
77
+ "save": "Save Project"
78
+ },
79
+ "stats": {
80
+ "totalProjects": "Total Projects",
81
+ "activeProjects": "Active Projects",
82
+ "avgProgress": "Average Progress",
83
+ "totalHours": "Total Logged Hours"
84
+ },
85
+ "filters": {
86
+ "statusAll": "All statuses",
87
+ "progressAll": "Any progress",
88
+ "progress0To25": "0% to 25%",
89
+ "progress26To50": "26% to 50%",
90
+ "progress51To75": "51% to 75%",
91
+ "progress76To100": "76% to 100%"
92
+ },
93
+ "statusOptions": {
94
+ "planning": "Planning",
95
+ "active": "Active",
96
+ "atRisk": "At Risk",
97
+ "paused": "Paused",
98
+ "completed": "Completed"
99
+ },
100
+ "columns": {
101
+ "project": "Project",
102
+ "client": "Client",
103
+ "status": "Status",
104
+ "progress": "Progress",
105
+ "team": "Team",
106
+ "hours": "Hours",
107
+ "dates": "Dates",
108
+ "budget": "Budget",
109
+ "actions": "Actions"
110
+ },
111
+ "emptyState": {
112
+ "title": "No projects match your current filters",
113
+ "description": "Try broadening search criteria to view projects.",
114
+ "action": "Clear filters"
115
+ },
116
+ "sheet": {
117
+ "createTitle": "Create project",
118
+ "createDescription": "Add a new project to your operations portfolio.",
119
+ "editTitle": "Edit project",
120
+ "editDescription": "Adjust project details and keep delivery planning updated."
121
+ },
122
+ "form": {
123
+ "nameLabel": "Project name",
124
+ "namePlaceholder": "Ex: Atlas CRM Expansion",
125
+ "clientLabel": "Client",
126
+ "clientPlaceholder": "Ex: Atlas Logistics",
127
+ "contractLabel": "Contract",
128
+ "contractPlaceholder": "Select a linked contract",
129
+ "statusLabel": "Status",
130
+ "statusPlaceholder": "Select a status",
131
+ "progressLabel": "Progress (%)",
132
+ "progressPlaceholder": "Ex: 45",
133
+ "hoursLabel": "Logged hours",
134
+ "hoursPlaceholder": "Ex: 120",
135
+ "budgetLabel": "Budget",
136
+ "budgetPlaceholder": "Ex: 98000",
137
+ "startDateLabel": "Start date",
138
+ "startDatePlaceholder": "Select start date",
139
+ "endDateLabel": "End date",
140
+ "endDatePlaceholder": "Select end date",
141
+ "invalidDateRange": "End date must be after start date.",
142
+ "teamMembersLabel": "Team members",
143
+ "teamMembersDescription": "Select at least one contributor for the project.",
144
+ "descriptionLabel": "Project description",
145
+ "descriptionHint": "Describe project scope, deliverables, and operational context."
146
+ },
147
+ "toasts": {
148
+ "created": "Project created successfully.",
149
+ "updated": "Project updated successfully."
150
+ },
70
151
  "progress": "Progress",
71
152
  "teamMembers": "Team Members",
72
153
  "hoursLogged": "Hours Logged",
73
154
  "startDate": "Start Date",
74
155
  "endDate": "End Date"
75
156
  },
157
+ "ProjectDetailsPage": {
158
+ "notFound": "Project not found.",
159
+ "breadcrumb": "Project Details",
160
+ "description": "Detailed project view for {client} with execution, team, finance, and governance data.",
161
+ "tabs": {
162
+ "overview": "Overview",
163
+ "execution": "Execution",
164
+ "team": "Team",
165
+ "finance": "Finance",
166
+ "timesheets": "Timesheets",
167
+ "governance": "Governance"
168
+ },
169
+ "stats": {
170
+ "progress": "Progress",
171
+ "actualCost": "Actual Cost",
172
+ "remainingBudget": "Remaining Budget",
173
+ "throughput": "Throughput"
174
+ },
175
+ "projectStatus": {
176
+ "planning": "Planning",
177
+ "active": "Active",
178
+ "at-risk": "At Risk",
179
+ "paused": "Paused",
180
+ "completed": "Completed"
181
+ },
182
+ "health": {
183
+ "scope": "Scope",
184
+ "schedule": "Schedule",
185
+ "budget": "Budget",
186
+ "quality": "Quality"
187
+ },
188
+ "healthStatus": {
189
+ "excellent": "Excellent",
190
+ "stable": "Stable",
191
+ "attention": "Attention",
192
+ "critical": "Critical"
193
+ },
194
+ "riskSeverity": {
195
+ "low": "Low",
196
+ "medium": "Medium",
197
+ "high": "High"
198
+ },
199
+ "riskStatus": {
200
+ "open": "Open",
201
+ "mitigated": "Mitigated",
202
+ "accepted": "Accepted"
203
+ },
204
+ "milestoneStatus": {
205
+ "done": "Done",
206
+ "next": "Next",
207
+ "delayed": "Delayed"
208
+ },
209
+ "dependencyType": {
210
+ "internal": "Internal",
211
+ "client": "Client",
212
+ "vendor": "Vendor"
213
+ },
214
+ "dependencyStatus": {
215
+ "on-track": "On Track",
216
+ "watch": "Watch",
217
+ "blocked": "Blocked"
218
+ },
219
+ "approvals": {
220
+ "approved": "Approved",
221
+ "pending": "Pending",
222
+ "rejected": "Rejected"
223
+ },
224
+ "taskStatus": {
225
+ "backlog": "Backlog",
226
+ "todo": "To Do",
227
+ "inProgress": "In Progress",
228
+ "review": "Review",
229
+ "done": "Done"
230
+ },
231
+ "hero": {
232
+ "progress": "Progress",
233
+ "budget": "Budget",
234
+ "hours": "Logged Hours",
235
+ "scheduleVariance": "Schedule Variance"
236
+ },
237
+ "labels": {
238
+ "health": "Health",
239
+ "risks": "Risks",
240
+ "period": "Period",
241
+ "contract": "Contract",
242
+ "teamSize": "Team: {count} people",
243
+ "owner": "Owner",
244
+ "impact": "Impact",
245
+ "mitigation": "Mitigation",
246
+ "type": "Type",
247
+ "totalTasks": "Total tasks",
248
+ "estimatedHours": "Estimated hours"
249
+ },
250
+ "sections": {
251
+ "progressTrend": "Progress Trend",
252
+ "progressTrendDescription": "Planned versus actual progress trend by month.",
253
+ "health": "Project Health",
254
+ "healthDescription": "Executive health view by delivery dimension.",
255
+ "milestones": "Milestones",
256
+ "milestonesDescription": "Timeline of key milestones and deliverables.",
257
+ "risks": "Risks and Mitigation",
258
+ "risksDescription": "Active risks, impacts, and mitigation plans.",
259
+ "taskDistribution": "Task Distribution",
260
+ "taskDistributionDescription": "Task volume by workflow status.",
261
+ "kanban": "Kanban",
262
+ "kanbanDescription": "Current team workflow board.",
263
+ "taskTable": "Detailed Backlog",
264
+ "taskTableDescription": "Tasks, owners, due dates, and estimates.",
265
+ "teamAllocation": "Team Allocation",
266
+ "teamAllocationDescription": "Capacity and utilization by contributor.",
267
+ "teamCost": "Team Cost Composition",
268
+ "teamCostDescription": "Distribution of hourly rates by allocated member.",
269
+ "budgetStatus": "Budget Status",
270
+ "budgetStatusDescription": "Consolidated current financial consumption.",
271
+ "costForecast": "Cost Forecast",
272
+ "costForecastDescription": "Planned versus actual cost over time.",
273
+ "approvalsDistribution": "Approvals Distribution",
274
+ "approvalsDistributionDescription": "Overview of timesheet approval statuses.",
275
+ "timesheets": "Timesheet Entries",
276
+ "timesheetsDescription": "Detailed project timesheet records.",
277
+ "governance": "Governance and Contract",
278
+ "governanceDescription": "Contract and operating governance details.",
279
+ "dependencies": "Dependencies",
280
+ "dependenciesDescription": "Internal and external delivery dependencies.",
281
+ "decisions": "Decisions",
282
+ "decisionsDescription": "Governance decision log.",
283
+ "nextActions": "Next Actions",
284
+ "nextActionsDescription": "Immediate actions to keep delivery health on track."
285
+ },
286
+ "table": {
287
+ "task": "Task",
288
+ "assignee": "Assignee",
289
+ "dueDate": "Due Date",
290
+ "estimate": "Estimate",
291
+ "status": "Status",
292
+ "member": "Member",
293
+ "role": "Role",
294
+ "hourRate": "Hour Rate",
295
+ "utilization": "Utilization",
296
+ "date": "Date",
297
+ "user": "User",
298
+ "hours": "Hours",
299
+ "description": "Description"
300
+ },
301
+ "finance": {
302
+ "totalBudget": "Total Budget",
303
+ "actualCost": "Actual Cost",
304
+ "remainingBudget": "Remaining Budget",
305
+ "budgetConsumption": "Budget Consumption"
306
+ },
307
+ "charts": {
308
+ "plannedProgress": "Planned Progress",
309
+ "actualProgress": "Actual Progress",
310
+ "plannedCost": "Planned Cost",
311
+ "actualCost": "Actual Cost"
312
+ },
313
+ "governance": {
314
+ "client": "Client",
315
+ "contract": "Contract",
316
+ "sla": "SLA",
317
+ "billingRules": "Billing Rules"
318
+ }
319
+ },
76
320
  "AllocationsPage": {
77
321
  "title": "Allocations",
78
322
  "description": "Track weekly capacity, staffing coverage, and allocation windows.",
@@ -99,11 +343,69 @@
99
343
  },
100
344
  "TasksPage": {
101
345
  "title": "Tasks / Kanban",
102
- "description": "Follow execution flow from backlog to done with realistic mock tasks.",
346
+ "description": "Trello-inspired execution board with drag-and-drop, keyboard shortcuts, and mock data.",
103
347
  "breadcrumb": "Tasks",
104
348
  "boardTitle": "Kanban Board",
105
349
  "boardDescription": "Operational work items grouped by delivery stage.",
106
- "searchPlaceholder": "Search title, project, or label..."
350
+ "searchPlaceholder": "Search title, project, label, or description...",
351
+ "newTask": "New Task",
352
+ "openCommands": "Commands",
353
+ "applyFilters": "Search",
354
+ "clearFilters": "Clear",
355
+ "archiveSelection": "Archive selected",
356
+ "openFocused": "Open focused",
357
+ "selectedCount": "{count} selected",
358
+ "newTaskTitle": "New planning task",
359
+ "newTaskDescription": "Task created from keyboard shortcut in mock mode.",
360
+ "filters": {
361
+ "assignee": "Assignee",
362
+ "allAssignees": "All assignees",
363
+ "unassigned": "Unassigned",
364
+ "project": "Project",
365
+ "allProjects": "All projects"
366
+ },
367
+ "stats": {
368
+ "totalTasks": "Total active",
369
+ "inProgress": "In progress",
370
+ "review": "In review",
371
+ "done": "Done",
372
+ "critical": "High priority"
373
+ },
374
+ "keyboardMode": {
375
+ "enabled": "Keyboard drag enabled",
376
+ "disabled": "Keyboard drag disabled"
377
+ },
378
+ "shortcuts": {
379
+ "create": "Create task",
380
+ "focusSearch": "Focus search",
381
+ "toggleKeyboardDrag": "Toggle keyboard drag",
382
+ "openTask": "Open focused task",
383
+ "archive": "Archive selection",
384
+ "navigate": "Navigate cards"
385
+ },
386
+ "commands": {
387
+ "title": "Task Commands",
388
+ "description": "Run quick actions without leaving the board.",
389
+ "placeholder": "Type a command or jump to an action...",
390
+ "empty": "No command found.",
391
+ "actions": "Actions",
392
+ "newTask": "Create a new mock task",
393
+ "enableKeyboardDrag": "Enable keyboard drag mode",
394
+ "disableKeyboardDrag": "Disable keyboard drag mode",
395
+ "archiveSelected": "Archive selected cards",
396
+ "openFocused": "Open focused task details"
397
+ },
398
+ "empty": {
399
+ "title": "No visible tasks",
400
+ "description": "Your current filters removed all cards from the board. Clear filters or create a new task."
401
+ },
402
+ "detail": {
403
+ "descriptionLabel": "Description",
404
+ "priority": "Priority",
405
+ "estimate": "Estimate",
406
+ "labels": "Labels",
407
+ "quickActions": "Quick status actions"
408
+ }
107
409
  },
108
410
  "TimesheetsPage": {
109
411
  "title": "Timesheets",
@@ -64,15 +64,259 @@
64
64
  "title": "Projetos",
65
65
  "description": "Navegue pela saude do portfolio, progresso e alocacao da equipe.",
66
66
  "breadcrumb": "Projetos",
67
- "gridTitle": "Portfolio de Projetos",
68
- "gridDescription": "Cards espelham uma visao de delivery SaaS e levam ao detalhe.",
69
67
  "searchPlaceholder": "Buscar projeto ou cliente...",
68
+ "budget": "Orcamento",
69
+ "dateRange": "Periodo",
70
+ "view": {
71
+ "table": "Modo tabela",
72
+ "grid": "Modo grade"
73
+ },
74
+ "actions": {
75
+ "create": "Novo Projeto",
76
+ "edit": "Editar",
77
+ "save": "Salvar Projeto"
78
+ },
79
+ "stats": {
80
+ "totalProjects": "Total de Projetos",
81
+ "activeProjects": "Projetos Ativos",
82
+ "avgProgress": "Progresso Medio",
83
+ "totalHours": "Total de Horas Lancadas"
84
+ },
85
+ "filters": {
86
+ "statusAll": "Todos os status",
87
+ "progressAll": "Qualquer progresso",
88
+ "progress0To25": "0% a 25%",
89
+ "progress26To50": "26% a 50%",
90
+ "progress51To75": "51% a 75%",
91
+ "progress76To100": "76% a 100%"
92
+ },
93
+ "statusOptions": {
94
+ "planning": "Planejamento",
95
+ "active": "Ativo",
96
+ "atRisk": "Em Risco",
97
+ "paused": "Pausado",
98
+ "completed": "Concluido"
99
+ },
100
+ "columns": {
101
+ "project": "Projeto",
102
+ "client": "Cliente",
103
+ "status": "Status",
104
+ "progress": "Progresso",
105
+ "team": "Equipe",
106
+ "hours": "Horas",
107
+ "dates": "Datas",
108
+ "budget": "Orcamento",
109
+ "actions": "Acoes"
110
+ },
111
+ "emptyState": {
112
+ "title": "Nenhum projeto corresponde aos filtros atuais",
113
+ "description": "Tente ampliar os criterios de busca para visualizar projetos.",
114
+ "action": "Limpar filtros"
115
+ },
116
+ "sheet": {
117
+ "createTitle": "Criar projeto",
118
+ "createDescription": "Adicione um novo projeto ao portfolio de operacoes.",
119
+ "editTitle": "Editar projeto",
120
+ "editDescription": "Ajuste os detalhes do projeto e mantenha o planejamento atualizado."
121
+ },
122
+ "form": {
123
+ "nameLabel": "Nome do projeto",
124
+ "namePlaceholder": "Ex: Expansao do CRM Atlas",
125
+ "clientLabel": "Cliente",
126
+ "clientPlaceholder": "Ex: Atlas Logistics",
127
+ "contractLabel": "Contrato",
128
+ "contractPlaceholder": "Selecione um contrato vinculado",
129
+ "statusLabel": "Status",
130
+ "statusPlaceholder": "Selecione um status",
131
+ "progressLabel": "Progresso (%)",
132
+ "progressPlaceholder": "Ex: 45",
133
+ "hoursLabel": "Horas lancadas",
134
+ "hoursPlaceholder": "Ex: 120",
135
+ "budgetLabel": "Orcamento",
136
+ "budgetPlaceholder": "Ex: 98000",
137
+ "startDateLabel": "Data inicial",
138
+ "startDatePlaceholder": "Selecione a data inicial",
139
+ "endDateLabel": "Data final",
140
+ "endDatePlaceholder": "Selecione a data final",
141
+ "invalidDateRange": "A data final deve ser posterior a data inicial.",
142
+ "teamMembersLabel": "Membros da equipe",
143
+ "teamMembersDescription": "Selecione pelo menos um colaborador para o projeto.",
144
+ "descriptionLabel": "Descricao do projeto",
145
+ "descriptionHint": "Descreva escopo, entregaveis e contexto operacional do projeto."
146
+ },
147
+ "toasts": {
148
+ "created": "Projeto criado com sucesso.",
149
+ "updated": "Projeto atualizado com sucesso."
150
+ },
70
151
  "progress": "Progresso",
71
152
  "teamMembers": "Membros da Equipe",
72
153
  "hoursLogged": "Horas Lancadas",
73
154
  "startDate": "Data Inicial",
74
155
  "endDate": "Data Final"
75
156
  },
157
+ "ProjectDetailsPage": {
158
+ "notFound": "Projeto nao encontrado.",
159
+ "breadcrumb": "Detalhes do Projeto",
160
+ "description": "Visao detalhada do projeto para {client} com dados de execucao, equipe, financeiro e governanca.",
161
+ "tabs": {
162
+ "overview": "Visao Geral",
163
+ "execution": "Execucao",
164
+ "team": "Equipe",
165
+ "finance": "Financeiro",
166
+ "timesheets": "Timesheets",
167
+ "governance": "Governanca"
168
+ },
169
+ "stats": {
170
+ "progress": "Progresso",
171
+ "actualCost": "Custo Real",
172
+ "remainingBudget": "Saldo de Orcamento",
173
+ "throughput": "Throughput"
174
+ },
175
+ "projectStatus": {
176
+ "planning": "Planejamento",
177
+ "active": "Ativo",
178
+ "at-risk": "Em Risco",
179
+ "paused": "Pausado",
180
+ "completed": "Concluido"
181
+ },
182
+ "health": {
183
+ "scope": "Escopo",
184
+ "schedule": "Prazo",
185
+ "budget": "Orcamento",
186
+ "quality": "Qualidade"
187
+ },
188
+ "healthStatus": {
189
+ "excellent": "Excelente",
190
+ "stable": "Estavel",
191
+ "attention": "Atencao",
192
+ "critical": "Critico"
193
+ },
194
+ "riskSeverity": {
195
+ "low": "Baixo",
196
+ "medium": "Medio",
197
+ "high": "Alto"
198
+ },
199
+ "riskStatus": {
200
+ "open": "Aberto",
201
+ "mitigated": "Mitigado",
202
+ "accepted": "Aceito"
203
+ },
204
+ "milestoneStatus": {
205
+ "done": "Concluido",
206
+ "next": "Proximo",
207
+ "delayed": "Atrasado"
208
+ },
209
+ "dependencyType": {
210
+ "internal": "Interna",
211
+ "client": "Cliente",
212
+ "vendor": "Fornecedor"
213
+ },
214
+ "dependencyStatus": {
215
+ "on-track": "No Prazo",
216
+ "watch": "Monitorar",
217
+ "blocked": "Bloqueada"
218
+ },
219
+ "approvals": {
220
+ "approved": "Aprovado",
221
+ "pending": "Pendente",
222
+ "rejected": "Rejeitado"
223
+ },
224
+ "taskStatus": {
225
+ "backlog": "Backlog",
226
+ "todo": "A Fazer",
227
+ "inProgress": "Em Progresso",
228
+ "review": "Revisao",
229
+ "done": "Concluido"
230
+ },
231
+ "hero": {
232
+ "progress": "Progresso",
233
+ "budget": "Orcamento",
234
+ "hours": "Horas Lancadas",
235
+ "scheduleVariance": "Variacao de Prazo"
236
+ },
237
+ "labels": {
238
+ "health": "Saude",
239
+ "risks": "Riscos",
240
+ "period": "Periodo",
241
+ "contract": "Contrato",
242
+ "teamSize": "Equipe: {count} pessoas",
243
+ "owner": "Responsavel",
244
+ "impact": "Impacto",
245
+ "mitigation": "Mitigacao",
246
+ "type": "Tipo",
247
+ "totalTasks": "Total de tarefas",
248
+ "estimatedHours": "Horas estimadas"
249
+ },
250
+ "sections": {
251
+ "progressTrend": "Tendencia de Progresso",
252
+ "progressTrendDescription": "Comparativo entre progresso planejado e progresso real por mes.",
253
+ "health": "Saude do Projeto",
254
+ "healthDescription": "Leitura executiva por frentes criticas de entrega.",
255
+ "milestones": "Marcos",
256
+ "milestonesDescription": "Linha dos principais marcos e entregas.",
257
+ "risks": "Riscos e Mitigacoes",
258
+ "risksDescription": "Riscos ativos, impacto e plano de resposta.",
259
+ "taskDistribution": "Distribuicao de Tarefas",
260
+ "taskDistributionDescription": "Volume de tarefas por status no fluxo de execucao.",
261
+ "kanban": "Kanban",
262
+ "kanbanDescription": "Visual do fluxo atual de trabalho da equipe.",
263
+ "taskTable": "Backlog Detalhado",
264
+ "taskTableDescription": "Tarefas, responsaveis, prazo e estimativa.",
265
+ "teamAllocation": "Alocacao da Equipe",
266
+ "teamAllocationDescription": "Capacidade e ocupacao por pessoa.",
267
+ "teamCost": "Composicao de Custo da Equipe",
268
+ "teamCostDescription": "Distribuicao do valor/hora por membro alocado.",
269
+ "budgetStatus": "Status de Orcamento",
270
+ "budgetStatusDescription": "Visao consolidada de consumo financeiro atual.",
271
+ "costForecast": "Forecast de Custos",
272
+ "costForecastDescription": "Comparativo de custo planejado versus realizado.",
273
+ "approvalsDistribution": "Distribuicao de Aprovacoes",
274
+ "approvalsDistributionDescription": "Panorama dos status de aprovacao de horas.",
275
+ "timesheets": "Lancamentos de Horas",
276
+ "timesheetsDescription": "Detalhamento das entradas de timesheet do projeto.",
277
+ "governance": "Governanca e Contrato",
278
+ "governanceDescription": "Informacoes contratuais e regras operacionais.",
279
+ "dependencies": "Dependencias",
280
+ "dependenciesDescription": "Dependencias internas e externas do plano.",
281
+ "decisions": "Decisoes",
282
+ "decisionsDescription": "Registro de decisoes de governanca.",
283
+ "nextActions": "Proximos Passos",
284
+ "nextActionsDescription": "Acoes imediatas para manter a saude da entrega."
285
+ },
286
+ "table": {
287
+ "task": "Tarefa",
288
+ "assignee": "Responsavel",
289
+ "dueDate": "Prazo",
290
+ "estimate": "Estimativa",
291
+ "status": "Status",
292
+ "member": "Membro",
293
+ "role": "Funcao",
294
+ "hourRate": "Valor Hora",
295
+ "utilization": "Utilizacao",
296
+ "date": "Data",
297
+ "user": "Usuario",
298
+ "hours": "Horas",
299
+ "description": "Descricao"
300
+ },
301
+ "finance": {
302
+ "totalBudget": "Orcamento Total",
303
+ "actualCost": "Custo Real",
304
+ "remainingBudget": "Saldo de Orcamento",
305
+ "budgetConsumption": "Consumo de Orcamento"
306
+ },
307
+ "charts": {
308
+ "plannedProgress": "Progresso Planejado",
309
+ "actualProgress": "Progresso Real",
310
+ "plannedCost": "Custo Planejado",
311
+ "actualCost": "Custo Real"
312
+ },
313
+ "governance": {
314
+ "client": "Cliente",
315
+ "contract": "Contrato",
316
+ "sla": "SLA",
317
+ "billingRules": "Regras de Faturamento"
318
+ }
319
+ },
76
320
  "AllocationsPage": {
77
321
  "title": "Alocacoes",
78
322
  "description": "Acompanhe capacidade semanal, cobertura de staffing e janelas de alocacao.",
@@ -99,11 +343,69 @@
99
343
  },
100
344
  "TasksPage": {
101
345
  "title": "Tarefas / Kanban",
102
- "description": "Acompanhe a execucao do backlog ao done com tarefas mock realistas.",
346
+ "description": "Quadro inspirado no Trello com drag-and-drop, atalhos de teclado e dados mock.",
103
347
  "breadcrumb": "Tarefas",
104
348
  "boardTitle": "Quadro Kanban",
105
349
  "boardDescription": "Itens operacionais agrupados por etapa de entrega.",
106
- "searchPlaceholder": "Buscar titulo, projeto ou label..."
350
+ "searchPlaceholder": "Buscar titulo, projeto, label ou descricao...",
351
+ "newTask": "Nova tarefa",
352
+ "openCommands": "Comandos",
353
+ "applyFilters": "Buscar",
354
+ "clearFilters": "Limpar",
355
+ "archiveSelection": "Arquivar selecionadas",
356
+ "openFocused": "Abrir focada",
357
+ "selectedCount": "{count} selecionadas",
358
+ "newTaskTitle": "Nova tarefa de planejamento",
359
+ "newTaskDescription": "Tarefa criada via atalho de teclado no modo mock.",
360
+ "filters": {
361
+ "assignee": "Responsavel",
362
+ "allAssignees": "Todos os responsaveis",
363
+ "unassigned": "Nao atribuida",
364
+ "project": "Projeto",
365
+ "allProjects": "Todos os projetos"
366
+ },
367
+ "stats": {
368
+ "totalTasks": "Total ativas",
369
+ "inProgress": "Em andamento",
370
+ "review": "Em revisao",
371
+ "done": "Concluidas",
372
+ "critical": "Alta prioridade"
373
+ },
374
+ "keyboardMode": {
375
+ "enabled": "Drag por teclado ativado",
376
+ "disabled": "Drag por teclado desativado"
377
+ },
378
+ "shortcuts": {
379
+ "create": "Criar tarefa",
380
+ "focusSearch": "Focar busca",
381
+ "toggleKeyboardDrag": "Alternar drag por teclado",
382
+ "openTask": "Abrir tarefa focada",
383
+ "archive": "Arquivar selecao",
384
+ "navigate": "Navegar entre cards"
385
+ },
386
+ "commands": {
387
+ "title": "Comandos de Tarefas",
388
+ "description": "Execute acoes rapidas sem sair do board.",
389
+ "placeholder": "Digite um comando ou acao...",
390
+ "empty": "Nenhum comando encontrado.",
391
+ "actions": "Acoes",
392
+ "newTask": "Criar nova tarefa mock",
393
+ "enableKeyboardDrag": "Ativar modo de drag por teclado",
394
+ "disableKeyboardDrag": "Desativar modo de drag por teclado",
395
+ "archiveSelected": "Arquivar cards selecionados",
396
+ "openFocused": "Abrir detalhes da tarefa focada"
397
+ },
398
+ "empty": {
399
+ "title": "Nenhuma tarefa visivel",
400
+ "description": "Os filtros atuais removeram todos os cards do board. Limpe os filtros ou crie uma nova tarefa."
401
+ },
402
+ "detail": {
403
+ "descriptionLabel": "Descricao",
404
+ "priority": "Prioridade",
405
+ "estimate": "Estimativa",
406
+ "labels": "Labels",
407
+ "quickActions": "Acoes rapidas de status"
408
+ }
107
409
  },
108
410
  "TimesheetsPage": {
109
411
  "title": "Timesheets",