Skip to content

Commit

Permalink
Merge pull request #135 from ipti/feat/novas_materias01
Browse files Browse the repository at this point in the history
novas disciplinas adicionadas na educação infantil
  • Loading branch information
gabriel-IPTI authored Nov 10, 2022
2 parents cbf4ba1 + a41d0ef commit 2038975
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/ClassroomController.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ static function classroomDisciplineLabelArray() {
$labels[30] = Classroom::model()->attributeLabels()['discipline_foreign_language_franch'];
$labels[99] = Classroom::model()->attributeLabels()['discipline_others'];
$labels[10001] = yii::t('default', 'Writing');
$labels[10002] = yii::t('default', 'Listen, Speak, Thought and Imagination');
$labels[10003] = yii::t('default', 'Space, Time, Quantity, Relations and Transformations');
$labels[10004] = yii::t('default', 'Body, Gesture and Movement');
$labels[10006] = yii::t('default', 'Traces, Sounds, Colors and Shapes');
$labels[10005] = yii::t('default', 'The I, the Other and the We');

return $labels;
}
Expand Down
5 changes: 5 additions & 0 deletions app/messages/pt_br/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@
'Turn' => 'Turno',
'Add Discipline/Teacher' => 'Adicionar Professor/Disciplina',
'Writing' => 'Redação',
'Listen, Speak, Thought and Imagination' => 'Escuta, Fala, Pensamento e Imaginação',
'Space, Time, Quantity, Relations, Transformations' => 'Espaço, Tempo, Quantidade, Relações e Transformações',
'Body, Gesture and Movement' => 'Corpo, Gesto e Movimento',
'Traces, Sounds, Colors and Shapes' => 'Traços, Sons, Cores e Formas',
'The I, the Other and the We' => 'O Eu, O Outro e o Nós',
'Pedagogical Mediation Type' => 'Tipo de Mediação Didático-Pedagógica',
'New Discipline' => 'Nova Disciplina',
'Classroom Days' => 'Dias de Aula',
Expand Down

0 comments on commit 2038975

Please # to comment.