@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2021-08-02 19:57+0200 \n "
14
+ "PO-Revision-Date : 2023-10-24 22:53-0700 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es_CO\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_CO \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.4\n "
23
24
24
25
#: ../Doc/using/mac.rst:6
25
26
msgid "Using Python on a Mac"
@@ -146,7 +147,6 @@ msgstr ""
146
147
"Ayuda cuando el IDE se está ejecutando."
147
148
148
149
#: ../Doc/using/mac.rst:62
149
- #, fuzzy
150
150
msgid ""
151
151
"If you want to run Python scripts from the Terminal window command line or "
152
152
"from the Finder you first need an editor to create your script. macOS comes "
@@ -158,15 +158,15 @@ msgid ""
158
158
"`Gvim` (https://macvim.org/macvim/) and :program:`Aquamacs` (http://aquamacs."
159
159
"org/)."
160
160
msgstr ""
161
- "Si desea ejecutar scripts de Python desde la línea de comandos de la ventana "
162
- "de Terminal o desde el Finder, primero necesita un editor para crear su "
163
- "script. macOS viene con varios editores de línea de comandos estándar de "
164
- "Unix, entre ellos :program:`vim` e :program:`emacs`. Si desea un editor más "
165
- "parecido a Mac, :program:`BBEdit` o :program:`TextWrangler` de Bare Bones "
166
- "Software (consulte http://www.barebones.com/products/bbedit/index.html) son "
167
- "buenas opciones, como también lo es :program:`TextMate` (ver https:// "
168
- "macromates.com/). Otros editores incluyen :program:`Gvim` (http ://macvim-dev. "
169
- "github.io /macvim/) y :program:`Aquamacs` (http://aquamacs.org/)."
161
+ "Si desea ejecutar scripts de Python por línea de comandos en la ventana de "
162
+ "Terminal o en el Finder, primero necesita un editor para crear su script. "
163
+ "macOS viene con varios editores de línea de comandos estándar de Unix, entre "
164
+ "ellos :program:`vim` y :program:`emacs`. Si desea un editor más parecido a "
165
+ "otros programas Mac, :program:`BBEdit` o :program:`TextWrangler` de Bare "
166
+ "Bones Software (consulte http://www.barebones.com/products/bbedit/index."
167
+ "html) son buenas opciones, como también lo es :program:`TextMate` (ver "
168
+ "https:// macromates.com/). Otros editores incluyen :program:`Gvim` (https ://"
169
+ "macvim.org /macvim/) y :program:`Aquamacs` (http://aquamacs.org/)."
170
170
171
171
#: ../Doc/using/mac.rst:72
172
172
msgid ""
@@ -271,7 +271,7 @@ msgstr "Instalación de paquetes adicionales de Python"
271
271
272
272
#: ../Doc/using/mac.rst:128
273
273
msgid "This section has moved to the `Python Packaging User Guide`_."
274
- msgstr ""
274
+ msgstr "Esta sección fue movida al documento `Python Packaging User Guide`_. "
275
275
276
276
#: ../Doc/using/mac.rst:134
277
277
msgid "GUI Programming on the Mac"
@@ -294,18 +294,17 @@ msgstr ""
294
294
"PyObjC está disponible en https://pypi.org/project/pyobjc/."
295
295
296
296
#: ../Doc/using/mac.rst:142
297
- #, fuzzy
298
297
msgid ""
299
298
"The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-"
300
299
"platform Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is "
301
300
"bundled with macOS by Apple, and the latest version can be downloaded and "
302
301
"installed from https://www.activestate.com; it can also be built from source."
303
302
msgstr ""
304
303
"El kit de herramientas estándar de Python GUI es :mod:`tkinter`, basado en "
305
- "el kit de herramientas Tk multiplataforma (https://www.tcl.tk). Apple "
304
+ "el kit de herramientas Tk multi-plataforma (https://www.tcl.tk). Apple "
306
305
"incluye una versión nativa de Aqua de Tk, y la última versión puede ser "
307
- "descargada e instalada desde https://www.activestate.com; También se puede "
308
- "incorporar desde la fuente."
306
+ "descargada e instalada desde https://www.activestate.com; también se puede "
307
+ "instalar con el código fuente."
309
308
310
309
#: ../Doc/using/mac.rst:147
311
310
msgid ""
0 commit comments