Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitac90dd8

Browse files
committed
Traducido c-api/descriptor
1 parentb8e464b commitac90dd8

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

‎c-api/descriptor.po

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,46 @@
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-09 03:08+0200\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\n"
1921

2022
#:../Doc/c-api/descriptor.rst:6
2123
msgid"Descriptor Objects"
22-
msgstr""
24+
msgstr"Objetos descriptores"
2325

2426
#:../Doc/c-api/descriptor.rst:8
2527
msgid""
2628
"\"Descriptors\" are objects that describe some attribute of an object. They "
2729
"are found in the dictionary of type objects."
2830
msgstr""
31+
"Los\"descriptores\" son objetos que describen algún atributo de un objeto. "
32+
"Se encuentran en el diccionario de objetos tipo."
2933

3034
#:../Doc/c-api/descriptor.rst:15
3135
msgid"The type object for the built-in descriptor types."
32-
msgstr""
36+
msgstr"El objeto de tipo para los tipos de descriptor incorporado."
3337

3438
#:../Doc/c-api/descriptor.rst:35
3539
msgid""
3640
"Return true if the descriptor objects *descr* describes a data attribute, or "
3741
"false if it describes a method. *descr* must be a descriptor object; there "
3842
"is no error checking."
3943
msgstr""
44+
"Retorna verdadero si el descriptor objetos *descr* describe un atributo de "
45+
"datos, o falso si describe un método. *descr* debe ser un objeto descriptor; "
46+
"No hay comprobación de errores."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp