Skip to content

Commit 17c4446

Browse files
authored
Traducido archivo using/mac.po (#2712)
Closes #2649
1 parent b0964ff commit 17c4446

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Ignacio Sanz (@elnaquete)
106106
Ignasi Fosch
107107
Ingrid Bianka Garcia Lino (@ibianka)
108108
Iracema Caballero (@iracaballero)
109+
Isaac Benitez Sandoval (@isacben)
109110
Italo Farfán Vera
110111
Ivonne Yañez Mendoza (@TiaIvonne)
111112
Jaime Resano Aísa (@Jaime02)

using/mac.po

+17-18
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
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.13.0\n"
23+
"X-Generator: Poedit 3.4\n"
2324

2425
#: ../Doc/using/mac.rst:6
2526
msgid "Using Python on a Mac"
@@ -146,7 +147,6 @@ msgstr ""
146147
"Ayuda cuando el IDE se está ejecutando."
147148

148149
#: ../Doc/using/mac.rst:62
149-
#, fuzzy
150150
msgid ""
151151
"If you want to run Python scripts from the Terminal window command line or "
152152
"from the Finder you first need an editor to create your script. macOS comes "
@@ -158,15 +158,15 @@ msgid ""
158158
"`Gvim` (https://macvim.org/macvim/) and :program:`Aquamacs` (http://aquamacs."
159159
"org/)."
160160
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/)."
170170

171171
#: ../Doc/using/mac.rst:72
172172
msgid ""
@@ -271,7 +271,7 @@ msgstr "Instalación de paquetes adicionales de Python"
271271

272272
#: ../Doc/using/mac.rst:128
273273
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`_."
275275

276276
#: ../Doc/using/mac.rst:134
277277
msgid "GUI Programming on the Mac"
@@ -294,18 +294,17 @@ msgstr ""
294294
"PyObjC está disponible en https://pypi.org/project/pyobjc/."
295295

296296
#: ../Doc/using/mac.rst:142
297-
#, fuzzy
298297
msgid ""
299298
"The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-"
300299
"platform Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is "
301300
"bundled with macOS by Apple, and the latest version can be downloaded and "
302301
"installed from https://www.activestate.com; it can also be built from source."
303302
msgstr ""
304303
"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 "
306305
"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."
309308

310309
#: ../Doc/using/mac.rst:147
311310
msgid ""

0 commit comments

Comments
 (0)