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 0cb61b9

Browse filesBrowse files
authored
Resolviendo fuzzy en library/wsgiref (#1256)
1 parent 2a45a8a commit 0cb61b9
Copy full SHA for 0cb61b9

File tree

Expand file treeCollapse file tree

2 files changed

+14
-13
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-13
lines changed

‎dictionaries/library_wsgiref.txt

Copy file name to clipboardExpand all lines: dictionaries/library_wsgiref.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Reconstruction
1010
https
1111
Handling
1212
header
13-
Specific
13+
Specific
14+
vhost

‎library/wsgiref.po

Copy file name to clipboardExpand all lines: library/wsgiref.po
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
15-
"PO-Revision-Date: 2020-09-15 23:10+0200\n"
16-
"Last-Translator: Ignasi Fosch <natx@y10k.ws>\n"
15+
"PO-Revision-Date: 2021-08-04 21:04+0200\n"
16+
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1717
"Language: es_ES\n"
1818
"Language-Team: Spanish - Spain <natx@y10k.ws>\n"
19-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=utf-8\n"
2222
"Content-Transfer-Encoding: 8bit\n"
2323
"Generated-By: Babel 2.8.0\n"
24+
"X-Generator: Poedit 3.0\n"
2425

2526
#: ../Doc/library/wsgiref.rst:2
2627
msgid ":mod:`wsgiref` --- WSGI Utilities and Reference Implementation"
@@ -741,7 +742,6 @@ msgstr ""
741742
"enrutamiento. Este gestor elimina las partes duplicadas de la ruta."
742743

743744
#: ../Doc/library/wsgiref.rst:478
744-
#, fuzzy
745745
msgid ""
746746
"IIS can be configured to pass the correct ``PATH_INFO``, but this causes "
747747
"another bug where ``PATH_TRANSLATED`` is wrong. Luckily this variable is "
@@ -751,14 +751,14 @@ msgid ""
751751
"IIS<7 is almost never deployed with the fix (Even IIS7 rarely uses it "
752752
"because there is still no UI for it.)."
753753
msgstr ""
754-
"IIS puede configurarse para pasar el ``PATH_INFO`` correctamente, pero esto "
755-
"cause otro bug por el que ``PATH_TRANSLATED`` es incorrecto. "
756-
"Afortunadamente, esta variable raramente se usa y no está garantizada por "
757-
"WSGI. En IIS<7, sin embargo, la configuración se puede hacer a nivel de "
758-
"virtual host, afectando a todos los mapas de scripts, muchos de los cuales "
759-
"se rompen cuando se exponen al bug de ``PATH_TRANSLATED``. Por esa razón, "
760-
"IIS<7 casi nunca se despliega con la solución. (Incluso IIS7 rara vez lo "
761-
"usa, al no haber interfaz de usuario para él.)"
754+
"IIS se puede configurar para pasar el ``PATH_INFO`` correcto, pero esto "
755+
"causa otro error donde ``PATH_TRANSLATED`` es incorrecto. Afortunadamente, "
756+
"esta variable rara vez se usa y no está garantizada por WSGI. Sin embargo, "
757+
"en IIS<7, la configuración solo se puede realizar en un nivel de vhost, lo "
758+
"que afecta a todas las demás asignaciones de scripts, muchas de las cuales "
759+
"se rompen cuando se exponen al error ``PATH_TRANSLATED``. Por esta razón, "
760+
"IIS<7 casi nunca se implementa con la solución (incluso IIS7 rara vez lo usa "
761+
"porque todavía no tiene una interfaz de usuario)."
762762

763763
#: ../Doc/library/wsgiref.rst:486
764764
msgid ""

0 commit comments

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