Skip to content

Commit c9ae35a

Browse files
authored
Merge pull request #1319 from holomorfo/main
Update circle parameters Spanish translation.
2 parents 96cc270 + 6c3e238 commit c9ae35a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/reference/es.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@
358358
"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."
359359
],
360360
"params": {
361-
"x": "Number: x-coordinate of the centre of the circle.",
362-
"y": "Number: y-coordinate of the centre of the circle.",
363-
"d": "Number: diameter of the circle."
361+
"x": "Número: coordenada x del centro del círculo.",
362+
"y": "Número: coordenada y del centro del círculo.",
363+
"d": "Número: diámetro del círculo."
364364
}
365365
},
366366
"line": {
@@ -7569,4 +7569,4 @@
75697569
]
75707570
}
75717571
}
7572-
}
7572+
}

0 commit comments

Comments
 (0)