From a41d0ef6580b9800db484dbd657ee9e3c6064f14 Mon Sep 17 00:00:00 2001 From: gabriel-IPTI Date: Thu, 10 Nov 2022 12:00:19 -0300 Subject: [PATCH] =?UTF-8?q?novas=20disciplinas=20adicionadas=20na=20educa?= =?UTF-8?q?=C3=A7=C3=A3o=20infantil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/ClassroomController.php | 5 +++++ app/messages/pt_br/default.php | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/app/controllers/ClassroomController.php b/app/controllers/ClassroomController.php index a60031ed5..f9dbae042 100755 --- a/app/controllers/ClassroomController.php +++ b/app/controllers/ClassroomController.php @@ -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; } diff --git a/app/messages/pt_br/default.php b/app/messages/pt_br/default.php index 824321baa..8b0d59ca8 100755 --- a/app/messages/pt_br/default.php +++ b/app/messages/pt_br/default.php @@ -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',