Skip to content

Traducción library/filecmp #771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 27, 2020
Prev Previous commit
Next Next commit
correcciones varias
  • Loading branch information
codesjedi committed Sep 27, 2020
commit 1b593ca5ba7af79233cfdec96bd352555a42c55c
10 changes: 5 additions & 5 deletions library/filecmp.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Traduccion-filecmp\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2020-09-26 23:09-0400\n"
"PO-Revision-Date: 2020-09-26 23:20-0400\n"
"Language-Team: Enrique Giménez\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -54,7 +54,7 @@ msgid ""
"If *shallow* is true, files with identical :func:`os.stat` signatures are "
"taken to be equal. Otherwise, the contents of the files are compared."
msgstr ""
"If *shallow* es verdadero, ficheros con firmas :func:`os.stat` se consideran "
"Si *shallow* es verdadero, ficheros con firmas :func:`os.stat` se consideran "
"iguales. Por el contrario, el contenido de los ficheros es comparado."

#: ../Doc/library/filecmp.rst:28
Expand Down Expand Up @@ -115,7 +115,7 @@ msgid ""
"one of the three returned lists."
msgstr ""
"Por ejemplo, ``cmpfiles('a', 'b', ['c', 'd/e'])`` comparará ``a/c`` con ``b/"
"c`` y ``a/d/e`` con ``b/d/e``. ``'c'`` y ``'d/e'`` cada uno estará en una de "
"c`` y ``a/d/e`` con ``b/d/e``. ``'c'`` y ``'d/e'`` estará cada uno en una de "
"las tres listas retornadas."

#: ../Doc/library/filecmp.rst:58
Expand Down Expand Up @@ -149,7 +149,7 @@ msgid ""
"The :class:`dircmp` class compares files by doing *shallow* comparisons as "
"described for :func:`filecmp.cmp`."
msgstr ""
"Esta clase :class:`dircmp` compara ficheros haciendo comparaciones *shallow* "
"La clase :class:`dircmp` compara ficheros haciendo comparaciones *shallow* "
"como está descrito en :func:`filecmp.cmp`."

#: ../Doc/library/filecmp.rst:80
Expand All @@ -164,7 +164,7 @@ msgstr "Imprime (a :data:`sys.stdout`) una comparación entre *a* y *b*."
msgid ""
"Print a comparison between *a* and *b* and common immediate subdirectories."
msgstr ""
"Imprime una comparación entre *a* y *b* y subdirectorios comunes inmediatos."
"Imprime una comparación entre *a* y *b* y subdirectorios inmediatos comunes."

#: ../Doc/library/filecmp.rst:93
msgid ""
Expand Down