@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2022-11-11 17:56-0300\n "
15
- "Last-Translator : Sofía Denner <sofi.denner@protonmail.com>\n "
16
- "Language : es_ES\n "
14
+ "PO-Revision-Date : 2023-10-20 16:02+0200\n "
15
+ "Last-Translator : Jose Ignacio Riaño <joseignacio.riano@gmail.com>\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_ES \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.4\n "
23
24
24
25
#: ../Doc/library/netrc.rst:3
25
26
msgid ":mod:`netrc` --- netrc file processing"
@@ -99,29 +100,26 @@ msgstr ""
99
100
"disparará el chequeo de seguridad."
100
101
101
102
#: ../Doc/library/netrc.rst:52
102
- #, fuzzy
103
103
msgid ""
104
104
"Exception raised by the :class:`~netrc.netrc` class when syntactical errors "
105
105
"are encountered in source text. Instances of this exception provide three "
106
106
"interesting attributes:"
107
107
msgstr ""
108
108
"Excepción lanzada por la clase :class:`~netrc.netrc` cuando se encuentran "
109
109
"errores sintácticos en el texto origen. Las instancias de esta excepción "
110
- "ofrecen tres atributos interesantes: :attr:`msg` es una explicación textual "
111
- "del error, :attr:`filename` es el nombre del fichero origen, y :attr:"
112
- "`lineno` indica el número de línea en el que se encontró el error."
110
+ "ofrecen tres atributos interesantes:"
113
111
114
112
#: ../Doc/library/netrc.rst:58
115
113
msgid "Textual explanation of the error."
116
- msgstr ""
114
+ msgstr "Explicación textual del error. "
117
115
118
116
#: ../Doc/library/netrc.rst:62
119
117
msgid "The name of the source file."
120
- msgstr ""
118
+ msgstr "El nombre del archivo fuente. "
121
119
122
120
#: ../Doc/library/netrc.rst:66
123
121
msgid "The line number on which the error was found."
124
- msgstr ""
122
+ msgstr "El número de línea donde se encontró el error. "
125
123
126
124
#: ../Doc/library/netrc.rst:72
127
125
msgid "netrc Objects"
0 commit comments