|
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/python/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-10-02 09:15+0100\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_ES\n" |
| 20 | +"X-Generator: Poedit 2.4.1\n" |
19 | 21 |
|
20 | 22 | #: ../Doc/library/xmlrpc.rst:2 |
21 | 23 | msgid ":mod:`xmlrpc` --- XMLRPC server and client modules" |
22 | | -msgstr "" |
| 24 | +msgstr ":mod:`xmlrpc` --- Módulos XMLRPC para cliente y servidor" |
23 | 25 |
|
24 | 26 | #: ../Doc/library/xmlrpc.rst:4 |
25 | 27 | msgid "" |
26 | 28 | "XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a " |
27 | 29 | "transport. With it, a client can call methods with parameters on a remote " |
28 | 30 | "server (the server is named by a URI) and get back structured data." |
29 | 31 | msgstr "" |
| 32 | +"XML-RPC es un método de Llamada a Procedimiento Remoto (o RPC en inglés) que " |
| 33 | +"usa XML usando HTTP como vía de transporte. Con esto, un cliente puede " |
| 34 | +"llamar a método con parámetros en un servidor remoto (el servidor se " |
| 35 | +"identifica mediante una URI) y traer de vuelta datos de forma estructurada." |
30 | 36 |
|
31 | 37 | #: ../Doc/library/xmlrpc.rst:8 |
32 | 38 | msgid "" |
33 | 39 | "``xmlrpc`` is a package that collects server and client modules implementing " |
34 | 40 | "XML-RPC. The modules are:" |
35 | 41 | msgstr "" |
| 42 | +"``xmlrpc`` es un paquete que agrupa los módulos, tanto de cliente como de " |
| 43 | +"servidor, que implementan XML-RPC. Los módulos son:" |
36 | 44 |
|
37 | 45 | #: ../Doc/library/xmlrpc.rst:11 |
38 | 46 | msgid ":mod:`xmlrpc.client`" |
39 | | -msgstr "" |
| 47 | +msgstr ":mod:`xmlrpc.client`" |
40 | 48 |
|
41 | 49 | #: ../Doc/library/xmlrpc.rst:12 |
42 | 50 | msgid ":mod:`xmlrpc.server`" |
43 | | -msgstr "" |
| 51 | +msgstr ":mod:`xmlrpc.server`" |
0 commit comments