Skip to content

Update circle parameters Spanish translation. #1319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/data/reference/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -7569,4 +7569,4 @@
]
}
}
}
}