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

Commit7a74f24

Browse files
committed
Fix lazo por bucle.
1 parent2cfd151 commit7a74f24

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

‎TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
Raúl Cumplido (@raulcd)
12
Nicolás Demarchi (@gilgamezh)
23
Manuel Kaufmann (@humitos)

‎tutorial/controlflow.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
66
#
@@ -9,15 +9,16 @@ msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
1111
"POT-Creation-Date:2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date:2019-12-22 12:00+0100\n"
12+
"PO-Revision-Date:2020-05-05 11:40+0200\n"
1313
"MIME-Version:1.0\n"
1414
"Content-Type:text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding:8bit\n"
1616
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
17-
"Last-Translator:\n"
18-
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
17+
"Last-Translator:Raúl Cumplido <raulcumplido@gmail.com>\n"
18+
"Language-Team:python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
19+
"python.org)\n"
1920
"Language:es\n"
20-
"X-Generator:Poedit 2.2.4\n"
21+
"X-Generator:Poedit 2.3\n"
2122

2223
#:../Doc/tutorial/controlflow.rst:5
2324
msgid"More Control Flow Tools"
@@ -185,14 +186,14 @@ msgid ""
185186
"Clauses on Loops"
186187
msgstr""
187188
"Las sentencias :keyword:`break`, :keyword:`continue`, y :keyword:`else` en "
188-
"lazos"
189+
"bucles"
189190

190191
#:../Doc/tutorial/controlflow.rst:160
191192
msgid""
192193
"The :keyword:`break` statement, like in C, breaks out of the innermost "
193194
"enclosing :keyword:`for` or :keyword:`while` loop."
194195
msgstr""
195-
"La sentencia :keyword:`break`, como en C, termina ellazo :keyword:`for` o :"
196+
"La sentencia :keyword:`break`, como en C, termina elbucle :keyword:`for` o :"
196197
"keyword:`while` más anidado."
197198

198199
#:../Doc/tutorial/controlflow.rst:163
@@ -203,11 +204,11 @@ msgid ""
203204
"is terminated by a :keyword:`break` statement. This is exemplified by the "
204205
"following loop, which searches for prime numbers::"
205206
msgstr""
206-
"Las sentencias delazo pueden tener una cláusula`!else` que es ejecutada "
207+
"Las sentencias debucle pueden tener una cláusula`!else` que es ejecutada "
207208
"cuando el lazo termina, luego de agotar la lista (con :keyword:`for`) o "
208209
"cuando la condición se hace falsa (con :keyword:`while`), pero no cuando el "
209-
"lazo es terminado con la sentencia :keyword:`break`. Seejemplifica en el "
210-
"siguientelazo, que busca números primos::"
210+
"bucle se termina con la sentencia :keyword:`break`. Sepuede ver el ejemplo "
211+
"en elsiguientebucle, que busca números primos::"
211212

212213
#:../Doc/tutorial/controlflow.rst:187
213214
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp