8000 finalizando using/mac (#1696) · python/python-docs-es@d4db2f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4db2f5

Browse files
cmaureirrtobar
andauthored
finalizando using/mac (#1696)
Co-authored-by: rtobar <rtobar@icrar.org>
1 parent 2a7accb commit d4db2f5

File tree

2 files changed

+37
-45
lines changed

2 files changed

+37
-45
lines changed

dictionaries/using_mac.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
app
21
Applet
2+
Aquamacs
33
PythonLauncher
4-
Applet
4+
app
5+
emacs

using/mac.po

Lines changed: 34 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2021-08-02 19:57+0200\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es_CO\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
17+
"Language: es_CO\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2222
"Generated-By: Babel 2.9.1\n"
2323

2424
#: ../Doc/using/mac.rst:6
25-
#, fuzzy
2625
msgid "Using Python on a Mac"
27-
msgstr "Usando Python en una Macintosh"
26+
msgstr "Usando Python en un Mac"
2827

2928
#: ../Doc/using/mac.rst
3029
msgid "Author"
@@ -35,35 +34,33 @@ msgid "Bob Savage <bobsavage@mac.com>"
3534
msgstr "Bob Savage <bobsavage@mac.com>"
3635

3736
#: ../Doc/using/mac.rst:11
38-
#, fuzzy
3937
msgid ""
4038
"Python on a Mac running macOS is in principle very similar to Python on any "
4139
"other Unix platform, but there are a number of additional features such as "
4240
"the IDE and the Package Manager that are worth pointing out."
4341
msgstr ""
44-
"Python en una Macintosh con Mac OS X es, en principio, muy similar a Python "
42+
"Python en una Mac que ejecuta macOS es, en principio, muy similar a Python "
4543
"en cualquier otra plataforma Unix, pero hay una serie de características "
4644
"adicionales como el IDE y el Administrador de paquetes que vale la pena "
47-
"resaltar."
45+
"señalar."
4846

4947
#: ../Doc/using/mac.rst:18
5048
msgid "Getting and Installing MacPython"
5149
msgstr "Obteniendo e instalando MacPython"
5250

5351
#: ../Doc/using/mac.rst:20
54-
#, fuzzy
5552
msgid ""
5653
"macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. If "
5754
"you wish, you are invited to install the most recent version of Python 3 "
5855
"from the Python website (https://www.python.org). A current \"universal "
5956
"binary\" build of Python, which runs natively on the Mac's new Intel and "
6057
"legacy PPC CPU's, is available there."
6158
msgstr ""
62-
"Mac OS X 10.8 viene con Python 2.7 preinstalado por Apple. Si lo desea, está "
63-
"invitado a instalar la versión más reciente de Python 3 desde el sitio web "
64-
"de Python (https://www.python.org). Allí está disponible una versión actual "
65-
"binaria universalde Python, que se ejecuta de forma nativa en las nuevas "
66-
"CPU Intel y PPC heredadas de Mac."
59+
"macOS desde la versión 10.8 viene con Python 2.7 preinstalado por Apple. Si "
60+
"lo desea, está invitado a instalar la versión más reciente de Python 3 desde "
61+
"el sitio web de Python (https://www.python.org). Allí está disponible una "
62+
"compilación \"binaria universal\" actual de Python, que se ejecuta de forma "
63+
"nativa en las nuevas CPU Intel y PPC heredadas de Mac."
6764

6865
#: ../Doc/using/mac.rst:26
6966
msgid "What you get after installing is a number of things:"
@@ -136,18 +133,16 @@ msgid "How to run a Python script"
136133
msgstr "Cómo ejecutar un *script* de Python"
137134

138135
#: ../Doc/using/mac.rst:57
139-
#, fuzzy
140136
msgid ""
141137
"Your best way to get started with Python on macOS is through the IDLE "
142138
"integrated development environment, see section :ref:`ide` and use the Help "
143139
"menu when the IDE is running."
144140
msgstr ""
145-
"Su mejor manera de comenzar a usar Python en Mac OS X es a través del "
146-
"entorno de desarrollo integrado IDLE, consulte la sección :ref:`ide` y use "
147-
"el menú Ayuda cuando se ejecute el IDE."
141+
"La mejor manera de comenzar con Python en macOS es a través del entorno de "
142+
"desarrollo integrado IDLE, consulte la sección :ref:`ide` y use el menú "
143+
"Ayuda cuando el IDE se está ejecutando."
148144

149145
#: ../Doc/using/mac.rst:61
150-
#, fuzzy
151146
msgid ""
152147
"If you want to run Python scripts from the Terminal window command line or "
153148
"from the Finder you first need an editor to create your script. macOS comes "
@@ -160,12 +155,12 @@ msgid ""
160155
"aquamacs.org/)."
161156
msgstr ""
162157
"Si desea ejecutar scripts de Python desde la línea de comandos de la ventana "
163-
"de Terminal o desde Finder, primero necesita un editor para crear su script. "
164-
"Mac OS X viene con una serie de editores de línea de comandos estándar de "
165-
"Unix, :program:`vim` y :program:`emacs` entre ellos. Si desea un editor más "
158+
"de Terminal o desde el Finder, primero necesita un editor para crear su "
159+
"script. macOS viene con varios editores de línea de comandos estándar de "
160+
"Unix, entre ellos :program:`vim` y :program:`emacs`. Si desea un editor más "
166161
"parecido a Mac, :program:`BBEdit` o :program:`TextWrangler` de Bare Bones "
167162
"Software (consulte http://www.barebones.com/products/bbedit/index.html) son "
168-
"buenas opciones , ya que son :program:`TextMate` (consulte https://"
163+
"buenas opciones , como también lo es :program:`TextMate` (ver https://"
169164
"macromates.com/). Otros editores incluyen :program:`Gvim` (http://macvim-dev."
170165
"github.io/macvim/) y :program:`Aquamacs` (http://aquamacs.org/)."
171166

@@ -206,18 +201,17 @@ msgid "Running scripts with a GUI"
206201
msgstr "Ejecutar scripts con una GUI"
207202

208203
#: ../Doc/using/mac.rst:90
209-
#, fuzzy
210204
msgid ""
211205
"With older versions of Python, there is one macOS quirk that you need to be "
212206
"aware of: programs that talk to the Aqua window manager (in other words, "
213207
"anything that has a GUI) need to be run in a special way. Use :program:"
214208
"`pythonw` instead of :program:`python` to start such scripts."
215209
msgstr ""
216-
"Con versiones anteriores de Python, hay una peculiaridad de Mac OS X que "
217-
"debe conocer: los programas que hablan con el administrador de ventanas Aqua "
218-
"(en otras palabras, cualquier cosa que tenga una GUI) deben ejecutarse de "
219-
"una manera especial. Use :program:`pythonw` en vez de :program:`python` para "
220-
"comenzar tales scripts."
210+
"Con las versiones anteriores de Python, hay una peculiaridad de macOS que "
211+
"debe tener en cuenta: los programas que se comunican con el administrador de "
212+
"ventanas Aqua (en otras palabras, cualquier cosa que tenga una GUI) deben "
213+
"ejecutarse de una manera especial. Utilice :program:`pythonw` en lugar de :"
214+
"program:`python` para iniciar dichos scripts."
221215

222216
#: ../Doc/using/mac.rst:95
223217
msgid ""
@@ -231,20 +225,19 @@ msgid "Configuration"
231225
msgstr "Configuración"
232226

233227
#: ../Doc/using/mac.rst:101
234-
#, fuzzy
235228
msgid ""
236229
"Python on macOS honors all standard Unix environment variables such as :"
237230
"envvar:`PYTHONPATH`, but setting these variables for programs started from "
238231
"the Finder is non-standard as the Finder does not read your :file:`.profile` "
239232
"or :file:`.cshrc` at startup. You need to create a file :file:`~/.MacOSX/"
240233
"environment.plist`. See Apple's Technical Document QA1067 for details."
241234
msgstr ""
242-
"Python en OS X respeta todas las variables de entorno estándar de Unix como :"
243-
"envvar:`PYTHONPATH`, pero configurar estas variables para programas "
244-
"iniciados desde el Finder no es estándar ya que Finder no lee su :file:`."
245-
"profile` o :file:`.cshrc` al arranque. Usted necesita crear un nuevo "
246-
"archivo :file:`~/.MacOSX/environment.plist`. Consulte el documento técnico "
247-
"de Apple QA1067 para más detalles."
235+
"Python en macOS respeta todas las variables de entorno estándar de Unix, "
236+
"como :envvar:`PYTHONPATH`, pero la configuración de estas variables para los "
237+
"programas iniciados desde el Finder no es estándar, ya que el Finder no lee "
238+
"su :file:`.profile` o :file:`.cshrc` al inicio. Necesita crear un archivo :"
239+
"file:`~/.MacOSX/environment.plist`. Consulte el documento técnico QA1067 de "
240+
"Apple para obtener más detalles."
248241

249242
#: ../Doc/using/mac.rst:108
250243
msgid ""
@@ -326,26 +319,24 @@ msgstr ""
326319
"incorporar desde la fuente."
327320

328321
#: ../Doc/using/mac.rst:150
329-
#, fuzzy
330322
msgid ""
331323
"*wxPython* is another popular cross-platform GUI toolkit that runs natively "
332324
"on macOS. Packages and documentation are available from https://www.wxpython."
333325
"org."
334326
msgstr ""
335-
"*wxPython* es otro kit de herramientas GUI multiplataforma popular que se "
336-
"ejecuta de forma nativa en Mac OS X. Los paquetes y la documentación están "
337-
"disponibles en https://www.wxpython.org."
327+
"*wxPython* es otro popular kit de herramientas de interfaz gráfica de "
328+
"usuario multiplataforma que se ejecuta de forma nativa en macOS. Los "
329+
"paquetes y la documentación están disponibles en https://www.wxpython.org."
338330

339331
#: ../Doc/using/mac.rst:153
340-
#, fuzzy
341332
msgid ""
342333
"*PyQt* is another popular cross-platform GUI toolkit that runs natively on "
343334
"macOS. More information can be found at https://riverbankcomputing.com/"
344335
"software/pyqt/intro."
345336
msgstr ""
346-
"*PyQt* es otro kit de herramientas GUI multiplataforma popular que se "
347-
"ejecuta de forma nativa en Mac OS X. Más información podrá ser encontrada en "
348-
"https://riverbankcomputing.com/software/pyqt/intro."
337+
"*PyQt* es otro popular kit de herramientas de interfaz gráfica de usuario "
338+
"multiplataforma que se ejecuta de forma nativa en macOS. Puede encontrar más "
339+
"información en https://riverbankcomputing.com/software/pyqt/intro."
349340

350341
#: ../Doc/using/mac.rst:159
351342
msgid "Distributing Python Applications on the Mac"

0 commit comments

Comments
 (0)
0