@hed-hog/lms 0.0.265 → 0.0.266
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/hedhog/data/menu.yaml +19 -2
- package/hedhog/frontend/app/courses/page.tsx.ejs +1 -8
- package/hedhog/frontend/app/exams/page.tsx.ejs +1 -9
- package/hedhog/frontend/app/training/page.tsx.ejs +1164 -0
- package/hedhog/frontend/messages/en.json +160 -73
- package/hedhog/frontend/messages/pt.json +160 -73
- package/hedhog/table/training.yaml +3 -0
- package/package.json +5 -5
|
@@ -171,68 +171,6 @@
|
|
|
171
171
|
"coursesRemoved": "{{count}} course(s) removed.",
|
|
172
172
|
"coursesArchived": "{{count}} course(s) archived.",
|
|
173
173
|
"codeCopied": "Code \"{{code}}\" copied."
|
|
174
|
-
},
|
|
175
|
-
"seedCourses": {
|
|
176
|
-
"1": {
|
|
177
|
-
"title": "Advanced React",
|
|
178
|
-
"description": "Complete React course with hooks, context, and advanced patterns for modern applications"
|
|
179
|
-
},
|
|
180
|
-
"2": {
|
|
181
|
-
"title": "UX Design Fundamentals",
|
|
182
|
-
"description": "User experience design fundamentals with modern tools and research"
|
|
183
|
-
},
|
|
184
|
-
"3": {
|
|
185
|
-
"title": "Agile Project Management",
|
|
186
|
-
"description": "Agile methodologies for project management including Scrum, Kanban, and SAFe in teams"
|
|
187
|
-
},
|
|
188
|
-
"4": {
|
|
189
|
-
"title": "Complete Digital Marketing",
|
|
190
|
-
"description": "Digital marketing strategies for modern businesses including SEO, SEM, and social media"
|
|
191
|
-
},
|
|
192
|
-
"5": {
|
|
193
|
-
"title": "Python for Data Science",
|
|
194
|
-
"description": "Introduction to Python focused on data science, statistical analysis, and basic machine learning"
|
|
195
|
-
},
|
|
196
|
-
"6": {
|
|
197
|
-
"title": "Complete Node.js",
|
|
198
|
-
"description": "Backend with Node.js, Express, and relational and NoSQL databases for robust APIs"
|
|
199
|
-
},
|
|
200
|
-
"7": {
|
|
201
|
-
"title": "Figma for Beginners",
|
|
202
|
-
"description": "Learn to use Figma from scratch to create professional interfaces and interactive prototypes"
|
|
203
|
-
},
|
|
204
|
-
"8": {
|
|
205
|
-
"title": "Leadership and Communication",
|
|
206
|
-
"description": "Develop leadership and assertive communication skills for corporate environments"
|
|
207
|
-
},
|
|
208
|
-
"9": {
|
|
209
|
-
"title": "Advanced SEO",
|
|
210
|
-
"description": "Advanced search engine optimization techniques, web content, and site performance"
|
|
211
|
-
},
|
|
212
|
-
"10": {
|
|
213
|
-
"title": "TypeScript in Practice",
|
|
214
|
-
"description": "TypeScript applied in real projects with best practices, design patterns, and tests"
|
|
215
|
-
},
|
|
216
|
-
"11": {
|
|
217
|
-
"title": "Complete Design System",
|
|
218
|
-
"description": "How to create and maintain a scalable design system for large product and engineering teams"
|
|
219
|
-
},
|
|
220
|
-
"12": {
|
|
221
|
-
"title": "Excel for Business",
|
|
222
|
-
"description": "Master Excel with advanced formulas, professional dashboards, and business data analysis"
|
|
223
|
-
},
|
|
224
|
-
"13": {
|
|
225
|
-
"title": "Personal Finance",
|
|
226
|
-
"description": "Learn to manage your finances, invest, and plan your retirement intelligently"
|
|
227
|
-
},
|
|
228
|
-
"14": {
|
|
229
|
-
"title": "Flutter for Mobile",
|
|
230
|
-
"description": "Cross-platform mobile app development with Flutter and Dart from scratch to deployment"
|
|
231
|
-
},
|
|
232
|
-
"15": {
|
|
233
|
-
"title": "Essential Labor Law",
|
|
234
|
-
"description": "Essential labor law concepts for HR managers and entrepreneurs"
|
|
235
|
-
}
|
|
236
174
|
}
|
|
237
175
|
},
|
|
238
176
|
"ExamsPage": {
|
|
@@ -374,18 +312,167 @@
|
|
|
374
312
|
"examUpdated": "Exam updated!",
|
|
375
313
|
"examCreated": "Exam created! Redirecting to questions...",
|
|
376
314
|
"examRemoved": "Exam removed!"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"TrainingPage": {
|
|
318
|
+
"title": "Trainings",
|
|
319
|
+
"description": "Learning paths with multiple courses",
|
|
320
|
+
"breadcrumbs": {
|
|
321
|
+
"home": "Home",
|
|
322
|
+
"training": "Trainings"
|
|
323
|
+
},
|
|
324
|
+
"actions": {
|
|
325
|
+
"createTraining": "New Training"
|
|
326
|
+
},
|
|
327
|
+
"kpis": {
|
|
328
|
+
"totalTraining": {
|
|
329
|
+
"label": "Total Trainings",
|
|
330
|
+
"sub": "registered paths"
|
|
331
|
+
},
|
|
332
|
+
"activeTraining": {
|
|
333
|
+
"label": "Active",
|
|
334
|
+
"sub": "available now"
|
|
335
|
+
},
|
|
336
|
+
"enrolledStudents": {
|
|
337
|
+
"label": "Enrolled Students",
|
|
338
|
+
"sub": "across all trainings"
|
|
339
|
+
},
|
|
340
|
+
"coveredCourses": {
|
|
341
|
+
"label": "Covered Courses",
|
|
342
|
+
"sub": "distinct courses"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"filters": {
|
|
346
|
+
"searchPlaceholder": "Search trainings by name or description...",
|
|
347
|
+
"allAreas": "All areas",
|
|
348
|
+
"allLevels": "All levels",
|
|
349
|
+
"clear": "Clear",
|
|
350
|
+
"search": "Search"
|
|
351
|
+
},
|
|
352
|
+
"areas": {
|
|
353
|
+
"technology": "Technology",
|
|
354
|
+
"design": "Design",
|
|
355
|
+
"management": "Management",
|
|
356
|
+
"marketing": "Marketing",
|
|
357
|
+
"finance": "Finance"
|
|
358
|
+
},
|
|
359
|
+
"levels": {
|
|
360
|
+
"beginner": "Beginner",
|
|
361
|
+
"intermediate": "Intermediate",
|
|
362
|
+
"advanced": "Advanced"
|
|
363
|
+
},
|
|
364
|
+
"status": {
|
|
365
|
+
"active": "Active",
|
|
366
|
+
"draft": "Draft",
|
|
367
|
+
"closed": "Closed"
|
|
368
|
+
},
|
|
369
|
+
"empty": {
|
|
370
|
+
"title": "No trainings found",
|
|
371
|
+
"description": "Adjust the filters or create a new training.",
|
|
372
|
+
"action": "New Training"
|
|
373
|
+
},
|
|
374
|
+
"cards": {
|
|
375
|
+
"tooltip": "Double click to open",
|
|
376
|
+
"coursesLabel": "courses",
|
|
377
|
+
"hoursLabel": "h",
|
|
378
|
+
"studentsLabel": "students",
|
|
379
|
+
"actions": {
|
|
380
|
+
"label": "Actions",
|
|
381
|
+
"viewDetails": "View details",
|
|
382
|
+
"edit": "Edit",
|
|
383
|
+
"delete": "Delete"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"pagination": {
|
|
387
|
+
"formacao": "training",
|
|
388
|
+
"formacoes": "trainings",
|
|
389
|
+
"found": "found",
|
|
390
|
+
"foundPlural": "found",
|
|
391
|
+
"page": "Page",
|
|
392
|
+
"of": "of",
|
|
393
|
+
"firstPage": "First",
|
|
394
|
+
"previousPage": "Previous",
|
|
395
|
+
"nextPage": "Next",
|
|
396
|
+
"lastPage": "Last",
|
|
397
|
+
"itemsPerPage": "Items per page"
|
|
398
|
+
},
|
|
399
|
+
"form": {
|
|
400
|
+
"title": {
|
|
401
|
+
"create": "New Training",
|
|
402
|
+
"edit": "Edit Training"
|
|
403
|
+
},
|
|
404
|
+
"description": {
|
|
405
|
+
"create": "Define the learning path and the courses that compose it.",
|
|
406
|
+
"edit": "Define the learning path and the courses that compose it."
|
|
407
|
+
},
|
|
408
|
+
"fields": {
|
|
409
|
+
"nome": {
|
|
410
|
+
"label": "Name",
|
|
411
|
+
"placeholder": "Full Stack Developer",
|
|
412
|
+
"required": true
|
|
413
|
+
},
|
|
414
|
+
"descricao": {
|
|
415
|
+
"label": "Description",
|
|
416
|
+
"placeholder": "Describe the training...",
|
|
417
|
+
"required": true
|
|
418
|
+
},
|
|
419
|
+
"area": {
|
|
420
|
+
"label": "Area",
|
|
421
|
+
"placeholder": "Select",
|
|
422
|
+
"required": true
|
|
423
|
+
},
|
|
424
|
+
"nivel": {
|
|
425
|
+
"label": "Level",
|
|
426
|
+
"placeholder": "Select",
|
|
427
|
+
"required": true
|
|
428
|
+
},
|
|
429
|
+
"status": {
|
|
430
|
+
"label": "Status",
|
|
431
|
+
"placeholder": "Select",
|
|
432
|
+
"required": true
|
|
433
|
+
},
|
|
434
|
+
"prerequisitos": {
|
|
435
|
+
"label": "Prerequisites",
|
|
436
|
+
"placeholder": "Ex: Basic JavaScript"
|
|
437
|
+
},
|
|
438
|
+
"cursos": {
|
|
439
|
+
"label": "Training Courses",
|
|
440
|
+
"description": "Select the courses for the training"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"validation": {
|
|
444
|
+
"nomeMinLength": "Minimum 3 characters",
|
|
445
|
+
"descricaoMinLength": "Minimum 10 characters",
|
|
446
|
+
"areaRequired": "Select an area",
|
|
447
|
+
"nivelRequired": "Select a level",
|
|
448
|
+
"statusRequired": "Select a status"
|
|
449
|
+
},
|
|
450
|
+
"actions": {
|
|
451
|
+
"cancel": "Cancel",
|
|
452
|
+
"save": "Save",
|
|
453
|
+
"create": "Create Training"
|
|
454
|
+
}
|
|
377
455
|
},
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
|
|
456
|
+
"coursesSummary": {
|
|
457
|
+
"courses": "course(s)",
|
|
458
|
+
"hours": "h total",
|
|
459
|
+
"dot": "·"
|
|
460
|
+
},
|
|
461
|
+
"deleteDialog": {
|
|
462
|
+
"title": "Delete Training",
|
|
463
|
+
"description": "Are you sure you want to delete",
|
|
464
|
+
"warning": "This training has {{count}} enrolled student(s). This action cannot be undone.",
|
|
465
|
+
"actions": {
|
|
466
|
+
"cancel": "Cancel",
|
|
467
|
+
"delete": "Delete"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"toasts": {
|
|
471
|
+
"formacaoUpdated": "Training updated!",
|
|
472
|
+
"formacaoCriada": "Training created!",
|
|
473
|
+
"formacaoRemovida": "Training removed!",
|
|
474
|
+
"openingFormacao": "Opening \"{{nome}}\"...",
|
|
475
|
+
"openingDetails": "Opening training..."
|
|
389
476
|
}
|
|
390
477
|
}
|
|
391
478
|
}
|
|
@@ -171,68 +171,6 @@
|
|
|
171
171
|
"coursesRemoved": "{{count}} curso(s) removido(s).",
|
|
172
172
|
"coursesArchived": "{{count}} curso(s) arquivado(s).",
|
|
173
173
|
"codeCopied": "Codigo \"{{code}}\" copiado."
|
|
174
|
-
},
|
|
175
|
-
"seedCourses": {
|
|
176
|
-
"1": {
|
|
177
|
-
"title": "React Avancado",
|
|
178
|
-
"description": "Curso completo de React com hooks, context e padroes avancados para aplicacoes modernas"
|
|
179
|
-
},
|
|
180
|
-
"2": {
|
|
181
|
-
"title": "Fundamentos de UX Design",
|
|
182
|
-
"description": "Fundamentos de design de experiencia do usuario com ferramentas modernas e pesquisa"
|
|
183
|
-
},
|
|
184
|
-
"3": {
|
|
185
|
-
"title": "Gestao de Projetos Agil",
|
|
186
|
-
"description": "Metodologias ageis para gestao de projetos incluindo Scrum, Kanban e SAFe em equipes"
|
|
187
|
-
},
|
|
188
|
-
"4": {
|
|
189
|
-
"title": "Marketing Digital Completo",
|
|
190
|
-
"description": "Estrategias de marketing digital para negocios modernos incluindo SEO, SEM e midias sociais"
|
|
191
|
-
},
|
|
192
|
-
"5": {
|
|
193
|
-
"title": "Python para Data Science",
|
|
194
|
-
"description": "Introducao a Python focado em ciencia de dados, analise estatistica e machine learning basico"
|
|
195
|
-
},
|
|
196
|
-
"6": {
|
|
197
|
-
"title": "Node.js Completo",
|
|
198
|
-
"description": "Backend com Node.js, Express e bancos relacionais e NoSQL para APIs robustas"
|
|
199
|
-
},
|
|
200
|
-
"7": {
|
|
201
|
-
"title": "Figma para Iniciantes",
|
|
202
|
-
"description": "Aprenda a usar Figma do zero para criar interfaces profissionais e prototipos interativos"
|
|
203
|
-
},
|
|
204
|
-
"8": {
|
|
205
|
-
"title": "Lideranca e Comunicacao",
|
|
206
|
-
"description": "Desenvolva habilidades de lideranca e comunicacao assertiva para ambientes corporativos"
|
|
207
|
-
},
|
|
208
|
-
"9": {
|
|
209
|
-
"title": "SEO Avancado",
|
|
210
|
-
"description": "Tecnicas avancadas de otimizacao para motores de busca, conteudo web e performance de sites"
|
|
211
|
-
},
|
|
212
|
-
"10": {
|
|
213
|
-
"title": "TypeScript na Pratica",
|
|
214
|
-
"description": "TypeScript aplicado em projetos reais com boas praticas, padroes de design e testes"
|
|
215
|
-
},
|
|
216
|
-
"11": {
|
|
217
|
-
"title": "Design System Completo",
|
|
218
|
-
"description": "Como criar e manter um design system escalavel para grandes times de produto e engenharia"
|
|
219
|
-
},
|
|
220
|
-
"12": {
|
|
221
|
-
"title": "Excel para Negocios",
|
|
222
|
-
"description": "Domine Excel com formulas avancadas, dashboards profissionais e analise de dados empresariais"
|
|
223
|
-
},
|
|
224
|
-
"13": {
|
|
225
|
-
"title": "Financas Pessoais",
|
|
226
|
-
"description": "Aprenda a gerenciar suas financas, investir e planejar sua aposentadoria de forma inteligente"
|
|
227
|
-
},
|
|
228
|
-
"14": {
|
|
229
|
-
"title": "Flutter para Mobile",
|
|
230
|
-
"description": "Desenvolvimento de aplicativos moveis multiplataforma com Flutter e Dart do zero ao deploy"
|
|
231
|
-
},
|
|
232
|
-
"15": {
|
|
233
|
-
"title": "Direito Trabalhista Essencial",
|
|
234
|
-
"description": "Conceitos essenciais de direito trabalhista para gestores de RH e empreendedores"
|
|
235
|
-
}
|
|
236
174
|
}
|
|
237
175
|
},
|
|
238
176
|
"ExamsPage": {
|
|
@@ -374,18 +312,167 @@
|
|
|
374
312
|
"examUpdated": "Exame atualizado!",
|
|
375
313
|
"examCreated": "Exame criado! Redirecionando para questoes...",
|
|
376
314
|
"examRemoved": "Exame removido!"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"TrainingPage": {
|
|
318
|
+
"title": "Formações",
|
|
319
|
+
"description": "Trilhas de aprendizagem com múltiplos cursos",
|
|
320
|
+
"breadcrumbs": {
|
|
321
|
+
"home": "Home",
|
|
322
|
+
"training": "Formações"
|
|
323
|
+
},
|
|
324
|
+
"actions": {
|
|
325
|
+
"createTraining": "Nova Formação"
|
|
326
|
+
},
|
|
327
|
+
"kpis": {
|
|
328
|
+
"totalTraining": {
|
|
329
|
+
"label": "Total Formacoes",
|
|
330
|
+
"sub": "trilhas cadastradas"
|
|
331
|
+
},
|
|
332
|
+
"activeTraining": {
|
|
333
|
+
"label": "Ativas",
|
|
334
|
+
"sub": "disponiveis agora"
|
|
335
|
+
},
|
|
336
|
+
"enrolledStudents": {
|
|
337
|
+
"label": "Alunos Inscritos",
|
|
338
|
+
"sub": "em todas as trilhas"
|
|
339
|
+
},
|
|
340
|
+
"coveredCourses": {
|
|
341
|
+
"label": "Cursos Cobertos",
|
|
342
|
+
"sub": "cursos distintos"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"filters": {
|
|
346
|
+
"searchPlaceholder": "Buscar formacoes por nome ou descricao...",
|
|
347
|
+
"allAreas": "Todas areas",
|
|
348
|
+
"allLevels": "Todos niveis",
|
|
349
|
+
"clear": "Limpar",
|
|
350
|
+
"search": "Buscar"
|
|
351
|
+
},
|
|
352
|
+
"areas": {
|
|
353
|
+
"technology": "Tecnologia",
|
|
354
|
+
"design": "Design",
|
|
355
|
+
"management": "Gestao",
|
|
356
|
+
"marketing": "Marketing",
|
|
357
|
+
"finance": "Financas"
|
|
358
|
+
},
|
|
359
|
+
"levels": {
|
|
360
|
+
"beginner": "Iniciante",
|
|
361
|
+
"intermediate": "Intermediario",
|
|
362
|
+
"advanced": "Avancado"
|
|
363
|
+
},
|
|
364
|
+
"status": {
|
|
365
|
+
"active": "Ativa",
|
|
366
|
+
"draft": "Rascunho",
|
|
367
|
+
"closed": "Encerrada"
|
|
368
|
+
},
|
|
369
|
+
"empty": {
|
|
370
|
+
"title": "Nenhuma formacao encontrada",
|
|
371
|
+
"description": "Ajuste os filtros ou crie uma nova formacao.",
|
|
372
|
+
"action": "Nova Formacao"
|
|
373
|
+
},
|
|
374
|
+
"cards": {
|
|
375
|
+
"tooltip": "Clique duplo para abrir",
|
|
376
|
+
"coursesLabel": "cursos",
|
|
377
|
+
"hoursLabel": "h",
|
|
378
|
+
"studentsLabel": "alunos",
|
|
379
|
+
"actions": {
|
|
380
|
+
"label": "Acoes",
|
|
381
|
+
"viewDetails": "Ver detalhes",
|
|
382
|
+
"edit": "Editar",
|
|
383
|
+
"delete": "Excluir"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"pagination": {
|
|
387
|
+
"formacao": "formacao",
|
|
388
|
+
"formacoes": "formacoes",
|
|
389
|
+
"found": "encontrada",
|
|
390
|
+
"foundPlural": "encontradas",
|
|
391
|
+
"page": "Pagina",
|
|
392
|
+
"of": "de",
|
|
393
|
+
"firstPage": "Primeira",
|
|
394
|
+
"previousPage": "Anterior",
|
|
395
|
+
"nextPage": "Proxima",
|
|
396
|
+
"lastPage": "Ultima",
|
|
397
|
+
"itemsPerPage": "Itens por pagina"
|
|
398
|
+
},
|
|
399
|
+
"form": {
|
|
400
|
+
"title": {
|
|
401
|
+
"create": "Nova Formacao",
|
|
402
|
+
"edit": "Editar Formacao"
|
|
403
|
+
},
|
|
404
|
+
"description": {
|
|
405
|
+
"create": "Defina a trilha de aprendizagem e os cursos que a compoem.",
|
|
406
|
+
"edit": "Defina a trilha de aprendizagem e os cursos que a compoem."
|
|
407
|
+
},
|
|
408
|
+
"fields": {
|
|
409
|
+
"nome": {
|
|
410
|
+
"label": "Nome",
|
|
411
|
+
"placeholder": "Full Stack Developer",
|
|
412
|
+
"required": true
|
|
413
|
+
},
|
|
414
|
+
"descricao": {
|
|
415
|
+
"label": "Descricao",
|
|
416
|
+
"placeholder": "Descreva a formacao...",
|
|
417
|
+
"required": true
|
|
418
|
+
},
|
|
419
|
+
"area": {
|
|
420
|
+
"label": "Area",
|
|
421
|
+
"placeholder": "Selecione",
|
|
422
|
+
"required": true
|
|
423
|
+
},
|
|
424
|
+
"nivel": {
|
|
425
|
+
"label": "Nivel",
|
|
426
|
+
"placeholder": "Selecione",
|
|
427
|
+
"required": true
|
|
428
|
+
},
|
|
429
|
+
"status": {
|
|
430
|
+
"label": "Status",
|
|
431
|
+
"placeholder": "Selecione",
|
|
432
|
+
"required": true
|
|
433
|
+
},
|
|
434
|
+
"prerequisitos": {
|
|
435
|
+
"label": "Pre-requisitos",
|
|
436
|
+
"placeholder": "Ex: JavaScript basico"
|
|
437
|
+
},
|
|
438
|
+
"cursos": {
|
|
439
|
+
"label": "Cursos da Trilha",
|
|
440
|
+
"description": "Selecione os cursos para a trilha"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"validation": {
|
|
444
|
+
"nomeMinLength": "Minimo 3 caracteres",
|
|
445
|
+
"descricaoMinLength": "Minimo 10 caracteres",
|
|
446
|
+
"areaRequired": "Selecione uma area",
|
|
447
|
+
"nivelRequired": "Selecione um nivel",
|
|
448
|
+
"statusRequired": "Selecione um status"
|
|
449
|
+
},
|
|
450
|
+
"actions": {
|
|
451
|
+
"cancel": "Cancelar",
|
|
452
|
+
"save": "Salvar",
|
|
453
|
+
"create": "Criar Formacao"
|
|
454
|
+
}
|
|
377
455
|
},
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
|
|
456
|
+
"coursesSummary": {
|
|
457
|
+
"courses": "curso(s)",
|
|
458
|
+
"hours": "h total",
|
|
459
|
+
"dot": "·"
|
|
460
|
+
},
|
|
461
|
+
"deleteDialog": {
|
|
462
|
+
"title": "Excluir Formacao",
|
|
463
|
+
"description": "Tem certeza que deseja excluir",
|
|
464
|
+
"warning": "Esta formacao possui {{count}} aluno(s) inscrito(s). Esta acao nao pode ser desfeita.",
|
|
465
|
+
"actions": {
|
|
466
|
+
"cancel": "Cancelar",
|
|
467
|
+
"delete": "Excluir"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"toasts": {
|
|
471
|
+
"formacaoUpdated": "Formacao atualizada!",
|
|
472
|
+
"formacaoCriada": "Formacao criada!",
|
|
473
|
+
"formacaoRemovida": "Formacao removida!",
|
|
474
|
+
"openingFormacao": "Abrindo \"{{nome}}\"...",
|
|
475
|
+
"openingDetails": "Abrindo formacao..."
|
|
389
476
|
}
|
|
390
477
|
}
|
|
391
478
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/lms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.266",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
12
|
"@hed-hog/api-locale": "0.0.11",
|
|
13
|
-
"@hed-hog/api-types": "0.0.1",
|
|
14
|
-
"@hed-hog/core": "0.0.261",
|
|
15
13
|
"@hed-hog/api-pagination": "0.0.5",
|
|
16
|
-
"@hed-hog/api": "0.0.
|
|
17
|
-
"@hed-hog/
|
|
14
|
+
"@hed-hog/api-prisma": "0.0.4",
|
|
15
|
+
"@hed-hog/core": "0.0.261",
|
|
16
|
+
"@hed-hog/api-types": "0.0.1",
|
|
17
|
+
"@hed-hog/api": "0.0.3"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|