8000 Traducido archivo howto/sorting · python/python-docs-es@66ee6eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 66ee6eb

Browse files
committed
Traducido archivo howto/sorting
1 parent 06ba17d commit 66ee6eb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

howto/sorting.po

Lines changed: 8 additions & 5 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: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-08-04 17:32+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
14+
"PO-Revision-Date: 2023-01-30 10:36-0300\n"
15+
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\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.10.3\n"
23+
"X-Generator: Poedit 3.2.2\n"
2324

2425
#: ../Doc/howto/sorting.rst:4
2526
msgid "Sorting HOW TO"
@@ -330,7 +331,7 @@ msgstr ""
330331

331332
#: ../Doc/howto/sorting.rst:230
332333
msgid "Comparison Functions"
333-
msgstr ""
334+
msgstr "Funciones de comparación"
334335

335336
#: ../Doc/howto/sorting.rst:232
336337
msgid ""
@@ -407,6 +408,8 @@ msgid ""
407408
"However, note that ``<`` can fall back to using :meth:`__gt__` if :meth:"
408409
"`__lt__` is not implemented (see :func:`object.__lt__`)."
409410
msgstr ""
411+
"Sin embargo, tenga en cuenta que ``<`` puede volver a usar :meth:`__gt__` "
412+
"si :meth:`__lt__` no está implementado (ver :func:`object.__lt__`)."
410413

411414
#: ../Doc/howto/sorting.rst:287
412415
msgid ""

0 commit comments

Comments
 (0)
0