Skip to content

Commit fa205da

Browse files
committed
Merge branch 'develop' of https://github.com/ruxailab/RUXAILAB into develop
2 parents da27439 + e8ece5e commit fa205da

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

src/app/plugins/locales/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,5 +986,9 @@
986986
"upcoming": "Upcoming"
987987
}
988988
}
989+
},
990+
"taskCreation": {
991+
"taskDescription": "Task Description",
992+
"taskDescriptionHelper": "Provide detailed instructions for participants. Include the goal, context, and any specific steps they should follow."
989993
}
990994
}

src/app/plugins/locales/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@
656656
"eyeTracker": "Seguimiento ocular",
657657
"audioRecord": "Grabación de audio",
658658
"postForm": "Formulario posterior",
659-
"nasa": "NASA-TLX"
659+
"nasa": "NASA-TLX",
660+
"sus": "SUS"
660661
},
661662
"inputs": {
662663
"consentForm": "Formulario de consentimiento",

src/app/plugins/locales/pt_br.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@
600600
"eyeTracker": "Rastreamento ocular",
601601
"audioRecord": "Gravação de áudio",
602602
"postForm": "Formulário posterior",
603-
"nasa": "NASA-TLX"
603+
"nasa": "NASA-TLX",
604+
"sus": "SUS"
604605
},
605606
"inputs": {
606607
"consentForm": "Formulário de consentimento",
@@ -781,5 +782,9 @@
781782
"all": "Todos",
782783
"question": "Pergunta {number}",
783784
"comingSoon": "Em breve"
785+
},
786+
"taskCreation": {
787+
"taskDescription": "Descrição da Tarefa",
788+
"taskDescriptionHelper": "Forneça instruções detalhadas para os participantes. Inclua o objetivo, contexto e quaisquer etapas específicas que devem seguir."
784789
}
785790
}

0 commit comments

Comments
 (0)