@@ -11,16 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-05-18 19:50 +0200\n "
15
- "Last-Translator : Marcos Sánchez Provencio <raptopassion @gmail.com>\n "
14
+ "PO-Revision-Date : 2020-09-27 12:34 +0200\n "
15
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"MIME-Version : 1.0\n "
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Generated-By : Babel 2.8.0\n "
21
21
"Language : es\n "
22
22
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
23
- "X-Generator : Poedit 2.3 \n "
23
+ "X-Generator : Poedit 2.4.1 \n "
24
24
25
25
#: ../Doc/library/subprocess.rst:2
26
26
msgid ":mod:`subprocess` --- Subprocess management"
@@ -684,9 +684,7 @@ msgstr ""
684
684
"func:`open` cuando se creen los objetos fichero de los flujos stdin/stdout/"
685
685
"stderr:"
686
686
687
- # No entiendo esto
688
687
#: ../Doc/library/subprocess.rst:429
689
- #, fuzzy
690
688
msgid ""
691
689
":const:`0` means unbuffered (read and write are one system call and can "
692
690
"return short)"
@@ -1007,51 +1005,51 @@ msgstr ""
1007
1005
1008
1006
#: ../Doc/library/subprocess.rst:581
1009
1007
msgid ":data:`CREATE_NEW_CONSOLE`"
1010
- msgstr ""
1008
+ msgstr ":data:`CREATE_NEW_CONSOLE` "
1011
1009
1012
1010
#: ../Doc/library/subprocess.rst:582
1013
1011
msgid ":data:`CREATE_NEW_PROCESS_GROUP`"
1014
- msgstr ""
1012
+ msgstr ":data:`CREATE_NEW_PROCESS_GROUP` "
1015
1013
1016
1014
#: ../Doc/library/subprocess.rst:583
1017
1015
msgid ":data:`ABOVE_NORMAL_PRIORITY_CLASS`"
1018
- msgstr ""
1016
+ msgstr ":data:`ABOVE_NORMAL_PRIORITY_CLASS` "
1019
1017
1020
1018
#: ../Doc/library/subprocess.rst:584
1021
1019
msgid ":data:`BELOW_NORMAL_PRIORITY_CLASS`"
1022
- msgstr ""
1020
+ msgstr ":data:`BELOW_NORMAL_PRIORITY_CLASS` "
1023
1021
1024
1022
#: ../Doc/library/subprocess.rst:585
1025
1023
msgid ":data:`HIGH_PRIORITY_CLASS`"
1026
- msgstr ""
1024
+ msgstr ":data:`HIGH_PRIORITY_CLASS` "
1027
1025
1028
1026
#: ../Doc/library/subprocess.rst:586
1029
1027
msgid ":data:`IDLE_PRIORITY_CLASS`"
1030
- msgstr ""
1028
+ msgstr ":data:`IDLE_PRIORITY_CLASS` "
1031
1029
1032
1030
#: ../Doc/library/subprocess.rst:587
1033
1031
msgid ":data:`NORMAL_PRIORITY_CLASS`"
1034
- msgstr ""
1032
+ msgstr ":data:`NORMAL_PRIORITY_CLASS` "
1035
1033
1036
1034
#: ../Doc/library/subprocess.rst:588
1037
1035
msgid ":data:`REALTIME_PRIORITY_CLASS`"
1038
- msgstr ""
1036
+ msgstr ":data:`REALTIME_PRIORITY_CLASS` "
1039
1037
1040
1038
#: ../Doc/library/subprocess.rst:589
1041
1039
msgid ":data:`CREATE_NO_WINDOW`"
1042
- msgstr ""
1040
+ msgstr ":data:`CREATE_NO_WINDOW` "
1043
1041
1044
1042
#: ../Doc/library/subprocess.rst:590
1045
1043
msgid ":data:`DETACHED_PROCESS`"
1046
- msgstr ""
1044
+ msgstr ":data:`DETACHED_PROCESS` "
1047
1045
1048
1046
#: ../Doc/library/subprocess.rst:591
1049
1047
msgid ":data:`CREATE_DEFAULT_ERROR_MODE`"
1050
- msgstr ""
1048
+ msgstr ":data:`CREATE_DEFAULT_ERROR_MODE` "
1051
1049
1052
1050
#: ../Doc/library/subprocess.rst:592
1053
1051
msgid ":data:`CREATE_BREAKAWAY_FROM_JOB`"
1054
- msgstr ""
1052
+ msgstr ":data:`CREATE_BREAKAWAY_FROM_JOB` "
1055
1053
1056
1054
#: ../Doc/library/subprocess.rst:594
1057
1055
msgid ""
@@ -2086,7 +2084,7 @@ msgstr ""
2086
2084
2087
2085
#: ../Doc/library/subprocess.rst:1370
2088
2086
msgid "Return ``(exitcode, output)`` of executing *cmd* in a shell."
2089
- msgstr "retorna ``(exitcode, output)`` de ejecutar *cmd* en una shell."
2087
+ msgstr "Retorna ``(exitcode, output)`` de ejecutar *cmd* en una shell."
2090
2088
2091
2089
#: ../Doc/library/subprocess.rst:1372
2092
2090
msgid ""
@@ -2128,7 +2126,7 @@ msgstr ""
2128
2126
2129
2127
#: ../Doc/library/subprocess.rst:1401
2130
2128
msgid "Return output (stdout and stderr) of executing *cmd* in a shell."
2131
- msgstr "retorna la salida (stdout y stderr) de ejecutar *cmd* en una shell."
2129
+ msgstr "Retorna la salida (stdout y stderr) de ejecutar *cmd* en una shell."
2132
2130
2133
2131
#: ../Doc/library/subprocess.rst:1403
2134
2132
msgid ""
0 commit comments