Skip to content

Commit 7f42f4a

Browse files
authored
Translate 'using/mac.po' (#2303)
Closes #1849 --------- Co-authored-by: Erick G. Islas Osuna <eislasosuna@netflix.com>
1 parent 81a1739 commit 7f42f4a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

using/mac.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,29 @@ msgid ""
5757
"org). A current \"universal binary\" build of Python, which runs natively "
5858
"on the Mac's new Intel and legacy PPC CPU's, is available there."
5959
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í."
6067

6168
#: ../Doc/using/mac.rst:27
6269
msgid "What you get after installing is a number of things:"
6370
msgstr "Lo que obtienes después de instalar es una serie de cosas:"
6471

6572
#: ../Doc/using/mac.rst:29
66-
#, fuzzy
6773
msgid ""
6874
"A :file:`Python 3.12` folder in your :file:`Applications` folder. In here "
6975
"you find IDLE, the development environment that is a standard part of "
7076
"official Python distributions; and PythonLauncher, which handles double-"
7177
"clicking Python scripts from the Finder."
7278
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í "
7480
"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."
7783

7884
#: ../Doc/using/mac.rst:34
7985
msgid ""
@@ -140,7 +146,6 @@ msgstr ""
140146
"Ayuda cuando el IDE se está ejecutando."
141147

142148
#: ../Doc/using/mac.rst:62
143-
#, fuzzy
144149
msgid ""
145150
"If you want to run Python scripts from the Terminal window command line or "
146151
"from the Finder you first need an editor to create your script. macOS comes "
@@ -155,10 +160,10 @@ msgstr ""
155160
"Si desea ejecutar scripts de Python desde la línea de comandos de la ventana "
156161
"de Terminal o desde el Finder, primero necesita un editor para crear su "
157162
"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 "
159164
"parecido a Mac, :program:`BBEdit` o :program:`TextWrangler` de Bare Bones "
160165
"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://"
162167
"macromates.com/). Otros editores incluyen :program:`Gvim` (http://macvim-dev."
163168
"github.io/macvim/) y :program:`Aquamacs` (http://aquamacs.org/)."
164169

@@ -341,15 +346,14 @@ msgid "Distributing Python Applications on the Mac"
341346
msgstr "Distribuyendo aplicaciones de Python en la Mac"
342347

343348
#: ../Doc/using/mac.rst:162
344-
#, fuzzy
345349
msgid ""
346350
"The standard tool for deploying standalone Python applications on the Mac "
347351
"is :program:`py2app`. More information on installing and using py2app can be "
348352
"found at https://pypi.org/project/py2app/."
349353
msgstr ""
350354
"La herramienta estándar para implementar aplicaciones independientes de "
351355
"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."
353357

354358
#: ../Doc/using/mac.rst:168
355359
msgid "Other Resources"

0 commit comments

Comments
 (0)