@hed-hog/lms 0.0.278 → 0.0.285
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 +2 -0
- package/hedhog/frontend/app/classes/[id]/page.tsx.ejs +28 -12
- package/hedhog/frontend/app/classes/page.tsx.ejs +28 -99
- package/hedhog/frontend/app/courses/[id]/page.tsx.ejs +152 -109
- package/hedhog/frontend/app/courses/[id]/structure/page.tsx.ejs +20 -32
- package/hedhog/frontend/app/courses/page.tsx.ejs +31 -106
- package/hedhog/frontend/app/exams/[id]/questions/page.tsx.ejs +43 -17
- package/hedhog/frontend/app/exams/page.tsx.ejs +27 -98
- package/hedhog/frontend/app/training/page.tsx.ejs +29 -99
- package/hedhog/frontend/messages/en.json +14 -4
- package/hedhog/frontend/messages/pt.json +14 -4
- package/package.json +8 -8
|
@@ -85,13 +85,19 @@
|
|
|
85
85
|
"label": "Course Logo",
|
|
86
86
|
"description": "Square image, max 5MB (PNG, JPG)",
|
|
87
87
|
"change": "Change",
|
|
88
|
-
"
|
|
88
|
+
"remove": "Remove",
|
|
89
|
+
"clickToUpload": "Click to upload",
|
|
90
|
+
"emptyTitle": "No logo uploaded",
|
|
91
|
+
"previewAlt": "Course logo preview"
|
|
89
92
|
},
|
|
90
93
|
"banner": {
|
|
91
94
|
"label": "Course Banner",
|
|
92
95
|
"description": "16:9 image, max 5MB (PNG, JPG)",
|
|
93
96
|
"change": "Change",
|
|
94
|
-
"
|
|
97
|
+
"remove": "Remove",
|
|
98
|
+
"clickToUpload": "Click to upload",
|
|
99
|
+
"emptyTitle": "No banner uploaded",
|
|
100
|
+
"previewAlt": "Course banner preview"
|
|
95
101
|
},
|
|
96
102
|
"certificateModel": {
|
|
97
103
|
"label": "Certificate Model",
|
|
@@ -507,7 +513,8 @@
|
|
|
507
513
|
"merge": "Merge with another session",
|
|
508
514
|
"mergeWith": "Merge lessons with:",
|
|
509
515
|
"delete": "Delete session",
|
|
510
|
-
"noLessons": "No lessons in this session"
|
|
516
|
+
"noLessons": "No lessons in this session",
|
|
517
|
+
"noLessonsDescription": "Create the first lesson to start building this session content."
|
|
511
518
|
},
|
|
512
519
|
"lesson": {
|
|
513
520
|
"dragSession": "Drag session",
|
|
@@ -1377,7 +1384,10 @@
|
|
|
1377
1384
|
},
|
|
1378
1385
|
"empty": {
|
|
1379
1386
|
"notFound": "No student found",
|
|
1380
|
-
"
|
|
1387
|
+
"notFoundDescription": "Try adjusting the search to find students in this class.",
|
|
1388
|
+
"clearSearch": "Clear search",
|
|
1389
|
+
"notEnrolled": "No enrolled students",
|
|
1390
|
+
"notEnrolledDescription": "Add the first student to start managing this class."
|
|
1381
1391
|
},
|
|
1382
1392
|
"menu": {
|
|
1383
1393
|
"viewProfile": "View profile",
|
|
@@ -85,13 +85,19 @@
|
|
|
85
85
|
"label": "Logo do Curso",
|
|
86
86
|
"description": "Imagem quadrada, máx 5MB (PNG, JPG)",
|
|
87
87
|
"change": "Trocar",
|
|
88
|
-
"
|
|
88
|
+
"remove": "Remover",
|
|
89
|
+
"clickToUpload": "Clique para enviar",
|
|
90
|
+
"emptyTitle": "Nenhum logo enviado",
|
|
91
|
+
"previewAlt": "Pré-visualização do logo do curso"
|
|
89
92
|
},
|
|
90
93
|
"banner": {
|
|
91
94
|
"label": "Banner do Curso",
|
|
92
95
|
"description": "Imagem 16:9, máx 5MB (PNG, JPG)",
|
|
93
96
|
"change": "Trocar",
|
|
94
|
-
"
|
|
97
|
+
"remove": "Remover",
|
|
98
|
+
"clickToUpload": "Clique para enviar",
|
|
99
|
+
"emptyTitle": "Nenhum banner enviado",
|
|
100
|
+
"previewAlt": "Pré-visualização do banner do curso"
|
|
95
101
|
},
|
|
96
102
|
"certificateModel": {
|
|
97
103
|
"label": "Modelo de Certificado",
|
|
@@ -507,7 +513,8 @@
|
|
|
507
513
|
"merge": "Mesclar com outra sessão",
|
|
508
514
|
"mergeWith": "Mesclar aulas com:",
|
|
509
515
|
"delete": "Excluir sessão",
|
|
510
|
-
"noLessons": "Nenhuma aula nesta sessão"
|
|
516
|
+
"noLessons": "Nenhuma aula nesta sessão",
|
|
517
|
+
"noLessonsDescription": "Crie a primeira aula para começar a montar o conteúdo desta sessão."
|
|
511
518
|
},
|
|
512
519
|
"lesson": {
|
|
513
520
|
"dragSession": "Arrastar sessão",
|
|
@@ -1377,7 +1384,10 @@
|
|
|
1377
1384
|
},
|
|
1378
1385
|
"empty": {
|
|
1379
1386
|
"notFound": "Nenhum aluno encontrado",
|
|
1380
|
-
"
|
|
1387
|
+
"notFoundDescription": "Tente ajustar a busca para localizar alunos desta turma.",
|
|
1388
|
+
"clearSearch": "Limpar busca",
|
|
1389
|
+
"notEnrolled": "Nenhum aluno matriculado",
|
|
1390
|
+
"notEnrolledDescription": "Adicione o primeiro aluno para começar a gerenciar a turma."
|
|
1381
1391
|
},
|
|
1382
1392
|
"menu": {
|
|
1383
1393
|
"viewProfile": "Ver perfil",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/lms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.285",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"@nestjs/core": "^11",
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
|
-
"@hed-hog/api": "0.0.4",
|
|
13
12
|
"@hed-hog/api-pagination": "0.0.6",
|
|
14
|
-
"@hed-hog/contact": "0.0.
|
|
15
|
-
"@hed-hog/core": "0.0.278",
|
|
16
|
-
"@hed-hog/api-types": "0.0.1",
|
|
13
|
+
"@hed-hog/contact": "0.0.285",
|
|
17
14
|
"@hed-hog/api-prisma": "0.0.5",
|
|
18
|
-
"@hed-hog/
|
|
19
|
-
"@hed-hog/
|
|
20
|
-
"@hed-hog/api-locale": "0.0.13"
|
|
15
|
+
"@hed-hog/core": "0.0.285",
|
|
16
|
+
"@hed-hog/api-types": "0.0.1",
|
|
17
|
+
"@hed-hog/api-locale": "0.0.13",
|
|
18
|
+
"@hed-hog/finance": "0.0.285",
|
|
19
|
+
"@hed-hog/api": "0.0.4",
|
|
20
|
+
"@hed-hog/category": "0.0.285"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|