Skip to content

Commit ecfc9bd

Browse files
authored
Traduccion libary/filesys.po (#1203)
1 parent 154018d commit ecfc9bd

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

library/filesys.po

+20-9
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/python/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: 2021-01-13 08:17+0100\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: Juan Biondi <juanernestobiondi@gmail.com>\n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.4.2\n"
1921

2022
#: ../Doc/library/filesys.rst:5
2123
msgid "File and Directory Access"
22-
msgstr ""
24+
msgstr "Acceso a archivos y directorios"
2325

2426
#: ../Doc/library/filesys.rst:7
2527
msgid ""
@@ -28,31 +30,40 @@ msgid ""
2830
"manipulating paths in a portable way, and creating temporary files. The "
2931
"full list of modules in this chapter is:"
3032
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:"
3137

3238
#: ../Doc/library/filesys.rst:32
3339
msgid "Module :mod:`os`"
34-
msgstr ""
40+
msgstr "Módulo :mod:`os`"
3541

3642
#: ../Doc/library/filesys.rst:31
3743
msgid ""
3844
"Operating system interfaces, including functions to work with files at a "
3945
"lower level than Python :term:`file objects <file object>`."
4046
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>`."
4150

4251
#: ../Doc/library/filesys.rst:36
4352
msgid "Module :mod:`io`"
44-
msgstr ""
53+
msgstr "Módulo :mod:`io`"
4554

4655
#: ../Doc/library/filesys.rst:35
4756
msgid ""
4857
"Python's built-in I/O library, including both abstract classes and some "
4958
"concrete classes such as file I/O."
5059
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."
5162

5263
#: ../Doc/library/filesys.rst:38
5364
msgid "Built-in function :func:`open`"
54-
msgstr ""
65+
msgstr "Función incorporada :func:`open`"
5566

5667
#: ../Doc/library/filesys.rst:39
5768
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

Comments
 (0)