Skip to content

Commit e87dd4d

Browse files
Carbon32dr0id
andauthored
Spanish Translation (#2430)
* Added spanish translation to README * A quick fix * Fixed formatting * Update docs/readmes/README.es.rst Punctuation Co-authored-by: dr0id <dr0id@bluewin.ch> * Update docs/readmes/README.es.rst Quick Fix #1 Co-authored-by: dr0id <dr0id@bluewin.ch> * Update docs/readmes/README.es.rst Quick Fix #2 Co-authored-by: dr0id <dr0id@bluewin.ch> * Update docs/readmes/README.es.rst Another quick fix Co-authored-by: dr0id <dr0id@bluewin.ch> * Some fixes & improvements * Removed unused docs * Removed more unused docs * Added back a tiny detail --------- Co-authored-by: dr0id <dr0id@bluewin.ch>
1 parent b64eb76 commit e87dd4d

File tree

5 files changed

+179
-4
lines changed

5 files changed

+179
-4
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|PyPiVersion| |PyPiLicense|
88
|Python3| |GithubCommits| |BlackFormatBadge|
99

10-
**English** `简体中文`_ `Français`_ `فارسی`_
10+
**English** `简体中文`_ `Français`_ `فارسی`_ `Español`_
1111
---------------------------------------------------------------------------------------------------
1212

1313
Pygame_ is a free and open-source cross-platform library
@@ -202,3 +202,4 @@ See docs/licenses for licenses of dependencies.
202202
.. _简体中文: ./docs/readmes/README.zh-cn.rst
203203
.. _Français: ./docs/readmes/README.fr.rst
204204
.. _فارسی: ./docs/readmes/README.fa.rst
205+
.. _Español: ./docs/readmes/README.es.rst

docs/readmes/README.es.rst

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
.. image:: https://raw.githubusercontent.com/pygame-community/pygame-ce/main/docs/reST/_static/pygame_logo.svg
2+
:alt: pygame
3+
:target: https://pyga.me/
4+
5+
6+
|DocsStatus|
7+
|PyPiVersion| |PyPiLicense|
8+
|Python3| |GithubCommits| |BlackFormatBadge|
9+
10+
`English`_ `简体中文`_ `Français`_ `فارسی`_ **Español**
11+
---------------------------------------------------------------------------------------------------------------------------------------------------
12+
13+
`Pygame`_ es una biblioteca multiplataforma, gratuita y de código abierto
14+
permitiéndole desarrollar aplicaciones multimedia como videojuegos, con Python.
15+
Utiliza la biblioteca « `Simple DirectMedia Layer`_ » (SDL) y varias otras bibliotecas
16+
popular para abstraer las funciones más comunes y hace la escritura de programas
17+
lo más intuitivo posible.
18+
19+
Esta distribución se llama **« pygame - Community Edition »** (abreviado « pygame-ce »).
20+
21+
22+
Esta es una bifurcación del proyecto original de sus principales desarrolladores anteriores. Fue creado como resultado de muchos obstáculos que eran imposibles de superar, impidiéndoles continuar el desarrollo del proyecto inicial. Esta nueva distribución tiene como objetivo ofrecer actualizaciones más regular, mejoras y correcciones, pero también un modelo de gobernanza más democrático.
23+
24+
¡Cualquier nuevo colaborador es bienvenido!
25+
26+
Instalacion
27+
-----------
28+
29+
::
30+
31+
pip install pygame-ce
32+
33+
34+
Ayuda
35+
-----
36+
37+
Si recién estás comenzando con pygame, deberías poder comenzar con él bastante rápidamente. Pygame viene con una gran cantidad de tutoriales e introducciones. Tienes también una documentación muy bien referenciada sobre toda la biblioteca. Navegas por el
38+
documentación en `docs page`_. También puedes echarle un vistazo localmente por ejecución del comando ``python -m pygame.docs`` en tu terminal. Si la documentación
39+
no se encuentra localmente, esto lanzará el sitio web.
40+
41+
42+
La documentación en línea permanece actualizada con la versión actual de pygame-ce
43+
desarrollo en GitHub. Esto puede ser un poco más nuevo que la versión de pygame-ce que usas. Para actualizar a la última versión publicada, ejecuta ``pip install pygame-ce --upgrade`` en tu terminal.
44+
45+
Un punto particularmente interesante: tienes a tu disposición un archivo de ejemplos que contienen muchos pequeños programas jugables, lo que le permite
46+
para empezar a jugar con el código de inmediato.
47+
48+
Construir a partir del código fuente
49+
------------------------------------
50+
51+
Si deseas utilizar características en desarrollo, o quieres contribuir a pygame-ce, vas a necesitar construir pygame-ce localmente a partir del código fuente, en lugar de instalarlo con pip.
52+
53+
La instalación de pygame-ce desde el código fuente está bastante automatizada. La mayor parte del trabajo consistirá en compilar e instalar todas las dependencias de
54+
pygame-ce. Una vez hecho esto, ejecute el script ``setup.py`` que intentará autoconfigurar, compilar e instalación.
55+
56+
Más información sobre la instalación y compilación está disponible en `La pagina wiki de compilando`_.
57+
58+
Créditos
59+
--------
60+
61+
Muchas gracias a todos los que han contribuido y siguen contribuyendo a este módulo.
62+
Un agradecimiento especial también está en orden.
63+
64+
* Marcus Von Appen: many changes, and fixes, 1.7.1+ freebsd maintainer
65+
* Lenard Lindstrom: the 1.8+ windows maintainer, many changes, and fixes
66+
* Brian Fisher for svn auto builder, bug tracker and many contributions
67+
* Rene Dudfield: many changes, and fixes, 1.7+ release manager/maintainer
68+
* Phil Hassey for his work on the pygame.org website
69+
* DR0ID for his work on the sprite module
70+
* Richard Goedeken for his smoothscale function
71+
* Ulf Ekström for his pixel perfect collision detection code
72+
* Pete Shinners: original author
73+
* David Clark for filling the right-hand-man position
74+
* Ed Boraas and Francis Irving: Debian packages
75+
* Maxim Sobolev: FreeBSD packaging
76+
* Bob Ippolito: MacOS and OS X porting (much work!)
77+
* Jan Ekhol, Ray Kelm, and Peter Nicolai: putting up with early design ideas
78+
* Nat Pryce for starting our unit tests
79+
* Dan Richter for documentation work
80+
* TheCorruptor for his incredible logos and graphics
81+
* Nicholas Dudfield: many test improvements
82+
* Alex Folkner for pygame-ctypes
83+
84+
Gracias a los que propusieron correcciones: Niki Spahiev, Gordon
85+
Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,
86+
Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,
87+
James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias
88+
Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,
89+
Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber
90+
Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,
91+
Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,
92+
Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,
93+
Cambell Barton.
94+
95+
Y a nuestros cazadores de bugs: Angus, Guillaume Proux, Frank
96+
Raiser, Austin Henry, Kaweh Kazemi, Arturo Aldama, Mike Mulcheck,
97+
Michael Benfield, David Lau
98+
99+
Hay muchas más personas por ahí que han presentado ideas útiles, han mantenido este proyecto en marcha y, básicamente, nos han hecho la vida más fácil. ¡Gracias!
100+
101+
Muchas gracias por las personas que hacen comentarios de documentación y agregan a `documentacion de pygame-ce`_.
102+
103+
Muchas gracias a James Paige en particular por ser anfitrión
104+
pygame bugzilla.
105+
106+
También un gran agradecimiento a Roger Dingledine y la tripulación de SEUL.ORG por nuestro excelente alojamiento.
107+
108+
Dépendances
109+
------------
110+
111+
Pygame obviamente depende en gran medida de SDL y Python. También enlaza e incorpora varias otras bibliotecas más pequeñas. El módulo de fuentes se basa en SDL_ttf, que depende de freetype. Los módulos mixer (y mixer.music) dependen de SDL_mixer. El módulo de imagen depende de SDL_image, que también puede usar libjpeg y libpng. El módulo de transformación tiene una versión integrada de SDL_rotozoom para su propia función rotozoom.
112+
El módulo surfarray necesita el paquete python numpy, para sus matrices numéricas multidimensionales.
113+
114+
Versiones de dependencia:
115+
116+
+----------+-----------------------------+
117+
| CPython | >= 3.7 (Ou utiliser PyPy3) |
118+
+----------+-----------------------------+
119+
| SDL | >= 2.0.8 |
120+
+----------+-----------------------------+
121+
| SDL_mixer| >= 2.0.0 |
122+
+----------+-----------------------------+
123+
| SDL_image| >= 2.0.2 |
124+
+----------+-----------------------------+
125+
| SDL_ttf | >= 2.0.11 |
126+
+----------+-----------------------------+
127+
| SDL_gfx | (Opcional, suministrado con)|
128+
+----------+-----------------------------+
129+
| NumPy | >= 1.6.2 (Opcional) |
130+
+----------+-----------------------------+
131+
132+
Licencia
133+
--------
134+
135+
La biblioteca se distribuye bajo la licencia `GNU LGPL version 2.1`_, que se puede encontrar en el archivo ``docs/LGPL.txt``. Nos reservamos el derecho de licenciar versiones futuras de esta biblioteca bajo una licencia diferente.
136+
137+
Esto significa que tienes derecho a usar pygame-ce en cualquier proyecto que desee, pero solo si deseas realizar cambios o adiciones a Pygame-ce en sí, entonces estarás obligado publicarlos con una licencia compatible (preferiblemente enviándolos al proyecto pygame-ce). Se permiten códigos propietarios y juegos comerciales.
138+
139+
Los programas que se encuentran en el subdirectorio ``examples`` pertenecen a el dominio público.
140+
141+
Consulta docs/licenses para ver las licencias de dependencia.
142+
143+
144+
.. |PyPiVersion| image:: https://img.shields.io/pypi/v/pygame-ce.svg?v=1
145+
:target: https://pypi.python.org/pypi/pygame-ce
146+
147+
.. |PyPiLicense| image:: https://img.shields.io/pypi/l/pygame-ce.svg?v=1
148+
:target: https://pypi.python.org/pypi/pygame-ce
149+
150+
.. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1
151+
152+
.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.3.0.svg
153+
:target: https://github.com/pygame-community/pygame-ce/compare/2.3.0...main
154+
155+
.. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
156+
:target: https://pyga.me/docs/
157+
158+
.. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
159+
:target: https://github.com/psf/black
160+
161+
.. _Pygame: https://www.pyga.me/
162+
.. _documentacion de pygame-ce: https://pyga.me/docs/
163+
.. _Simple DirectMedia Layer: https://www.libsdl.org
164+
.. _La pagina wiki de compilando: https://github.com/pygame-community/pygame-ce/wiki#compiling
165+
.. _docs page: https://pyga.me/docs
166+
.. _GNU LGPL version 2.1: https://www.gnu.org/copyleft/lesser.html
167+
168+
.. _简体中文: README.zh-cn.rst
169+
.. _English: ./../../README.rst
170+
.. _فارسی: README.fa.rst
171+
.. _Français: README.fr.rst

docs/readmes/README.fa.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|PyPiVersion| |PyPiLicense|
88
|Python3| |GithubCommits| |BlackFormatBadge|
99

10-
`English`_ `简体中文`_ `Français`_ **فارسی**
10+
`English`_ `简体中文`_ `Français`_ **فارسی** `Español`_
1111
---------------------------------------------------------------------------------------------------
1212
کتابخانه
1313
Pygame_
@@ -253,3 +253,4 @@ License
253253
.. _English: ./../../README.rst
254254
.. _简体中文: README.zh-cn.rst
255255
.. _Français: README.fr.rst
256+
.. _Español: README.es.rst

docs/readmes/README.fr.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|PyPiVersion| |PyPiLicense|
88
|Python3| |GithubCommits| |BlackFormatBadge|
99

10-
`English`_ `简体中文`_ **Français** `فارسی`_
10+
`English`_ `简体中文`_ **Français** `فارسی`_ `Español`_
1111
---------------------------------------------------------------------------------------------------------------------------------------------------
1212

1313
`Pygame`_ est une bibliothèque multi-plateforme, libre et open-source
@@ -206,3 +206,4 @@ Voir les docs/licences pour les licences des dépendances.
206206
.. _简体中文: README.zh-cn.rst
207207
.. _English: ./../../README.rst
208208
.. _فارسی: README.fa.rst
209+
.. _Español: README.es.rst

docs/readmes/README.zh-cn.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|PyPiVersion| |PyPiLicense|
88
|Python3| |GithubCommits| |BlackFormatBadge|
99

10-
`English`_ **简体中文** `Français`_ `فارسی`_
10+
`English`_ **简体中文** `Français`_ `فارسی`_ `Español`_
1111
----
1212

1313
Pygame_ 是一款自由且开源的跨平台库,用于开发电子游戏等多媒体应用。Pygame基于 `Simple DirectMedia Layer library`_ 以及其他几个广受欢迎的库,汲取其中最常见的函数,让编写游戏成为更加符合直觉的事情。
@@ -161,3 +161,4 @@ pygame显然依赖于SDL和Python。此外pygame还嵌入了几个较小的库
161161
.. _English: ./../../README.rst
162162
.. _Français: README.fr.rst
163163
.. _فارسی: README.fa.rst
164+
.. _Español: README.es.rst

0 commit comments

Comments
 (0)