Skip to content

Traducción archivo library/fnmatch.po #2356

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 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions library/fnmatch.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2021-08-07 18:18+0200\n"
"PO-Revision-Date: 2023-03-20 13:03-0300\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.0.1\n"

#: ../Doc/library/fnmatch.rst:2
msgid ":mod:`fnmatch` --- Unix filename pattern matching"
Expand Down Expand Up @@ -110,6 +111,10 @@ msgid ""
"used to cache the compiled regex patterns in the following functions: :func:"
"`fnmatch`, :func:`fnmatchcase`, :func:`filter`."
msgstr ""
"También tenga en cuenta que :func:`functools.lru_cache` con el *maxsize* de "
"32768 se usa para almacenar en caché los patrones compilados de expresiones "
"regulares en las siguientes funciones: :func:`fnmatch`, :func:"
"`fnmatchcase`, :func:`filter`."

#: ../Doc/library/fnmatch.rst:55
msgid ""
Expand Down