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

Appearance settings

Commit 664cc5d

Browse filesBrowse files
committed
Update library/functions.po from English source
Note that this adds some paragraphs that I removed in the previous commit.
1 parent 17fa9cf commit 664cc5d
Copy full SHA for 664cc5d

File tree

Expand file treeCollapse file tree

1 file changed

+34
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+34
-1
lines changed

‎library/functions.po

Copy file name to clipboardExpand all lines: library/functions.po
+34-1Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,14 @@ msgstr ""
727727
"Si quieres transformar código Python a su representación AST, revisa :func:"
728728
"`ast.parse`."
729729

730+
#, fuzzy
731+
msgid ""
732+
"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments "
733+
"``source``, ``filename``."
734+
msgstr ""
735+
"Lanza un :ref:`auditing event <auditing>` ``open`` con los argumentos "
736+
"``file``, ``mode``, ``flags``."
737+
730738
#: ../Doc/library/functions.rst:282
731739
msgid ""
732740
"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments "
@@ -1093,6 +1101,14 @@ msgstr ""
10931101
"Véase :func:`ast.literal_eval`, una función que puede evaluar de forma "
10941102
"segura cadenas con expresiones que contienen solo literales."
10951103

1104+
#, fuzzy
1105+
msgid ""
1106+
"Raises an :ref:`auditing event <auditing>` ``exec`` with argument "
1107+
"``code_object``."
1108+
msgstr ""
1109+
"Lanza un :ref:`auditing event <auditing>` ``open`` con los argumentos "
1110+
"``file``, ``mode``, ``flags``."
1111+
10961112
#: ../Doc/library/functions.rst:499 ../Doc/library/functions.rst:534
10971113
msgid ""
10981114
"Raises an :ref:`auditing event <auditing>` ``exec`` with the code object as "
@@ -1548,6 +1564,14 @@ msgstr ""
15481564
"para proporcionar características más elaboradas de edición de líneas e "
15491565
"historiales."
15501566

1567+
#, fuzzy
1568+
msgid ""
1569+
"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument "
1570+
"``prompt``."
1571+
msgstr ""
1572+
"Lanza un :ref:`auditing event <auditing>` ``builtins.input`` con el "
1573+
"argumento ``prompt`` antes de leer entrada."
1574+
15511575
#: ../Doc/library/functions.rst:788
15521576
msgid ""
15531577
"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument "
@@ -1556,7 +1580,16 @@ msgstr ""
15561580
"Lanza un :ref:`auditing event <auditing>` ``builtins.input`` con el "
15571581
"argumento ``prompt`` antes de leer entrada."
15581582

1559-
# no he traducido auditing event porque no estoy segura de si es mejor dejarla asi
1583+
#, fuzzy
1584+
msgid ""
1585+
"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
1586+
"argument ``result``."
1587+
msgstr ""
1588+
"Lanza un :ref:`auditing event <auditing>` ``builtins.breakpoint`` con "
1589+
"``breakpointhook`` como argumento."
1590+
1591+
# no he traducido auditing event porque no estoy segura de si es mejor dejarla
1592+
# asi
15601593
#: ../Doc/library/functions.rst:793
15611594
#, fuzzy
15621595
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.