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

Appearance settings

Commit b59a29f

Browse filesBrowse files
authored
Traducción archivo library/fnmatch.po (#2356)
close #1920
1 parent 71e6165 commit b59a29f
Copy full SHA for b59a29f

File tree

Expand file treeCollapse file tree

1 file changed

+8
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-3
lines changed

‎library/fnmatch.po

Copy file name to clipboardExpand all lines: library/fnmatch.po
+8-3Lines changed: 8 additions & 3 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-07 18:18+0200\n"
14+
"PO-Revision-Date: 2023-03-20 13:03-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\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.0.1\n"
2324

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

114119
#: ../Doc/library/fnmatch.rst:55
115120
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.