Skip to content
Snippets Groups Projects
Commit e220bdfd authored by Nicolas Camera's avatar Nicolas Camera
Browse files

Actualizar internationalization

parent 9d88f863
No related branches found
No related tags found
1 merge request!4Se agrega nueva configuración para el graficador3D
...@@ -329,10 +329,14 @@ msgstr "circ" ...@@ -329,10 +329,14 @@ msgstr "circ"
msgid "color" msgid "color"
msgstr "color" msgstr "color"
#: src/MateFun/ReservedNames.hs:52 #: src/MateFun/ReservedNames.hs:64
msgid "color3D" msgid "color3D"
msgstr "color3D" msgstr "color3D"
#: src/MateFun/ReservedNames.hs:65
msgid "transparency3D"
msgstr "transparency3D"
#: src/MateFun/TypeCheck.hs:92 #: src/MateFun/TypeCheck.hs:92
msgid "column" msgid "column"
msgstr "column" msgstr "column"
...@@ -341,13 +345,25 @@ msgstr "column" ...@@ -341,13 +345,25 @@ msgstr "column"
msgid "cos" msgid "cos"
msgstr "cos" msgstr "cos"
#: src/MateFun/ReservedNames.hs:49 #: src/MateFun/ReservedNames.hs:51
msgid "tetrahedron"
msgstr "tetrahedron"
#: src/MateFun/ReservedNames.hs:52
msgid "cube" msgid "cube"
msgstr "cube" msgstr "prism"
#: src/MateFun/ReservedNames.hs:53
msgid "octahedron"
msgstr "octahedron"
#: src/MateFun/ReservedNames.hs:48 #: src/MateFun/ReservedNames.hs:54
msgid "cylinder" msgid "dodecahedron"
msgstr "cylinder" msgstr "dodecahedron"
#: src/MateFun/ReservedNames.hs:55
msgid "icosahedron"
msgstr "icosahedron"
#: src/MateFun/Parser.hs:279 #: src/MateFun/Parser.hs:279
msgid "depends on itself." msgid "depends on itself."
...@@ -445,6 +461,14 @@ msgstr "join3D" ...@@ -445,6 +461,14 @@ msgstr "join3D"
msgid "line" msgid "line"
msgstr "line" msgstr "line"
#: src/MateFun/TypeCheck.hs:85
msgid "Two circles, two rectangles or two polygons are expected"
msgstr "Two circles, two rectangles or two polygons are expected"
#: src/MateFun/TypeCheck.hs:86
msgid "Polygons are expected whose number of vertices matches"
msgstr "Polygons are expected whose number of vertices matches"
#: src/MateFun/ReservedNames.hs:36 #: src/MateFun/ReservedNames.hs:36
msgid "line2D" msgid "line2D"
msgstr "segment" msgstr "segment"
...@@ -530,8 +554,8 @@ msgid "reload actual program" ...@@ -530,8 +554,8 @@ msgid "reload actual program"
msgstr "reload actual program" msgstr "reload actual program"
#: src/MateFun/ReservedNames.hs:108 #: src/MateFun/ReservedNames.hs:108
msgid "required is a subset of resulting" msgid "obtained is not a subset of required"
msgstr "required is a subset of resulting" msgstr "obtained is not a subset of required"
#: src/MateFun/ReservedNames.hs:60 #: src/MateFun/ReservedNames.hs:60
msgid "rest" msgid "rest"
...@@ -541,10 +565,14 @@ msgstr "rest" ...@@ -541,10 +565,14 @@ msgstr "rest"
msgid "rgb" msgid "rgb"
msgstr "rgb" msgstr "rgb"
#: src/MateFun/ReservedNames.hs:50 #: src/MateFun/ReservedNames.hs:58
msgid "ring" msgid "ring"
msgstr "ring" msgstr "ring"
#: src/MateFun/ReservedNames.hs:61
msgid "joinFigIn3D"
msgstr "joinFigIn3D"
#: src/MateFun/ReservedNames.hs:41 #: src/MateFun/ReservedNames.hs:41
msgid "rotate" msgid "rotate"
msgstr "rotate" msgstr "rotate"
......
No preview for this file type
...@@ -331,10 +331,14 @@ msgstr "circ" ...@@ -331,10 +331,14 @@ msgstr "circ"
msgid "color" msgid "color"
msgstr "color" msgstr "color"
#: src/MateFun/ReservedNames.hs:52 #: src/MateFun/ReservedNames.hs:64
msgid "color3D" msgid "color3D"
msgstr "color3D" msgstr "color3D"
#: src/MateFun/ReservedNames.hs:65
msgid "transparency3D"
msgstr "transparencia3D"
#: src/MateFun/TypeCheck.hs:92 #: src/MateFun/TypeCheck.hs:92
msgid "column" msgid "column"
msgstr "columna" msgstr "columna"
...@@ -343,13 +347,25 @@ msgstr "columna" ...@@ -343,13 +347,25 @@ msgstr "columna"
msgid "cos" msgid "cos"
msgstr "cos" msgstr "cos"
#: src/MateFun/ReservedNames.hs:49 #: src/MateFun/ReservedNames.hs:51
msgid "tetrahedron"
msgstr "tetraedro"
#: src/MateFun/ReservedNames.hs:52
msgid "cube" msgid "cube"
msgstr "cubo" msgstr "prisma"
#: src/MateFun/ReservedNames.hs:53
msgid "octahedron"
msgstr "octaedro"
#: src/MateFun/ReservedNames.hs:48 #: src/MateFun/ReservedNames.hs:54
msgid "cylinder" msgid "dodecahedron"
msgstr "cilindro" msgstr "dodecaedro"
#: src/MateFun/ReservedNames.hs:55
msgid "icosahedron"
msgstr "icosaedro"
#: src/MateFun/Parser.hs:279 #: src/MateFun/Parser.hs:279
msgid "depends on itself." msgid "depends on itself."
...@@ -447,6 +463,14 @@ msgstr "juntar3D" ...@@ -447,6 +463,14 @@ msgstr "juntar3D"
msgid "line" msgid "line"
msgstr "linea" msgstr "linea"
#: src/MateFun/TypeCheck.hs:85
msgid "Two circles, two rectangles or two polygons are expected"
msgstr "Se esperan dos circulos, dos rectangulos o dos poligonos"
#: src/MateFun/TypeCheck.hs:86
msgid "Polygons are expected whose number of vertices matches"
msgstr "Se esperan poligonos cuya cantidad de vertices coincida"
#: src/MateFun/ReservedNames.hs:36 #: src/MateFun/ReservedNames.hs:36
msgid "line2D" msgid "line2D"
msgstr "segmento" msgstr "segmento"
...@@ -532,8 +556,8 @@ msgid "reload actual program" ...@@ -532,8 +556,8 @@ msgid "reload actual program"
msgstr "volver a cargar el programa actual" msgstr "volver a cargar el programa actual"
#: src/MateFun/ReservedNames.hs:108 #: src/MateFun/ReservedNames.hs:108
msgid "required is a subset of resulting" msgid "obtained is not a subset of required"
msgstr "requerido es subconjunto del resultante" msgstr "obtenido no es subconjunto del requerido"
#: src/MateFun/ReservedNames.hs:60 #: src/MateFun/ReservedNames.hs:60
msgid "rest" msgid "rest"
...@@ -543,10 +567,14 @@ msgstr "resto" ...@@ -543,10 +567,14 @@ msgstr "resto"
msgid "rgb" msgid "rgb"
msgstr "rgb" msgstr "rgb"
#: src/MateFun/ReservedNames.hs:50 #: src/MateFun/ReservedNames.hs:58
msgid "ring" msgid "ring"
msgstr "anillo" msgstr "anillo"
#: src/MateFun/ReservedNames.hs:61
msgid "joinFigIn3D"
msgstr "juntarFigEn3D"
#: src/MateFun/ReservedNames.hs:41 #: src/MateFun/ReservedNames.hs:41
msgid "rotate" msgid "rotate"
msgstr "rotar" msgstr "rotar"
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment