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 : 2021-01-13 08:17+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 : Juan Biondi <juanernestobiondi@gmail.com>\n "
19
+ "Language : es\n "
20
+ "X-Generator : Poedit 2.4.2\n "
19
21
20
22
#: ../Doc/library/filesys.rst:5
21
23
msgid "File and Directory Access"
22
- msgstr ""
24
+ msgstr "Acceso a archivos y directorios "
23
25
24
26
#: ../Doc/library/filesys.rst:7
25
27
msgid ""
@@ -28,31 +30,40 @@ msgid ""
28
30
"manipulating paths in a portable way, and creating temporary files. The "
29
31
"full list of modules in this chapter is:"
30
32
msgstr ""
33
+ "Los módulos descritos en este capítulo tratan de archivos de disco y "
34
+ "directorios. Por ejemplo, hay módulos para leer las propiedades de los "
35
+ "archivos, manipular rutas de acceso de forma portátil y crear archivos "
36
+ "temporales. La lista completa de módulos en este capítulo es:"
31
37
32
38
#: ../Doc/library/filesys.rst:32
33
39
msgid "Module :mod:`os`"
34
- msgstr ""
40
+ msgstr "Módulo :mod:`os` "
35
41
36
42
#: ../Doc/library/filesys.rst:31
37
43
msgid ""
38
44
"Operating system interfaces, including functions to work with files at a "
39
45
"lower level than Python :term:`file objects <file object>`."
40
46
msgstr ""
47
+ "Interfaces del sistema operativo, incluidas las funciones para trabajar con "
48
+ "archivos en un nivel inferior al de Python :term:`file objects <file "
49
+ "object>`."
41
50
42
51
#: ../Doc/library/filesys.rst:36
43
52
msgid "Module :mod:`io`"
44
- msgstr ""
53
+ msgstr "Módulo :mod:`io` "
45
54
46
55
#: ../Doc/library/filesys.rst:35
47
56
msgid ""
48
57
"Python's built-in I/O library, including both abstract classes and some "
49
58
"concrete classes such as file I/O."
50
59
msgstr ""
60
+ "La biblioteca de I/O integrada de Python, incluidas las clases abstractas y "
61
+ "algunas clases concretas, como la I/O de archivos."
51
62
52
63
#: ../Doc/library/filesys.rst:38
53
64
msgid "Built-in function :func:`open`"
54
- msgstr ""
65
+ msgstr "Función incorporada :func:`open` "
55
66
56
67
#: ../Doc/library/filesys.rst:39
57
68
msgid "The standard way to open files for reading and writing with Python."
58
- msgstr ""
69
+ msgstr "La forma estándar de abrir archivos para leer y escribir con Python. "
0 commit comments