Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17c4446

Browse files
authored
Traducido archivo using/mac.po (#2712)
Closes#2649
1 parentb0964ff commit17c4446

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

‎TRANSLATORS

Lines changed: 1 addition & 0 deletions
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

Lines changed: 17 additions & 18 deletions
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 Pythondesde lalínea de comandosde la ventana "
162-
"deTerminal odesde 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, entreellos :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` (verhttps://"
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 Pythonporlínea de comandosen la ventana de "
162+
"Terminal oen 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+
"BonesSoftware (consulte http://www.barebones.com/products/bbedit/index."
167+
"html) sonbuenas 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 Tkmultiplataforma (https://www.tcl.tk). Apple "
304+
"el kit de herramientas Tkmulti-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)

[8]ページ先頭

©2009-2025 Movatter.jp