1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
- # Maintained by the python-doc-es workteam.
3
+ # Maintained by the python-doc-es workteam.
4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12
+ "PO-Revision-Date : 2020-05-16 12:23-0500\n "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"Content-Transfer-Encoding : 8bit\n "
17
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
18
+ "Last-Translator : \n "
19
+ "Language : es\n "
20
+ "X-Generator : Poedit 2.3.1\n "
19
21
20
22
#: ../Doc/library/exceptions.rst:4
21
23
msgid "Built-in Exceptions"
22
- msgstr ""
24
+ msgstr "Excepciones incorporadas "
23
25
24
26
#: ../Doc/library/exceptions.rst:10
25
27
msgid ""
@@ -30,6 +32,13 @@ msgid ""
30
32
"from which *it* is derived). Two exception classes that are not related via "
31
33
"subclassing are never equivalent, even if they have the same name."
32
34
msgstr ""
35
+ "En Python, todas las excepciones deben ser instancias de una clase que se "
36
+ "derive de :class:'BaseException'. En una instrucción :keyword:'try' con una "
37
+ "cláusula :keyword:'except' que menciona una clase determinada, esa cláusula "
38
+ "también controla las clases de excepción derivadas de esa clase (excepto las "
39
+ "clases de excepción de las que se deriva *it*). Dos clases de excepción que "
40
+ "no están relacionadas mediante subclases nunca son equivalentes, incluso si "
41
+ "tienen el mismo nombre."
33
42
34
43
#: ../Doc/library/exceptions.rst:19
35
44
msgid ""
0 commit comments