diff --git a/src/data/reference/es.json b/src/data/reference/es.json index 9e5534e136..5dd12ed182 100644 --- a/src/data/reference/es.json +++ b/src/data/reference/es.json @@ -358,9 +358,9 @@ "Draws a circle to the screen. A circle is a simple closed shape.It is the set of all points in a plane that are at a given distance from a given point, the centre.This function is a special case of the ellipse() function, where the width and height of the ellipse are the same. Height and width of the ellipse correspond to the diameter of the circle. By default, the first two parameters set the location of the centre of the circle, the third sets the diameter of the circle." ], "params": { - "x": "Number: x-coordinate of the centre of the circle.", - "y": "Number: y-coordinate of the centre of the circle.", - "d": "Number: diameter of the circle." + "x": "Número: coordenada x del centro del círculo.", + "y": "Número: coordenada y del centro del círculo.", + "d": "Número: diámetro del círculo." } }, "line": { @@ -7569,4 +7569,4 @@ ] } } -} \ No newline at end of file +}