Browse Source

feature: insert translate game mode legend on custum menu

“priscila.snl” 3 months ago
parent
commit
3a466354b8
6 changed files with 37 additions and 13 deletions
  1. 7 1
      assets/lang/en_US
  2. 7 1
      assets/lang/es_ES
  3. 7 1
      assets/lang/fr_FR
  4. 7 1
      assets/lang/it_IT
  5. 6 6
      assets/lang/pt_BR
  6. 3 3
      js/globals/globals_debug.js

+ 7 - 1
assets/lang/en_US

@@ -63,4 +63,10 @@ results=RESULTS
 student=Student
 submit=Submit your assignment below
 professor=Professor
-scale=Scale
+scale=Scale
+s1_a_description=Selecting the soil
+s1_b_description=Selecting the blocks
+s2_a_description=Upper rectangle with more subdivisions
+s2_b_description=Lower rectangle with more subdivisions
+c1_a_description=Positioning the balloon
+c1_b_description=Positioning the arches

+ 7 - 1
assets/lang/es_ES

@@ -63,4 +63,10 @@ results=RESULTADOS
 student=Estudiante
 submit=Envía tu tarea a continuación
 professor=Professor
-scale=Escala
+scale=Escala
+s1_a_description=Selección del suelo
+s1_b_description=Seleccionar los bloques
+s2_a_description=Rectángulo superior con más subdivisiones
+s2_b_description=Rectángulo inferior con más subdivisiones
+c1_a_description=Colocación del globo
+c1_b_description=Colocación de los arcos

+ 7 - 1
assets/lang/fr_FR

@@ -63,4 +63,10 @@ results=RÉSULTATS
 student=Étudiant
 submit=Soumettez votre mission ci-dessous
 professor=Professeur
-scale=Balance
+scale=Balance
+s1_a_description=Sélection du sol
+s1_b_description=Sélection des blocs
+s2_a_description=Rectangle supérieur avec plus de subdivisions
+s2_b_description=Rectangle inférieur avec plus de subdivisions
+c1_a_description=Positionnement du ballon
+c1_b_description=Positionnement des arcs

+ 7 - 1
assets/lang/it_IT

@@ -63,4 +63,10 @@ results=RISULTATI
 student=Alunno
 submit=Invia il tuo compito qui sotto
 professor=Professore
-scale=Bilancia
+scale=Bilancia
+s1_a_description=Selezione del terreno
+s1_b_description=Selezione dei blocchi
+s2_a_description=Rettangolo superiore con più suddivisioni
+s2_b_description=Rettangolo inferiore con più suddivisioni
+c1_a_description=Posizionamento del pallone
+c1_b_description=Posizionamento degli archi

+ 6 - 6
assets/lang/pt_BR

@@ -64,9 +64,9 @@ student=Aluno
 submit=Envie sua tarefa abaixo
 professor=Professor
 scale=Balança
-s1_a_description=Selecione uma porção do solo
-s1_b_description=Selecione uma porção dos blocos
-s2_a_description=Maior numero de subdivisões no retângulo de cima
-s2_b_description=Maior numero de subdivisões no retângulo de baixo
-c1_a_description=Selecione a posição do balão
-c1_b_description=Selecione os arcos
+s1_a_description=Selecionando o solo
+s1_b_description=Selecionando os blocos
+s2_a_description=Retângulo superior com mais subdivisões
+s2_b_description=Retângulo inferior com mais subdivisões
+c1_a_description=Posicionando o balão
+c1_b_description=Posicionando os arcos

+ 3 - 3
js/globals/globals_debug.js

@@ -1,9 +1,9 @@
 const isDebugMode = true;
 
 const debugState = {
-  lang: { skip: true, lang: 'pt_BR' },
-  name: { skip: true, name: 'Username' },
-  menu: { skip: true, id: 2, audioStatus: false },
+  lang: { skip: false, lang: 'pt_BR' },
+  name: { skip: false, name: 'Username' },
+  menu: { skip: false, id: 2, audioStatus: false },
   customMenu: {
     skip: false,
     getData: () => {