8000 Traduccion archivo exceptions.po · python/python-docs-es@6fbc693 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fbc693

Browse files
committed
Traduccion archivo exceptions.po
1 parent 20c146b commit 6fbc693

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

library/exceptions.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# 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.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"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"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"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"
1921

2022
#: ../Doc/library/exceptions.rst:4
2123
msgid "Built-in Exceptions"
22-
msgstr ""
24+
msgstr "Excepciones incorporadas"
2325

2426
#: ../Doc/library/exceptions.rst:10
2527
msgid ""
@@ -30,6 +32,13 @@ msgid ""
3032
"from which *it* is derived). Two exception classes that are not related via "
3133
"subclassing are never equivalent, even if they have the same name."
3234
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."
3342

3443
#: ../Doc/library/exceptions.rst:19
3544
msgid ""

0 commit comments

Comments
 (0)
0