@@ -57,23 +57,29 @@ msgid ""
57
57
"org). A current \" universal binary\" build of Python, which runs natively "
58
58
"on the Mac's new Intel and legacy PPC CPU's, is available there."
59
59
msgstr ""
60
+ "macOS solía venir con Python 2.7 preinstalado entre las versiones 10.8 y "
61
+ "`12.3 <https://developer.apple.com/documentation/macos-release-notes/"
62
+ "macos-12_3-release-notes#Python>`_. Te invitamos a instalar la versión más "
63
+ "reciente de Python 3 desde el sitio web de Python (https://www.python.org). "
64
+ "Un paquete \" binario universal\" para la versión actual de Python, que se "
65
+ "ejecuta nativamente en el nuevo procesador Intel y el antiguo PPC de Mac, "
66
+ "está disponible ahí."
60
67
61
68
#: ../Doc/using/mac.rst:27
62
69
msgid "What you get after installing is a number of things:"
63
70
msgstr "Lo que obtienes después de instalar es una serie de cosas:"
64
71
65
72
#: ../Doc/using/mac.rst:29
66
- #, fuzzy
67
73
msgid ""
68
74
"A :file:`Python 3.12` folder in your :file:`Applications` folder. In here "
69
75
"you find IDLE, the development environment that is a standard part of "
70
76
"official Python distributions; and PythonLauncher, which handles double-"
71
77
"clicking Python scripts from the Finder."
72
78
msgstr ""
73
- "Una carpeta :file:`Python 3.9 ` en su carpeta :file:`Applications`. Aquí "
79
+ "Una carpeta :file:`Python 3.12 ` en su carpeta :file:`Applications`. Aquí "
74
80
"encontrará IDLE, el entorno de desarrollo que es una parte estándar de las "
75
- "distribuciones oficiales de Python; y PythonLauncher, que se encarga de "
76
- "hacer doble clic en los scripts de Python desde el Finder."
81
+ "distribuciones oficiales de Python; y PythonLauncher, que habilita la opción "
82
+ "de hacer doble clic en los scripts de Python desde el Finder."
77
83
78
84
#: ../Doc/using/mac.rst:34
79
85
msgid ""
@@ -140,7 +146,6 @@ msgstr ""
140
146
"Ayuda cuando el IDE se está ejecutando."
141
147
142
148
#: ../Doc/using/mac.rst:62
143
- #, fuzzy
144
149
msgid ""
145
150
"If you want to run Python scripts from the Terminal window command line or "
146
151
"from the Finder you first need an editor to create your script. macOS comes "
@@ -155,10 +160,10 @@ msgstr ""
155
160
"Si desea ejecutar scripts de Python desde la línea de comandos de la ventana "
156
161
"de Terminal o desde el Finder, primero necesita un editor para crear su "
157
162
"script. macOS viene con varios editores de línea de comandos estándar de "
158
- "Unix, entre ellos :program:`vim` y :program:`emacs`. Si desea un editor más "
163
+ "Unix, entre ellos :program:`vim` e :program:`emacs`. Si desea un editor más "
159
164
"parecido a Mac, :program:`BBEdit` o :program:`TextWrangler` de Bare Bones "
160
165
"Software (consulte http://www.barebones.com/products/bbedit/index.html) son "
161
- "buenas opciones , como también lo es :program:`TextMate` (ver https://"
166
+ "buenas opciones, como también lo es :program:`TextMate` (ver https://"
162
167
"macromates.com/). Otros editores incluyen :program:`Gvim` (http://macvim-dev."
163
168
"github.io/macvim/) y :program:`Aquamacs` (http://aquamacs.org/)."
164
169
@@ -341,15 +346,14 @@ msgid "Distributing Python Applications on the Mac"
341
346
msgstr "Distribuyendo aplicaciones de Python en la Mac"
342
347
343
348
#: ../Doc/using/mac.rst:162
344
- #, fuzzy
345
349
msgid ""
346
350
"The standard tool for deploying standalone Python applications on the Mac "
347
351
"is :program:`py2app`. More information on installing and using py2app can be "
348
352
"found at https://pypi.org/project/py2app/."
349
353
msgstr ""
350
354
"La herramienta estándar para implementar aplicaciones independientes de "
351
355
"Python en Mac es :program:`py2app`. Puede encontrar más información sobre la "
352
- "instalación y el uso de py2app en http://undefined .org/python/# py2app."
356
+ "instalación y el uso de py2app en http://pypi .org/project/ py2app."
353
357
354
358
#: ../Doc/using/mac.rst:168
355
359
msgid "Other Resources"
0 commit comments